HPN-ICF-NAT-MIB Table View

Table-centric layout grouping table, row, and column objects.

Tables
12
Rows
12
Columns
70
.1.3.6.1.4.1.11.2.14.11.15.2.18.2.1 · 1 row entry · 6 columns
NAT address pool table : The address in the pool is
the IP address in the global network. The pool can span
255 IP addresses.All address pools configured by administrator
are recorded in this table.
hpnicfNATPoolInfoEntry entry .1.3.6.1.4.1.11.2.14.11.15.2.18.2.1.1
The entry of NAT address pool table.
Indexes
hpnicfNATPoolIdx
Column Syntax OID
hpnicfNATPoolIdx
Index of the address pool: The index uniquely indicates
the address pool in the system, and its range is from 1 to 320.
Integer32
Constraints:
range: 1-320
.1.3.6.1.4.1.11.2.14.11.15.2.18.2.1.1.1
hpnicfNATPoolStartIpAddr
The start IP address of address pool:
It must be less than or equal to the end IP address.
RFC1155-SMIIpAddressr/w
Textual Convention: RFC1155-SMIIpAddress OctetString
Type Constraints:
range: 4
.1.3.6.1.4.1.11.2.14.11.15.2.18.2.1.1.2
hpnicfNATPoolEndIpAddr
The end IP address of address pool:
It must be more than or equal to the start IP address.
RFC1155-SMIIpAddressr/w
Textual Convention: RFC1155-SMIIpAddress OctetString
Type Constraints:
range: 4
.1.3.6.1.4.1.11.2.14.11.15.2.18.2.1.1.3
hpnicfNATPoolSlotNo
The number of NAT board to which the address pool is bound.
The address translation is processed by this NAT board .
The relation between address pool and slotNo is n:1.
When the address pool is not bound to the NAT boa…
Integer32r/w
Constraints:
range: 255-255
range: 1-14
.1.3.6.1.4.1.11.2.14.11.15.2.18.2.1.1.4
hpnicfNATPoolRefCounter
The counter of reference. A address pool can be associated with
more than one ACL and the counter of reference is recorded in this
field. When the address pool is not associated with ACL, the value is 0.
SNMPv2-SMIInteger32r/w
Textual Convention: SNMPv2-SMIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.11.2.14.11.15.2.18.2.1.1.5
hpnicfNATPoolRowStatus
Only support 'destroy' and 'createAndGo'.
If hpnicfNATPoolIdx, hpnicfNATPoolStartIpAddr and
hpnicfNATPoolEndIpAddr were provided correctly,
its value is changed 'active'.
SNMPv2-TCRowStatusr/w
Textual Convention: SNMPv2-TCRowStatus Enumeration
Type Values:
1active
2notInService
3notReady
4createAndGo
5createAndWait
6destroy
.1.3.6.1.4.1.11.2.14.11.15.2.18.2.1.1.6
.1.3.6.1.4.1.11.2.14.11.15.2.18.2.2 · 1 row entry · 5 columns
NAT out bound table: through associating ACL number,
address pool with NAT board, administrator can designate
which inside IP address can be translated to global IP
address in the pool and the translation is processed by
which NAT board.
hpnicfNATOutboundEntry entry .1.3.6.1.4.1.11.2.14.11.15.2.18.2.2.1
The entry of NAT out bound table.
Indexes
RFC1213-MIBifIndex hpnicfNATOutboundAclNo
Column Syntax OID
hpnicfNATOutboundAclNo
The number of ACL(Access Control List). When the packet accords with
the rule in the ACL, its source IP address will be translated to IP
address in Address pool.
Integer32
Constraints:
range: 2000-3999
.1.3.6.1.4.1.11.2.14.11.15.2.18.2.2.1.1
hpnicfNATOutboundPoolIdx
The index of address pool in hpnicfNATPoolInfoTable.
when administrator doesn't use the address pool and
use the IP address of the interface as the address of
global network, the value is 2147483647.
Integer32r/w
Constraints:
range: 0-320
range: 2147483647-2147483647
.1.3.6.1.4.1.11.2.14.11.15.2.18.2.2.1.2
hpnicfNATOutboundIsNoPat
Whether to use no pat manner. The translation of no pat
is that the translation doesn't use the port information of packet.
Enumerationr/w
Enumerated Values:
1true
2false
.1.3.6.1.4.1.11.2.14.11.15.2.18.2.2.1.3
hpnicfNATOutboundSlotNo
The number of NAT board. In router, the value is 255 because no NAT board in it.
Integer32r/w
Constraints:
range: 1-14
range: 255-255
.1.3.6.1.4.1.11.2.14.11.15.2.18.2.2.1.4
hpnicfNATOutboundRowStatus
Only support 'destroy' and 'createAndGo'.
If hpnicfNATOutboundAclNo or hpnicfNATOutboundAclNo
and hpnicfNATOutboundPoolIdx were provided correctly,
its value is changed 'active'.
SNMPv2-TCRowStatusr/w
Textual Convention: SNMPv2-TCRowStatus Enumeration
Type Values:
1active
2notInService
3notReady
4createAndGo
5createAndWait
6destroy
.1.3.6.1.4.1.11.2.14.11.15.2.18.2.2.1.5
.1.3.6.1.4.1.11.2.14.11.15.2.18.2.3 · 1 row entry · 11 columns
NAT inside Server Table.  Administrator can configure server in the
private network which can provide service for people in the public network.
The translation map is :
(InsideIP     , InsidePort--> GlobalIP, GlobalPort    )
(InsideIP + 1 , InsidePort--> GlobalIP, GlobalPort + 1)
(InsideIP + 2 , InsidePort--> GlobalIP, GlobalPort + 2)
...
...
...
(InsideIP+n(=InsideIP2),InsidePort--> GlobalIP,GlobalPort+n(=GlobalPort2))
hpnicfNATServerEntry entry .1.3.6.1.4.1.11.2.14.11.15.2.18.2.3.1
The entry of NAT inside server table.
Indexes
RFC1213-MIBifIndex hpnicfNATServerProType hpnicfNATServerGlobalIP hpnicfNATServerStartGlobalPort hpnicfNATServerVpnIndex
Column Syntax OID
hpnicfNATServerProType
The type of protocol: icmp(1), tcp(6), udp(17) and others.
Integer32
Constraints:
range: 1-255
.1.3.6.1.4.1.11.2.14.11.15.2.18.2.3.1.1
hpnicfNATServerGlobalIP
The global IP address of Inside Server.
RFC1155-SMIIpAddress
Textual Convention: RFC1155-SMIIpAddress OctetString
Type Constraints:
range: 4
.1.3.6.1.4.1.11.2.14.11.15.2.18.2.3.1.2
hpnicfNATServerStartGlobalPort
The start global port of Inside Server.
When the port need not be configured, the value is 0.
Integer32
Constraints:
range: 0-65535
.1.3.6.1.4.1.11.2.14.11.15.2.18.2.3.1.3
hpnicfNATServerEndGlobalPort
The end global port of Inside Server. When administrator doesn't
configure a series of inside server, the value is 0.
If the value is not zero, the value of (GlobalPort2-GlobalPort)
must be equal to (InsideIP2 - Inside…
Integer32r/w
Constraints:
range: 0-65535
.1.3.6.1.4.1.11.2.14.11.15.2.18.2.3.1.4
hpnicfNATServerStartInsideIP
The start private IP address of Inside Server.
RFC1155-SMIIpAddressr/w
Textual Convention: RFC1155-SMIIpAddress OctetString
Type Constraints:
range: 4
.1.3.6.1.4.1.11.2.14.11.15.2.18.2.3.1.5
hpnicfNATServerEndInsideIP
The end private IP address of Inside Server. When administrator doesn't
configure a series of inside server, the value is 0.0.0.0.
RFC1155-SMIIpAddressr/w
Textual Convention: RFC1155-SMIIpAddress OctetString
Type Constraints:
range: 4
.1.3.6.1.4.1.11.2.14.11.15.2.18.2.3.1.6
hpnicfNATServerInsidePort
The private port of Inside Server.
Integer32r/w
Constraints:
range: 0-65535
.1.3.6.1.4.1.11.2.14.11.15.2.18.2.3.1.7
hpnicfNATServerSlotNo
The number of NAT board. In router, the value is 255 because no NAT board in it.
Integer32r/w
Constraints:
range: 1-14
range: 255-255
.1.3.6.1.4.1.11.2.14.11.15.2.18.2.3.1.8
hpnicfNATServerVpnIndex
The VPN index of server.
Integer32
Constraints:
range: 0-65535
.1.3.6.1.4.1.11.2.14.11.15.2.18.2.3.1.10
hpnicfNATServerAclNumber
Number of basic or advanced acl.
Integer32r/w
Constraints:
range: 1-10000
.1.3.6.1.4.1.11.2.14.11.15.2.18.2.3.1.11
hpnicfNATServerRowStatus
Only support 'destroy' and 'createAndGo'.
If hpnicfNATServerProType, hpnicfNATServerGlobalIP, hpnicfNATServerGlobalPort
and hpnicfNATServerInsideIP were provided correctly,
its value is changed 'active'.
SNMPv2-TCRowStatusr/w
Textual Convention: SNMPv2-TCRowStatus Enumeration
Type Values:
1active
2notInService
3notReady
4createAndGo
5createAndWait
6destroy
.1.3.6.1.4.1.11.2.14.11.15.2.18.2.3.1.12
.1.3.6.1.4.1.11.2.14.11.15.2.18.2.4 · 1 row entry · 2 columns
NAT Time out Table. When a connection is established,
if there are not any actives in this connection between
the time, it will be disconnected.
hpnicfNATTimeOutEntry entry .1.3.6.1.4.1.11.2.14.11.15.2.18.2.4.1
The entry of NAT Time out Table.
Indexes
hpnicfNATTimeOutProtocol
Column Syntax OID
hpnicfNATTimeOutProtocol
The type of protocol.
Enumeration
Enumerated Values:
1tcp
2udp
3icmp
4pptp
5dns
6tcpFin
7tcpSyn
8ftpCtrl
9ftpData
.1.3.6.1.4.1.11.2.14.11.15.2.18.2.4.1.1
hpnicfNATTimeOutTimeValue
The time of time out.
Integer32r/w
Constraints:
range: 10-86400
.1.3.6.1.4.1.11.2.14.11.15.2.18.2.4.1.2
.1.3.6.1.4.1.11.2.14.11.15.2.18.2.5 · 1 row entry · 2 columns
NAT blacklist function Enable Table.  In this table, administrator can decide
whether to start the function of blacklist in the NAT board.
When the function of blacklist can't be set for a NAT board,
the number of NAT board is 256.
hpnicfNATBLEnableEntry entry .1.3.6.1.4.1.11.2.14.11.15.2.18.2.5.1
The entry of NAT blacklist Enable Table.
Indexes
hpnicfNATBLEnableSlotNo
Column Syntax OID
hpnicfNATBLEnableSlotNo
The number of NAT board.
When the function of blacklist can't be set for a NAT board,
the value is 255.
Integer32
Constraints:
range: 1-14
range: 255-255
.1.3.6.1.4.1.11.2.14.11.15.2.18.2.5.1.1
hpnicfNATBLEnable
Start or stop of function of balcklist.
Enumerationr/w
Enumerated Values:
1enable
2disable
.1.3.6.1.4.1.11.2.14.11.15.2.18.2.5.1.2
.1.3.6.1.4.1.11.2.14.11.15.2.18.2.6 · 1 row entry · 5 columns
The table of connection control of special IP address.  In this table, administrator can decide to
adopt which manner to control the connection which IP address is the
special IP address.
hpnicfNATBLIPConnectLimitParaEntry entry .1.3.6.1.4.1.11.2.14.11.15.2.18.2.6.1
The entry of the table of connection control of special IP address.
Indexes
hpnicfNATBLIPConnectLimitParaIP
Column Syntax OID
hpnicfNATBLIPConnectLimitParaIP
The special IP address. The IP is private IP address.
RFC1155-SMIIpAddress
Textual Convention: RFC1155-SMIIpAddress OctetString
Type Constraints:
range: 4
.1.3.6.1.4.1.11.2.14.11.15.2.18.2.6.1.1
hpnicfNATBLIPConnectHighValue
The maximal connection amount. It must be more than the minimal connection amount.
Integer32r/w
Constraints:
range: 20-20000
.1.3.6.1.4.1.11.2.14.11.15.2.18.2.6.1.2
hpnicfNATBLIPConnectLowValue
The minimal connection amount. It must be less than the maximal connection amount.
Integer32r/w
Constraints:
range: 20-20000
.1.3.6.1.4.1.11.2.14.11.15.2.18.2.6.1.3
hpnicfNATBLIPUseSpecialConnectRate
Whether to use the special connection rate control.
Enumerationr/w
Enumerated Values:
1true
2false
.1.3.6.1.4.1.11.2.14.11.15.2.18.2.6.1.4
hpnicfNATBLIPConnectLimitRowStatus
Only support 'destroy' and 'createAndGo'.
If hpnicfNATBLIPConnectHighValue, hpnicfNATBLIPConnectLowValue
and hpnicfNATBLIPUseSpecialConnectRate were provided correctly,
its value is changed 'active'.
SNMPv2-TCRowStatusr/w
Textual Convention: SNMPv2-TCRowStatus Enumeration
Type Values:
1active
2notInService
3notReady
4createAndGo
5createAndWait
6destroy
.1.3.6.1.4.1.11.2.14.11.15.2.18.2.6.1.5
.1.3.6.1.4.1.11.2.14.11.15.2.18.2.7 · 1 row entry · 4 columns
The management table of blacklist.
The table doesn't support 'getnext' operation.
hpnicfNATBLManagerEntry entry .1.3.6.1.4.1.11.2.14.11.15.2.18.2.7.1
The entry of management table of blacklist.
Indexes
hpnicfNATBLIpAdress hpnicfNATBLSlotNo
Column Syntax OID
hpnicfNATBLIpAdress
The IP address of entry of blacklist.
RFC1155-SMIIpAddress
Textual Convention: RFC1155-SMIIpAddress OctetString
Type Constraints:
range: 4
.1.3.6.1.4.1.11.2.14.11.15.2.18.2.7.1.1
hpnicfNATBLSlotNo
The number of NAT board.
Integer32
Constraints:
range: 1-14
.1.3.6.1.4.1.11.2.14.11.15.2.18.2.7.1.2
hpnicfNATBLConSum
The connection amount.
SNMPv2-SMIInteger32
Textual Convention: SNMPv2-SMIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.11.2.14.11.15.2.18.2.7.1.3
hpnicfNATBLConSpd
The state of connection rate:
red(1) : the connection rate is above the upper limit.
yellow(2): the connection rate is between the upper and lower limit.
green(3) : the conneciton rate is below the lower limit.
Enumeration
Enumerated Values:
1red
2yellow
3green
.1.3.6.1.4.1.11.2.14.11.15.2.18.2.7.1.4
.1.3.6.1.4.1.11.2.14.11.15.2.18.2.8 · 1 row entry · 13 columns
The statistics information table of NAT module.
hpnicfNATStatEntry entry .1.3.6.1.4.1.11.2.14.11.15.2.18.2.8.1
The entry of statistics information table of NAT module.
Indexes
hpnicfNATStatNATBoardNo
Column Syntax OID
hpnicfNATStatNATBoardNo
The number of NAT board. In router, the value is 255 because no NAT board in it.
Integer32
Constraints:
range: 1-14
range: 255-255
.1.3.6.1.4.1.11.2.14.11.15.2.18.2.8.1.1
hpnicfNATStatActiveTblCount
Active PAT session count In software.
SNMPv2-SMICounter32
Textual Convention: SNMPv2-SMICounter32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.11.2.14.11.15.2.18.2.8.1.2
hpnicfNATStatActiveTblCountInNP
Active PAT session count In NP.
SNMPv2-SMICounter32
Textual Convention: SNMPv2-SMICounter32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.11.2.14.11.15.2.18.2.8.1.3
hpnicfNATStatActiveNatTblCount
Active NO-PAT session count.
SNMPv2-SMICounter32
Textual Convention: SNMPv2-SMICounter32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.11.2.14.11.15.2.18.2.8.1.4
hpnicfNATStatActiveSvrTblCount
Active SERVER session count.
SNMPv2-SMICounter32
Textual Convention: SNMPv2-SMICounter32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.11.2.14.11.15.2.18.2.8.1.5
hpnicfNATStatActivePoolTblCount
Active address pool session count.
SNMPv2-SMICounter32
Textual Convention: SNMPv2-SMICounter32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.11.2.14.11.15.2.18.2.8.1.6
hpnicfNATStatNumOfUsedPort
The number of used port in NP.
SNMPv2-SMICounter32
Textual Convention: SNMPv2-SMICounter32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.11.2.14.11.15.2.18.2.8.1.7
hpnicfNATStatNumOfGoodPkt
The number of good packet in NP.
SNMPv2-SMICounter32
Textual Convention: SNMPv2-SMICounter32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.11.2.14.11.15.2.18.2.8.1.8
hpnicfNATStatNumOfBadPkt
The number of bad packet in NP.
SNMPv2-SMICounter32
Textual Convention: SNMPv2-SMICounter32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.11.2.14.11.15.2.18.2.8.1.9
hpnicfNATStaticSessionCount
Active STATIC session count.
SNMPv2-SMIInteger32
Textual Convention: SNMPv2-SMIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.11.2.14.11.15.2.18.2.8.1.10
hpnicfNATFragmentSessionCount
Active fragment packet session count.
SNMPv2-SMIInteger32
Textual Convention: SNMPv2-SMIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.11.2.14.11.15.2.18.2.8.1.11
hpnicfNATSequenceSessionCount
Active session table count hash by private IP.
SNMPv2-SMIInteger32
Textual Convention: SNMPv2-SMIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.11.2.14.11.15.2.18.2.8.1.12
hpnicfNATLogCount
Buffered Nat LOG table count.
SNMPv2-SMIInteger32
Textual Convention: SNMPv2-SMIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.11.2.14.11.15.2.18.2.8.1.13
.1.3.6.1.4.1.11.2.14.11.15.2.18.2.9 · 1 row entry · 12 columns
The nat session information table.  There is the address translation information in the table.
The sketch map of connection is
pc1(private Net)------------------>NAT Device ------------------>Server(public Net)
InsideIP, InsidePort---->translating to GlobalIP, GlobalPort------>PeerIP, PeerPort.
hpnicfNATSessionEntry entry .1.3.6.1.4.1.11.2.14.11.15.2.18.2.9.1
The entry of session information table.
Indexes
hpnicfNATSessionHashNumber hpnicfNATSessionProtocol hpnicfNATSessionInsideIP hpnicfNATSessionInsidePort hpnicfNATSessionPeerIP hpnicfNATSessionPeerPort hpnicfNATSessionVpnIndex
Column Syntax OID
hpnicfNATSessionHashNumber
The row number of the hash table.
Integer32
Constraints:
range: 1-300000
.1.3.6.1.4.1.11.2.14.11.15.2.18.2.9.1.1
hpnicfNATSessionProtocol
The protocol type of session.
Integer32
Constraints:
range: 1-255
.1.3.6.1.4.1.11.2.14.11.15.2.18.2.9.1.2
hpnicfNATSessionGlobalIP
The global IP of session.
RFC1155-SMIIpAddress
Textual Convention: RFC1155-SMIIpAddress OctetString
Type Constraints:
range: 4
.1.3.6.1.4.1.11.2.14.11.15.2.18.2.9.1.3
hpnicfNATSessionGlobalPort
The global port of session.
Integer32
Constraints:
range: 0-65535
.1.3.6.1.4.1.11.2.14.11.15.2.18.2.9.1.4
hpnicfNATSessionInsideIP
The Inside IP of session.
RFC1155-SMIIpAddress
Textual Convention: RFC1155-SMIIpAddress OctetString
Type Constraints:
range: 4
.1.3.6.1.4.1.11.2.14.11.15.2.18.2.9.1.5
hpnicfNATSessionInsidePort
The Inside port of session.
Integer32
Constraints:
range: 0-65535
.1.3.6.1.4.1.11.2.14.11.15.2.18.2.9.1.6
hpnicfNATSessionPeerIP
The peer IP of session.
RFC1155-SMIIpAddress
Textual Convention: RFC1155-SMIIpAddress OctetString
Type Constraints:
range: 4
.1.3.6.1.4.1.11.2.14.11.15.2.18.2.9.1.7
hpnicfNATSessionPeerPort
The peer port of session.
Integer32
Constraints:
range: 0-65535
.1.3.6.1.4.1.11.2.14.11.15.2.18.2.9.1.8
hpnicfNATSessionVpnIndex
The VPN index of session.
Integer32
Constraints:
range: 0-255
.1.3.6.1.4.1.11.2.14.11.15.2.18.2.9.1.9
hpnicfNATSessionTTL
The TTL of session.
SNMPv2-SMIInteger32
Textual Convention: SNMPv2-SMIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.11.2.14.11.15.2.18.2.9.1.10
hpnicfNATSessionStatus
The status of session.
SNMPv2-SMIInteger32
Textual Convention: SNMPv2-SMIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.11.2.14.11.15.2.18.2.9.1.11
hpnicfNATSessionLeftTime
The Left time of session.
RFC1155-SMITimeTicks
Textual Convention: RFC1155-SMITimeTicks Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.11.2.14.11.15.2.18.2.9.1.12
.1.3.6.1.4.1.11.2.14.11.15.2.18.2.10 · 1 row entry · 3 columns
Static Nat configuration table.
hpnicfNATStaticConfEntry entry .1.3.6.1.4.1.11.2.14.11.15.2.18.2.10.1
Configure static Nat.
Indexes
hpnicfNATStaticInsideIp
Column Syntax OID
hpnicfNATStaticInsideIp
Inside ip address.
RFC1155-SMIIpAddress
Textual Convention: RFC1155-SMIIpAddress OctetString
Type Constraints:
range: 4
.1.3.6.1.4.1.11.2.14.11.15.2.18.2.10.1.1
hpnicfNATStaticGlobalIp
Global Ip address.
RFC1155-SMIIpAddressr/w
Textual Convention: RFC1155-SMIIpAddress OctetString
Type Constraints:
range: 4
.1.3.6.1.4.1.11.2.14.11.15.2.18.2.10.1.2
hpnicfNATStaticRowStatus
Only support 'destroy' and 'createAndGo'.
If hpnicfNATStaticInsideIp and hpnicfNATStaticGlobalIp were provided correctly,
its value is changed 'active'.
SNMPv2-TCRowStatusr/w
Textual Convention: SNMPv2-TCRowStatus Enumeration
Type Values:
1active
2notInService
3notReady
4createAndGo
5createAndWait
6destroy
.1.3.6.1.4.1.11.2.14.11.15.2.18.2.10.1.3
.1.3.6.1.4.1.11.2.14.11.15.2.18.2.11 · 1 row entry · 1 columns
Active the static Nat on interface.
hpnicfNATStaticEnableEntry entry .1.3.6.1.4.1.11.2.14.11.15.2.18.2.11.1
Active the static Nat on interface.
Indexes
Column Syntax OID
hpnicfNATStaticEnable
Enable/disable the static Nat on the interface(hpnicfNatStaticEnableIfIndex).
disable (0)
enable (1)
Enumerationr/w
Enumerated Values:
0disable
1enable
.1.3.6.1.4.1.11.2.14.11.15.2.18.2.11.1.2
.1.3.6.1.4.1.11.2.14.11.15.2.18.2.12 · 1 row entry · 6 columns
This table is used to set mapping of DNS.
hpnicfNATDnsMapEntry entry .1.3.6.1.4.1.11.2.14.11.15.2.18.2.12.1
The entry of hpnicfNATDnsMapTable.
Indexes
hpnicfNATDnsMapDomainName
Column Syntax OID
hpnicfNATDnsMapDomainName
Domain name.
SNMPv2-TCDisplayString
Textual Convention: SNMPv2-TCDisplayString OctetString
Type Constraints:
range: 0..255
.1.3.6.1.4.1.11.2.14.11.15.2.18.2.12.1.1
hpnicfNATDnsMapGlobalIp
Global IP address.
RFC1155-SMIIpAddressr/w
Textual Convention: RFC1155-SMIIpAddress OctetString
Type Constraints:
range: 4
.1.3.6.1.4.1.11.2.14.11.15.2.18.2.12.1.2
hpnicfNATDnsMapGlobalPort
Global port number.
Integer32r/w
Constraints:
range: 1-65535
.1.3.6.1.4.1.11.2.14.11.15.2.18.2.12.1.3
hpnicfNATDnsMapProtocolType
TCP Transmission Control Protocol.
UDP User Datagram Protocol.
Enumerationr/w
Enumerated Values:
0any
1typeTCP
2typeUDP
.1.3.6.1.4.1.11.2.14.11.15.2.18.2.12.1.4
hpnicfNATDnsMapLastUseTime
Its value is the time that the device uses
from startup to last use 'Dns Map'record.
If the value is 0,the device never use this
record.
RFC1155-SMITimeTicksr/w
Textual Convention: RFC1155-SMITimeTicks Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.11.2.14.11.15.2.18.2.12.1.5
hpnicfNATDnsMapRowStatus
Only support 'destroy' and 'createAndGo'.
If hpnicfNATDnsMapDomainName, hpnicfNATDnsMapGlobalIp
and hpnicfNATDnsMapGlobalPortor hpnicfNATDnsMapDomainName,
hpnicfNATDnsMapGlobalIp, hpnicfNATDnsMapGlobalPort and
hpnicfNAT…
SNMPv2-TCRowStatusr/w
Textual Convention: SNMPv2-TCRowStatus Enumeration
Type Values:
1active
2notInService
3notReady
4createAndGo
5createAndWait
6destroy
.1.3.6.1.4.1.11.2.14.11.15.2.18.2.12.1.6