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