Home

Surfing the net

Branch1 Router Configuration

Download all configurations (pdf)

hostname branch1
username branch2 password cisco
username isp password cisco
enable secret class
no ip domain-lookup

int fa0/0
ip address 172.16.0.129 255.255.255.192
no shut

int s0/0
ip address 207.62.41.29 255.255.255.252
encaps ppp
ppp authentication chap
no shut

int s0/1
ip address 207.62.41.22 255.255.255.252
encaps ppp
ppp authentication chap
clock rate 64000
no shut

!Note comment out either OSPF or EIGRP below

!*** start EIGRP config ***
router eigrp 1
network 207.62.41.28 0.0.0.3
network 207.62.41.20 0.0.0.3
network 172.16.0.128 0.0.0.63
no auto-summary
!*** end EIGRP config ***

!*** start OSPF config ***
!router ospf 10
! network 207.62.41.28 0.0.0.3 area 0
! network 207.62.41.20 0.0.0.3 area 0
! network 172.16.0.128 0.0.0.63 area 0
!*** end OSPF config ***

passive-interface fa 0/0

line con 0
exec-timeout 0 0
logging synchronous
line aux 0
line vty 0 4
password cisco
login