cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
450
Views
6
Helpful
2
Replies

NAT

zaqtivi
Level 1
Level 1

How would you know if NAT is enabled on a router ? What are the indications that NAT is enabled just by running show commands. Thanks in advance.

2 Replies 2

devang_etcom
Level 7
Level 7

you can check it out your nat by using following command:

sh ip nat translation

show ip nat statistics

and when you have configured nat, then by using debug ip nat you can able to see the translation of ip addresses...you can also use "debug ip nat detailed"

rate this post if it helps

regards

Devang

n.bowbridge
Level 1
Level 1

The easiest way to tell will be looking at the LAN interface and underneath the command:

ip nat inside

Will be listed. Likewise

ip nat outside

would be listed under your internet facing interface.

Hope that helps. If not what router \ config do you have?