Saturday, June 26, 2010

9.6.3 Scripts

hostname BRANCH1
!
!
no ip domain-lookup
!
interface FastEthernet0/0
ip address 172.18.129.1 255.255.255.240
duplex auto
speed auto
no shutdown
!
interface Serial0/0/0
ip address 209.165.202.130 255.255.255.252
clock rate 64000
no shutdown
!
interface Serial0/0/1
ip address 209.165.202.137 255.255.255.252
no shutdown
!
router eigrp 1
passive-interface FastEthernet0/0
network 172.18.129.0 0.0.0.15
network 209.165.202.136 0.0.0.3
no auto-summary
!
ip classless
!
!
!
!
line con 0
line vty 0 4
login
!
!
end!
!
end
copy running-config startup-config
startup-config
reload
y









hostname BRANCH2
!
!
no ip domain-lookup
!
interface FastEthernet0/0
ip address 172.18.128.1 255.255.255.0
duplex auto
speed auto
no shutdown
!
interface Serial0/0/0
ip address 209.165.202.138 255.255.255.252
clock rate 64000
no shutdown
!
interface Serial0/0/1
ip address 209.165.202.134 255.255.255.252
no shutdown
!
router eigrp 1
passive-interface FastEthernet0/0
network 172.18.128.0 0.0.0.255
network 209.165.202.132 0.0.0.3
network 209.165.202.136 0.0.0.3
no auto-summary
!
ip classless
!
!
!
end
copy running-config startup-config
startup-config
reload
y




hostname HQ
!
!
no ip domain-lookup
!
interface FastEthernet0/0
ip address 172.18.64.1 255.255.192.0
duplex auto
speed auto
no shutdown
!
interface Serial0/0/0
ip address 209.165.202.129 255.255.255.252
no shutdown
!
interface Serial0/0/1
ip address 209.165.202.133 255.255.255.252
clock rate 64000
no shutdown
!
router eigrp 1
passive-interface FastEthernet0/0
network 172.18.64.0 0.0.63.255
network 209.165.202.128 0.0.0.3
network 209.165.202.132 0.0.0.3
no auto-summary
!
ip classless
!
!
!
!
line con 0
line vty 0 4
login
!
!
end
copy running-config startup-config
startup-config
reload
y

No comments:

Post a Comment