Show ip nat translations
From NetworkCommands
Usage Notes
Note that output of this command will always show the addresses or networks specified in an ip nat command in reverse. For instance:
ip nat inside source static network 10.1.1.0 198.162.1.0 /24 no-alias show ip nat trans output: Pro Inside global Inside local Outside local Outside global --- 198.162.1.0 10.1.1.0 --- ---
ip nat outside source static 172.20.11.89 10.2.2.89 show ip nat trans output: Pro Inside global Inside local Outside local Outside global --- --- --- 10.2.2.89 172.20.11.89







