Reference Guide 782 Document #: LTRT-17939
Mediant MSBR
Syntax
ip nat pool <pool-name> <start-ip> <end-ip>
ip nat pool <pool-name> <start-ip> <end-ip> rotary
Command Description
pool-name Defines the name of the pool.
start-ip Defines the starting IP address of the NAT address pool.
end-ip Defines the last IP address of the NAT address pool.
rotary Indicates that the pool refers to LAN hosts participating in a load-
balancing scheme. See "ip nat inside destination" for additional
information.
Default
No NAT pools are defined.
Command Mode
Privileged User
Example
This example defines a NAT pool consisting of one global IP address:
(config-data)# ip nat pool scarlet 212.34.156.1 212.34.156.1
76.7.5 ip nat translation
This command controls the life-time of dynamic NAT translations.
Syntax
ip nat translation udp-timeout <seconds>
ip nat translation tcp-timeout <seconds>
ip nat translation icmp-timeout <seconds>
Command Description
<seconds> Defines the number of seconds after which an idle NAT translation will
expire.
Default
By default, UDP timeout is 120 seconds; TCP timeout is 432000 seconds (5 days); ICMP
timeout is 6 seconds.
Command Mode
Privileged User