Version 7.2 781 Mediant MSBR
Reference Guide 76 Security
Command Mode
Privileged User
Example
The following example defines a port forwarding rule:
(config-data)# ip nat inside source list NAT-ACL-NAME interface
GigabitEthernet 0/0
76.7.3 ip nat inside destination
This command defines a load-balancing configuration, where several LAN hosts are handling
access requests from the WAN.
To remove the NAT configuration, use the no format of the command.
Syntax
ip nat inside destination <ip-addr> port <port-num> pool <pool-
name>
Command Description
ip-addr Defines the global IP address (WAN side).
port-num Defines the port number on the WAN IP address.
pool-name
Defines the LAN hosts pool, which must be configured with the "ip nat
pool <pool-name> rotary" command.
Default
No NAT rules are defined.
Command Mode
Privileged User
Example
This example defines a NAT setup where a number of LAN hosts are handling requests to a
single WAN port:
(config-data)# ip nat inside destination 212.36.145.5 port 8000
pool lanpool
76.7.4 ip nat pool
This command defines a collection of IP addresses to be used for NAT purposes.
To remove a pool, use the no format of the command.