Section 4: Cisco IOS COPY 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
How do you know when you are in global configuration mode?
ROUTER(config)#
- there is (config) in the prompt
How do you execute the “show” command in global config mode?
ROUTER(config)# do show
What command displays the available interfaces on the router?
ROUTER(config)# do show ip interface brief
What command would you enter to configure the interface FastEthernet0/0?
ROUTER(config)# interface fastEthernet 0/0
How do you know that you are in Interface Configuration mode?
ROUTER(config-if)#
Can you go directly to Interface Configuration mode from user exec mode?
- No, you must first go to the Global Config mode
What command shows the enter Router config?
ROUTER# show running-config
What command shows the config for the FastEthernet 0/0?
ROUTER# sh run int fast0/0
What command shows the the running config starting at “hostname”, and then everything afterwards?
ROUTER# sh run | begin hostname
What command shows the lines in the running config that start with the word “interface”?
ROUTER# sh run | in int
- ‘in’ is short for ‘include’
What command shows the entire “interface” section in the running config?
ROUTER# sh run | section interface
What command shows your current privilege level?
ROUTER# show privilege
ROUTER# sh priv
What commands would you use to bring up interface 0/0 on a Router?
ROUTER# configure terminal
ROUTER (config)# interface gig 0/0
ROUTER (config-if)# no shutdown
What command shows the assigned IP address for each interface of a router?
What values will this display?
ROUTER#sh ip interface brief
- Interface
- IP-Address
- OK?
- Method
- Status
- Protocol
What are common values for IP Interface Status?
- Up
- Administratively down