Section 4: Cisco IOS Flashcards
NX-OS
- Cisco Nexus and MDS data center switch
IOS-XR
- NCS
- CRS
- ASR9000
- XR12000
IOS-XE
- ASR1000
IOS
- remains the OS used on the majority of Cisco enterprise grade network devices
- other OS have been developed for some more recent router and switch platforms
What needs to be done before a Cisco device can be connected to over the network?
- assign IP address
What console cable is used to directly connect to a Cisco device for initial configuration?
- DB9 (serial) to RJ45
- Called DB9 because 9 pins go into the cable connector
- Requires a USB to Serial adapter in order to connect the DB9 end to the laptop
How do you know that you are in user exec mode?
ROUTER>
What command allows you to see the available commands?
ROUTER> ?
What command enters privileged exec mode?
ROUTER> enable
or
ROUTER> en
How do you know you are in privileged exec mode?
ROUTER#
What command switches back to user exec mode from privilege exec mode?
ROUTER# disable
What command allows you to see all the commands that start with ‘sh’?
ROUTER# sh?
How would you show all the possible “show” commands?
ROUTER# sh ? (add a space between ‘sh’ and ‘?’)
or
ROUTER# show ?
When you enter “sh run ?”, one of the options is …what does this mean?
- that you could enter “sh run” as a command and that would be complete
- nothing else needs to come after ‘run’ in the command
What is the command to get to the global configuration mode?
ROUTER# configure terminal
or
ROUTER# conf t