CCNA Practice Questions: Basic IOS Configuration and Basic Serial WAN Connectivity
Date: Jul 9, 2004
Sample Chapter is provided courtesy of Que.
Jeremy Cioara and Chris Ward provide 50 questions with detailed answers from the CCNA exam's "Basic IOS Configuration and Basic Serial WAN Connectivity" objective.
-
In which of the following modes in Cisco's IOS can you issue show commands?
-
User
-
Privileged
-
Line Configuration
-
Global Configuration
-
You are the network administrator for a large corporation. You want to be able to store all your configurations in a centralized location. Which of these servers will allow you to do so? (Choose all that apply.)
-
FTP
-
TFTP
-
SQL
-
Oracle
-
You need to troubleshoot your network IP connectivity. Which of the following commands would you use to find the IP address on your Ethernet 0 interface?
-
ping
-
IPConfig
-
traceroute
-
Show interface Ethernet 0
-
Which command would you use in the CLI at User mode to enter Privileged EXEC mode?
-
Privilege
-
Admin
-
Enable
-
Disable
-
You have just received 14 Catalyst 3550 switches for your network. What is required to get them functioning correctly in your network?
-
Nothing
-
Set up an IP address on the switch
-
Interconnect them to routers
-
Install the Cisco IOS
-
Which of the following prompts indicates your router is in Privileged EXEC mode?
-
Router>
-
Router#
-
Router&
-
Router$
-
You have made a console connection to your Cisco Catalyst 1900 series switch and you see the > symbol in HyperTerminal. What does it mean?
-
You are in Privileged EXEC mode.
-
You are in User EXEC mode.
-
The switch has not been configured.
-
The switch is in need of repairs.
-
You would like to assign a meaningful name to your Catalyst 1900 series switchwhat command should you use?
-
enable
-
host name
-
hostname
-
name
-
You need to assign an IP address to your Catalyst 1912 switch. You are at the HQ_SW1> prompt. What is the correct series of commands? (cr = carriage return)
-
enable <cr> ip address 10.1.1.1
-
enable <cr> ip address 10.1.1.1 255.0.0.0
-
enable <cr> configure terminal <cr> ip address 10.1.1.1
-
enable <cr> configure terminal <cr> ip address 10.1.1.1 255.0.0.0
-
Which of the following commands displays the syntax for the clock command?
-
cl?
-
clock?
-
clock ?
-
cl ?
-
Which of the following commands will place a welcoming message whenever you log in to a router?
-
Router(config)# banner message
-
Router(config)# banner motd &
-
Router# banner motd #
-
Router# banner message !
-
You need to connect to your 2611 router to configure an interface. Which of the following methods will allow you to issue commands on the router? (Choose all that apply.)
-
Telnet
-
FTP
-
Console connection
-
AUX connection
-
You want to prevent unauthorized users from plugging their laptops into the router. What type of password will help prevent this issue?
-
vty
-
Interface
-
Console
-
Enable
-
You have connected to the console port and are running HyperTerminal. All you see is gobbledygook numberswhat is the solution to this problem?
-
Change the connectors
-
Use a different Terminal program
-
Reset the router
-
Adjust the baud rate
-
Which of the following commands would you type to receive this output?
-
Show running-config
-
Show startup-config
-
Show ip route
-
Show version
-
You are configuring a router named East for authentication with a router named West using CHAP. What username should you configure on East to allow the routers to communicate?
-
East
-
West
-
South
-
North
-
What is the default point-to-point encapsulation protocol used on a Cisco router?
-
PPP
-
SLIP
-
HDLC
-
ATM
-
What type of handshake occurs with CHAP authentication?
-
One-way
-
Two-way
-
Three-way
-
Mutual
-
The establishment of a PPP serial connection occurs in three steps. Where would authentication fit in to those three steps?
-
Step 1
-
Step 2
-
Step 3
-
Noneauthentication occurs after the link is fully established
-
Which of the following commands did you type to see this output on your Cisco router?
-
Show version
-
Show running-config
-
Show startup-config
-
Show router setup
-
Which of the following commands did you type to see this output?
-
Show interface Ethernet 0/0
-
Show ip interface detail
-
Show interface Serial 0/1
-
Show ip interface brief
-
Your routers at ACME are having some connectivity issues. You issue show commands for each connecting router's interface. Why are they unable to communicate?
-
Incorrect IP address
-
Wrong routing protocol
-
Bad cable
-
Encapsulation mismatch
-
You need to back up the configurations you just made but there are no TFTP servers available. Which of the following commands are options to backup your currently running configuration? (Choose all that apply.)
-
Router1#copy running-config startup-config
-
Router1#copy running-config flash
-
Router1#copy startup-config running-config
-
Router1#copy running-config rcp
-
You are consulting a small business that is establishing its first WAN link. The client wants to know what encapsulation you will be using on the link. Which of the following are valid encapsulations for WAN links? (Choose all that apply.)
-
Frame relay
-
Ethernet
-
Token ring
-
PPP
-
q E. HDLC
-
Your boss is concerned about security on your network. She wants to make sure that no one can identify passwords if they happen to view a configuration on your router. What command will encrypt all passwords on your router?
-
Router1#service password-encryption
-
Router1(config)#service password-encryption
-
Router1#enable secret password
-
Router1(config)#enable secret password
-
You need to set up a password that will prevent unauthorized users from telnetting into your router. What series of commands would you use?
-
Acme1(config)# line console 0
Acme1(config-line)# password acme
Acme1(config-line)# login -
Acme1(config)# line vty 0
Acme1(config-line)# enable password acme -
Acme1(config)# line vty 0
Acme1(config-line)# enable secret acme
Acme1(config-line)# login -
Acme1(config)# line vty 0
Acme1(config-line)# password acme
Acme1(config-line)# login -
When setting up your serial interfaces, what does the clockrate command do for your connection?
-
Establishes the timing at which you send data
-
Establishes keepalives
-
Establishes the advertised bandwidth
-
Establishes the time on the router
-
You need to set up passwords on all your default Telnet lines. What command would you start with?
-
Router1(config)#telnet configuration
-
Router1(config)#interface Ethernet 0/1
-
Router1(config)#line vty 1 5
-
Router1(config)#line vty 0 4
-
You can execute show commands at which prompt? (Choose all that apply.)
-
Router1#
-
Router1(config)#
-
Router1(config-router)#
-
Router1>
-
romon1>
-
You are configuring your router and type in an Enable password and an Enable Secret password. Your fellow network technician asks you why you have two passwords set when you only need one. What do you tell him?
-
The Enable password is used by low-level applications.
-
If you reverted to an older version of the IOS, it would not understand the Secret password.
-
Both passwords are treated the same.
-
It is a failsafe method of ensuring that people need to type two passwords instead of just one.
-
You need to get back to Privileged mode from Interface Configuration mode. What is the quickest method?
-
Ctrl+Shift+6, then press X
-
Ctrl+Esc
-
Ctrl+Z
-
Type exit
-
When establishing a PPP link, which of the following would be negotiated? (Choose all that apply.)
-
IPXCP
-
CHAP
-
UDP
-
Q.931
-
Multilink Protocol
-
Which of the following commands will return your router to a previously saved configuration?
-
Router1#setup
-
Router1#copy running-config startup-config
-
Router1#copy startup-config running-config
-
Router1#reload
-
Cisco's Internetwork Operating System (IOS) provides many services. Which of the following are features of the IOS? (Choose all that apply.)
-
Connectivity for high-speed traffic between devices
-
Security to control access and prohibit unauthorized network use
-
Features to carry network protocols
-
Web-based GUI to configure features
-
What is the baud rate setting for your terminal emulation program so that you can communicate through your console port?
-
2400
-
9600
-
14400
-
36300
-
What must be configured on a Cisco device to enable Telnet functionality?
-
A management IP address
-
SNMP
-
CDP
-
vty ports
-
You are configuring your Cisco router and need to go back to User EXEC mode. What command will take you back to User EXEC mode?
-
Router1#enable
-
Router1#exit
-
Router1#configure terminal
-
Router1#disable
-
Which of the following commands will place an IP address on your Catalyst 1900 switch?
-
Switch1#ip address 10.1.1.1
-
Switch1#ip address 10.1.1.1 255.255.255.0
-
Switch1(config)#ip address 10.1.1.1 255.255.255.0
-
Switch1(config-vlan)#ip address 10.1.1.1 255.255.255.0
-
Which of the following commands did you enter to receive this output?
-
Router1#show NVRAM
-
Router1#show Flash
-
Router1#show Flash-Mem
-
Router1#show Version
-
Your senior network administrator is unable to telnet to the Catalyst 1900 switch because she forgot the IP address. You have physical access and are able to console in. Which of the following commands is the best to get the IP address on the switch?
-
Switch1#show ip
-
Switch1#show vlan 1
-
Switch1#show ip route
-
Switch1#show version
-
You have powered up your Cisco 3640 router. The first thing you see is the above output. Which of the following statements about this screen is accurate?
-
Your IOS is corrupt and unable to load.
-
Your configuration is missing parameters.
-
You do not have a configuration saved in NVRAM.
-
You have typed setup in the Privileged mode.
-
You type in a command and are shown the following output:
-
You did not enter enough characters for your device to recognize the command.
-
You did not enter all the keywords or values required by this command.
-
You entered the command incorrectly.
-
Context-sensitive help is unable to help you with this command.
-
You are typing a command into the Cisco IOS. It is more than one terminal line long. What will the IOS do?
-
The router automatically moves the cursor to the next line and uses a caret (^) to indicate the line break.
-
The router truncates the command because commands longer than one line are not allowed.
-
The router automatically scrolls the line to the left and uses a dollar sign ($) to indicate that there is text to the left of the $.
-
The router shortens all the commands to squeeze the command on to the screen.
-
You want to change the size of the command history buffer. Which of the following commands will set it permanently to 100?
-
Router1#terminal history 100
-
Router1#history size 100
-
Router1(config)#terminal history 100
-
Router1(config-line)#history size 100
-
You have configured a description on your serial interfaces. Which of the following commands will display the description? (Choose two.)
-
Show running-config
-
Show flash
-
Show interfaces
-
Show ip protocols
-
You are typing commands into your Cisco IOS on your 3640 router. However, your typing is consistently interrupted by console messages, forcing you to retype. Which of the following commands will force the IOS to retype your original input after it displays the console message?
-
Exec-timeout
-
Logging synchronous
-
Line console
-
Exec message readout
-
You are configuring a router and issue the command interface ethernet 1/0/0. What do the numbers represent?
-
Slot/port/interface
-
Slot/interface/port
-
Port/slot/port number
-
Slot/port adapter/port number
-
Which of the following commands correctly sets the physical speed of a serial interface to 64Kbps?
-
Router1(config-if)#bandwidth 64
-
Router1(config-if)#bandwidth 64000
-
Router1(config-if)#clockrate 64
-
Router1(config-if)#clockrate 64000
-
In what mode do you use the encapsulation command?
-
Interface Configuration mode
-
Sub-Interface Configuration mode
-
User mode
-
Privileged mode
-
You are configuring your router and your boss happens to look over your shoulder as you type a show running-config command. She asks what the highlighted numbers and characters mean. What do you tell her?
-
It is the actual password.
-
It is the result of a service password-encryption command.
-
The console output made a mistake.
-
It is the result of an enable secret command.
% Ambiguous command: "show con"
What does this mean?
Quick Check Answer Key
A, B
A, B
D
C
A
B
B
C
D
C
B
A, C, D
C
D
A
B
C
C
B
A
D
D
A, B, D
A, D, E
B
D
A
D
A, D
B
C
A, B, E
D
A, B, C
B
A
D
C
B
A
C
A
C
D
A, C
B
D
D
A
B
Answers and Explanations
-
Answers: A and B. You can issue show or debug commands in either User or Privileged mode. C is incorrect, as you cannot use show commands while in Line Configuration mode. D is incorrect, as you cannot use show commands while in Global Configuration mode.
-
Answers: A and B. You can store Cisco device configurations on FTP and TFTP servers. TFTP is preferred because of its lower overhead. C is incorrect, as SQL databases do not store Cisco device configurations. D is incorrect, as Oracle databases are not used to store Cisco device configurations.
-
Answer: D. The show interface command gives you all the physical and logical configuration information about a particular interface. A is incorrect, as ping is a TCP/IP utility that allows you to "ping" a connection to see whether there is connectivity. B is incorrect, as this is the command you would use on a Microsoft Windows PC to find your IP address. C is incorrect, as the traceroute command allows you to track the packet's path to its destination.
-
Answer: C. You type enable to enter Privileged EXEC mode. A is incorrect, as it is not a valid command. B is incorrect, as it is not a valid command. D is incorrect, as this command would take you out of Privileged EXEC mode.
-
Answer: A. The Catalyst switches have default configurations set up so that they can perform their basic switching roles without any further configurations. B is incorrect, as setting up an IP address would assist you in remote management via telnet, but isn't required. C is incorrect, as you do not need a router unless you need to get traffic outside your network segment. D is incorrect, as the Cisco IOS is not required for switches to function. In fact, some Catalyst switches do not have the IOS running.
-
Answer: B. The prompt Router# indicates the router is in Privileged EXEC mode. A is incorrect, as this prompt indicates that you are in User EXEC mode. C is incorrect, as this is not a valid prompt. D is incorrect, as this is not a valid prompt.
-
Answer: B. The > tells you that you are in User EXEC mode. A is incorrect, as you are not in Privileged mode. C is incorrect, as you can have the User mode prompt without configuring anything on a CAT 1900 switch. D is incorrect, as the > prompt does not indicate any hardware failures.
-
Answer: C. The hostname command will assign a name to your device. A is incorrect, as enable gets you into privileged mode on the switch. B is incorrect, as the hostname command is one word, not two. D is incorrect, as this is not a valid command.
-
Answer: D. First you must enter Privileged mode. Next you would enter Global Configuration mode. Finally, you would specify the IP address and subnet mask. A is incorrect, as you are not in the correct mode, nor are you issuing the correct command sequence. B is incorrect, as you are not in the correct mode to issue the command. The command itself is accurate. C is incorrect, as you would not have specified a subnet mask parameter.
-
Answer: C. The command clock ? will give you all the parameters (syntax) that follows after the Clock main command. A is incorrect, as cl? will simply tell you what commands start with cl. B is incorrect, as the IOS will attempt to clarify all commands that start with clock, which is the actual command here. D is incorrect, as you will get an invalid command error message.
-
Answer: B. The command banner motd [delimiting character] is what sets up a displayed message when you login to a router. A is incorrect, as the command is banner motd. C is incorrect, as you must issue the command in Global Configuration mode, not Privileged mode. D is incorrect, as that is an invalid command.
-
Answer: A, C, and D. You can telnet into a Cisco router if you know the IP address of one of the interfaces or the name of the router with DNS running. You can connect with a rollover cable to the Console port. You can also dial in via modem through an AUX port. B is incorrect, as FTP would merely allow you to download a configuration.
-
Answer: C. The console password requires anyone who attempts to plug a rollover serial cable into the console port to provide a password to log on. A is incorrect, as a vty is a virtual port or telnet port. B is incorrect, as there are no interface passwords. D is incorrect, as the Enable password prevents unauthorized users from entering privileged mode.
-
Answer: D. You probably have the baud rate set too low. The baud rate on a console port needs to be 9600bps. A is incorrect, as you must use an RJ-45 rollover cable. You cannot change the connectors. B is incorrect, as you will more than likely encounter the same issue with any other terminal program. C is incorrect, as you rarely, if ever, want to restart the router and reset it back to the beginning.
-
Answer: A. The show running-config command will show you all currently running configurations in RAM. B is incorrect, as you would see similar output; however, this shows the Current configuration. C is incorrect, as that command shows you the routing table on your router. D is incorrect, as the show version command gives you the up-to-date information on which IOS you are running, as well as the configuration register settings.
-
Answer: B. You would give the East router the username of the router to which you want to authenticate. In this case, it would be West. A is incorrect, as East would be the hostname of the router, not the username. C and D are incorrect, as neither of these routers are mentioned as possible connections. If there were routers named North and South, the East router would need usernames for both of them.
-
Answer: C. HDLC (High Level Data Link Control) is the default serial encapsulation on Cisco routers. A is incorrect, as you must configure your Cisco router for PPP. B is incorrect, as you must specify SLIP as an encapsulation. D is incorrect, as ATM is ordered through a service provider and is not the default encapsulation.
-
Answer: C. CHAP (Challenge Handshake Authentication Protocol) requires a three-way handshake. It requires a challenge, reply, and Accept/Reject response. A is incorrect, as there are no one-way authentications. B is incorrect, as CHAP has three-way, and PAP (Password Authentication Protocol) uses a two-way handshake. D is incorrect, as all authentication protocols need mutual agreement.
-
Answer: B. The order of steps is
-
Link Establishment
-
Authentication (optional)
-
Network layer protocol establishment
-
Answer: A. This output is generated by the show version command. It gives you the current version of the IOS that is running, as well as other information about the router. B is incorrect, as this does not show the currently running configuration. C is incorrect, as this does not show the configuration that is saved in NVRAM. D is incorrect, as there is no such command.
-
Answer: D. The show ip interface brief command gives you a summary of all interfaces on the router. This is a good command to use to identify any issues with your interfaces' connectivity. A is incorrect, as this would give you detailed information on interface Ethernet 0/0. B is incorrect, as this is not a valid command. C is incorrect, as this command would give you detailed information about serial interface 0/1.
-
Answer: D. You'll notice that one router is running HDLC while the other is running PPP. They will not be able to communicate. A is incorrect, as both have addresses that are on the appropriate network. B is incorrect, as routers that are directly connected do not need a routing protocol to communicate. C is incorrect, as you notice that on both routers, the lines are "up," which means that there is electrical connectivity (Layer 1).
-
Answers: A, B, and D. You can copy your running-config to NVRAM (startup-config), the flash memory (if there is room), and to a RCP server (Remote Copy Protocol). C is incorrect, as correct syntax for a copy command is source to destination. Because you are copying from your running-config, that is the source, not the destination.
-
Answers: A, D, and E. Frame relay, Point-to-Point Protocol (PPP), and HDLC are all WAN encapsulation protocols. B is incorrect, as Ethernet is a LAN encapsulation. C is incorrect, as token ring is a LAN encapsulation, as well.
-
Answer: B. The command service password-encryption will hash all of the system passwords that are set. A is incorrect, as you cannot issue this command at the Privileged mode prompt. It must be done in Global Configuration mode. C is incorrect, as this command will not work in Privileged mode, and will not encrypt all of the passwords. D is incorrect, as this command will only give you an encrypted Privileged mode password, not all of the system passwords.
-
Answer: D. You must first go to the vty line that you want to put the password on, and then use the password command. You finish by specifying that users must login with the password with the login command. A is incorrect, as it is the correct method to configure a password on the console interface, not Telnet. B is incorrect, as the second command typed is invalid. C is incorrect, as the command for the password is incorrect. You would not use the enable secret command here.
-
Answer: A. The clockrate command sets the clocking, or physical speed of the interface. It establishes the DCE side of a serial connection. It acts as sort of a metronome that specifies the timing of sending data. B is incorrect, as keepalives are sent on Ethernet interfaces. C is incorrect, as the advertised bandwidth of an interface is set with the bandwidth command. D is incorrect, as you would use the Clock command to set the time on your router, or you can have it set to receive its time from an NNTP server.
-
Answer: D. There are five vty (Telnet) lines established by default on a Cisco router. They start at vty 0. A is incorrect, as this is an invalid command. B is incorrect, as this would allow you to configure your Ethernet interface, not Telnet lines. C is incorrect, as the numbering of the vty lines starts at 0, not 1.
-
Answers: A and D. You can issue show commands from User mode (>) or Privileged mode (#). B is incorrect, as you cannot issue show commands from global configuration mode. C is incorrect, as you cannot issue show commands from Route Protocol mode. E is incorrect, as ROMON mode, or RomMonitor, is a low-level maintenance utility that helps bring back a corrupted router's IOS image.
-
Answer: B. Older versions of the IOS do not support encrypted Privileged mode passwords. By placing an Enable password, you would still have a way to keep people out of Privileged mode if reverting to an older IOS. A is incorrect, as applications do not use Privileged mode passwords to access a Cisco router. C is incorrect, as the router ignores the Enable password after the Enable Secret password is configured. D is incorrect, as you would only type the Enable Secret password to access Privileged mode.
-
Answer: C. The keyboard shortcut of Ctrl+Z will bring you back to Privileged mode. A is incorrect, as this is the method to suspend a Telnet session. B is incorrect, as this is one of the ways to stop a process from running. D is incorrect, as this will merely move you back one mode. In this case, you would merely go back to Global Configuration mode.
-
Answers: A, B, and E. The NCPs can be calculated, such as IPXCP, IPCP, and other Layer 3 protocols. CHAP authentication and Multilink Protocol are options that can also be negotiated during the LCP portion. C is incorrect, as UDP is a Layer 4 protocol, and PPP does not work at Layer 4. D is incorrect, as Q.931 is a signaling standard used by ISDN.
-
Answer: D. Reloading the router will force the router to reboot and load the configuration in the router's NVRAM. A is incorrect, as this will place you into the router configuration setup script. B is incorrect, as this will copy your currently running configuration into NVRAM. C is incorrect, as this will merely "merge" the saved configuration with the currently running configuration. If there are changes made to the running configuration that were not addressed in your saved configuration, they will remain and not be overwritten.
-
Answers: A, B, and C. Cisco's IOS provides connectivity, reliability, and security for your Cisco devices. This includes support for network protocols such as IP, IPX, AppleTalk, and more. D is incorrect, as you must purchase a Web management program such as CiscoWorks.
-
Answer: B. The correct baud rate is 9600, thus B is the correct answer. A, C, and D are incorrect baud rate settings and will cause your screen to incorrectly display information from your console port.
-
Answer: A. You must have an IP address configured on an interface for a router or on a Management VLAN for a Catalyst switch. B is incorrect, as Simple Network Management Protocol (SNMP) is not required for Telnet. C is incorrect, as Cisco Discovery Protocol (CDP) is not required for Telnet to work. D is incorrect, as Cisco Devices have five vty ports configured by default.
-
Answer: D. The disable command will take you from Privileged EXEC mode back to User mode. A is incorrect, as this is the command that will take you from User mode to Privileged mode. B is incorrect, as this will log you out of your connection. C is incorrect, as this command places you in Global Configuration mode.
-
Answer: C. You will issue the ip address command in Global Configuration mode for a Catalyst 1900 series. A is incorrect, as it is an incomplete command, and it is at the wrong prompt. B is incorrect, as the command is issued at Global Configuration mode, not Privileged mode. D is incorrect, as this would be the method to configure the IP address for a Catalyst 2950.
-
Answer: B. The show flash command gives you the contents of the flash memory, as well as the amount of remaining memory. A is incorrect, as this command would show all the configurations stored in NVRAM. C is incorrect, as this is not a valid command. D is incorrect, as show version will give you the currently running IOS image and information about the router, such as uptime and configuration register settings.
-
Answer: A. The show ip command will give you the IP address, subnet mask, and default gateway of the Catalyst switch. B is the incorrect answer, as this would give you the information on other switches. C is incorrect, as this command is not valid on a switch. D is incorrect, as this command shows you the currently running software and other parameters, but not the IP address on the 1900 switch.
-
Answer: C. You will be taken to the System Configuration dialog if there are no configurations saved in NVRAM. A is incorrect, as you would be taken to ROMON mode if the IOS is corrupted. B is incorrect, as missing parameters will not start the System Configuration dialog. D is incorrect, as the question stated that you saw the output after powering up the router. You can get this text if you issue that command, but that would have happened after you had logged in.
-
Answer: A. show con does not have enough characters for the IOS to finish the command. B is incorrect, as you would see the incomplete command output. C is incorrect, as this would produce the unknown command output. D is incorrect, as context-sensitive help requires the use of the ?.
-
Answer: C. The dollar sign ($) indicates that there is text to the left of the symbol. A is incorrect, as the (^) symbol typically indicates where a command has erred. B is incorrect, as commands longer than one line are allowed. D is incorrect, as the router will not shorten any commands unless you have typed in a shortened version, such as config t for configure terminal.
-
Answer: D. The history size command will permanently alter the command history buffer. A is incorrect, as this command will only adjust the buffer for the current session. B is incorrect, as you cannot issue the history size command from Privileged mode. C is incorrect, as you would not issue the terminal history command from Global Configuration mode, and it is the wrong command as well.
-
Answers: A and C. You can view the descriptions placed on the interfaces with the show interfaces command or show running-config. B is incorrect, as the show flash command shows the IOS images and any configurations saved to flash memory. D is incorrect, as this command gives you all the running routing protocols, such as RIP or IGRP.
-
Answer: B. The logging synchronous command will enable the IOS to retype your input after displaying a console message. This will not interrupt your command. A is incorrect, as exec-timeout sets how long a session can remain idle without logging off the user. C is incorrect, as this command merely brings you to Line Configuration mode. D is incorrect, as this is an invalid command.
-
47 -Answer: D. This is the command issued on a 7000 or 7500 Cisco router with a VIP card. It has a slot, port adapter, and port number. A, B, and C are incorrect definitions.
-
Answer: D. You issue the clockrate command in Interface Configuration mode, and it must be set in bits per second. A and B are incorrect, as the bandwidth command is only good for the advertised bandwidth. C is incorrect, as you must specify the speed in bits per second, not Kbps.
-
Answer: A. You would use the encapsulation command in Interface Configuration modefor example: router1(config-if)#encapsulation frame-relay. B is incorrect, as you would issue the command in Interface Configuration mode. C is incorrect, as you can only issue limited show commands in User mode. D is incorrect, as you can enter configuration modes and perform router maintenance.
-
Answer: B. All your passwords will be shown in encrypted form after issuing the service password-encryption command. A is incorrect, as the encrypted passwords are shown in a hashed format. C is incorrect, as the rest of the output looks correct. D is incorrect, as the enable secret command gives you an encrypted Privilege mode password, not all the passwords.
A is incorrect, as authentication occurs after link establishment. C is incorrect, as authentication must occur before Layer 3 (network) establishment. D is incorrect, as authentication, although optional, occurs before the link is fully established and the interface is up.
Figure
3.1
Figure
3.2
Figure
3.3
Figure
3.4
Figure
3.5
Figure
3.8