1. Which tasks can be accomplished by using the command history feature? (Choose two.)
- Set the command history buffer size.
- Recall previously entered commands.
- View a list of commands entered in a previous session.
- Recall up to 15 command lines by default.
- Save command lines in a log file for future reference.
2. Which statement describes the system LED operation on Cisco Catalyst switches?
- If the LED is amber, the system is not powered on.
- If the LED is blinking amber, the switch is performing POST.
- If the LED is blinking green, the system is operating normally.
- If the LED is amber, the system is receiving power but it is not functioning properly.
3. What type of Ethernet cable would be used to connect one switch to another switch when neither switch supports the auto-MDIX feature?
- rollover
- crossover
- straight-through
- coaxial
4. What advantage does SSH offer over Telnet?
- connection-oriented services
- more connection lines
- username and password authentication
- encryption
5. A network administrator has configured VLAN 99 as the management VLAN and has configured it with an IP address and subnet mask. The administrator issues the show interface vlan 99
command and notices that the line protocol is down. Which action can change the state of the line protocol to up?
- Configure a transport input method on the vty lines.
- Connect a host to an interface associated with VLAN 99.
- Remove all access ports from VLAN 99.
- Configure a default gateway.
6. Which statement describes SVIs?
- An SVI can only be created for the management VLAN.
- A default SVI is created for VLAN 1 for switch administration.
- Creating an SVI automatically creates an associated VLAN.
- An SVI is created automatically for each VLAN on a multilayer switch.
7. Which prompt is displayed when a network administrator successfully accesses the boot loader on a switch to recover from a system crash?
- switch#
- system#
- system:
- switch:
8. Which router bootup sequence is correct?
- 1 – perform the POST and load the bootstrap program
2 – locate and load the Cisco IOS software
3 – locate and load the startup configuration file or enter setup mode - 1 – perform the POST and load the startup configuration file
2 – locate and load the bootstrap program
3 – locate and load the Cisco IOS software - 1 – perform the POST and load the bootstrap program
2 – locate and load the startup configuration file or enter setup mode
3 – locate and load the Cisco IOS software - 1 – perform the POST and load the Cisco IOS software
2 – locate and load the startup configuration file or enter setup mode
3 – locate and load the bootstrap program
9. What is the first action in the boot sequence when a switch is powered on?
- low-level CPU initialization
- load boot loader software
- load the default Cisco IOS software
- load a power-on self-test program
10. What must an administrator have in order to reset a lost password on a router?
- access to another router
- physical access to the router
- a TFTP server
- a crossover cable
11. When configuring a switch for SSH access, what other command that is associated with the login local
command is required to be entered on the switch?
- login block-for seconds attempts number within seconds
- enable secret password
- username username secret secret
- password password
12. Which command will provide information about the status of all interfaces including the number of giants, runts, and collisions on the interface?
- show interfaces
- show ip interface brief
- show history
- show running-config
show interfaces
command is the most comprehensive in providing information about interfaces. The show ip interface brief
command does not provide information on giants, runts, or collisions. The show history
command provides a history of the commands that are used. The show running-config
command will show configuration information, but not status information.