Configuration Commands : nat-map match

nat-map match
Description
Use the nat-map match command to create a NAT map entry that uses match criteria to delineate traffic. Also use this command to change the matching conditions associated with an existing entry.
Syntax
nat-map <NAT map name> <priority value> match acl <ACL name>
nat-map <NAT map name> <priority value> match app <application>
nat-map <NAT map name> <priority value> match dscp {any | <dscp value>}
nat-map <NAT map name> <priority value> match protocol icmp {<source IP address and mask length> | any | any-ipv4 | any-ipv6} {<dest IP address and mask length> | any | any-ipv4 | any-ipv6} [dscp {any | <dscp value>}] [vlan {any | <1..4094> | <interface>.tag | <any>.tag | <interface>.any | <interface>.native}]
nat-map <NAT map name> <priority value> match protocol ip {<source IP address and mask length> | any | any-ipv4 | any-ipv6} {<dest IP address and mask length> | any | any-ipv4 | any-ipv6} [app <application name>] [dscp {any | <dscp value>}] [vlan {any | <1..4094> | <interface>.tag | <any>.tag | <interface>.any | <interface>.native}]
Arguments
Designates a priority value for the map entry. Acceptable values are from 1 to 65534. By default, the appliance reserves 65535 for the default entry.
match acl <ACL name>
match app <application name>
match dscp {<dscp value> | any}
any is a wildcard.
match protocol icmp {<source IP address and mask length> | any | any-ipv4 | any-ipv6}
any matches any IPv4 or IPv6 address
any-ipv4 matches any IPv4 address
any-ipv6 matches any IPv6 address
match protocol ip {<source IP address and mask length> | any | any-ipv4 | any-ipv6}
any matches any IPv4 or IPv6 address
any-ipv4 matches any IPv4 address
any-ipv6 matches any IPv6 address
match vlan {any | <1..4094> | <interface>.tag | <any>.tag | <interface>.any | <interface>.native}
<1..4094> the number assigned to a VLAN
<interface>.native as in lan0.native
any is a wildcard.
Defaults
None.
Command Mode
Global Configuration Mode
See Also
See the following related commands:
n
n
n
n
n
n
n
Usage Guidelines
None.
Examples
None.

Please send comments or suggestions regarding user documentation to techpubs@silver-peak.com.