Command Reference Guide

3Com Router 3000 Ethernet Family
Command Reference Guide Chapter 11 NAT Configuration Commands
3Com Corporation
11-9
Parameter
acl-number: ACL index number, in the range 2000 to 3999.
interface interface-type interface-number: Specifies an interface by its type and
number. Currently, it can be a loopback interface only.
Description
Use the nat outbound interface command to associate an ACL with an interface and
to use the address of the interface as the target address in the translations for the
packets matching the ACL. After that, this address substitutes for the source addresses
of the packets matching the ACL.
Use the undo nat outbound interface command to remove an ACL to interface
association.
Currently, the interface specified in this command can only be a loopback interface.
Example
# Use the address of interface loopback 0 as the target address for address translation.
[3Com] interface loopback0
[3Com-LoopBack0] ip address 202.38.160.106
[3Com-LoopBack0] quit
[3Com] acl number 2000
[3Com-acl-basic-2000] rule permit source 10.110.12.0 0.0.0.255
[3Com-acl-basic-2000] quit
[3Com] interface serial3/0/0
[3Com-Serial3/0/0] nat outbound 2 interface loopback 0
11.1.9 nat outbound static
Syntax
nat outbound static
View
Interface view
Parameter
None
Description
Use the nat outbound static command to apply on the interface one-to-one address
translation configured using the nat static command.