0% found this document useful (0 votes)
7 views2 pages

Cisco Router Configuration Commands

This document provides instructions for common Cisco router commands used for configuration purposes. It describes commands for enabling passwords, configuring interfaces, enabling routing protocols, configuring console and vty lines, setting IP routes, and configuring Frame Relay and PPP encapsulation. The commands are organized by the different configuration modes they are entered in such as global configuration, interface configuration, and router configuration modes.

Uploaded by

jsims91
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views2 pages

Cisco Router Configuration Commands

This document provides instructions for common Cisco router commands used for configuration purposes. It describes commands for enabling passwords, configuring interfaces, enabling routing protocols, configuring console and vty lines, setting IP routes, and configuring Frame Relay and PPP encapsulation. The commands are organized by the different configuration modes they are entered in such as global configuration, interface configuration, and router configuration modes.

Uploaded by

jsims91
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd

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/[Link] 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
[Link]
Login
ip route n.n.n.n. m.m.m.m d.d.d.d
ip route [Link] [Link] 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

[Link]

You might also like