ip nat outside source static
Translates the source address when routing a packet from the outside network to the inside network, and "untranslates" the destination address when a packet travels from the inside network to the outside network. The no version removes the static translation and purges the associated translations from the translation table.
[ no ] ip nat outside source static globalIpAddress localIpAddress
[ no ] ip nat outside source static { tcp | udp } globalIpAddress globalPort localIpAddress localPort
- tcpIndicates a TCP port
- udpIndicates a UDP port
- globalIpAddressInside global address
- globalPortInside global TCP or UDP port
- localIpAddressInside local address
- localPortInside local TCP or UDP port
Global Configuration
Release Information Command introduced before JUNOSe Release 7.1.0.