Cisco Networking Fundamentals Flashcards
Intermediary devices / network devices
Devices used to transport data across the network.
Home routers are 4 devices in one:
- router
- switch
- wireless access point
- firewall
Cisco IOS
The Cisco Internetwork Operating System. A generic term for the collection of network operation systems used on Cisco networking devices. Cisco IOS is used for most Cisco devices.
Stored in a semi-permanent memory area called flash.
The kernel
The portion of the OS code that interacts directly with the computer hardware.
The shell
The portion of the OS that interfaces with the applications and the user. The kernel is between the shell and the hardware.
Major functions performed or enabled by Cisco routers:
- network security
- IP addressing of virtual and physical interfaces
- enabling network-specific configurations to optimize connectivity of their respective media
- routing
- enabling QoS
- network management
3 most common methods for accessing the CLI environment:
- console (cable)
- Telnet or SSH
- AUX port
Cisco IOS modes hierarchical structure:
Same for router or switch
- User executive mode - Router>
View-only mode - Privileged executive mode - Router#
- Global configuration mode - Router(config)#
Affects the whole device - other specific configuration modes
Like for a specific interface/engine/line
User EXEC mode
Allows a limited number of monitoring commands. View-only mode. Does not allows any commands that might change the device. Will need to set up a password.
Privileged EXEC mode
Allows configuration and management commands. Will need to set up a password. Must be here to access global configuration and all other modes.
Global configuration mode
The primary configuration mode. Must be here to get to the specific configuration modes.
CLI command to go from privileged EXEC to global configuration:
Switch# configure terminal
Interface mode
A specific configuration mode
To configure one of the network interfaces. (Fa0/0, S0/0/0)
Line mode
A specific configuration mode
To configure one of the physical or virtual lines (console, AUX, VTY)
To leave configuration mode completely and return to privileged EXEC:
end
To go from user exec to privileged exec:
enable
disable goes back to user exec
Entering “exit” in privileged exec:
Ends the console session.
CLI hot key: Ctrl-A
Moves to the beginning of the line.
CLI hot key: Ctrl-E
Moves to the end of the line.
CLI hot key: Ctrl-R
Redisplays a line.
CLI hot key: Ctrl-Z
Exits the configuration mode and goes back to privileged exec.
CLI hot key: Ctrl-C
Exits the configuration mode or aborts the current command. Cancels the current command and returns to privileged exec mode.
show interface
Displays statistics for all interfaces on the device. Add the slot/port number to see the stats for that particular one.
show startup-config
Displays the saved configuration located in NVRAM.