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