Source NAT Configuration
Except on the first page, right running head:
Heading1 or Heading1NewPage text (automatic)
695
Alcatel-Lucent
Beta Beta
OmniAccess 5740 Unified Services Gateway CLI Configuration Guide
SAMPLE CONFIGURATIONS OF SNAT ON OMNIACCESS 5740 USG
EXAMPLE 1
list zone1 prefix 10.1.1.0/24 prefix 10.2.2.0/24
list p1 host 192.168.24.1 host 192.168.24.2
match-list m1
ip zone1 any type ftp
match-list m2
ip host 11.1.1.1 any type ftp
ip nat n1
match m2 source-nat host 174.35.8.1 static
match m1 source-nat pool p1
interface GigabitEthernet3/0
ip nat out n1
E
XAMPLE 2
Single address translation with no port translation.
list p1 prefix 192.168.56.0/24
match-list host1
ip host 10.1.1.1 any type ftp
match-list host2
ip host 10.1.1.2 any type ftp
match-list net11
ip prefix 11.1.1.0/24 any type ftp
ip nat n2
match host1 source-nat host 192.168.10.1 static
match host2 source-nat host 192.168.10.2 static
match net11 source-nat pool p1 static
interface GigabitEthernet3/0
ip nat out n2