4 - Cisco IOS Flashcards
1
Q
Connecting to Cisco device via network
A
- SSH in via PuTTY
2
Q
Connecting to Cisco device via console port
A
- Cisco devices don’t receive an IP address by default, meaning we need to physcially connect and assign one
- Console cable = yost/rollover cable = DB9 to RJ45
- New console cable = USB to mini USB
- Used to complete initial config too
3
Q
Navigating the IOS CLI
A
- Router> = user exec level
- en = brings the CLI up to privileged exec, Router> changes to Router#
- disable / disa = brings us down a level to user exec
- di ? = shows us the avilable commands
4
Q
Navigating the IOS CLI #2
A
- sh = show command that shows info about device
- debug = debugs
- show and debug can only be used at the privileged exec mode, if we aren’t on this level, put ‘do’ at the front
5
Q
Navigating the IOS CLI #3
A
- cntrl a = moves to the start of the line
- end = drops level to user exec
6
Q
IOS Configuration
A
- we have 2 configs on the device, running config and startup config which is used whenever the device is booted up
- config t = enters global config
- show start = shows startup config
- show run = shows running config
- if we mess up the current config, we can reboot to run the startup config as a last resort
7
Q
IOS Configuration #2
A
- copy run flash:filename = saves running config to flash memory on the device
- not a good idea to back up a device on the same device
- copy run tftp
enter IP address
enter filename - This saves the running config on the tftp server
8
Q
IOS Configuration #3 - Where is the OS+configs stored?
A
- the OS is stored on the flash memory in the device
- startup config is stored in NVRAM
(non volatile, meaning the data persists through reboots) - running config is stored in RAM, after being transferred from NVRAM after boot