- Posts: 198
- Thank you received: 1
NAT on Frame Relay
18 years 4 months ago #16171
by Dove
Dove
NAT on Frame Relay was created by Dove
Hi,
I am preparing for my CCNA. I am using the Boson Netsim. In my network there are four router connected into the Frame relay cloud. EIGRP routing is running on each router. Each routers are able to ping with each other.
After that I gave the follwoing command for NATing on Router1
ip nat pool p1 192.168.0.1 192.168.0.255
ip nat inside source list 1 pool p1
access-list 1 permit 192.168.0.0 0.0.0.255
r1(Config)int f0/0
r1(Config-if)ip nat inside
r1(Config)int s0/0
r1(Config-if)ip nat outside
when I checked after configuring this I found that the NAT was not working.
even the sh ip nat trans also blank.
Please some one help how to configure the NAT on Frame Relay network.
Note : The same Nat Configuration is working well if the router are connected through the Serial ports (Directly connected).
Thanks in advance
Regards,
Dove
I am preparing for my CCNA. I am using the Boson Netsim. In my network there are four router connected into the Frame relay cloud. EIGRP routing is running on each router. Each routers are able to ping with each other.
After that I gave the follwoing command for NATing on Router1
ip nat pool p1 192.168.0.1 192.168.0.255
ip nat inside source list 1 pool p1
access-list 1 permit 192.168.0.0 0.0.0.255
r1(Config)int f0/0
r1(Config-if)ip nat inside
r1(Config)int s0/0
r1(Config-if)ip nat outside
when I checked after configuring this I found that the NAT was not working.
even the sh ip nat trans also blank.
Please some one help how to configure the NAT on Frame Relay network.
Note : The same Nat Configuration is working well if the router are connected through the Serial ports (Directly connected).
Thanks in advance
Regards,
Dove
Dove
17 years 8 months ago #20883
by krik
Christophe Lemaire
www.exp-networks.be/blog/
Replied by krik on topic Re: NAT on Frame Relay
Hi Dove,
I see you have configured the "ip nat outside" command on the physical interface s0/0. For the frame-relay configuration, did you use only the physical interface or did you use a sub-interface?
Regards,
Krik
I see you have configured the "ip nat outside" command on the physical interface s0/0. For the frame-relay configuration, did you use only the physical interface or did you use a sub-interface?
Regards,
Krik
Christophe Lemaire
www.exp-networks.be/blog/
Time to create page: 0.122 seconds