CCNA 640-802: Chapter 4: Cisco's IOS and SDM
CCNA 640-802: Chapter 4: Cisco's IOS and SDM
Chapter 4 Objectives
The Cisco router IOS
Enhanced editing
Administrative functions
Hostnames
Banners
Passwords
Interface descriptions
Cisco 2811
Cisco 1841
Bringing up a Router
Boot-up process:
1: POST
2: Looks for the Cisco IOS from Flash
memory
3: IOS loads & looks for a valid
configuration;
startup-config
stored in nonvolatile RAM (NVRAM)
4: If a valid config is not found in NVRAM:
setup mode
Setup Mode
Basic Management Setup
Extended Setup
Command-Line Interface
Privileged mode:
Router#
Used to view & change router
configuration
Configuration
CLI Prompts
Interfaces
Sub-interfaces
Line Commands
Routing Protocol
Configurations
Administrative Functions
The administrative functions that
you can configure on a router
and switch are
Hostnames
Banners
Password
Interface descriptions
Descriptions
Atlanta(config)#int e0
Atlanta(config-if)#description Sales
Lan
Banners
Purpose
Types
exec
incoming
login
motd
Delimiting character
Passwords
Enable passwords
Router(config)#enable password cisco
Router(config)#enable secret cisco
Auxiliary Password
Console Password
Telnet Password
Encrypting Your Password
Router(config)#service passwordencryption
Interface Descriptions
Setting descriptions on an interface is helpful to the
administrator and, like the hostname, only locally
significant. The description command is a helpful one
because you can, for instance, use it to keep track of
circuit numbers.
Heres an example:
Atlanta(config)#int e0
Atlanta(config-if)#description Sales Lan
Atlanta(config-if)#int s0
Atlanta(config-if)#desc Wan to Miami circuit:6fdda4321
Router Interfaces
Bringing up an Interface
no shutdown
shutdown
show interface
Configuring an IP Address on an
Interface
Router(config)#int e0
Router(config-if)#ip address 172.16.10.2
255.255.255.0
Router(config-if)#no shut
& bandwidth
(entered in
DRAM
NVRAM
show running-config
show startup-config
ping
show cdp nei detail
trace
telnet
Summary
Go through all the written labs and review
questions
Review answers in class
27