Basic Router Config Template

You might also like

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 2

DEVICE:

enable config terminal hostname (NAME) enable secret class line console 0 password cisco login exit line vty 0 4 password cisco login exit banner login #***Device Configured by John W. Cross***# banner motd #***Authorized Use Only***# router rip default-information originate version 1 version 2 network (IP ADDRESS) no auto-summary exit interface serial0/0/0 description (DESCRIPTION) ip address (ADDRESS) clock rate (RATE) no shutdown exit interface serial0/0/1 description (DESCRIPTION) ip address (ADDRESS) clock rate (RATE) no shutdown exit interface serial0/1/0 description (DESCRIPTION) ip address (ADDRESS) clock rate (RATE) no shutdown exit interface serial0/1/1 description (DESCRIPTION) ip address (ADDRESS) clock rate (RATE) no shutdown exit interface fastethernet0/0 description (DESCRIPTION) ip address (ADDRESS) no shutdown exit interface fastethernet0/1 description (DESCRIPTION) ip address (ADDRESS) no shutdown exit

interface fastethernet0/2 description (DESCRIPTION) ip address (ADDRESS) no shutdown exit interface fastethernet0/3 description (DESCRIPTION) ip address (ADDRESS) no shutdown exit interface fastethernet0/4 description (DESCRIPTION) ip address (ADDRESS) no shutdown exit interface fastethernet0/5 description (DESCRIPTION) ip address (ADDRESS) no shutdown exit ip route (ADDRESS) (SUBNET) (EXIT INTERFACE) ip route (ADDRESS) (SUBNET) (EXIT INTERFACE) ip route (ADDRESS) (SUBNET) (EXIT INTERFACE) ip route (ADDRESS) (SUBNET) (EXIT INTERFACE) ip route (ADDRESS) (SUBNET) (EXIT INTERFACE) exit copy running-config startup-config exit

permanent permanent permanent permanent permanent

END TEMPLATE

You might also like