You are on page 1of 4

b1

hostname B1
int g0/0
ip address 172.16.0.1 255.255.254.0
no sh
exit
int SE0/0/0
ip address 172.16.6.226 255.255.255.252
no sh
exit
int g0/1
ip address 172.16.2.1 255.255.254.0
no sh
exit
R2
hostname B2
int g0/0
ip address 172.16.4.1 255.255.255.0
no sh
exit
int SE0/0/0
ip address 172.16.6.230 255.255.255.252
no sh
exit
int g0/1
ip address 172.16.5.1 255.255.255.128
no sh
exit
B3
hostname B3
int g0/0
ip address 172.16.5.129 255.255.255.128
no sh
exit
int SE0/0/0
ip address 172.16.6.234 255.255.255.252
no sh
exit
int g0/1
ip address 172.16.6.1 255.255.255.128
no sh
exit
B4
hostname B4
int g0/0
ip address 172.16.6.129 255.255.255.192
no sh
exit
int SE0/0/0
ip address 172.16.6.238 255.255.255.252
no sh
exit
int g0/1
ip address 172.16.6.193 255.255.255.224
no sh
exit

hq
HOSTNAME HQ
int SE0/1/0
ip address 172.16.6.225 255.255.255.252
no sh
clock rate 9600
exit
int SE0/1/1
ip address 172.16.6.229 255.255.255.252
no sh
clock rate 9600
exit
int SE0/2/0
ip address 172.16.6.233 255.255.255.252
no sh
clock rate 9600
exit
int SE0/2/1
ip address 172.16.6.237 255.255.255.252
no sh
clock rate 9600
exit
int SE0/0/0
ip address 209.165.200.234 255.255.255.252
no sh
clock rate 9600
exit
ISP
HOSTNAME ISP
int g0/0
ip address 209.165.200.225 255.255.255.248
no sh
exit
int SE0/0/0
ip address 209.165.200.233 255.255.255.252
no sh
clock rate 9600
exit
eigrp
b1
router eigrp 1
network 172.16.0.0 0.0.1.255
network 172.16.2.0 0.0.1.255
network 172.16.6.224 0.0.0.3
no auto-summary
passive-interface g0/0
passive-interface g0/1
exit
int s0/0/0
ip hello-interval eigrp 1 12
bandwidth 512
b2
router eigrp 1
network 172.16.4.0 0.0.0.255
network 172.16.5.0 0.0.0.127
network 172.16.6.228 0.0.0.3

no auto-summary
passive-interface g0/0
passive-interface g0/1
exit
int s0/0/0
ip hello-interval eigrp 1 12
bandwidth 512
do show ip route connected
b3
router eigrp 1
network 172.16.5.128 0.0.0.127
network 172.16.6.0 0.0.0.127
network 172.16.6.232 0.0.0.3
no auto-summary
passive-interface g0/0
passive-interface g0/1
exit
int s0/0/0
ip hello-interval eigrp 1 12
bandwidth 512
b4
router eigrp 1
network 172.16.6.128 0.0.0.63
network 172.16.6.192 0.0.0.31
network 172.16.6.236 0.0.0.3
no auto-summary
passive-interface g0/0
passive-interface g0/1
exit
int s0/0/0
ip hello-interval eigrp 1 12
bandwidth 512
hq
router eigrp 1
network 172.16.6.224 0.0.0.3
network 172.16.6.228 0.0.0.3
network 172.16.6.232 0.0.0.3
network 172.16.6.236 0.0.0.3
no auto-summary
passive-interface se0/0/0
exit
int s0/1/0
ip hello-interval eigrp 1 12
bandwidth 512
exit
int s0/1/1
ip hello-interval eigrp 1 12
bandwidth 512
exit
int s0/2/0
ip hello-interval eigrp 1 12
bandwidth 512
exit
int s0/2/1
ip hello-interval eigrp 1 12
bandwidth 512

exit
hq
ip route 0.0.0.0 0.0.0.0 se0/0/0
router eigrp 1
redistribute static
isp
ip route 172.16.0.0 255.255.0.0 se0/0/0
tftp
b1
hq
ip name-server 209.165.200.226
copy running-config tftp
tftp.cisco.com
hq
line console 0
password cisco
login
exit
enable secret class
service password-encryption
line vty 0 15
password cisco
login
exit
banner motd $warning$
ip access-list standard VTYRESTRICT
permit 172.16.0.0 0.0.1.255
exit
line vty 0 15
ip access-class VTYRESTRICT in
exit
ip access-list extended HQACL
permit tcp any any established
permit icmp any any echo-reply
end
int s0/0/0
ip access-group HQACL in

You might also like