Configuring and Testing Network Flashcards
A router or switch can’t function without this….
Operating system
Two configuration files
Running-config
Startup-config
Access methods for CLI
Console: used to access a device when the network services failed or have not started, password, disaster recovery
Telnet, SSH ( requires at least one interface with Layer 3 address)
AUX port
semi-permanent memory of Cisco IOS is called….
flash
Major modes of Cisco IOS
user exec mode
privilieged exec mode
global config mode
other specific config mode
Router>ping 192.168.1.3
Router = prompt ping = command 192.168.1.3 = keyword or argument
Cisco IOS help forms
Context sensitive
Command syntax check
Hot keys
Some hot keys
CTRL-Shift-6: interrupts ping
CTRL-C: aborts current command and exits config mode
CTRL-Z: ends config mode, returns to EXEC
CTRL-R: redisplays line
Up arrow: scroll backwards through former commands
Down arrow: scroll forward through former commands
Show command
offers info about configuration, operation and status of parts of Cisco router
Ex: show version, show ip route, show run, show start, show ip interface brief
To negate effects of command….
Preface command with no: no hostname
Types of passwords for Cisco IOS
console password: limits device access using console connection
enable password: limits access to privileged mode
enable secret password: encrypted version of enable password
service password-encryption
provides weak encryption to all unencrypted passwords
At startup….
Startup-config is copied from NVRAM to DRAM
banner motd
messages seen by anyone who attempts to login to a Cisco router or switch
Reload….
returns router to original configuration