Term
What cabling and settings are used for a terminal session to the console port? Baud Rate Data Bits Parity Stop Bits Flow Control
|
|
Definition
Cabling: Rollover Baud Rat: 9600 Data Bits: 8 Parity: None Stop Bits: 1 Flow Control: None
|
|
|
Term
What kind of cable connects: WAN connection from router to router ethernet port (of NIC) to ethernet (of router)? ethernet port (of router or NIC) to switch? switch to switch / hub? |
|
Definition
router to router over WAN - serial ethernet to ethernet port - crossover ethernet port to switch - straight-through switch to switch / hub - crossover |
|
|
Term
Describe the pinouts of the following cables: rollover straight through crossover |
|
Definition
rollover: pins 1-8 connected to 8-1 respectively straight through: pins 1-8 connected to 1-8 crossover: pins 1-3 & 2-6 are connected, the rest connected straight through
|
|
|
Term
Name the acronym: NVRAM What is it's characteristics and what is typically stored there? |
|
Definition
Non-Volatile RAM Does not lose data stored on it when power is off. Used to store the startup configuration |
|
|
Term
| What are the basic steps of the boot process? |
|
Definition
1. POST runs basic inventory/test of hardware 2. Bootstrap/RXBoot/Rommon used to find the IOS 3. IOS loaded to RAM 4. Startup configuration or remote configuration found 5. Configuration loaded to RAM as running config
|
|
|
Term
| What is the process used to find the IOS image to load during bootup? |
|
Definition
Following steps are followed until valid IOS is found: 1. Bootstrap checks the startup-config in NVRAM for boot system commands. 2. Device looks for the first IOS image in flash. 3. Broadcast for TFTP server. 4. Load RXBoot mini-IOS (used to manually connect to TFTP server) 5. ROMMON mode loaded (used to manually load/TFTP an image)
|
|
|
Term
| What is the process for loading the configuration at bootup? |
|
Definition
Following steps are attempted until one is successful:
1. If startup-config is in NVRAM, it is copied as the running config 2. Broadcast for TFTP server for a configuration file 3. Launch setup mode
|
|
|
Term
| What are the ways to exit setup mode? |
|
Definition
Crtl+C Answer "no" when asked to enter initial configuration dialog or when prompted to save at the end |
|
|
Term
Describe the effects of the following config register settings: 0x2100 0x2101 0x2102 (thru 0x210F) 0x2142 |
|
Definition
0x2100 : always boot to ROMMON 0x2101 : always boot to RXBOOT 0x2102-F : always boot to first (nth) image in flash 0x2142 : do not load startup-config during boot |
|
|
Term
| What is the process to force boot into ROMMON mode? |
|
Definition
1. Connect via console port 2. Power cycle the device 3. Ctrl+Break at the start of boot sequence |
|
|
Term
| What is the process to run password recovery for a Cisco device? |
|
Definition
1. Boot into ROMMON mode: 2. confreg 0x2142 3. Reset and exit from setup mode after reload 3. Copy startup config to running config 4. Change or set passwords 5. Copy running config to startup config 6. config-register 0x2102 7. reload |
|
|
Term
| What differs "enable secret" from "enable password" |
|
Definition
| "enable secret" is encrypted while "enable password" stored as plain text |
|
|
Term
| What IOS command will apply encryption to passwords for console, vty/tty lines? |
|
Definition
| service password-encryption |
|
|
Term
| What is the process to enable SSH on IOS? |
|
Definition
1. configure "username xxx password yyy" 2. setup "ip domain-name zzz" 3. run "crypto key generate rsa" 4. apply "login local" and "transport input ssh" on the vty lines
|
|
|
Term
| What is the name format for IOS image files? |
|
Definition
[platform]-[feature set]-[run location|compression].[version] Eg. C2500-D-L.120-9.bin Platform: C2500 Feature Set: D Run Location: L IOS version: 12.0(9) |
|
|
Term
Name the telnet session commands to: close an active session suspend a session determine existing sessions resume the last session resume a specific session disconnect the last session
|
|
Definition
close an active session: "exit" suspend a sessio: Ctrl+Shift+6, x determine existing sessions: "show sessions" resume the last session: Enter, or "resume" resume a specific sessio: "resume [session|host|ip]" disconnect the last session: disconnect |
|
|
Term
| What is the command(s) to view L3 information obtained by CDP? |
|
Definition
"show cdp neighbors detail" (functionally equivalent to "show cdp entry * ") |
|
|
Term
| What are the options available with a non-extended ping command? |
|
Definition
| protocol, destination IP, repeat count, datagram size, timeout (seconds) |
|
|
Term
| What additional options are available with an extended ping command? |
|
Definition
Source IP/interface, Type of Service, DF bit, validate reply, data pattern (hex), loose/strict/record/timstamp/verbose, sweep range of sizes |
|
|
Term
| What procedure is used to connect to a factory default SDM installation for initial config? |
|
Definition
crossover cable connects PC to Gig0/0 point browser to http://10.10.10.1 login credentials are cisco/cisco |
|
|
Term
| What information does CDP supply about a neighboring device? |
|
Definition
Device Identifier (eg. hostname) Port Identifier (port/interface) Address list (L3 and L2) Capabilities list Platform |
|
|
Term
| What exec level command sends pings to each device on the path to a destination host? |
|
Definition
|
|
Term
| What types of routes are generally supported on ISP routers? |
|
Definition
|
|
Term
| What is the command to view the previous commands entered in IOS? |
|
Definition
|
|