Home/Catalog/H3C-NAT-MIB

H3C-NAT-MIB

AI MIB Summary

The H3C-NAT-MIB module enables the monitoring and configuration of Network Address Translation (NAT) parameters, including translation rules, session tables, and address pool utilization, on H3C networking devices. It provides specific objects for managing NAT policies and tracking real-time translation statistics to facilitate network troubleshooting and capacity planning.

This MIB contains objects to manage configuration of NAT. There are no constraints on this MIB.
Main OID:
h3cNat.1.3.6.1.4.1.2011.10.2.18
111
Objects
Active
Status
4
Dependencies

Imported Objects

Objects

111 total
Object Name
h3cNatThis MIB contains objects to manage configuration of NAT. There are no constraints on this MIB.
MODULE-IDENTITY
.1.3.6.1.4.1.2011.10.2.18
h3cNATGlobalVars
OBJECT IDENTIFIER
.1.3.6.1.4.1.2011.10.2.18.1
h3cNATClearSession
OBJECT IDENTIFIER
.1.3.6.1.4.1.2011.10.2.18.1.1
h3cNATClearSessionSlotNoThe number of NAT board in which administrator wants to clear data of the session. In router, the value is 255 because no NAT board in it. This node only supports 'set' operation. The return value of 'get' operation is meaningless.rw
INTEGER (1..14 | 255)
.1.3.6.1.4.1.2011.10.2.18.1.1.1
h3cNATBLConnectLimitPara
OBJECT IDENTIFIER
.1.3.6.1.4.1.2011.10.2.18.1.2
h3cNATBLConnectHighValueThe maximal connection amount. If the connection amount exceeds the value, the IP address will be added into blacklist. The IP address will not be removed from blacklist until the connection amount is less than the minimal connection amount.rw
INTEGER
.1.3.6.1.4.1.2011.10.2.18.1.2.1
h3cNATBLConnectLowValueThe minimal connection amount.rw
INTEGER
.1.3.6.1.4.1.2011.10.2.18.1.2.2
h3cNATBLConnectHighRateThe maximal connection rate(in second). If the connection rate exceed the value, the IP address will be added into blacklist. The IP address will not be removed from blacklist until the connection rate is less than the minimal connection rate.rw
INTEGER
.1.3.6.1.4.1.2011.10.2.18.1.2.3
h3cNATBLConnectLowRateThe minimal connection rate(in second).rw
INTEGER
.1.3.6.1.4.1.2011.10.2.18.1.2.4
h3cNATBLSpecialConnectHighRateThe maximal special connection rate(in second). When administrator wants to control the speed of connection, he can selects the connection speed rate or special connection rate.rw
INTEGER
.1.3.6.1.4.1.2011.10.2.18.1.2.5
h3cNATBLSpecialConnectLowRateThe minimal special connection rate(in second).rw
INTEGER
.1.3.6.1.4.1.2011.10.2.18.1.2.6
h3cNATBLCtrlEnable
OBJECT IDENTIFIER
.1.3.6.1.4.1.2011.10.2.18.1.3
h3cNATBLConnectSumEnableEnable or disable the connection amount control.rw
Enumeration
.1.3.6.1.4.1.2011.10.2.18.1.3.1
h3cNATBLConnectRateEnableEnable or disable the connection rate control.rw
Enumeration
.1.3.6.1.4.1.2011.10.2.18.1.3.2
h3cNATNPTimer
OBJECT IDENTIFIER
.1.3.6.1.4.1.2011.10.2.18.1.4
h3cNATNPAgingTimeThere are two kinds of aging time in NP. One is fast and the other is slow. Administrator can select one or other. The defalult is fast.rw
Enumeration
.1.3.6.1.4.1.2011.10.2.18.1.4.1
h3cNATMibObjects
OBJECT IDENTIFIER
.1.3.6.1.4.1.2011.10.2.18.2
h3cNATPoolInfoTableNAT 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.
SEQUENCE OF H3cNATPoolInfoEntry
.1.3.6.1.4.1.2011.10.2.18.2.1
h3cNATPoolInfoEntryThe entry of NAT address pool table.
H3cNATPoolInfoEntry
.1.3.6.1.4.1.2011.10.2.18.2.1.1
h3cNATPoolIdxIndex of the address pool: The index uniquely indicates the address pool in the system, and its range is from 1 to 320.
Integer32
.1.3.6.1.4.1.2011.10.2.18.2.1.1.1
h3cNATPoolStartIpAddrThe start IP address of address pool: It must be less than or equal to the end IP address.rw
IpAddress
.1.3.6.1.4.1.2011.10.2.18.2.1.1.2
h3cNATPoolEndIpAddrThe end IP address of address pool: It must be more than or equal to the start IP address.rw
IpAddress
.1.3.6.1.4.1.2011.10.2.18.2.1.1.3
h3cNATPoolSlotNoThe 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 board,the value is 255.rw
INTEGER (1..14 | 255)
.1.3.6.1.4.1.2011.10.2.18.2.1.1.4
h3cNATPoolRefCounterThe 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.rw
Integer32
.1.3.6.1.4.1.2011.10.2.18.2.1.1.5
h3cNATPoolRowStatusOnly support 'destroy' and 'createAndGo'. If h3cNATPoolIdx, h3cNATPoolStartIpAddr and h3cNATPoolEndIpAddr were provided correctly, its value is changed 'active'.rw
RowStatus (SNMPv2-TC)
.1.3.6.1.4.1.2011.10.2.18.2.1.1.6
h3cNATOutboundTableNAT 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.
SEQUENCE OF H3cNATOutboundEntry
.1.3.6.1.4.1.2011.10.2.18.2.2
h3cNATOutboundEntryThe entry of NAT out bound table.
H3cNATOutboundEntry
.1.3.6.1.4.1.2011.10.2.18.2.2.1
h3cNATOutboundAclNoThe 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.
INTEGER
.1.3.6.1.4.1.2011.10.2.18.2.2.1.1
h3cNATOutboundPoolIdxThe index of address pool in h3cNATPoolInfoTable. 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.rw
INTEGER (0..320 | 2147483647)
.1.3.6.1.4.1.2011.10.2.18.2.2.1.2
h3cNATOutboundIsNoPatWhether to use no pat manner. The translation of no pat is that the translation doesn't use the port information of packet.rw
Enumeration
.1.3.6.1.4.1.2011.10.2.18.2.2.1.3
h3cNATOutboundSlotNoThe number of NAT board. In router, the value is 255 because no NAT board in it.rw
Integer32 (1..14 | 255)
.1.3.6.1.4.1.2011.10.2.18.2.2.1.4
h3cNATOutboundRowStatusOnly support 'destroy' and 'createAndGo'. If h3cNATOutboundAclNo or h3cNATOutboundAclNo and h3cNATOutboundPoolIdx were provided correctly, its value is changed 'active'.rw
RowStatus (SNMPv2-TC)
.1.3.6.1.4.1.2011.10.2.18.2.2.1.5
h3cNATServerTableNAT 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 (InsideIP + 1 , InsidePort (InsideIP + 2 , InsidePort ... ... ... (InsideIP+n(=InsideIP2),InsidePort
SEQUENCE OF H3cNATServerEntry
.1.3.6.1.4.1.2011.10.2.18.2.3
h3cNATServerEntryThe entry of NAT inside server table.
H3cNATServerEntry
.1.3.6.1.4.1.2011.10.2.18.2.3.1
h3cNATServerProTypeThe type of protocol: icmp(1), tcp(6), udp(17) and others.
INTEGER
.1.3.6.1.4.1.2011.10.2.18.2.3.1.1
h3cNATServerGlobalIPThe global IP address of Inside Server.
IpAddress
.1.3.6.1.4.1.2011.10.2.18.2.3.1.2
h3cNATServerStartGlobalPortThe start global port of Inside Server. When the port need not be configured, the value is 0.
INTEGER
.1.3.6.1.4.1.2011.10.2.18.2.3.1.3
h3cNATServerEndGlobalPortThe 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 - InsideIP).rw
INTEGER
.1.3.6.1.4.1.2011.10.2.18.2.3.1.4
h3cNATServerStartInsideIPThe start private IP address of Inside Server.rw
IpAddress
.1.3.6.1.4.1.2011.10.2.18.2.3.1.5
h3cNATServerEndInsideIPThe end private IP address of Inside Server. When administrator doesn't configure a series of inside server, the value is 0.0.0.0.rw
IpAddress
.1.3.6.1.4.1.2011.10.2.18.2.3.1.6
h3cNATServerInsidePortThe private port of Inside Server.rw
INTEGER
.1.3.6.1.4.1.2011.10.2.18.2.3.1.7
h3cNATServerSlotNoThe number of NAT board. In router, the value is 255 because no NAT board in it.rw
Integer32 (1..14 | 255)
.1.3.6.1.4.1.2011.10.2.18.2.3.1.8
h3cNATServerVpnIndexThe VPN index of server.
Integer32
.1.3.6.1.4.1.2011.10.2.18.2.3.1.10
h3cNATServerAclNumberNumber of basic or advanced acl.rw
Integer32
.1.3.6.1.4.1.2011.10.2.18.2.3.1.11
h3cNATServerRowStatusOnly support 'destroy' and 'createAndGo'. If h3cNATServerProType, h3cNATServerGlobalIP, h3cNATServerGlobalPort and h3cNATServerInsideIP were provided correctly, its value is changed 'active'.rw
RowStatus (SNMPv2-TC)
.1.3.6.1.4.1.2011.10.2.18.2.3.1.12
h3cNATTimeOutTableNAT Time out Table. When a connection is established, if there are not any actives in this connection between the time, it will be disconnected.
SEQUENCE OF H3cNATTimeOutEntry
.1.3.6.1.4.1.2011.10.2.18.2.4
h3cNATTimeOutEntryThe entry of NAT Time out Table.
H3cNATTimeOutEntry
.1.3.6.1.4.1.2011.10.2.18.2.4.1
h3cNATTimeOutProtocolThe type of protocol.
Enumeration
.1.3.6.1.4.1.2011.10.2.18.2.4.1.1
h3cNATTimeOutTimeValueThe time of time out.rw
INTEGER
.1.3.6.1.4.1.2011.10.2.18.2.4.1.2
h3cNATBLEnableTableNAT 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.
SEQUENCE OF H3cNATBLEnableEntry
.1.3.6.1.4.1.2011.10.2.18.2.5
h3cNATBLEnableEntryThe entry of NAT blacklist Enable Table.
H3cNATBLEnableEntry
.1.3.6.1.4.1.2011.10.2.18.2.5.1
h3cNATBLEnableSlotNoThe number of NAT board. When the function of blacklist can't be set for a NAT board, the value is 255.
Integer32 (1..14 | 255)
.1.3.6.1.4.1.2011.10.2.18.2.5.1.1
h3cNATBLEnableStart or stop of function of balcklist.rw
Enumeration
.1.3.6.1.4.1.2011.10.2.18.2.5.1.2
h3cNATBLIPConnectLimitParaTableThe 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.
SEQUENCE OF H3cNATBLIPConnectLimitParaEntry
.1.3.6.1.4.1.2011.10.2.18.2.6
h3cNATBLIPConnectLimitParaEntryThe entry of the table of connection control of special IP address.
H3cNATBLIPConnectLimitParaEntry
.1.3.6.1.4.1.2011.10.2.18.2.6.1
h3cNATBLIPConnectLimitParaIPThe special IP address. The IP is private IP address.
IpAddress
.1.3.6.1.4.1.2011.10.2.18.2.6.1.1
h3cNATBLIPConnectHighValueThe maximal connection amount. It must be more than the minimal connection amount.rw
INTEGER
.1.3.6.1.4.1.2011.10.2.18.2.6.1.2
h3cNATBLIPConnectLowValueThe minimal connection amount. It must be less than the maximal connection amount.rw
INTEGER
.1.3.6.1.4.1.2011.10.2.18.2.6.1.3
h3cNATBLIPUseSpecialConnectRateWhether to use the special connection rate control.rw
Enumeration
.1.3.6.1.4.1.2011.10.2.18.2.6.1.4
h3cNATBLIPConnectLimitRowStatusOnly support 'destroy' and 'createAndGo'. If h3cNATBLIPConnectHighValue, h3cNATBLIPConnectLowValue and h3cNATBLIPUseSpecialConnectRate were provided correctly, its value is changed 'active'.rw
RowStatus (SNMPv2-TC)
.1.3.6.1.4.1.2011.10.2.18.2.6.1.5
h3cNATBLManagerTableThe management table of blacklist. The table doesn't support 'getnext' operation.
SEQUENCE OF H3cNATBLManagerEntry
.1.3.6.1.4.1.2011.10.2.18.2.7
h3cNATBLManagerEntryThe entry of management table of blacklist.
H3cNATBLManagerEntry
.1.3.6.1.4.1.2011.10.2.18.2.7.1
h3cNATBLIpAdressThe IP address of entry of blacklist.
IpAddress
.1.3.6.1.4.1.2011.10.2.18.2.7.1.1
h3cNATBLSlotNoThe number of NAT board.
INTEGER
.1.3.6.1.4.1.2011.10.2.18.2.7.1.2
h3cNATBLConSumThe connection amount.ro
Integer32
.1.3.6.1.4.1.2011.10.2.18.2.7.1.3
h3cNATBLConSpdThe 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.ro
Enumeration
.1.3.6.1.4.1.2011.10.2.18.2.7.1.4
h3cNATStatTableThe statistics information table of NAT module.
SEQUENCE OF H3cNATStatEntry
.1.3.6.1.4.1.2011.10.2.18.2.8
h3cNATStatEntryThe entry of statistics information table of NAT module.
H3cNATStatEntry
.1.3.6.1.4.1.2011.10.2.18.2.8.1
h3cNATStatNATBoardNoThe number of NAT board. In router, the value is 255 because no NAT board in it.
Integer32 (1..14 | 255)
.1.3.6.1.4.1.2011.10.2.18.2.8.1.1
h3cNATStatActiveTblCountActive PAT session count In software.ro
Counter32
.1.3.6.1.4.1.2011.10.2.18.2.8.1.2
h3cNATStatActiveTblCountInNPActive PAT session count In NP.ro
Counter32
.1.3.6.1.4.1.2011.10.2.18.2.8.1.3
h3cNATStatActiveNatTblCountActive NO-PAT session count.ro
Counter32
.1.3.6.1.4.1.2011.10.2.18.2.8.1.4
h3cNATStatActiveSvrTblCountActive SERVER session count.ro
Counter32
.1.3.6.1.4.1.2011.10.2.18.2.8.1.5
h3cNATStatActivePoolTblCountActive address pool session count.ro
Counter32
.1.3.6.1.4.1.2011.10.2.18.2.8.1.6
h3cNATStatNumOfUsedPortThe number of used port in NP.ro
Counter32
.1.3.6.1.4.1.2011.10.2.18.2.8.1.7
h3cNATStatNumOfGoodPktThe number of good packet in NP.ro
Counter32
.1.3.6.1.4.1.2011.10.2.18.2.8.1.8
h3cNATStatNumOfBadPktThe number of bad packet in NP.ro
Counter32
.1.3.6.1.4.1.2011.10.2.18.2.8.1.9
h3cNATStaticSessionCountActive STATIC session count.ro
Integer32
.1.3.6.1.4.1.2011.10.2.18.2.8.1.10
h3cNATFragmentSessionCountActive fragment packet session count.ro
Integer32
.1.3.6.1.4.1.2011.10.2.18.2.8.1.11
h3cNATSequenceSessionCountActive session table count hash by private IP.ro
Integer32
.1.3.6.1.4.1.2011.10.2.18.2.8.1.12
h3cNATLogCountBuffered Nat LOG table count.ro
Integer32
.1.3.6.1.4.1.2011.10.2.18.2.8.1.13
h3cNATSessionTableThe nat session information table. There is the address translation information in the table. The sketch map of connection is pc1(private Net)>Server(public Net) InsideIP, InsidePort>translating to GlobalIP, GlobalPort
SEQUENCE OF H3cNATSessionEntry
.1.3.6.1.4.1.2011.10.2.18.2.9
h3cNATSessionEntryThe entry of session information table.
H3cNATSessionEntry
.1.3.6.1.4.1.2011.10.2.18.2.9.1
h3cNATSessionHashNumberThe row number of the hash table.
Integer32
.1.3.6.1.4.1.2011.10.2.18.2.9.1.1
h3cNATSessionProtocolThe protocol type of session.
INTEGER
.1.3.6.1.4.1.2011.10.2.18.2.9.1.2
h3cNATSessionGlobalIPThe global IP of session.ro
IpAddress
.1.3.6.1.4.1.2011.10.2.18.2.9.1.3
h3cNATSessionGlobalPortThe global port of session.ro
Integer32
.1.3.6.1.4.1.2011.10.2.18.2.9.1.4
h3cNATSessionInsideIPThe Inside IP of session.
IpAddress
.1.3.6.1.4.1.2011.10.2.18.2.9.1.5
h3cNATSessionInsidePortThe Inside port of session.
Integer32
.1.3.6.1.4.1.2011.10.2.18.2.9.1.6
h3cNATSessionPeerIPThe peer IP of session.
IpAddress
.1.3.6.1.4.1.2011.10.2.18.2.9.1.7
h3cNATSessionPeerPortThe peer port of session.
Integer32
.1.3.6.1.4.1.2011.10.2.18.2.9.1.8
h3cNATSessionVpnIndexThe VPN index of session.
Integer32
.1.3.6.1.4.1.2011.10.2.18.2.9.1.9
h3cNATSessionTTLThe TTL of session.ro
Integer32
.1.3.6.1.4.1.2011.10.2.18.2.9.1.10
h3cNATSessionStatusThe status of session.ro
Integer32
.1.3.6.1.4.1.2011.10.2.18.2.9.1.11
h3cNATSessionLeftTimeThe Left time of session.ro
TimeTicks (SNMPv2-SMI)
.1.3.6.1.4.1.2011.10.2.18.2.9.1.12
h3cNATStaticConfTableStatic Nat configuration table.
SEQUENCE OF H3cNATStaticConfEntry
.1.3.6.1.4.1.2011.10.2.18.2.10
h3cNATStaticConfEntryConfigure static Nat.
H3cNATStaticConfEntry
.1.3.6.1.4.1.2011.10.2.18.2.10.1
h3cNATStaticInsideIpInside ip address.
IpAddress
.1.3.6.1.4.1.2011.10.2.18.2.10.1.1
h3cNATStaticGlobalIpGlobal Ip address.rw
IpAddress
.1.3.6.1.4.1.2011.10.2.18.2.10.1.2
h3cNATStaticRowStatusOnly support 'destroy' and 'createAndGo'. If h3cNATStaticInsideIp and h3cNATStaticGlobalIp were provided correctly, its value is changed 'active'.rw
RowStatus (SNMPv2-TC)
.1.3.6.1.4.1.2011.10.2.18.2.10.1.3
h3cNATStaticEnableTableActive the static Nat on interface.
SEQUENCE OF H3cNATStaticEnableEntry
.1.3.6.1.4.1.2011.10.2.18.2.11
h3cNATStaticEnableEntryActive the static Nat on interface.
H3cNATStaticEnableEntry
.1.3.6.1.4.1.2011.10.2.18.2.11.1
h3cNATStaticEnableEnable/disable the static Nat on the interface(h3cNatStaticEnableIfIndex). disable (0) enable (1)rw
Enumeration
.1.3.6.1.4.1.2011.10.2.18.2.11.1.2
h3cNATDnsMapTableThis table is used to set mapping of DNS.
SEQUENCE OF H3cNATDnsMapEntry
.1.3.6.1.4.1.2011.10.2.18.2.12
h3cNATDnsMapEntryThe entry of h3cNATDnsMapTable.
H3cNATDnsMapEntry
.1.3.6.1.4.1.2011.10.2.18.2.12.1
h3cNATDnsMapDomainNameDomain name.
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2011.10.2.18.2.12.1.1
h3cNATDnsMapGlobalIpGlobal IP address.rw
IpAddress
.1.3.6.1.4.1.2011.10.2.18.2.12.1.2
h3cNATDnsMapGlobalPortGlobal port number.rw
Integer32
.1.3.6.1.4.1.2011.10.2.18.2.12.1.3
h3cNATDnsMapProtocolTypeTCP Transmission Control Protocol. UDP User Datagram Protocol.rw
Enumeration
.1.3.6.1.4.1.2011.10.2.18.2.12.1.4
h3cNATDnsMapLastUseTimeIts 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.rw
TimeTicks (SNMPv2-SMI)
.1.3.6.1.4.1.2011.10.2.18.2.12.1.5
h3cNATDnsMapRowStatusOnly support 'destroy' and 'createAndGo'. If h3cNATDnsMapDomainName, h3cNATDnsMapGlobalIp and h3cNATDnsMapGlobalPortor h3cNATDnsMapDomainName, h3cNATDnsMapGlobalIp, h3cNATDnsMapGlobalPort and h3cNATDnsMapProtocolType were provided correctly, its value is changed 'active'.rw
RowStatus (SNMPv2-TC)
.1.3.6.1.4.1.2011.10.2.18.2.12.1.6
H3C-NAT-MIB - SNMP MIB Reference | MIBs Explorer