MIBs Depot

HH3C-NAT-MIB

Registered at
1.3.6.1.4.1.25506.2.18
Last updated
2020-12-29 14:40
Organization
New H3C Tech. Co., Ltd.
Revisions
2020-12-29 14:40, 2019-12-01 14:46, 2019-10-10 17:52, 2017-04-07 15:03, 2016-12-25 11:05, 2014-07-11 11:15, 2005-01-20 15:18
Namespace
comware
Source file
HH3C-NAT-MIB
Digest
sha256:faa2fa814a4dd195ce1f08f71c28f8a04fb14d48e7b62c55ae720c29aa0f1cd0

Description

Add the hh3cNatIPPoolGroupTable, hh3cNatIPPoolAddrUsageExceedTraps, hh3cNatIPPoolAddrUsageRecoveryTraps

Contact

Platform Team New H3C Tech. Co., Ltd. Hai-Dian District Beijing P.R. China http://www.h3c.com Zip:100085

Imports

FromSymbols
HH3C-OID-MIBhh3cCommon
IF-MIBifIndex
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP
SNMPv2-SMICounter32, Counter64, Integer32, IpAddress, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, TimeTicks, Unsigned32, iso
SNMPv2-TCDisplayString, RowStatus, TEXTUAL-CONVENTION

Imported by

Nothing in this corpus imports this module.

Load order

Every file a consumer needs in order to load this module, dependencies first.

HH3C-NAT-MIB
HH3C-OID-MIB
IANAifType-MIB
IF-MIB
SNMPv2-CONF
SNMPv2-MIB
SNMPv2-SMI
SNMPv2-TC

Objects

NameOIDSyntaxAccessStatus
hh3cNATGlobalVars
OBJECT-IDENTITY
1.3.6.1.4.1.25506.2.18.1
hh3cNATClearSession
OBJECT-IDENTITY
1.3.6.1.4.1.25506.2.18.1.1
hh3cNATClearSessionSlotNo
OBJECT-TYPE
The 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.
1.3.6.1.4.1.25506.2.18.1.1.1Integer32 (1..14 | 255)read-writecurrent
hh3cNATBLConnectLimitPara
OBJECT-IDENTITY
1.3.6.1.4.1.25506.2.18.1.2
hh3cNATBLConnectHighValue
OBJECT-TYPE
The 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.
1.3.6.1.4.1.25506.2.18.1.2.1Integer32 (20..20000)read-writecurrent
hh3cNATBLConnectLowValue
OBJECT-TYPE
The minimal connection amount.
1.3.6.1.4.1.25506.2.18.1.2.2Integer32 (20..20000)read-writecurrent
hh3cNATBLConnectHighRate
OBJECT-TYPE
The 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.
1.3.6.1.4.1.25506.2.18.1.2.3Integer32 (20..21474836)read-writecurrent
hh3cNATBLConnectLowRate
OBJECT-TYPE
The minimal connection rate(in second).
1.3.6.1.4.1.25506.2.18.1.2.4Integer32 (20..21474836)read-writecurrent
hh3cNATBLSpecialConnectHighRate
OBJECT-TYPE
The 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.
1.3.6.1.4.1.25506.2.18.1.2.5Integer32 (20..21474836)read-writecurrent
hh3cNATBLSpecialConnectLowRate
OBJECT-TYPE
The minimal special connection rate(in second).
1.3.6.1.4.1.25506.2.18.1.2.6Integer32 (20..21474836)read-writecurrent
hh3cNATBLCtrlEnable
OBJECT-IDENTITY
1.3.6.1.4.1.25506.2.18.1.3
hh3cNATBLConnectSumEnable
OBJECT-TYPE
Enable or disable the connection amount control.
1.3.6.1.4.1.25506.2.18.1.3.1INTEGER {enable(1), disable(2)}read-writecurrent
hh3cNATBLConnectRateEnable
OBJECT-TYPE
Enable or disable the connection rate control.
1.3.6.1.4.1.25506.2.18.1.3.2INTEGER {enable(1), disable(2)}read-writecurrent
hh3cNATNPTimer
OBJECT-IDENTITY
1.3.6.1.4.1.25506.2.18.1.4
hh3cNATNPAgingTime
OBJECT-TYPE
There are two kinds of aging time in NP. One is fast and the other is slow. Administrator can select one or other. The default is fast.
1.3.6.1.4.1.25506.2.18.1.4.1INTEGER {fast(1), slow(2)}read-writecurrent
hh3cNATMibObjects
OBJECT-IDENTITY
1.3.6.1.4.1.25506.2.18.2
hh3cNATPoolInfoTable
OBJECT-TYPE
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.
1.3.6.1.4.1.25506.2.18.2.1not-accessiblecurrent
hh3cNATPoolInfoEntry
OBJECT-TYPE
The entry of NAT address pool table.
1.3.6.1.4.1.25506.2.18.2.1.1not-accessiblecurrent
hh3cNATPoolIdx
OBJECT-TYPE
Index of the address pool: The index uniquely indicates the address pool in the system, and its range is from 1 to 320.
1.3.6.1.4.1.25506.2.18.2.1.1.1Integer32 (1..320)not-accessiblecurrent
hh3cNATPoolStartIpAddr
OBJECT-TYPE
The start IP address of address pool: It must be less than or equal to the end IP address.
1.3.6.1.4.1.25506.2.18.2.1.1.2IpAddressread-createcurrent
hh3cNATPoolEndIpAddr
OBJECT-TYPE
The end IP address of address pool: It must be more than or equal to the start IP address.
1.3.6.1.4.1.25506.2.18.2.1.1.3IpAddressread-createcurrent
hh3cNATPoolSlotNo
OBJECT-TYPE
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 board,the value is 255.
1.3.6.1.4.1.25506.2.18.2.1.1.4Integer32 (1..14 | 255)read-createcurrent
hh3cNATPoolRefCounter
OBJECT-TYPE
The counter of reference. An 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.
1.3.6.1.4.1.25506.2.18.2.1.1.5Integer32read-createcurrent
hh3cNATPoolRowStatus
OBJECT-TYPE
Only support 'destroy' and 'createAndGo'. If hh3cNATPoolIdx, hh3cNATPoolStartIpAddr and hh3cNATPoolEndIpAddr were provided correctly, its value is changed 'active'.
1.3.6.1.4.1.25506.2.18.2.1.1.6RowStatusread-createcurrent
hh3cNATOutboundTable
OBJECT-TYPE
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.
1.3.6.1.4.1.25506.2.18.2.2not-accessiblecurrent
hh3cNATOutboundEntry
OBJECT-TYPE
The entry of NAT out bound table.
1.3.6.1.4.1.25506.2.18.2.2.1not-accessiblecurrent
hh3cNATOutboundAclNo
OBJECT-TYPE
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.
1.3.6.1.4.1.25506.2.18.2.2.1.1Integer32 (2000..3999)not-accessiblecurrent
hh3cNATOutboundPoolIdx
OBJECT-TYPE
The index of address pool in hh3cNATPoolInfoTable. 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.
1.3.6.1.4.1.25506.2.18.2.2.1.2Integer32 (0..320 | 2147483647)read-createcurrent
hh3cNATOutboundIsNoPat
OBJECT-TYPE
Whether to use no pat manner. The translation of no pat is that the translation doesn't use the port information of packet.
1.3.6.1.4.1.25506.2.18.2.2.1.3INTEGER {true(1), false(2)}read-createcurrent
hh3cNATOutboundSlotNo
OBJECT-TYPE
The number of NAT board. In router, the value is 255 because no NAT board in it.
1.3.6.1.4.1.25506.2.18.2.2.1.4Integer32 (1..14 | 255)read-createcurrent
hh3cNATOutboundRowStatus
OBJECT-TYPE
Only support 'destroy' and 'createAndGo'. If hh3cNATOutboundAclNo or hh3cNATOutboundAclNo and hh3cNATOutboundPoolIdx were provided correctly, its value is changed 'active'.
1.3.6.1.4.1.25506.2.18.2.2.1.5RowStatusread-createcurrent
hh3cNATServerTable
OBJECT-TYPE
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))
1.3.6.1.4.1.25506.2.18.2.3not-accessiblecurrent
hh3cNATServerEntry
OBJECT-TYPE
The entry of NAT inside server table.
1.3.6.1.4.1.25506.2.18.2.3.1not-accessiblecurrent
hh3cNATServerProType
OBJECT-TYPE
The type of protocol: icmp(1), tcp(6), udp(17) and others.
1.3.6.1.4.1.25506.2.18.2.3.1.1Integer32 (1..255)not-accessiblecurrent
hh3cNATServerGlobalIP
OBJECT-TYPE
The global IP address of Inside Server.
1.3.6.1.4.1.25506.2.18.2.3.1.2IpAddressnot-accessiblecurrent
hh3cNATServerStartGlobalPort
OBJECT-TYPE
The start global port of Inside Server. When the port need not be configured, the value is 0.
1.3.6.1.4.1.25506.2.18.2.3.1.3Integer32 (0..65535)not-accessiblecurrent
hh3cNATServerEndGlobalPort
OBJECT-TYPE
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 - InsideIP).
1.3.6.1.4.1.25506.2.18.2.3.1.4Integer32 (0..65535)read-createcurrent
hh3cNATServerStartInsideIP
OBJECT-TYPE
The start private IP address of Inside Server.
1.3.6.1.4.1.25506.2.18.2.3.1.5IpAddressread-createcurrent
hh3cNATServerEndInsideIP
OBJECT-TYPE
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.
1.3.6.1.4.1.25506.2.18.2.3.1.6IpAddressread-createcurrent
hh3cNATServerInsidePort
OBJECT-TYPE
The private port of Inside Server.
1.3.6.1.4.1.25506.2.18.2.3.1.7Integer32 (0..65535)read-createcurrent
hh3cNATServerSlotNo
OBJECT-TYPE
The number of NAT board. In router, the value is 255 because no NAT board in it.
1.3.6.1.4.1.25506.2.18.2.3.1.8Integer32 (1..14 | 255)read-createcurrent
hh3cNATServerVpnIndex
OBJECT-TYPE
The VPN index of server.
1.3.6.1.4.1.25506.2.18.2.3.1.10Integer32 (0..65535)not-accessiblecurrent
hh3cNATServerAclNumber
OBJECT-TYPE
Number of basic or advanced ACL.
1.3.6.1.4.1.25506.2.18.2.3.1.11Integer32 (1..10000)read-createcurrent
hh3cNATServerRowStatus
OBJECT-TYPE
Only support 'destroy' and 'createAndGo'. If hh3cNATServerProType, hh3cNATServerGlobalIP, hh3cNATServerGlobalPort and hh3cNATServerInsideIP were provided correctly, its value is changed 'active'.
1.3.6.1.4.1.25506.2.18.2.3.1.12RowStatusread-createcurrent
hh3cNATTimeOutTable
OBJECT-TYPE
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.
1.3.6.1.4.1.25506.2.18.2.4not-accessiblecurrent
hh3cNATTimeOutEntry
OBJECT-TYPE
The entry of NAT Time out Table.
1.3.6.1.4.1.25506.2.18.2.4.1not-accessiblecurrent
hh3cNATTimeOutProtocol
OBJECT-TYPE
The type of protocol.
1.3.6.1.4.1.25506.2.18.2.4.1.1INTEGER {tcp(1), udp(2), icmp(3), pptp(4), dns(5), tcpFin(6), tcpSyn(7), ftpCtrl(8), ftpData(9)}not-accessiblecurrent
hh3cNATTimeOutTimeValue
OBJECT-TYPE
The time of time out.
1.3.6.1.4.1.25506.2.18.2.4.1.2Integer32 (10..86400)read-writecurrent
hh3cNATBLEnableTable
OBJECT-TYPE
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.
1.3.6.1.4.1.25506.2.18.2.5not-accessiblecurrent
hh3cNATBLEnableEntry
OBJECT-TYPE
The entry of NAT blacklist Enable Table.
1.3.6.1.4.1.25506.2.18.2.5.1not-accessiblecurrent
hh3cNATBLEnableSlotNo
OBJECT-TYPE
The number of NAT board. When the function of blacklist can't be set for a NAT board, the value is 255.
1.3.6.1.4.1.25506.2.18.2.5.1.1Integer32 (1..14 | 255)not-accessiblecurrent
hh3cNATBLEnable
OBJECT-TYPE
Start or stop of function of blacklist.
1.3.6.1.4.1.25506.2.18.2.5.1.2INTEGER {enable(1), disable(2)}read-writecurrent
hh3cNATBLIPConnectLimitParaTable
OBJECT-TYPE
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.
1.3.6.1.4.1.25506.2.18.2.6not-accessiblecurrent
hh3cNATBLIPConnectLimitParaEntry
OBJECT-TYPE
The entry of the table of connection control of special IP address.
1.3.6.1.4.1.25506.2.18.2.6.1not-accessiblecurrent
hh3cNATBLIPConnectLimitParaIP
OBJECT-TYPE
The special IP address. The IP is private IP address.
1.3.6.1.4.1.25506.2.18.2.6.1.1IpAddressnot-accessiblecurrent
hh3cNATBLIPConnectHighValue
OBJECT-TYPE
The maximal connection amount. It must be more than the minimal connection amount.
1.3.6.1.4.1.25506.2.18.2.6.1.2Integer32 (20..20000)read-createcurrent
hh3cNATBLIPConnectLowValue
OBJECT-TYPE
The minimal connection amount. It must be less than the maximal connection amount.
1.3.6.1.4.1.25506.2.18.2.6.1.3Integer32 (20..20000)read-createcurrent
hh3cNATBLIPUseSpecialConnectRate
OBJECT-TYPE
Whether to use the special connection rate control.
1.3.6.1.4.1.25506.2.18.2.6.1.4INTEGER {true(1), false(2)}read-createcurrent
hh3cNATBLIPConnectLimitRowStatus
OBJECT-TYPE
Only support 'destroy' and 'createAndGo'. If hh3cNATBLIPConnectHighValue, hh3cNATBLIPConnectLowValue and hh3cNATBLIPUseSpecialConnectRate were provided correctly, its value is changed 'active'.
1.3.6.1.4.1.25506.2.18.2.6.1.5RowStatusread-createcurrent
hh3cNATBLManagerTable
OBJECT-TYPE
The management table of blacklist. The table doesn't support 'getnext' operation.
1.3.6.1.4.1.25506.2.18.2.7not-accessiblecurrent
hh3cNATBLManagerEntry
OBJECT-TYPE
The entry of management table of blacklist.
1.3.6.1.4.1.25506.2.18.2.7.1not-accessiblecurrent
hh3cNATBLIpAdress
OBJECT-TYPE
The IP address of entry of blacklist.
1.3.6.1.4.1.25506.2.18.2.7.1.1IpAddressnot-accessiblecurrent
hh3cNATBLSlotNo
OBJECT-TYPE
The number of NAT board.
1.3.6.1.4.1.25506.2.18.2.7.1.2Integer32 (1..14)not-accessiblecurrent
hh3cNATBLConSum
OBJECT-TYPE
The connection amount.
1.3.6.1.4.1.25506.2.18.2.7.1.3Integer32read-onlycurrent
hh3cNATBLConSpd
OBJECT-TYPE
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 connection rate is below the lower limit.
1.3.6.1.4.1.25506.2.18.2.7.1.4INTEGER {red(1), yellow(2), green(3)}read-onlycurrent
hh3cNATStatTable
OBJECT-TYPE
The statistics information table of NAT module.
1.3.6.1.4.1.25506.2.18.2.8not-accessiblecurrent
hh3cNATStatEntry
OBJECT-TYPE
The entry of statistics information table of NAT module.
1.3.6.1.4.1.25506.2.18.2.8.1not-accessiblecurrent
hh3cNATStatNATBoardNo
OBJECT-TYPE
The number of NAT board. In router, the value is 255 because no NAT board in it.
1.3.6.1.4.1.25506.2.18.2.8.1.1Integer32 (1..14 | 255)not-accessiblecurrent
hh3cNATStatActiveTblCount
OBJECT-TYPE
Active PAT session count In software.
1.3.6.1.4.1.25506.2.18.2.8.1.2Counter32read-onlycurrent
hh3cNATStatActiveTblCountInNP
OBJECT-TYPE
Active PAT session count In NP.
1.3.6.1.4.1.25506.2.18.2.8.1.3Counter32read-onlycurrent
hh3cNATStatActiveNatTblCount
OBJECT-TYPE
Active NO-PAT session count.
1.3.6.1.4.1.25506.2.18.2.8.1.4Counter32read-onlycurrent
hh3cNATStatActiveSvrTblCount
OBJECT-TYPE
Active SERVER session count.
1.3.6.1.4.1.25506.2.18.2.8.1.5Counter32read-onlycurrent
hh3cNATStatActivePoolTblCount
OBJECT-TYPE
Active address pool session count.
1.3.6.1.4.1.25506.2.18.2.8.1.6Counter32read-onlycurrent
hh3cNATStatNumOfUsedPort
OBJECT-TYPE
The number of used port in NP.
1.3.6.1.4.1.25506.2.18.2.8.1.7Counter32read-onlycurrent
hh3cNATStatNumOfGoodPkt
OBJECT-TYPE
The number of good packet in NP.
1.3.6.1.4.1.25506.2.18.2.8.1.8Counter32read-onlycurrent
hh3cNATStatNumOfBadPkt
OBJECT-TYPE
The number of bad packet in NP.
1.3.6.1.4.1.25506.2.18.2.8.1.9Counter32read-onlycurrent
hh3cNATStaticSessionCount
OBJECT-TYPE
Active STATIC session count.
1.3.6.1.4.1.25506.2.18.2.8.1.10Integer32read-onlycurrent
hh3cNATFragmentSessionCount
OBJECT-TYPE
Active fragment packet session count.
1.3.6.1.4.1.25506.2.18.2.8.1.11Integer32read-onlycurrent
hh3cNATSequenceSessionCount
OBJECT-TYPE
Active session table count hash by private IP.
1.3.6.1.4.1.25506.2.18.2.8.1.12Integer32read-onlycurrent
hh3cNATLogCount
OBJECT-TYPE
Buffered Nat LOG table count.
1.3.6.1.4.1.25506.2.18.2.8.1.13Integer32read-onlycurrent
hh3cNATSessionTable
OBJECT-TYPE
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.
1.3.6.1.4.1.25506.2.18.2.9not-accessiblecurrent
hh3cNATSessionEntry
OBJECT-TYPE
The entry of session information table.
1.3.6.1.4.1.25506.2.18.2.9.1not-accessiblecurrent
hh3cNATSessionHashNumber
OBJECT-TYPE
The row number of the hash table.
1.3.6.1.4.1.25506.2.18.2.9.1.1Integer32 (1..300000)not-accessiblecurrent
hh3cNATSessionProtocol
OBJECT-TYPE
The protocol type of session.
1.3.6.1.4.1.25506.2.18.2.9.1.2Integer32 (1..255)not-accessiblecurrent
hh3cNATSessionGlobalIP
OBJECT-TYPE
The global IP of session.
1.3.6.1.4.1.25506.2.18.2.9.1.3IpAddressread-onlycurrent
hh3cNATSessionGlobalPort
OBJECT-TYPE
The global port of session.
1.3.6.1.4.1.25506.2.18.2.9.1.4Integer32 (0..65535)read-onlycurrent
hh3cNATSessionInsideIP
OBJECT-TYPE
The Inside IP of session.
1.3.6.1.4.1.25506.2.18.2.9.1.5IpAddressnot-accessiblecurrent
hh3cNATSessionInsidePort
OBJECT-TYPE
The Inside port of session.
1.3.6.1.4.1.25506.2.18.2.9.1.6Integer32 (0..65535)not-accessiblecurrent
hh3cNATSessionPeerIP
OBJECT-TYPE
The peer IP of session.
1.3.6.1.4.1.25506.2.18.2.9.1.7IpAddressnot-accessiblecurrent
hh3cNATSessionPeerPort
OBJECT-TYPE
The peer port of session.
1.3.6.1.4.1.25506.2.18.2.9.1.8Integer32 (0..65535)not-accessiblecurrent
hh3cNATSessionVpnIndex
OBJECT-TYPE
The VPN index of session.
1.3.6.1.4.1.25506.2.18.2.9.1.9Integer32 (0..255)not-accessiblecurrent
hh3cNATSessionTTL
OBJECT-TYPE
The TTL of session.
1.3.6.1.4.1.25506.2.18.2.9.1.10Integer32read-onlycurrent
hh3cNATSessionStatus
OBJECT-TYPE
The status of session.
1.3.6.1.4.1.25506.2.18.2.9.1.11Integer32read-onlycurrent
hh3cNATSessionLeftTime
OBJECT-TYPE
The Left time of session.
1.3.6.1.4.1.25506.2.18.2.9.1.12TimeTicksread-onlycurrent
hh3cNATStaticConfTable
OBJECT-TYPE
Static Nat configuration table.
1.3.6.1.4.1.25506.2.18.2.10not-accessiblecurrent
hh3cNATStaticConfEntry
OBJECT-TYPE
Configure static Nat.
1.3.6.1.4.1.25506.2.18.2.10.1not-accessiblecurrent
hh3cNATStaticInsideIp
OBJECT-TYPE
Inside ip address.
1.3.6.1.4.1.25506.2.18.2.10.1.1IpAddressnot-accessiblecurrent
hh3cNATStaticGlobalIp
OBJECT-TYPE
Global Ip address.
1.3.6.1.4.1.25506.2.18.2.10.1.2IpAddressread-createcurrent
hh3cNATStaticRowStatus
OBJECT-TYPE
Only support 'destroy' and 'createAndGo'. If hh3cNATStaticInsideIp and hh3cNATStaticGlobalIp were provided correctly, its value is changed 'active'.
1.3.6.1.4.1.25506.2.18.2.10.1.3RowStatusread-createcurrent
hh3cNATStaticEnableTable
OBJECT-TYPE
Active the static Nat on interface.
1.3.6.1.4.1.25506.2.18.2.11not-accessiblecurrent
hh3cNATStaticEnableEntry
OBJECT-TYPE
Active the static Nat on interface.
1.3.6.1.4.1.25506.2.18.2.11.1not-accessiblecurrent
hh3cNATStaticEnable
OBJECT-TYPE
Enable/disable the static Nat on the interface(hh3cNatStaticEnableIfIndex). disable (0) enable (1)
1.3.6.1.4.1.25506.2.18.2.11.1.2INTEGER {disable(0), enable(1)}read-writecurrent
hh3cNATDnsMapTable
OBJECT-TYPE
This table is used to set mapping of DNS.
1.3.6.1.4.1.25506.2.18.2.12not-accessiblecurrent
hh3cNATDnsMapEntry
OBJECT-TYPE
The entry of hh3cNATDnsMapTable.
1.3.6.1.4.1.25506.2.18.2.12.1not-accessiblecurrent
hh3cNATDnsMapDomainName
OBJECT-TYPE
Domain name.
1.3.6.1.4.1.25506.2.18.2.12.1.1DisplayStringnot-accessiblecurrent
hh3cNATDnsMapGlobalIp
OBJECT-TYPE
Global IP address.
1.3.6.1.4.1.25506.2.18.2.12.1.2IpAddressread-createcurrent
hh3cNATDnsMapGlobalPort
OBJECT-TYPE
Global port number.
1.3.6.1.4.1.25506.2.18.2.12.1.3Integer32 (1..65535)read-createcurrent
hh3cNATDnsMapProtocolType
OBJECT-TYPE
TCP Transmission Control Protocol. UDP User Datagram Protocol.
1.3.6.1.4.1.25506.2.18.2.12.1.4INTEGER {any(0), typeTCP(1), typeUDP(2)}read-createcurrent
hh3cNATDnsMapLastUseTime
OBJECT-TYPE
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.
1.3.6.1.4.1.25506.2.18.2.12.1.5TimeTicksread-createcurrent
hh3cNATDnsMapRowStatus
OBJECT-TYPE
Only support 'destroy' and 'createAndGo'. If hh3cNATDnsMapDomainName, hh3cNATDnsMapGlobalIp and hh3cNATDnsMapGlobalPortor hh3cNATDnsMapDomainName, hh3cNATDnsMapGlobalIp, hh3cNATDnsMapGlobalPort and hh3cNATDnsMapProtocolType were provided correctly, its value is changed 'active'.
1.3.6.1.4.1.25506.2.18.2.12.1.6RowStatusread-createcurrent
hh3cNATStatVer2Table
OBJECT-TYPE
The new statistics of NAT.
1.3.6.1.4.1.25506.2.18.2.13not-accessiblecurrent
hh3cNATStatVer2TableEntry
OBJECT-TYPE
An entry (conceptual row) representing NAT statistics information.
1.3.6.1.4.1.25506.2.18.2.13.1not-accessiblecurrent
hh3cNATStatChassis
OBJECT-TYPE
An IRF member device ID.
1.3.6.1.4.1.25506.2.18.2.13.1.1Unsigned32 (0..65534)not-accessiblecurrent
hh3cNATStatSlot
OBJECT-TYPE
The slot where the card resides.
1.3.6.1.4.1.25506.2.18.2.13.1.2Unsigned32 (0..65534)not-accessiblecurrent
hh3cNATStatCPUID
OBJECT-TYPE
CPU ID.
1.3.6.1.4.1.25506.2.18.2.13.1.3Unsigned32 (0..7)not-accessiblecurrent
hh3cNATTotalNATSessionCount
OBJECT-TYPE
The number of current NAT sessions.
1.3.6.1.4.1.25506.2.18.2.13.1.4Unsigned32read-onlycurrent
hh3cNATEimTableCount
OBJECT-TYPE
The number of current EIM tables.
1.3.6.1.4.1.25506.2.18.2.13.1.5Unsigned32read-onlycurrent
hh3cNATInboundNoPATTableCount
OBJECT-TYPE
The number of current NO-PAT tables built on NAT inbound translation.
1.3.6.1.4.1.25506.2.18.2.13.1.6Unsigned32read-onlycurrent
hh3cNATOutboundNoPATTableCount
OBJECT-TYPE
The number of current NO-PAT tables built on NAT outbound translation.
1.3.6.1.4.1.25506.2.18.2.13.1.7Unsigned32read-onlycurrent
hh3cNATMaxDynamicPortblock
OBJECT-TYPE
The number of current NAT444 dynamic port blocks.
1.3.6.1.4.1.25506.2.18.2.13.1.8Unsigned32read-onlycurrent
hh3cNATMaxStaticPortblock
OBJECT-TYPE
The number of current NAT444 static port blocks.
1.3.6.1.4.1.25506.2.18.2.13.1.9Unsigned32read-onlycurrent
hh3cNATActiveDynamicPortblock
OBJECT-TYPE
The number of current active NAT444 dynamic port blocks.
1.3.6.1.4.1.25506.2.18.2.13.1.10Unsigned32read-onlycurrent
hh3cNATActiveStaticPortblock
OBJECT-TYPE
The number of current active NAT444 static port blocks.
1.3.6.1.4.1.25506.2.18.2.13.1.11Unsigned32read-onlycurrent
hh3cNATSessionCreateRate
OBJECT-TYPE
The rate of nat session create.
1.3.6.1.4.1.25506.2.18.2.13.1.12Unsigned32read-onlycurrent
hh3cNATCurBandwidthRatio
OBJECT-TYPE
The value of the current CGN card bandwidth usage.
1.3.6.1.4.1.25506.2.18.2.13.1.13Unsigned32 (0..100)read-onlycurrent
hh3cNATAddrGrpStatTable
OBJECT-TYPE
The statistics of NAT address groups.
1.3.6.1.4.1.25506.2.18.2.14not-accessiblecurrent
hh3cNATAddrGrpStatTableEntry
OBJECT-TYPE
An entry (conceptual row) representing NAT address group statistics.
1.3.6.1.4.1.25506.2.18.2.14.1not-accessiblecurrent
hh3cNATAddrGrpStatChassis
OBJECT-TYPE
An IRF member device ID.
1.3.6.1.4.1.25506.2.18.2.14.1.1Unsigned32 (0..65534)not-accessiblecurrent
hh3cNATAddrGrpStatSlot
OBJECT-TYPE
The slot where the card resides.
1.3.6.1.4.1.25506.2.18.2.14.1.2Unsigned32 (0..65534)not-accessiblecurrent
hh3cNATAddrGrpStatCPUID
OBJECT-TYPE
CPU ID.
1.3.6.1.4.1.25506.2.18.2.14.1.3Unsigned32 (0..7)not-accessiblecurrent
hh3cNATAddrGrpStatAddrGrpNum
OBJECT-TYPE
The NAT address group number.
1.3.6.1.4.1.25506.2.18.2.14.1.4Unsigned32 (0..65535)not-accessiblecurrent
hh3cNATAddrGrpStatFailAllocPort
OBJECT-TYPE
The count of NAT port allocation failures.
1.3.6.1.4.1.25506.2.18.2.14.1.5Unsigned32read-onlycurrent
hh3cNATAddrGrpStatAddrGrpSessCnt
OBJECT-TYPE
The session count of current NAT address group.
1.3.6.1.4.1.25506.2.18.2.14.1.6Counter64read-onlycurrent
hh3cNATBandwidthTraps
OBJECT-IDENTITY
1.3.6.1.4.1.25506.2.18.2.15
hh3cNATBandwidthPrefix
OBJECT-IDENTITY
1.3.6.1.4.1.25506.2.18.2.15.0
hh3cNATBandwidthTrapObjects
OBJECT-IDENTITY
1.3.6.1.4.1.25506.2.18.2.15.1
hh3cNATBandwidthRatio
OBJECT-TYPE
The usage of CGN card bandwidth.
1.3.6.1.4.1.25506.2.18.2.15.1.1Unsigned32accessible-for-notifycurrent
hh3cNATChassis
OBJECT-TYPE
An IRF member device ID.
1.3.6.1.4.1.25506.2.18.2.15.1.2Unsigned32 (0..65534)accessible-for-notifycurrent
hh3cNATSlot
OBJECT-TYPE
The slot where the card resides.
1.3.6.1.4.1.25506.2.18.2.15.1.3Unsigned32 (0..65534)accessible-for-notifycurrent
hh3cNATCpu
OBJECT-TYPE
CPU ID.
1.3.6.1.4.1.25506.2.18.2.15.1.4Unsigned32 (0..7)accessible-for-notifycurrent
hh3cInstAddrGrpUsgTable
OBJECT-TYPE
The usage of NAT instance address group resources(port-block usage).
1.3.6.1.4.1.25506.2.18.2.16not-accessiblecurrent
hh3cInstAddrGrpUsgEntry
OBJECT-TYPE
The resource usage info of an address group.
1.3.6.1.4.1.25506.2.18.2.16.1not-accessiblecurrent
hh3cInstAddrUsgInstName
OBJECT-TYPE
NAT instance name.
1.3.6.1.4.1.25506.2.18.2.16.1.1OCTET STRING (SIZE(1..32))not-accessiblecurrent
hh3cInstAddrUsgGrpIndex
OBJECT-TYPE
NAT address group ID.
1.3.6.1.4.1.25506.2.18.2.16.1.2Unsigned32 (1..65536)not-accessiblecurrent
hh3cInstAddrUsgInstIndex
OBJECT-TYPE
NAT instance index.
1.3.6.1.4.1.25506.2.18.2.16.1.3Unsigned32 (1..127)read-onlycurrent
hh3cInstAddrUsgGrpUsage
OBJECT-TYPE
The usage of address group resources.
1.3.6.1.4.1.25506.2.18.2.16.1.4Unsigned32 (0..100)read-onlycurrent
hh3cInstAddrUsgTotalIPCount
OBJECT-TYPE
The total number of NAT addresses.
1.3.6.1.4.1.25506.2.18.2.16.1.5Unsigned32 (0..65536)read-onlycurrent
hh3cInstAddrUsgUsedIPCount
OBJECT-TYPE
The number of NAT addresses used.
1.3.6.1.4.1.25506.2.18.2.16.1.6Unsigned32 (0..65536)read-onlycurrent
hh3cInstAddrUsgUnusedIPCount
OBJECT-TYPE
The number of NAT addresses not in use.
1.3.6.1.4.1.25506.2.18.2.16.1.7Unsigned32 (0..65536)read-onlycurrent
hh3cInstAddrGrpMemberUsgTable
OBJECT-TYPE
The usage of CGN address group member resources(port-block usage).
1.3.6.1.4.1.25506.2.18.2.17not-accessiblecurrent
hh3cInstAddrGrpMemberUsgEntry
OBJECT-TYPE
The resource usage info of an address group member.
1.3.6.1.4.1.25506.2.18.2.17.1not-accessiblecurrent
hh3cInstAddrMemUsgInstName
OBJECT-TYPE
NAT instance name.
1.3.6.1.4.1.25506.2.18.2.17.1.1OCTET STRING (SIZE(1..32))not-accessiblecurrent
hh3cInstAddrMemUsgGrpIndex
OBJECT-TYPE
NAT address group ID.
1.3.6.1.4.1.25506.2.18.2.17.1.2Unsigned32 (1..65536)not-accessiblecurrent
hh3cInstAddrMemUsgGrpStartIP
OBJECT-TYPE
NAT address group member start IP address.
1.3.6.1.4.1.25506.2.18.2.17.1.3IpAddressnot-accessiblecurrent
hh3cInstAddrMemUsgGrpEndIP
OBJECT-TYPE
NAT address group member end IP address.
1.3.6.1.4.1.25506.2.18.2.17.1.4IpAddressread-onlycurrent
hh3cInstAddrMemUsgInstIndex
OBJECT-TYPE
NAT instance index.
1.3.6.1.4.1.25506.2.18.2.17.1.5Unsigned32 (1..127)read-onlycurrent
hh3cInstAddrMemUsgGrpUsage
OBJECT-TYPE
The usage of address group member resources.
1.3.6.1.4.1.25506.2.18.2.17.1.6Unsigned32 (0..100)read-onlycurrent
hh3cInstAddrMemUsgGrpIPMask
OBJECT-TYPE
NAT address mask.
1.3.6.1.4.1.25506.2.18.2.17.1.7OCTET STRING (SIZE(0..32))read-onlycurrent
hh3cInstAddrGrpUsageTraps
OBJECT-IDENTITY
1.3.6.1.4.1.25506.2.18.2.18
hh3cInstAddrGrpUsagePrefix
OBJECT-IDENTITY
1.3.6.1.4.1.25506.2.18.2.18.0
hh3cInstAddrGrpUsageTrapInfo
OBJECT-IDENTITY
1.3.6.1.4.1.25506.2.18.2.18.1
hh3cInstAddrTrapInstName
OBJECT-TYPE
NAT instance name.
1.3.6.1.4.1.25506.2.18.2.18.1.1DisplayString (SIZE(1..32))accessible-for-notifycurrent
hh3cInstAddrTrapGrpIndex
OBJECT-TYPE
NAT address group ID.
1.3.6.1.4.1.25506.2.18.2.18.1.2Unsigned32 (1..65536)accessible-for-notifycurrent
hh3cInstAddrTrapInstIndex
OBJECT-TYPE
NAT instance index.
1.3.6.1.4.1.25506.2.18.2.18.1.3Unsigned32 (1..127)accessible-for-notifycurrent
hh3cInstAddrTrapUsgThreshold
OBJECT-TYPE
NAT address group usage reached the threshold.
1.3.6.1.4.1.25506.2.18.2.18.1.4Unsigned32 (0..100)accessible-for-notifycurrent
hh3cNatIPPoolGroupTable
OBJECT-TYPE
The usage of NAT IP pool address group resources.
1.3.6.1.4.1.25506.2.18.2.19not-accessiblecurrent
hh3cNatIPPoolGroupEntry
OBJECT-TYPE
The resource usage info of an IP pool address group.
1.3.6.1.4.1.25506.2.18.2.19.1not-accessiblecurrent
hh3cNatIPPoolName
OBJECT-TYPE
NAT IP pool name.
1.3.6.1.4.1.25506.2.18.2.19.1.1OCTET STRING (SIZE(1..32))not-accessiblecurrent
hh3cNatIPPoolAddrUsage
OBJECT-TYPE
The usage of NAT IP pool address group resources.
1.3.6.1.4.1.25506.2.18.2.19.1.2Unsigned32 (0..100)read-onlycurrent
hh3cNatIPPoolTotalCount
OBJECT-TYPE
The total number of NAT addresses.
1.3.6.1.4.1.25506.2.18.2.19.1.3Unsigned32 (0..65536)read-onlycurrent
hh3cNatIPPoolUsedCount
OBJECT-TYPE
The number of NAT addresses used.
1.3.6.1.4.1.25506.2.18.2.19.1.4Unsigned32 (0..65536)read-onlycurrent
hh3cNatIPPoolUnusedCount
OBJECT-TYPE
The number of NAT addresses not in use.
1.3.6.1.4.1.25506.2.18.2.19.1.5Unsigned32 (0..65536)read-onlycurrent
hh3cNatIPPoolAddrUsageExceedTraps
OBJECT-IDENTITY
1.3.6.1.4.1.25506.2.18.2.20
hh3cNatIPPoolAddrUsageExceedPrefix
OBJECT-IDENTITY
1.3.6.1.4.1.25506.2.18.2.20.0
hh3cNatIPPoolAddrUsageTrapExceed
OBJECT-IDENTITY
1.3.6.1.4.1.25506.2.18.2.20.1
hh3cNatTrapIPPoolName
OBJECT-TYPE
NAT IP pool name.
1.3.6.1.4.1.25506.2.18.2.20.1.1OCTET STRING (SIZE(1..32))accessible-for-notifycurrent
hh3cNatTrapIPPoolAddrUsage
OBJECT-TYPE
NAT IP pool address usage.
1.3.6.1.4.1.25506.2.18.2.20.1.2Unsigned32 (0..100)accessible-for-notifycurrent

Notifications

NameOIDStatus
hh3cNATBandwidthTrap
NOTIFICATION-TYPE
Send trap when the bandwidth usage of a CGN card has reached the hh3cNATBandwidthRatio.
1.3.6.1.4.1.25506.2.18.2.15.0.1current
hh3cNATBandwidthRecoveryTrap
NOTIFICATION-TYPE
Send trap when the CGN card bandwidth usage has dropped below the threshold.
1.3.6.1.4.1.25506.2.18.2.15.0.2current
hh3cInstAddrGrpUsageTrap
NOTIFICATION-TYPE
Send trap when hh3cInstAddrUsgGrpUsage reached the threshold.
1.3.6.1.4.1.25506.2.18.2.18.0.1current
hh3cInstAddrGrpUsageRecovTrap
NOTIFICATION-TYPE
Send trap when dropped below the threshold.
1.3.6.1.4.1.25506.2.18.2.18.0.2current
hh3cNatIPPoolAddrUsageExceedTrap
NOTIFICATION-TYPE
Send trap when NatIPPoolAddrUsageExceed reached the threshold.
1.3.6.1.4.1.25506.2.18.2.20.0.1current
hh3cNatIPPoolAddrUsageRecoveryTrap
NOTIFICATION-TYPE
Send trap when dropped below the threshold.
1.3.6.1.4.1.25506.2.18.2.20.0.2current