Link to home
Start Free TrialLog in
Avatar of ghgan
ghgan

asked on

show running-config does not show nat configuration

I had configure a nat on a router with the following configuration. But when I type show running-config it does show my nat configuration.

interface serial 0/1
ip address 202.150.123.1 255.255.255.0
ip nat outside

interface ethernet0/1
ip address 192.168.1.1 255.255.255.0
ip nat inside

access-list 1 permit 192.168.1.0 0.0.0.255

ip nat pool testpool 202.150.123.2 202.150.123.2.2 netmask 255.255.255.0
ip nat inside source list 1 pool testpool

Anyone know why?
Avatar of mrpez1
mrpez1

What happens when you do a "show ip nat statistics"?
what version of IOS ?
For instance S-train just doesn't do NAT...
Avatar of ghgan

ASKER

version 12, show ip nat statistics does not show any result
ASKER CERTIFIED SOLUTION
Avatar of pedrow
pedrow

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial