Home
Online Tests
111.
You have configured a message of the day (MOTD) banner, but it only shows up after you have logged into the router. What is the problem?
  • A.
    You are connecting via SSH.
  • B.
    You are connecting via Telnet.
  • C.
    You are connecting via the console.
  • D.
    You do not have an enable password set.
  • Answer & Explanation
  • Report
Answer : [A]
Explanation :
When a user is connecting to a router via SSH, the MOTD banner is not displayed until after the user has authenticated to the router or switch. A login banner is always displayed pre-login.
Report
Name Email  
112.
Which command will configure the login banner to read “CCNA Routing and Switching”?
  • A.
    Router(config)#login banner CCNA Routing and Switching
  • B.
    Router(config)#banner login CCNA Routing and Switching
  • C.
    Router(config)#banner login ^CCNA Routing and Switching^
  • D.
    Router(config-line)#banner login ^CCNA Routing and Switching^
  • Answer & Explanation
  • Report
Answer : [C]
Explanation :
The command banner login ^CCNA Routing and Switching^ will configure the login banner to read “CCNA Routing and Switching.” The marks at the beginning and end of the text are delimiters to mark the beginning and end of the banner.
Report
Name Email  
113.
Which banner will be displayed first when a user connects to a Cisco device via SSH?
  • A.
    MOTD banner
  • B.
    Login banner
  • C.
    Exec banner
  • D.
    Incoming banner
  • Answer & Explanation
  • Report
Answer : [B]
Explanation :
The login banner will be displayed during initial connection to a Cisco device via SSH.
Report
Name Email  
114.
Which banner can deliver a message only to authenticated users regardless of connection type?
  • A.
    MOTD banner
  • B.
    Login banner
  • C.
    Exec banner
  • D.
    Incoming banner
  • Answer & Explanation
  • Report
Answer : [C]
Explanation :
The exec banner will display a message to authenticated users who have successfully logged in, regardless of whether they are connected via Telnet or SSH.
Report
Name Email  
115.
You need to disconnect a network admin from the switch or router. Which command would you use?
  • A.
    Switch(config)#no enable secret
  • B.
    Switch#no line vty 2
  • C.
    Switch#disconnect line vty 2
  • D.
    Switch#clear line vty 2
  • Answer & Explanation
  • Report
Answer : [D]
Explanation :
The command clear line vty 2 will disconnect a remote admin connected to the switch. Nothing stops the admin from reconnecting to the switch again.
Report
Name Email