HM2-NAT-MIB Table View
Table-centric layout grouping table, row, and column objects.
Tables
11
Rows
11
Columns
72
hm2DnatRuleTable
table.1.3.6.1.4.1.248.11.80.1.2.1.2.1
·
1 row entry
·
13 columns
The list of DNAT rules for this firewall.
DNAT rule entry.
Indexes
hm2DnatRuleIndex
| Column | Syntax | OID | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
hm2DnatRuleIndex
Rule index of this DNAT rule.
|
Integer32 Constraints: range: 1-255 |
.1.3.6.1.4.1.248.11.80.1.2.1.2.1.1.1 |
||||||||||||||||||
|
hm2DnatSourceAddress
Source address of packets to be NATed. Can be:
- Single address (a.b.c.d), - address range in CIDR notation (a.b.c.d/n) - the name of a Netobject ($NetobjectName) - 'any' for no filtering at all - a prepending '!' sel… |
OctetStringr/w Constraints: range: 1-20 |
.1.3.6.1.4.1.248.11.80.1.2.1.2.1.1.3 |
||||||||||||||||||
|
hm2DnatSourcePort
The source port of the packet to reroute. Allowed formats are:
- keyword 'any' for no filtering or a protocol without ports - single port ('10') - port range with first and last port separated by hyphen ('10-15') - c… |
OctetStringr/w Constraints: range: 1-50 |
.1.3.6.1.4.1.248.11.80.1.2.1.2.1.1.4 |
||||||||||||||||||
|
hm2DnatTargetAddress
Destination address of packets to be NATed. Can be:
- Single address (a.b.c.d), - address range in CIDR notation (a.b.c.d/n) - the name of a Netobject ($NetobjectName) - 'any' for no filtering at all - a prepending '!… |
OctetStringr/w Constraints: range: 1-20 |
.1.3.6.1.4.1.248.11.80.1.2.1.2.1.1.5 |
||||||||||||||||||
|
hm2DnatTargetPort
The target port of the packet to reroute. Allowed formats are:
- keyword 'any' - single port ('10') - port range with first and last port separated by hyphen ('10-15') - comma separated list of ports ('1235,25,123') … |
OctetStringr/w Constraints: range: 1-50 |
.1.3.6.1.4.1.248.11.80.1.2.1.2.1.1.6 |
||||||||||||||||||
|
hm2DnatNewTargetAddress
The IP address of the machine to reroute packets to. Must be a single
IP address (a.b.c.d). |
OctetStringr/w Constraints: range: 1-20 |
.1.3.6.1.4.1.248.11.80.1.2.1.2.1.1.7 |
||||||||||||||||||
|
hm2DnatNewTargetPort
The port to reroute packets to. Must be a single port or 'any'.
|
OctetStringr/w Constraints: range: 1-50 |
.1.3.6.1.4.1.248.11.80.1.2.1.2.1.1.8 |
||||||||||||||||||
|
hm2DnatProto
The IP protocol (RFC 791) for protocol-independent
filtering. The following values are currently supported: o icmp(1): Internet Control Message Protocol (RFC 792) o igmp(2): Internet Group Management Protocol o ipip(… |
Enumerationr/w Enumerated Values:
|
.1.3.6.1.4.1.248.11.80.1.2.1.2.1.1.9 |
||||||||||||||||||
|
hm2DnatRuleParams
Additional parameters to this rule as string.
Currently only the value 'none' is valid. Reserved for future use. |
OctetStringr/w Constraints: range: 0-50 |
.1.3.6.1.4.1.248.11.80.1.2.1.2.1.1.10 |
||||||||||||||||||
|
hm2DnatLog
Set to true if application of this rule shall be logged.
|
SNMPv2-TCTruthValuer/w Textual Convention: SNMPv2-TCTruthValue EnumerationType Values:
|
.1.3.6.1.4.1.248.11.80.1.2.1.2.1.1.11 |
||||||||||||||||||
|
hm2DnatTrap
Set to true if application of this rule shall send a trap.
|
SNMPv2-TCTruthValuer/w Textual Convention: SNMPv2-TCTruthValue EnumerationType Values:
|
.1.3.6.1.4.1.248.11.80.1.2.1.2.1.1.12 |
||||||||||||||||||
|
hm2DnatRowStatus
This is a standard row status value:
- active(1): The rule is active. Note that until committed, the rule will not be applied. - notInService(2): The rule is inactive because of user action. - notReady(3):The rule is … |
SNMPv2-TCRowStatusr/w Textual Convention: SNMPv2-TCRowStatus EnumerationType Values:
|
.1.3.6.1.4.1.248.11.80.1.2.1.2.1.1.13 |
||||||||||||||||||
|
hm2DnatDescription
User defined textual description related to this rule.
|
OctetStringr/w Constraints: range: 0-32 |
.1.3.6.1.4.1.248.11.80.1.2.1.2.1.1.14 |
.1.3.6.1.4.1.248.11.80.1.2.1.2.2
·
1 row entry
·
5 columns
Table for mapping DNAT rules to interfaces.
Entry in rule interface mapping table.
Indexes
hm2DnatIfmInterface hm2DnatIfmDirection hm2DnatIfmRuleIndex
| Column | Syntax | OID | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
hm2DnatIfmRuleIndex
The index of the DNAT rule this mapping entry is assigned to.
|
Integer32 Constraints: range: 1-2048 |
.1.3.6.1.4.1.248.11.80.1.2.1.2.2.1.1 |
||||||||||||
|
hm2DnatIfmDirection
For DNAT, this can only be set to ingress, which is the interface on
which a packet that is to be forwarded will arrive. |
Enumeration Enumerated Values:
|
.1.3.6.1.4.1.248.11.80.1.2.1.2.2.1.2 |
||||||||||||
|
hm2DnatIfmPriority
The priority is the sorting key for rules in the chain to this
interface. They don't need to be unique per interface, but in that case, no clear order can be assumed. Priorities are processed in ascending order (0 highe… |
Unsigned32r/w Constraints: range: 1-6500 |
.1.3.6.1.4.1.248.11.80.1.2.1.2.2.1.3 |
||||||||||||
|
hm2DnatIfmInterface
The interface this mapping entry is assigned to. This has to be either
an hm2AgentSwitchIpInterfaceIfIndex or an hm2AgentSwitchIpVlanIfIndex. Note that for physical interfaces this only works if the corresponding hm2Age… |
IF-MIBInterfaceIndex Textual Convention: IF-MIBInterfaceIndex Integer32Type Constraints: range: 1..2147483647 |
.1.3.6.1.4.1.248.11.80.1.2.1.2.2.1.4 |
||||||||||||
|
hm2DnatIfmRowStatus
The RowStatus value for this entry with the usual meanings:
- active(1): The interface mapping is in place - notInService(2): The interface mapping is not in place because the user said so - notReady(3)… |
SNMPv2-TCRowStatusr/w Textual Convention: SNMPv2-TCRowStatus EnumerationType Values:
|
.1.3.6.1.4.1.248.11.80.1.2.1.2.2.1.5 |
hm2DnatStatsRuleTable
table.1.3.6.1.4.1.248.11.80.1.2.2.2.1
·
1 row entry
·
3 columns
Table of per-rule statistics of the DNAT firewall.
Statistics table entry for DNAT.
Indexes
hm2DnatRuleIndex
| Column | Syntax | OID |
|---|---|---|
|
hm2DnatStatsPckCount
Number of packets DNATed.
|
SNMPv2-SMICounter64 Textual Convention: SNMPv2-SMICounter64 Unsigned64Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.248.11.80.1.2.2.2.1.1.1 |
|
hm2DnatStatsPckSize
Number of bytes DNATed.
|
SNMPv2-SMICounter64 Textual Convention: SNMPv2-SMICounter64 Unsigned64Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.248.11.80.1.2.2.2.1.1.2 |
|
hm2DnatStatsLastApplied
Time of last application of the rule in seconds since 1.1.1970.
|
HM2-TC-MIBHmTimeSeconds1970 Textual Convention: HM2-TC-MIBHmTimeSeconds1970 Unsigned32 |
.1.3.6.1.4.1.248.11.80.1.2.2.2.1.1.3 |
hm21to1RuleTable
table.1.3.6.1.4.1.248.11.80.1.4.2.1
·
1 row entry
·
12 columns
The list of 1:1 NAT rules for this firewall.
1:1 NAT rule entry.
Indexes
hm21to1RuleIndex
| Column | Syntax | OID | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
hm21to1RuleIndex
Rule index of this 1:1 NAT rule.
|
Integer32 Constraints: range: 1-255 |
.1.3.6.1.4.1.248.11.80.1.4.2.1.1.1 |
||||||||||||
|
hm21to1TargetAddress
Destination address of packets to be NATed. Can be:
- Single address (a.b.c.d), - address range in CIDR notation (a.b.c.d/n) - the name of a Netobject ($NetobjectName) - 'any' for no filtering at all |
OctetStringr/w Constraints: range: 1-20 |
.1.3.6.1.4.1.248.11.80.1.4.2.1.1.2 |
||||||||||||
|
hm21to1NewTargetAddress
New Destination address of packets to be NATed. Can be:
- Single address (a.b.c.d), - address range in CIDR notation (a.b.c.d/n) - the name of a Netobject ($NetobjectName) - 'any' for no filtering at all |
OctetStringr/w Constraints: range: 1-20 |
.1.3.6.1.4.1.248.11.80.1.4.2.1.1.3 |
||||||||||||
|
hm21to1RuleParams
Additional parameters to this rule as string.
Currently only the value 'none' is valid. Reserved for future use. |
OctetStringr/w Constraints: range: 0-50 |
.1.3.6.1.4.1.248.11.80.1.4.2.1.1.4 |
||||||||||||
|
hm21to1Log
Set to true if application of this rule shall be logged.
|
SNMPv2-TCTruthValuer/w Textual Convention: SNMPv2-TCTruthValue EnumerationType Values:
|
.1.3.6.1.4.1.248.11.80.1.4.2.1.1.5 |
||||||||||||
|
hm21to1Trap
Set to true if application of this rule shall send a trap.
|
SNMPv2-TCTruthValuer/w Textual Convention: SNMPv2-TCTruthValue EnumerationType Values:
|
.1.3.6.1.4.1.248.11.80.1.4.2.1.1.6 |
||||||||||||
|
hm21to1RowStatus
This is a standard row status value:
- active(1): The rule is active. Note that until committed, the rule will not be applied. - notInService(2): The rule is inactive because of user action. - notReady(3):The rule is … |
SNMPv2-TCRowStatusr/w Textual Convention: SNMPv2-TCRowStatus EnumerationType Values:
|
.1.3.6.1.4.1.248.11.80.1.4.2.1.1.7 |
||||||||||||
|
hm21to1Description
User defined textual description related to this rule.
|
OctetStringr/w Constraints: range: 0-32 |
.1.3.6.1.4.1.248.11.80.1.4.2.1.1.8 |
||||||||||||
|
hm21to1IngressIntf
The index of the interface on which packets going to the target address
will arrive. This has to be either an hm2AgentSwitchIpInterfaceIfIndex or an hm2AgentSwitchIpVlanIfIndex. Note that for physical interfaces this o… |
IF-MIBInterfaceIndexOrZeror/w Textual Convention: IF-MIBInterfaceIndexOrZero Integer32Type Constraints: range: 0..2147483647 |
.1.3.6.1.4.1.248.11.80.1.4.2.1.1.9 |
||||||||||||
|
hm21to1EgressIntf
The index of the interface from which the new target address can be
reached. This has to be either an hm2AgentSwitchIpInterfaceIfIndex or an hm2AgentSwitchIpVlanIfIndex. Note that for physical interfaces this only work… |
IF-MIBInterfaceIndexOrZeror/w Textual Convention: IF-MIBInterfaceIndexOrZero Integer32Type Constraints: range: 0..2147483647 |
.1.3.6.1.4.1.248.11.80.1.4.2.1.1.10 |
||||||||||||
|
hm21to1Priority
The priority is the sorting key for rules in the chain to this
interface. They don't need to be unique per interface, but in that case, no clear order can be assumed. Priorities are processed in ascending order (0 highe… |
Unsigned32r/w Constraints: range: 0-6500 |
.1.3.6.1.4.1.248.11.80.1.4.2.1.1.11 |
||||||||||||
|
hm21to1StorageType
The storage type for this row. Rows having the value
'volatile' are not saved. |
SNMPv2-TCStorageTyper/w Textual Convention: SNMPv2-TCStorageType EnumerationType Values:
|
.1.3.6.1.4.1.248.11.80.1.4.2.1.1.12 |
hm21to1StatsRuleTable
table.1.3.6.1.4.1.248.11.80.1.4.3.2.1
·
1 row entry
·
3 columns
Table of per-rule statistics of 1:1 NAT.
Statistics table entry for 1:1 NAT.
Indexes
hm21to1RuleIndex
| Column | Syntax | OID |
|---|---|---|
|
hm21to1StatsPckCount
Number of packets matched by this rule.
|
SNMPv2-SMICounter64 Textual Convention: SNMPv2-SMICounter64 Unsigned64Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.248.11.80.1.4.3.2.1.1.1 |
|
hm21to1StatsPckSize
Number of bytes processed by this rule.
|
SNMPv2-SMICounter64 Textual Convention: SNMPv2-SMICounter64 Unsigned64Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.248.11.80.1.4.3.2.1.1.2 |
|
hm21to1StatsLastApplied
Time of last application of the rule in seconds since 1.1.1970.
|
HM2-TC-MIBHmTimeSeconds1970 Textual Convention: HM2-TC-MIBHmTimeSeconds1970 Unsigned32 |
.1.3.6.1.4.1.248.11.80.1.4.3.2.1.1.3 |
hm2MasqRuleTable
table.1.3.6.1.4.1.248.11.80.1.5.2.1
·
1 row entry
·
10 columns
The list of masquerading rules for this firewall.
Masquerading rule entry.
Indexes
hm2MasqRuleIndex
| Column | Syntax | OID | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
hm2MasqRuleIndex
Rule index of this masquerading rule.
|
Integer32 Constraints: range: 1-128 |
.1.3.6.1.4.1.248.11.80.1.5.2.1.1.1 |
||||||||||||
|
hm2MasqSourceAddress
The source address of the packets to reroute. Allowed formats are:
- keyword 'any' - IP address ('10.0.0.1') - IP address range ('10.0.0.0/8') - a prepending '!' selects the complement set |
OctetStringr/w Constraints: range: 1-20 |
.1.3.6.1.4.1.248.11.80.1.5.2.1.1.2 |
||||||||||||
|
hm2MasqSourcePort
The source port of the packet to reroute. Allowed formats are:
- keyword 'any' - single ('10') - range with first and last separated by hyphen ('10-15') - comma separated list of s ('1235,25,123') - combination of … |
OctetStringr/w Constraints: range: 1-50 |
.1.3.6.1.4.1.248.11.80.1.5.2.1.1.3 |
||||||||||||
|
hm2MasqProto
The IP protocol (RFC 791) for protocol-independent
filtering. The following values are currently supported: o tcp(4): transmission control protocol (RFC 793) o udp(5): user datagram protocol (RFC 768) o any(9): apply… |
Enumerationr/w Enumerated Values:
|
.1.3.6.1.4.1.248.11.80.1.5.2.1.1.4 |
||||||||||||
|
hm2MasqRuleParams
Additional parameters to this rule as string.
Currently only the value 'none' is valid. Reserved for future use. |
OctetStringr/w Constraints: range: 0-50 |
.1.3.6.1.4.1.248.11.80.1.5.2.1.1.5 |
||||||||||||
|
hm2MasqLog
Set to true if application of this rule shall be logged.
|
SNMPv2-TCTruthValuer/w Textual Convention: SNMPv2-TCTruthValue EnumerationType Values:
|
.1.3.6.1.4.1.248.11.80.1.5.2.1.1.6 |
||||||||||||
|
hm2MasqTrap
Set to true if application of this rule shall send a trap.
|
SNMPv2-TCTruthValuer/w Textual Convention: SNMPv2-TCTruthValue EnumerationType Values:
|
.1.3.6.1.4.1.248.11.80.1.5.2.1.1.7 |
||||||||||||
|
hm2MasqRowStatus
This is a standard row status value:
- active(1): The rule is active. Note that until committed, the rule will not be applied. - notInService(2): The rule is inactive because of user action. - notReady(3):The rule is … |
SNMPv2-TCRowStatusr/w Textual Convention: SNMPv2-TCRowStatus EnumerationType Values:
|
.1.3.6.1.4.1.248.11.80.1.5.2.1.1.8 |
||||||||||||
|
hm2MasqDescription
User defined textual description related to this rule.
|
OctetStringr/w Constraints: range: 0-32 |
.1.3.6.1.4.1.248.11.80.1.5.2.1.1.9 |
||||||||||||
|
hm2MasqIpsecExempt
Set to true if application of this rule should ignore IPsec traffic.
|
SNMPv2-TCTruthValuer/w Textual Convention: SNMPv2-TCTruthValue EnumerationType Values:
|
.1.3.6.1.4.1.248.11.80.1.5.2.1.1.10 |
.1.3.6.1.4.1.248.11.80.1.5.2.2
·
1 row entry
·
5 columns
Table for mapping masquerading rules to interfaces.
Entry in rule interface mapping table.
Indexes
hm2MasqIfmInterface hm2MasqIfmDirection hm2MasqIfmRuleIndex
| Column | Syntax | OID | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
hm2MasqIfmRuleIndex
The index of the 1:1 NAT rule this mapping entry is assigned
to. |
Integer32 Constraints: range: 1-2048 |
.1.3.6.1.4.1.248.11.80.1.5.2.2.1.1 |
||||||||||||
|
hm2MasqIfmDirection
For masquerading, this can only be set to egress which is the interface
packets will be masqueraded to. |
Enumeration Enumerated Values:
|
.1.3.6.1.4.1.248.11.80.1.5.2.2.1.2 |
||||||||||||
|
hm2MasqIfmPriority
The priority is the sorting key for rules in the chain to this
interface. They don't need to be unique per interface, but in that case, no clear order can be assumed. Priorities are processed in ascending order (0 highe… |
Unsigned32r/w Constraints: range: 1-6500 |
.1.3.6.1.4.1.248.11.80.1.5.2.2.1.3 |
||||||||||||
|
hm2MasqIfmInterface
The interface this mapping entry is assigned to. This has to be either
an hm2AgentSwitchIpInterfaceIfIndex or an hm2AgentSwitchIpVlanIfIndex. Note that for physical interfaces this only works if the corresponding hm2Age… |
IF-MIBInterfaceIndex Textual Convention: IF-MIBInterfaceIndex Integer32Type Constraints: range: 1..2147483647 |
.1.3.6.1.4.1.248.11.80.1.5.2.2.1.4 |
||||||||||||
|
hm2MasqIfmRowStatus
The RowStatus value for this entry with the usual meanings:
- active(1): The interface mapping is in place - notInService(2): The interface mapping is not in place because the user said so - notReady(3)… |
SNMPv2-TCRowStatusr/w Textual Convention: SNMPv2-TCRowStatus EnumerationType Values:
|
.1.3.6.1.4.1.248.11.80.1.5.2.2.1.5 |
hm2MasqStatsRuleTable
table.1.3.6.1.4.1.248.11.80.1.5.3.2.1
·
1 row entry
·
3 columns
Table of per-rule statistics of masquerading.
Statistics table entry for masquerading.
Indexes
hm2MasqRuleIndex
| Column | Syntax | OID |
|---|---|---|
|
hm2MasqStatsPckCount
Number of packets matched by this rule.
|
SNMPv2-SMICounter64 Textual Convention: SNMPv2-SMICounter64 Unsigned64Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.248.11.80.1.5.3.2.1.1.1 |
|
hm2MasqStatsPckSize
Number of bytes processed by this rule.
|
SNMPv2-SMICounter64 Textual Convention: SNMPv2-SMICounter64 Unsigned64Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.248.11.80.1.5.3.2.1.1.2 |
|
hm2MasqStatsLastApplied
Time of last application of the rule in seconds since 1.1.1970
|
HM2-TC-MIBHmTimeSeconds1970 Textual Convention: HM2-TC-MIBHmTimeSeconds1970 Unsigned32 |
.1.3.6.1.4.1.248.11.80.1.5.3.2.1.1.3 |
hm2DoubleNatRuleTable
table.1.3.6.1.4.1.248.11.80.1.6.2.1
·
1 row entry
·
10 columns
Table of double NAT rules.
Entry within double NAT rule table.
Indexes
hm2DonatRuleIndex
| Column | Syntax | OID | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
hm2DonatRuleIndex
Index of the rule within table.
|
Integer32 Constraints: range: 1-255 |
.1.3.6.1.4.1.248.11.80.1.6.2.1.1.1 |
||||||||||||
|
hm2DonatLocalInternalIp
The real IP address of the first net/machine you want to double NAT.
Allowed formats are: - keyword 'any' - IP address ('10.0.0.1') - IP address range ('10.0.0.0/8') |
OctetStringr/w Constraints: range: 1-20 |
.1.3.6.1.4.1.248.11.80.1.6.2.1.1.2 |
||||||||||||
|
hm2DonatLocalExternalIp
The IP address where you want the first net/machine to be reachable
from the second net/machine. Allowed formats are: - keyword 'any' - IP address ('10.0.0.1') - IP address range ('10.0.0.0/8') |
OctetStringr/w Constraints: range: 1-20 |
.1.3.6.1.4.1.248.11.80.1.6.2.1.1.3 |
||||||||||||
|
hm2DonatRemoteInternalIp
The real IP address of the second net/machine you want to double NAT.
Allowed formats are: - keyword 'any' - IP address ('10.0.0.1') - IP address range ('10.0.0.0/8') |
OctetStringr/w Constraints: range: 1-20 |
.1.3.6.1.4.1.248.11.80.1.6.2.1.1.4 |
||||||||||||
|
hm2DonatRemoteExternalIp
The IP address where you want the second net/machine to be reachable
from the first net/machine. Allowed formats are: - keyword 'any' - IP address ('10.0.0.1') - IP address range ('10.0.0.0/8') |
OctetStringr/w Constraints: range: 1-20 |
.1.3.6.1.4.1.248.11.80.1.6.2.1.1.5 |
||||||||||||
|
hm2DonatRuleParams
Additional parameters to this rule as string.
Currently only the value 'none' is valid. Reserved for future use. |
OctetStringr/w Constraints: range: 0-50 |
.1.3.6.1.4.1.248.11.80.1.6.2.1.1.6 |
||||||||||||
|
hm2DonatLog
Set to true if application of this rule shall be logged.
|
SNMPv2-TCTruthValuer/w Textual Convention: SNMPv2-TCTruthValue EnumerationType Values:
|
.1.3.6.1.4.1.248.11.80.1.6.2.1.1.7 |
||||||||||||
|
hm2DonatTrap
Set to true if application of this rule shall send a trap.
|
SNMPv2-TCTruthValuer/w Textual Convention: SNMPv2-TCTruthValue EnumerationType Values:
|
.1.3.6.1.4.1.248.11.80.1.6.2.1.1.8 |
||||||||||||
|
hm2DonatRowStatus
This is a standard row status value:
- active(1): The rule is active. Note that until committed, the rule will not be applied. - notInService(2): The rule is inactive because of user action. - notReady(3):The rule is … |
SNMPv2-TCRowStatusr/w Textual Convention: SNMPv2-TCRowStatus EnumerationType Values:
|
.1.3.6.1.4.1.248.11.80.1.6.2.1.1.9 |
||||||||||||
|
hm2DonatDescription
User defined textual description related to this rule.
|
OctetStringr/w Constraints: range: 0-32 |
.1.3.6.1.4.1.248.11.80.1.6.2.1.1.10 |
.1.3.6.1.4.1.248.11.80.1.6.2.2
·
1 row entry
·
5 columns
Table for mapping double NAT rules to interfaces.
Entry in rule interface mapping table.
Indexes
hm2DonatIfmInterface hm2DonatIfmDirection hm2DonatIfmRuleIndex
| Column | Syntax | OID | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
hm2DonatIfmRuleIndex
The index of the double NAT rule this mapping entry is assigned
to. |
Integer32 Constraints: range: 1-2048 |
.1.3.6.1.4.1.248.11.80.1.6.2.2.1.1 |
||||||||||||
|
hm2DonatIfmDirection
Meanings:
- ingress(1): The first net/machine can be reached through this interface - egress(2): The second net/machine can be reached through this interface - both(3): Both machines/nets can be reached through this… |
Enumeration Enumerated Values:
|
.1.3.6.1.4.1.248.11.80.1.6.2.2.1.2 |
||||||||||||
|
hm2DonatIfmPriority
The priority is the sorting key for rules in the chain to this
interface. They don't need to be unique per interface, but in that case, no clear order can be assumed. Priorities are processed in ascending order (0 highe… |
Unsigned32r/w Constraints: range: 1-6500 |
.1.3.6.1.4.1.248.11.80.1.6.2.2.1.3 |
||||||||||||
|
hm2DonatIfmInterface
The interface this mapping entry is assigned to. This has to be either
an hm2AgentSwitchIpInterfaceIfIndex or an hm2AgentSwitchIpVlanIfIndex. Note that for physical interfaces this only works if the corresponding hm2Age… |
IF-MIBInterfaceIndex Textual Convention: IF-MIBInterfaceIndex Integer32Type Constraints: range: 1..2147483647 |
.1.3.6.1.4.1.248.11.80.1.6.2.2.1.4 |
||||||||||||
|
hm2DonatIfmRowStatus
The RowStatus value for this entry with the usual meanings:
- active(1): The interface mapping is in place - notInService(2): The interface mapping is not in place because the user said so - notReady(3)… |
SNMPv2-TCRowStatusr/w Textual Convention: SNMPv2-TCRowStatus EnumerationType Values:
|
.1.3.6.1.4.1.248.11.80.1.6.2.2.1.5 |
hm2DonatStatsRuleTable
table.1.3.6.1.4.1.248.11.80.1.6.3.2.1
·
1 row entry
·
3 columns
Table of per-rule statistics of double NAT.
Statistics table entry for double NAT.
Indexes
hm2DonatRuleIndex
| Column | Syntax | OID |
|---|---|---|
|
hm2DonatStatsPckCount
Number of packets matched by this rule.
|
SNMPv2-SMICounter64 Textual Convention: SNMPv2-SMICounter64 Unsigned64Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.248.11.80.1.6.3.2.1.1.1 |
|
hm2DonatStatsPckSize
Number of bytes processed by this rule.
|
SNMPv2-SMICounter64 Textual Convention: SNMPv2-SMICounter64 Unsigned64Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.248.11.80.1.6.3.2.1.1.2 |
|
hm2DonatStatsLastApplied
Time of last application of the rule in seconds since 1.1.1970.
|
HM2-TC-MIBHmTimeSeconds1970 Textual Convention: HM2-TC-MIBHmTimeSeconds1970 Unsigned32 |
.1.3.6.1.4.1.248.11.80.1.6.3.2.1.1.3 |