SUBJECTS
|
BROWSE
|
CAREER CENTER
|
POPULAR
|
JOIN
|
LOGIN
Business Skills
|
Soft Skills
|
Basic Literacy
|
Certifications
About
|
Help
|
Privacy
|
Terms
Search
Test your basic knowledge |
Cisco Ios Commands Basics
Start Test
Study First
Subjects
:
cisco
,
it-skills
Instructions:
Answer 37 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. Removes encryption of passwords (must be in global config mode)
line vty ...
show ip interface
no service password-encryption
banner motd
2. Shows layer 3 details of an interface - also use show ip interface brief for condensed details - (must be in globalconfig mode)
show ip interface
banner exec
banner motd
router
3. Enters setup mode from privileged mode
copy
do
setup
enable secret
4. Shows current running config (must be in global config mode)
do
copy
show running-config
ip domain-name
5. Finishes typing a command for you.
shutdown
TAB key
interface
do
6. Sets the login banner
configure terminal
line aux ...
enable
banner login
7. Encrypts passwords (must be in global config mode)
ctrl+W
service password-encryption
setup
show running-config
8. Sets the incoming banner
|
banner incoming
setup
show running-config
9. Copies files to/from device - (eg: copy run start (copy running-config to startup-config)) - (must be in privileged mode)
ctrl+U
no shutdown
copy
ctrl+W
10. Shows banner command options (must be in global config mode)
line vty ...
banner ?
ip domain-name
banner incoming
11. Sets the password for Telnet port. '...' denotes port number (use ? command to discover) (must be in global config mode)
do
banner ?
enable
line vty ...
12. Sets the exec banner
enable
banner login
banner incoming
banner exec
13. Sets a discription for an interface (must be in interface config mode)
ctrl+E
ctrl+Z
description
line vty ...
14. Moves cursor to the end of the line
configure terminal
ctrl+E
|
interface
15. Enters clobal configuration mode.
setup
banner exec
configure terminal
show ip interface
16. Sets the secret encrypted password for enable command on devices post IOS 10.3. Overrides enable password if set. (must be in global config mode)
description
enable secret
interface
copy
17. Sets the Mesage of the Day banner
TAB key
enable
banner motd
ip domain-name
18. Enters Priviledged Exec mode on non ISR routers
show ip interface
no shutdown
enable
shutdown
19. Allows you to set a host name (must be in global config mode)
show ip interface
hostname
TAB key
?
20. Erases files from the device - (eg:erase running-config)
?
erase
do
show ip interface
21. Opens up an interface for use - (must be in interface config mode)
|
show controllers
router
no shutdown
22. Displays information about physical interface - details what kind of cable is used (DTE or DCE) - (must be in global config mode)
setup
show protocols
show controllers
ctrl+U
23. Allows you to set a domain name (must be in global config mode)
show protocols
show ip interface
ip domain-name
ctrl+Z
24. Enters the interface config mode.
banner login
description
show ip interface
interface
25. Enters router config mode.
enable
enable password
router
ctrl+E
26. Sets the password for Auxiliary port. '...' denotes the port number (use ? command to discover) (must be in global config mode)
do
line aux ...
shutdown
setup
27. When typed after a command - this will give you the next available set of commands. If <cr> is shown - there are no more commands available.
show version
?
no shutdown
line aux ...
28. Administratively shuts down an interface - (must be in interface config mode)
shutdown
banner incoming
ip domain-name
show ip interface
29. Erases a word
ctrl+W
show version
banner ?
configure terminal
30. Output modifier (AKA pipe) - modifys any output - use ? command for options
copy
banner login
show running-config
|
31. Forces commands from config mode (like do show run). only valid from IOS 12.3
do
setup
hostname
show protocols
32. Sets the password for Console port. '...' denotes port number (use ? command to discover) (must be in global config mode)
hostname
line con ...
TAB key
banner ?
33. Verify's layers 1 & 2 of each interface - (must be in global config mode)
hostname
show protocols
ctrl+E
line aux ...
34. Ends configuration mode and returns to EXEC mode
banner motd
hostname
ctrl+U
ctrl+Z
35. Sets the enable password on legacy devices (must be in global config mode)
enable password
setup
line con ...
copy
36. Erases a line
ctrl+U
|
no shutdown
enable password
37. Gives basic info about device from POST - IOS version and Interfaces.
banner ?
show version
ctrl+Z
show protocols