Cisco-Training.net
1
Refer to the exhibit. What command will place the router into the correct mode
to configure an appropriate interface to connect to a LAN?
UBAMA# configure terminal
UBAMA(config)# line vty 0 4
UBAMA(config)# line console 0
UBAMA(config)# interface Serial 0/0/0
**UBAMA(config)# interface FastEthernet 0/1
2 In a Cisco router, when do changes made to the running-configuration take
effect?
after a system restart
**as the commands are entered
when logging off the system
when the configuration is saved to the startup-configuration
3
Cisco-Training.net
Refer to the exhibit. A technician applies the configuration in the exhibit to a
clean router. To verify the configuration, the technician issues the show running-
config command in the CLI session with the router. What lines should the
technician expect to see in the router output from the show running-config
command?
enable password class
line console 0
password ccna
enable secret cisco
enable password class
line console 0
password ccna
enable secret 5 $1$v0/3$QyQWmJyT7zCa/yaBRasJm0
enable password class
line console 0
password ccna
enable secret cisco
enable password 7 14141E0A1F17
line console 0
password 7 020507550A
**enable secret 5 $1$v0/3$QyQWmJyT7zCa/yaBRasJm0
enable password 7 14141E0A1F17
line console 0
password 7 020507550A
4 When network services fail, which port is most often used to access a router
for management purposes?
AUX
Ethernet
**Console
Telnet
SSH
5
Cisco-Training.net
Refer to the exhibit. A network administrator on HostA has problems accessing
the FTP server. Layer three connectivity testing was successful from HostA to
the S1 interface of RouterB. Which set of commands will allow the network
administrator to telnet to RouterB and run debug commands?
RouterB(config)# enable secret class
RouterB(config)# line vty 0 4
RouterB(config-if)# login
RouterB(config)# enable secret class
RouterB(confi