Thursday, February 23, 2006
NAT problem. (Question #22)
The following configuration has an error that causes NAT to fail on the router on which this configuration was done. Can you spot the problem?
ip local pool NATPOOL 192.161.3.1 192.161.3.254
ip nat inside source list 101 pool NATPOOL
ip classless
ip route 192.161.3.0 255.255.255.0 Null0
!
no ip http server
!
!
access-list 101 deny ip 10.10.10.0 0.0.0.255 224.0.0.0 15.255.255.255
access-list 101 permit ip 10.10.10.0 0.0.0.255 any
!
route-map NATMAP permit 10
match ip address 101