[Contents] [Prev] [Next] [Report an Error] [No Frames]


Commands in the JUNOSe Command Reference

This section presents commands that have been modified for this release and are relevant to features that are presented in this release.

ip nat translation

Description: 

Changes or disables translation timeouts, per virtual router, for existing and newly created translations in the translation table. All timeouts for this command support a range of 1-2147483 seconds (about 25 days). The no version enables the timer using its default value.

NOTE: GRE translations are used as optimizations to discard GRE traffic. You can use the gre-timeout keyword to control GRE aging timeout, even though we do not support NAPT for GRE. The GRE aging timer has no effect on any simple translations GRE might use.


Syntax: 

ip nat translation { timeout | udp-timeout | dns-timeout | tcp-timeout | finrst-timeout |
icmp-timeout | gre-timeout } seconds

no ip nat translation { timeout | udp-timeout | dns-timeout | tcp-timeout | finrst-timeout |
icmp-timeout | gre-timeout}

Mode(s): 

Global Configuration

clear ip nat translation

Description: 

Clears all or the specified NAT table entries. There is no no version.

Syntax: 

clear ip nat translation *

clear ip nat translation inside insideGlobalIpAddress insideLocalIpAddress

clear ip nat translation outside outsideLocalIpAddress outsideGlobalIpAddress

clear ip nat translation { tcp | udp | icmp}
inside insideGlobalIpAddress insideGlobalPort insideLocalIpAddress insideLocalPort

clear ip nat translation { tcp | udp | icmp | gre }
inside insideGlobalIpAddress * insideLocalIpAddress *

clear ip nat translation { tcp | udp | icmp }
inside insideGlobalIpAddress insideGlobalPort insideLocalIpAddress insideLocalPort
outside outsideLocalIpAddress outsideLocalPort outsideGlobalIpAddress outsideGlobalPort

Mode(s): 

Privileged Exec

show ip nat translations

Description: 

Displays translations that reside in the NAT translation table.

Syntax: 

show ip nat translations [ static | dynamic ] [ tcp | udp | icmp | gre ]* [ verbose ]
[ filter ]

show ip nat translations inside insideLocalIpAddress [ localPort ]
[ insideGlobalIpAddress [ globalPort ] ] [ verbose ] [ filter ]

show ip nat translations outside outsideGlobalIpAddress [ globalPort ]
[ outsideLocalIpAddress [ localPort ] ] [ verbose ] [ filter ]

Mode(s): 

User Exec


[Contents] [Prev] [Next] [Report an Error] [No Frames]