*Workbook 1 - LAB 17 Task 17.2*
**
*Ping to 200.0.0.1 on CAT2 is not working. NAT is working on R8 for some
reason, anyone can tell why *
**
*Enabling NAT on R8 : *
**
interface FastEthernet0/0
 ip address 100.100.200.8 255.255.255.0
 ip nat enable
 duplex auto
 speed auto
end

!
interface Serial0/0/0
 bandwidth 128
 ip address 150.100.78.8 255.255.255.0
 ip nat enable
 no fair-queue
end

ip nat pool AMER 150.100.78.10 150.100.78.254 prefix-length 24
ip nat inside source list 10 pool AMER


R8(config)#do show ip route | i 200.0.0.1
O       200.0.0.1 [110/1565] via 150.100.78.7, 00:28:30, Serial0/0/0


*FOR NAT VARIFICATION : *
**
*ON CAT2 : *
**
Cat3560-2(config)#DO MYIP
Interface              IP-Address      OK? Method Status
Protocol
Vlan200                100.100.200.12  YES manual up                    up

**
Cat3560-2(config)#do ping 100.100.200.8
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 100.100.200.8, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/4/9 ms

Cat3560-2(config)#do sh run | beg ip default-gateway
ip default-gateway 100.100.200.8

*Cat3560-2(config)#do ping 200.0.0.1*
*Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 200.0.0.1, timeout is 2 seconds:
.....
Success rate is 0 percent (0/5)*
_______________________________________________
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Reply via email to