3Com Switch 8800 Family IPsec Module Configuration and Command reference Guide
332 CHAPTER 19: NAT CONFIGURATION COMMANDS
# The configuration that can be used when performing address translation by
using the IP address of interface GigabitEthernet0/0.1 directly.
[SecBlade_FW-GigabitEthernet0/0.1] nat outbound 2001
# Delete the corresponding configuration.
[SecBlade_FW-GigabitEthernet0/0.1] undo nat outbound 2001
nat outbound interface Syntax
nat outbound acl-number interface interface-type interface-number
undo nat outbound acl-number interface interface-type interface-number
View
Interface view
Parameter
acl-number: ACL index, in the range of 2000 to 3999.
interface interface-type interface-number: Specified interface type and interface
number, Currently, only the loopback interface is supported.
Description
Use the nat outbound interface command to associate an ACL with a specific
interface and to set the interface address as the converted address (that is, to
replace the source address of the data packets with the IP address of the specified
interface).
Use the undo nat outbound interface command to remove the configuration.
Currently, only the loopback interface address can be specified as the converted
address.
Example
# Set the IP address of the loopback0 interface as the converted address.
[SecBlade_FW]interface loopback0
[SecBlade_FW-LoopBack0] ip address 202.38.160.106
[SecBlade_FW-LoopBack0] quit
[SecBlade_FW] acl number 2000
[SecBlade_FW-acl-basic-2000] rule permit source 10.110.12.0 0.0.0.255
[SecBlade_FW-acl-basic-2000] quit
[SecBlade_FW] interface GigabitEthernet0/0.3
[SecBlade_FW- GigabitEthernet0/0.3] nat outbound 2 interface loopback 0
nat outbound static Syntax
nat outbound static
undo nat outbound static
View
Interface view