Run a "debug ip nat" on R8 and try pinging R1 from Cat2 again (here is what 
mine looks like which is working)

R8#deb ip nat
IP NAT debugging is on
*Mar  5 07:34:50.834: NAT*: s=100.100.200.12->150.100.78.11, d=200.0.0.1 [10]
*Mar  5 07:34:50.842: NAT*: s=200.0.0.1, d=150.100.78.11->100.100.200.12 [10]
*Mar  5 07:34:50.846: NAT*: s=100.100.200.12->150.100.78.11, d=200.0.0.1 [11]
*Mar  5 07:34:50.850: NAT*: s=200.0.0.1, d=150.100.78.11->100.100.200.12 [11]
*Mar  5 07:34:50.854: NAT*: s=100.100.200.12->150.100.78.11, d=200.0.0.1 [12]
*Mar  5 07:34:50.858: NAT*: s=200.0.0.1, d=150.100.78.11->100.100.200.12 [12]
*Mar  5 07:34:50.862: NAT*: s=100.100.200.12->150.100.78.11, d=200.0.0.1 [13]
*Mar  5 07:34:50.870: NAT*: s=200.0.0.1, d=150.100.78.11->100.100.200.12 [13]
*Mar  5 07:34:50.878: NAT*: s=100.100.200.12->150.100.78.11, d=200.0.0.1 [14]
*Mar  5 07:34:50.882: NAT*: s=200.0.0.1, d=150.100.78.11->100.100.200.12 [14]
R

Thank you,

Steve Di Bias
Network Engineer - Information Systems
Valley Health System - Las Vegas
Office - 702- 369-7594
Cell - 702-241-1801
[email protected]<mailto:[email protected]>

From: [email protected] 
[mailto:[email protected]] On Behalf Of Amer Mustafa
Sent: Friday, October 22, 2010 3:19 PM
To: [email protected]
Subject: [OSL | CCIE_RS] Workbook 1 - LAB 17 Task 17.2

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)


UHS Confidentiality Notice:  This e-mail message, including any attachments, is 
for the sole use of the intended recipient (s) and may contain confidential and 
privileged information.  Any unauthorized review, use, disclosure or 
distribution of this information is prohibited.  If this was sent to you in 
error, please notify the sender by reply e-mail and destroy all copies of the 
original message.
_______________________________________________
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Reply via email to