You are on page 1of 2

CISCO Router commands (END / EXIT / Ctrl-Z) Version 05-06-09

Router>
enable Router#
config t Router(config)#
enable password ppp
enable secret ppppp
service password-encryption
hostname nnnnnn
no ip domain-lookup
int fa 0/0 Router(config-if)
description THIS IS A COMMENT
ip address x.x.x.x m.m.m.m
no shut
int s0/0 Router(config-if)
description This is serial #1
ip address x.x.x.x m.m.m.m
clock rate 56000 (DCE)
no shut
ip ospf priority (1-255 | 0 )
ip ospf cost 1
ip ospf authentication-key letmein
ip ospf message-digest-key 1 md 5 letmein
int LoopBack 0 Router(config-if)
ip address n.n.n.n m.m.m.m
banner motd # hi #
ip host Irwin x.x.x.x …
int fa0/0.nn Router(config-subif)#
encapsulation dot1q nn [native]
ip address x.x.x.x m.m.m.m
router protocol ttt Router(config-router)#
RIP Version 2
Network n.n.n.n
EIGRP 1 Network n.n.n.n m.m.m.m / w.w.w.w
No auto-summary
Redistribute static
OSPF 1 Network n.n.n.n w.w.w.w area 0
default-information originate
passive-interface default
Area 0 authentication
Area 0 authentication message-digest
line con 0 Router(config-line)#
password pppppppp
Login
exec-timeout 0 0
logging synchronous
line vty 0 4
Router(config-line)#
password pppppppp
52534083.doc
Login
ip route n.n.n.n. m.m.m.m d.d.d.d
ip route 0.0.0.0 0.0.0.0 interface
ip subnet-zero
ip classless

Username nnnnn password ppppp

Frame-relay switching
Int s0/0 Router(config-if)
encapsulation frame-relay
frame-relay map ip x.x.x.x dlci# broadcast
frame-relay intf-type [DCE|DTE]
no frame-relay inverse arp

Encapsulation PPP
PPP authentication [CHAP | PAP]
username [otherhost] password <=
ppp
PPP chap hostname xxxxx
Sends xxxx instead of hostname on interface
PPP chap password pppp

52534083.doc

You might also like