Cisco - Quiz Feb6
February 7, 2008
1-6 The appropriate static routes on HQ and ISP
HQ: ip route 0.0.0.0 0.0.0.0 s0
ISP: ip route 203.170.56.96 255.255.255.248 s0
7-15
The ISP has allocated HQ the IP adddress rnage, 203.170.56.96/28. The firs ten are set aside for the server’s use. The first are statically
ip nat inside source static 172.22.6.2 203.170.56.97
ip nat inside source static 172.22.8.2 203.170.56.98
int e0
ip nat in
int e1
ip nat in
int s0
ip nat out
16-28
ip nat pool nat-pool 203.170.56.107 203.170.56.110 prefix 28
access-list 1 permit 172.22.6.0 0.0.1.255
ip nat inside source list 1 pool nat-pool overload
int e1
ip nat in
int s0
ip nat out