IfIndex |
This object specifies the interface index, for which the table entry shall be valid. If set to 0, the entry will be valid for all interfaces configured to use NAT. |
Protocol |
This object specifies the protocol, for which the table entry shall be valid. Enumerations: - icmp (1)
- igmp (2)
- ggp (3)
- ip (4)
- tcp (6)
- egp (8)
- igp (9)
- pup (12)
- chaos (16)
- udp (17)
- hmp (20)
- xns-idp (22)
- rdp (27)
- ipv6 (41)
- rsvp (46)
- gre (47)
- esp (50)
- ah (51)
- tlsp (56)
- skip (57)
- kryptolan (65)
- iso-ip (80)
- igrp (88)
- ospf (89)
- ipinip (94)
- ipx-in-ip (111)
- vrrp (112)
- l2tp (115)
- any (255)
- delete (256)
|
LocalAddr |
This object specifies together with ipNatExLocalMask the set of IP addresses of local hosts involved in the communication. The table entry will be valid when the IP address of the local host lies in the range specified by both objects. If both objects are set to 0.0.0.0, the table entry will be valid for any local host. |
LocalMask |
This object specifies together with ipNatExLocalAddr the set of IP addresses of local hosts involved in the communication. The table entry will be valid when the IP address of the local host lies in the range specified by both objects. If both objects are set to 0.0.0.0, the table entry will be valid for any local host. |
LocalPort |
This object specifies together with ipNatExLocalPortRange the range of local portnumbers, for which the table entry shall be valid. If both objects are set to -1, the entry is valid for all local portnumbers. If ipNatExLocalPortRange is set to -1, the entry is only valid when the local portnumber of a packet is equal to ipNatExLocalPort. Otherwise, the entry is valid if the local portnumber lies in the range ExLocalPort .. ExLocalPortRange. Range: -1 to 65535 |
LocalPortRange |
This object specifies together with ipNatExLocalPort the range of local portnumbers, for which the table entry shall be valid. If both objects are set to -1, the entry is valid for all local portnumbers. If ipNatExLocalPortRange is set to -1, the entry is only valid when the local portnumber of a packet is equal to ipNatExLocalPort. Otherwise, the entry is valid if the local portnumber lies in the range ExLocalPort .. ExLocalPortRange. Range: -1 to 65535 |
RemoteAddr |
This object specifies together with ipNatExRemoteMask the set of IP addresses of remote hosts involved in the communication. The table entry will be valid when the IP address of the remote host lies in the range specified by both objects. If both objects are set to 0.0.0.0, the table entry will be valid for any remote host. |
RemoteMask |
This object specifies together with ipNatExRemoteAddr the set of IP addresses of remote hosts involved in the communication. The table entry will be valid when the IP address of the remote host lies in the range specified by both objects. If both objects are set to 0.0.0.0, the table entry will be valid for any remote host. |
RemotePort |
This object specifies together with ipNatExRemotePortRange the range of remote portnumbers, for which the table entry shall be valid. If both objects are set to -1, the entry is valid for all remote portnumbers. If ipNatExRemotePortRange is set to -1, the entry is only valid when the remote portnumber of a packet is equal to ipNatExRemotePort. Otherwise, the entry is valid if the remote portnumber lies in the range ExRemotePort .. ExRemotePortRange. Range: -1 to 65535 |
RemotePortRange |
This object specifies together with ipNatExRemotePort the range of remote portnumbers, for which the table entry shall be valid. If both objects are set to -1, the entry is valid for all remote portnumbers. If ipNatExRemotePortRange is set to -1, the entry is only valid when the remote portnumber of a packet is equal to ipNatExRemotePort. Otherwise, the entry is valid if the remote portnumber lies in the range ExRemotePort .. ExRemotePortRange. Range: -1 to 65535 |
Descr |
A textual string describing this NAT excluding rule. Length: 0 to 255 |
Action |
This object specifies which packets will be excluded from NAT processing. When set to 'exclude' (default value), any packet matching the parameters of the entry will be excluded from NAT processing. When set to 'exclude-if-not', any packet not matching the parameters of the entry will be excluded from NAT processing. Enumerations: - exclude (1)
- exclude-if-not (2)
|