SUBJECTS
|
BROWSE
|
CAREER CENTER
|
POPULAR
|
JOIN
|
LOGIN
Business Skills
|
Soft Skills
|
Basic Literacy
|
Certifications
About
|
Help
|
Privacy
|
Terms
|
Email
Search
Test your basic knowledge |
Introduction To The Cisco IOS
Start Test
Study First
Subjects
:
cisco
,
it-skills
Instructions:
Answer 50 questions in 15 minutes.
If you are not ready to take this test, you can
study here
.
Match each statement with the correct term.
Don't refresh. All questions and answers are randomly picked and ordered every time you load a test.
This is a study tool. The 3 wrong answers for each question are randomly chosen from answers to other questions. So, you might find at times the answers obvious, but you will see it re-enforces your understanding as you take the test each time.
1. Command-line interface
CLI
Atlanta#sh start
Router(config)#interface FastEthernet
Router(config)#line console
2. Shows the running config; passwords may not be encrypted
CLI
Router#sh running-config (sh run)
Router#sh ip interface (brief)
Booting a router
3. Go back from privileged mode into user mode
Router(config)#service password-encryption
Router#disable
Router(config)#$
Router(config)#banner motd
4. Exit from the EXEC
show inter et 0 and notice the port is administratively down
Router#exit
Console port
Which of the following commands displays the configurable parameters and statistics of all interfaces on a router?
5. Interface range command
Router(config)#interface Multilink
Router(config)#interface range
Router(config-line)#line vty 0 4
Router(config)#interface CTunnel
6. Turn on privileged commands
Router(config)#enable password todd
Router(config-line)#
Router#enable
Router#bfe
7. View hardware addressing - logical addressing - and statistics of an interface
show inter et 0 and notice the port is administratively down
Enter interface configuration mode and configure serial 0/0
Router#sh int fastethernet 0/0
Router#clear counters s0/0
8. Open a terminal connection
Router#erase
Router#connect
If you delete the contents of NVRAM and reboot the router - what mode will you be in?
Router#sh version
9. Manually save the file from DRAM to NVRAM
You set the console password - but when you display the configuration - the password doesn't show up; it looks like this: Password 7098C0BQR
Router(config)#int fa 0/0
Router>logout
Atlanta#copy run start
10. Command string isn't done yet
% Incomplete command
Router(config)#line vty
Cisco IOS
outer#disconnect
11. Shows last 10 commands entered by default
Router(config)#interface Lex
Router#sh history
Password required - but none set: Which of the following sequences will address this problem correctly?
Router(config)#banner login
12. Allows you to still enter the router if you set up authentication through a TACACS server and it's not available. But it isn't used if the TACACS server is working.
Router(config)#enable last-resort
If you delete the contents of NVRAM and reboot the router - what mode will you be in?
Router#exit
Router(config)#interface CTunnel
13. Slot/Port for Modems
Router(config)#line x/y
CLI
Router#terminal history size
Router#lock
14. Manage the system clock
Atlanta#copy run start
Router(config)#interface FastEthernet
configure terminal (config t)
Router#clock
15. Config t - line console 0 - login - password todd
Router(config)#int serial 5
Router#sh version
You type Router#sh ru and receive an % ambiguous command error. Why did you receive this message?
set a user-mode password for the console port
16. Show terminal
see the terminal history size
Router#sh terminal
Router(config)#interface Group-Async
Password required - but none set: Which of the following sequences will address this problem correctly?
17. Power-on seft test (POST) - loads the Cisco IOS from flash - loads config from NVRAM
Router#sh version
Router(config)#banner motd
What command do you type to save the configuration stored in RAM to NVRAM?
Booting a router
18. No shut
Which of the following commands will display the current IP addressing and the layer 1 and 2 status of an interface? (Choose three.)
Router#connect
Router(config)#banner login
Enable the interface
19. Displays information about the physical interface itself. It'll also give you the type of serial cable plugged into a serial port. Usually - this will only be a DTE cable that plugs into a type of data service unit (DSU)
Router#sh controllers serial 0/0
You set the console password - but when you display the configuration - the password doesn't show up; it looks like this: Password 7098C0BQR
Enter interface configuration mode and configure serial 0/0
Router#sh protocols
20. Sets a console user-mode password
Router(config)#line console
Router(config)#interface FastEthernet
Router(config)#interface Serial
Label the interface 'WAN to Miami'
21. Change the running-config running in dynamic RAM (DRAM)
Router#exit
Router(config-subif)#
Router#help
configure terminal (config t)
22. Tunnel interface
Router(config)#interface Tunnel
Router(config)#enable password
Router(config)#enable secret todd
Router(config)#int fa 0/0
23. Sets the user-mode password for the auxiliary port. It's usually used for attaching a modem to the router - but it can be used as a console as well
EXEC session
Router(config)#line aux
Router(config)#line aux 0
outer#disconnect
24. Change the startup-config stored in NVRAM
outer#disconnect
configure memory (config mem)
Booting a router
Atlanta#sh run
25. Request neighbor and version information from a multicast router
What layer of the OSI model would you assume the problem is in if you type show interface serial 1 and receive: Serial1 is a down - line protocol is down
Router#access-profile
Router#mrinfo
Router(config)#interface Tunnel
26. Virtual TokenRing
Router(config)#interface Virtual-TokenRing
Auxiliary port
Router(config)#enable password
If you delete the contents of NVRAM and reboot the router - what mode will you be in?
27. Lock the terminal
Router#lock
Enter interface configuration mode and configure serial 0/0
Cisco IOS
If you delete the contents of NVRAM and reboot the router - what mode will you be in?
28. Delete the start-up config
delete the configuration stored in NVRAM
Which of the following commands will configure all the default VTY ports on a router?
Router>sh controllers s 0
Atlanta#erase startup-config
29. FastEthernet IEEE 802.3
Router(config)#interface Lex
You set the console password - but when you display the configuration - the password doesn't show up; it looks like this: Password 7098C0BQR
Router(config)#interface FastEthernet
Router#sh int fastethernet 0/0
30. Provides basic configuration for the system hardware as well as the software version - the names and sources of configuration files - and the boot images
Enter global configuration mode
Router(config)#interface Group-Async
configure network (config net)
Router#sh version
31. Erase startup-config
delete the configuration stored in NVRAM
Which command will show you whether a DTE or a DCE cable is plugged into serial 0?
Router(config)#enable use-tacacs
Router(config)#enable secret todd
32. Enter configuration mode
Router#terminal history size
Router#configure
reinitialize the router and totally replace the running-config with the current startup-config
Bring up Ethernet0
33. Sets the enable password on older - pre-10.3 systems - and isn't ever used if an enable secret is set
view the config
Router(config)#enable password
Router#sh running-config (sh run)
Router(config-if)#
34. Setup mode
Router#disable
Router(config)#interface Null
Router(config)#line console 0
If you delete the contents of NVRAM and reboot the router - what mode will you be in?
35. Sets the console password
Router(config)#line console 0
Router#exit
Router#clear counters s0/0
Router(config)#interface BVI
36. Dialer interface
Router#mrinfo
Router(config)#interface Dialer
Attachment Unit Interface (AUI) connection
Serial0 is administratively down - line protocol is down
37. Disconnect an existing network connection
Router(config)#line console 0
Router#access-enable
Router(config-subif)#
outer#disconnect
38. Terminal controller
global command
Router(config)#line aux
Router#login
Router(config)#line tty
39. User mode
Router#lock
Router>
Router#help
Router#config t
40. To configure user-mode passwords
show inter et 0 and notice the port is administratively down
Router(config-line)#
Atlanta#sh start
What layer of the OSI model would you assume the problem is in if you type show interface serial 1 and receive: Serial1 is a down - line protocol is down
41. Exit from the EXEC
EXEC session
Router#logout
Router(config)#enable secret
Router(config-line)#
42. Indicates that the line has been scrolled to the left
Router(config)#$
show inter et 0 and notice the port is administratively down
see the terminal history size
Router#lock
43. Erase start
Which command will delete the contents of NVRAM on a router?
Router#configure
Router#lock
Router#copy
44. Configure a DCE serial interface in bits per second
Router(config-router)#
Router#terminal history size
Router(config-if)#clock rate 64000
EXEC session
45. Async Group interface
Router(config)#interface CTunnel
Router(config)#interface Group-Async
Atlanta#sh start
outer#disconnect
46. Allows you to configure modem commands so that a modem can be connected to the router
Auxiliary port
Router(config-line)#line vty 0 4
Enter interface configuration mode and configure serial 0/0
Router(config)#int ethernet 0
47. Configure ethernet port 0
Router#erase
Configure an IP address on e0
Router(config)#enable use-tacacs
Router(config)#int ethernet 0
48. Virtual Template interface
Tab
Router(config)#interface Virtual-Template
Router(config)#enable use-tacacs
set the enable secret password to cisco
49. Exit the console
Router#access-enable
Router(config-line)#logging synchronous
Router#logout
Which of the following commands will display the current IP addressing and the layer 1 and 2 status of an interface? (Choose three.)
50. SFRemote(config-line)#login
Password required - but none set: Which of the following sequences will address this problem correctly?
Add a secondary IP address
Router>logout
EXEC session