HH3C-NAT-MIB

File: HH3C-NAT-MIB.mib (61381 bytes)

Imported modules

HH3C-OID-MIB RFC1213-MIB SNMPv2-SMI
SNMPv2-TC

Imported symbols

hh3cCommon ifIndex TimeTicks
IpAddress Integer32 Counter32
OBJECT-TYPE MODULE-IDENTITY RowStatus
DisplayString

Defined Types

Hh3cNATPoolInfoEntry  
SEQUENCE    
  hh3cNATPoolIdx Integer32
  hh3cNATPoolStartIpAddr IpAddress
  hh3cNATPoolEndIpAddr IpAddress
  hh3cNATPoolSlotNo INTEGER
  hh3cNATPoolRefCounter Integer32
  hh3cNATPoolRowStatus RowStatus

Hh3cNATOutboundEntry  
SEQUENCE    
  hh3cNATOutboundAclNo INTEGER
  hh3cNATOutboundPoolIdx INTEGER
  hh3cNATOutboundIsNoPat INTEGER
  hh3cNATOutboundSlotNo Integer32
  hh3cNATOutboundRowStatus RowStatus

Hh3cNATServerEntry  
SEQUENCE    
  hh3cNATServerProType INTEGER
  hh3cNATServerGlobalIP IpAddress
  hh3cNATServerStartGlobalPort INTEGER
  hh3cNATServerEndGlobalPort INTEGER
  hh3cNATServerStartInsideIP IpAddress
  hh3cNATServerEndInsideIP IpAddress
  hh3cNATServerInsidePort INTEGER
  hh3cNATServerSlotNo Integer32
  hh3cNATServerVpnIndex Integer32
  hh3cNATServerAclNumber Integer32
  hh3cNATServerRowStatus RowStatus

Hh3cNATTimeOutEntry  
SEQUENCE    
  hh3cNATTimeOutProtocol INTEGER
  hh3cNATTimeOutTimeValue INTEGER

Hh3cNATBLEnableEntry  
SEQUENCE    
  hh3cNATBLEnableSlotNo Integer32
  hh3cNATBLEnable INTEGER

Hh3cNATBLIPConnectLimitParaEntry  
SEQUENCE    
  hh3cNATBLIPConnectLimitParaIP IpAddress
  hh3cNATBLIPConnectHighValue INTEGER
  hh3cNATBLIPConnectLowValue INTEGER
  hh3cNATBLIPUseSpecialConnectRate INTEGER
  hh3cNATBLIPConnectLimitRowStatus RowStatus

Hh3cNATBLManagerEntry  
SEQUENCE    
  hh3cNATBLIpAdress IpAddress
  hh3cNATBLSlotNo INTEGER
  hh3cNATBLConSum Integer32
  hh3cNATBLConSpd INTEGER

Hh3cNATStatEntry  
SEQUENCE    
  hh3cNATStatNATBoardNo Integer32
  hh3cNATStatActiveTblCount Counter32
  hh3cNATStatActiveTblCountInNP Counter32
  hh3cNATStatActiveNatTblCount Counter32
  hh3cNATStatActiveSvrTblCount Counter32
  hh3cNATStatActivePoolTblCount Counter32
  hh3cNATStatNumOfUsedPort Counter32
  hh3cNATStatNumOfGoodPkt Counter32
  hh3cNATStatNumOfBadPkt Counter32
  hh3cNATStaticSessionCount Integer32
  hh3cNATFragmentSessionCount Integer32
  hh3cNATSequenceSessionCount Integer32
  hh3cNATLogCount Integer32

Hh3cNATSessionEntry  
SEQUENCE    
  hh3cNATSessionHashNumber Integer32
  hh3cNATSessionProtocol INTEGER
  hh3cNATSessionGlobalIP IpAddress
  hh3cNATSessionGlobalPort Integer32
  hh3cNATSessionInsideIP IpAddress
  hh3cNATSessionInsidePort Integer32
  hh3cNATSessionPeerIP IpAddress
  hh3cNATSessionPeerPort Integer32
  hh3cNATSessionVpnIndex Integer32
  hh3cNATSessionTTL Integer32
  hh3cNATSessionStatus Integer32
  hh3cNATSessionLeftTime TimeTicks

Hh3cNATStaticConfEntry  
SEQUENCE    
  hh3cNATStaticInsideIp IpAddress
  hh3cNATStaticGlobalIp IpAddress
  hh3cNATStaticRowStatus RowStatus

Hh3cNATStaticEnableEntry  
SEQUENCE    
  hh3cNATStaticEnable INTEGER

Hh3cNATDnsMapEntry  
SEQUENCE    
  hh3cNATDnsMapDomainName DisplayString
  hh3cNATDnsMapGlobalIp IpAddress
  hh3cNATDnsMapGlobalPort Integer32
  hh3cNATDnsMapProtocolType INTEGER
  hh3cNATDnsMapLastUseTime TimeTicks
  hh3cNATDnsMapRowStatus RowStatus

Defined Values

hh3cNat 1.3.6.1.4.1.25506.2.18
This MIB contains objects to manage configuration of NAT. There are no constraints on this MIB.
MODULE-IDENTITY    

hh3cNATGlobalVars 1.3.6.1.4.1.25506.2.18.1
OBJECT IDENTIFIER    

hh3cNATClearSession 1.3.6.1.4.1.25506.2.18.1.1
OBJECT IDENTIFIER    

hh3cNATClearSessionSlotNo 1.3.6.1.4.1.25506.2.18.1.1.1
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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..14 | 255  

hh3cNATBLConnectLimitPara 1.3.6.1.4.1.25506.2.18.1.2
OBJECT IDENTIFIER    

hh3cNATBLConnectHighValue 1.3.6.1.4.1.25506.2.18.1.2.1
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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 20..20000  

hh3cNATBLConnectLowValue 1.3.6.1.4.1.25506.2.18.1.2.2
The minimal connection amount.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 20..20000  

hh3cNATBLConnectHighRate 1.3.6.1.4.1.25506.2.18.1.2.3
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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 20..21474836  

hh3cNATBLConnectLowRate 1.3.6.1.4.1.25506.2.18.1.2.4
The minimal connection rate(in second).
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 20..21474836  

hh3cNATBLSpecialConnectHighRate 1.3.6.1.4.1.25506.2.18.1.2.5
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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 20..21474836  

hh3cNATBLSpecialConnectLowRate 1.3.6.1.4.1.25506.2.18.1.2.6
The minimal special connection rate(in second).
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 20..21474836  

hh3cNATBLCtrlEnable 1.3.6.1.4.1.25506.2.18.1.3
OBJECT IDENTIFIER    

hh3cNATBLConnectSumEnable 1.3.6.1.4.1.25506.2.18.1.3.1
Enable or disable the connection amount control.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

hh3cNATBLConnectRateEnable 1.3.6.1.4.1.25506.2.18.1.3.2
Enable or disable the connection rate control.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

hh3cNATNPTimer 1.3.6.1.4.1.25506.2.18.1.4
OBJECT IDENTIFIER    

hh3cNATNPAgingTime 1.3.6.1.4.1.25506.2.18.1.4.1
There 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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER fast(1), slow(2)  

hh3cNATMibObjects 1.3.6.1.4.1.25506.2.18.2
OBJECT IDENTIFIER    

hh3cNATPoolInfoTable 1.3.6.1.4.1.25506.2.18.2.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3cNATPoolInfoEntry

hh3cNATPoolInfoEntry 1.3.6.1.4.1.25506.2.18.2.1.1
The entry of NAT address pool table.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cNATPoolInfoEntry  

hh3cNATPoolIdx 1.3.6.1.4.1.25506.2.18.2.1.1.1
Index of the address pool: The index uniquely indicates the address pool in the system, and its range is from 1 to 320.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..320  

hh3cNATPoolStartIpAddr 1.3.6.1.4.1.25506.2.18.2.1.1.2
The start IP address of address pool: It must be less than or equal to the end IP address.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

hh3cNATPoolEndIpAddr 1.3.6.1.4.1.25506.2.18.2.1.1.3
The end IP address of address pool: It must be more than or equal to the start IP address.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

hh3cNATPoolSlotNo 1.3.6.1.4.1.25506.2.18.2.1.1.4
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.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 1..14 | 255  

hh3cNATPoolRefCounter 1.3.6.1.4.1.25506.2.18.2.1.1.5
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.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

hh3cNATPoolRowStatus 1.3.6.1.4.1.25506.2.18.2.1.1.6
Only support 'destroy' and 'createAndGo'. If hh3cNATPoolIdx, hh3cNATPoolStartIpAddr and hh3cNATPoolEndIpAddr were provided correctly, its value is changed 'active'.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hh3cNATOutboundTable 1.3.6.1.4.1.25506.2.18.2.2
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3cNATOutboundEntry

hh3cNATOutboundEntry 1.3.6.1.4.1.25506.2.18.2.2.1
The entry of NAT out bound table.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cNATOutboundEntry  

hh3cNATOutboundAclNo 1.3.6.1.4.1.25506.2.18.2.2.1.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 2000..3999  

hh3cNATOutboundPoolIdx 1.3.6.1.4.1.25506.2.18.2.2.1.2
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.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..320 | 2147483647  

hh3cNATOutboundIsNoPat 1.3.6.1.4.1.25506.2.18.2.2.1.3
Whether to use no pat manner. The translation of no pat is that the translation doesn't use the port information of packet.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER true(1), false(2)  

hh3cNATOutboundSlotNo 1.3.6.1.4.1.25506.2.18.2.2.1.4
The number of NAT board. In router, the value is 255 because no NAT board in it.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 1..14 | 255  

hh3cNATOutboundRowStatus 1.3.6.1.4.1.25506.2.18.2.2.1.5
Only support 'destroy' and 'createAndGo'. If hh3cNATOutboundAclNo or hh3cNATOutboundAclNo and hh3cNATOutboundPoolIdx were provided correctly, its value is changed 'active'.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hh3cNATServerTable 1.3.6.1.4.1.25506.2.18.2.3
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))
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3cNATServerEntry

hh3cNATServerEntry 1.3.6.1.4.1.25506.2.18.2.3.1
The entry of NAT inside server table.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cNATServerEntry  

hh3cNATServerProType 1.3.6.1.4.1.25506.2.18.2.3.1.1
The type of protocol: icmp(1), tcp(6), udp(17) and others.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 1..255  

hh3cNATServerGlobalIP 1.3.6.1.4.1.25506.2.18.2.3.1.2
The global IP address of Inside Server.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

hh3cNATServerStartGlobalPort 1.3.6.1.4.1.25506.2.18.2.3.1.3
The start global port of Inside Server. When the port need not be configured, the value is 0.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 0..65535  

hh3cNATServerEndGlobalPort 1.3.6.1.4.1.25506.2.18.2.3.1.4
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).
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..65535  

hh3cNATServerStartInsideIP 1.3.6.1.4.1.25506.2.18.2.3.1.5
The start private IP address of Inside Server.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

hh3cNATServerEndInsideIP 1.3.6.1.4.1.25506.2.18.2.3.1.6
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.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

hh3cNATServerInsidePort 1.3.6.1.4.1.25506.2.18.2.3.1.7
The private port of Inside Server.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..65535  

hh3cNATServerSlotNo 1.3.6.1.4.1.25506.2.18.2.3.1.8
The number of NAT board. In router, the value is 255 because no NAT board in it.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 1..14 | 255  

hh3cNATServerVpnIndex 1.3.6.1.4.1.25506.2.18.2.3.1.10
The VPN index of server.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..65535  

hh3cNATServerAclNumber 1.3.6.1.4.1.25506.2.18.2.3.1.11
Number of basic or advanced acl.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 1..10000  

hh3cNATServerRowStatus 1.3.6.1.4.1.25506.2.18.2.3.1.12
Only support 'destroy' and 'createAndGo'. If hh3cNATServerProType, hh3cNATServerGlobalIP, hh3cNATServerGlobalPort and hh3cNATServerInsideIP were provided correctly, its value is changed 'active'.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hh3cNATTimeOutTable 1.3.6.1.4.1.25506.2.18.2.4
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3cNATTimeOutEntry

hh3cNATTimeOutEntry 1.3.6.1.4.1.25506.2.18.2.4.1
The entry of NAT Time out Table.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cNATTimeOutEntry  

hh3cNATTimeOutProtocol 1.3.6.1.4.1.25506.2.18.2.4.1.1
The type of protocol.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER tcp(1), udp(2), icmp(3), pptp(4), dns(5), tcpFin(6), tcpSyn(7), ftpCtrl(8), ftpData(9)  

hh3cNATTimeOutTimeValue 1.3.6.1.4.1.25506.2.18.2.4.1.2
The time of time out.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 10..86400  

hh3cNATBLEnableTable 1.3.6.1.4.1.25506.2.18.2.5
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3cNATBLEnableEntry

hh3cNATBLEnableEntry 1.3.6.1.4.1.25506.2.18.2.5.1
The entry of NAT blacklist Enable Table.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cNATBLEnableEntry  

hh3cNATBLEnableSlotNo 1.3.6.1.4.1.25506.2.18.2.5.1.1
The number of NAT board. When the function of blacklist can't be set for a NAT board, the value is 255.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..14 | 255  

hh3cNATBLEnable 1.3.6.1.4.1.25506.2.18.2.5.1.2
Start or stop of function of balcklist.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

hh3cNATBLIPConnectLimitParaTable 1.3.6.1.4.1.25506.2.18.2.6
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3cNATBLIPConnectLimitParaEntry

hh3cNATBLIPConnectLimitParaEntry 1.3.6.1.4.1.25506.2.18.2.6.1
The entry of the table of connection control of special IP address.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cNATBLIPConnectLimitParaEntry  

hh3cNATBLIPConnectLimitParaIP 1.3.6.1.4.1.25506.2.18.2.6.1.1
The special IP address. The IP is private IP address.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

hh3cNATBLIPConnectHighValue 1.3.6.1.4.1.25506.2.18.2.6.1.2
The maximal connection amount. It must be more than the minimal connection amount.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 20..20000  

hh3cNATBLIPConnectLowValue 1.3.6.1.4.1.25506.2.18.2.6.1.3
The minimal connection amount. It must be less than the maximal connection amount.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 20..20000  

hh3cNATBLIPUseSpecialConnectRate 1.3.6.1.4.1.25506.2.18.2.6.1.4
Whether to use the special connection rate control.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER true(1), false(2)  

hh3cNATBLIPConnectLimitRowStatus 1.3.6.1.4.1.25506.2.18.2.6.1.5
Only support 'destroy' and 'createAndGo'. If hh3cNATBLIPConnectHighValue, hh3cNATBLIPConnectLowValue and hh3cNATBLIPUseSpecialConnectRate were provided correctly, its value is changed 'active'.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hh3cNATBLManagerTable 1.3.6.1.4.1.25506.2.18.2.7
The management table of blacklist. The table doesn't support 'getnext' operation.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3cNATBLManagerEntry

hh3cNATBLManagerEntry 1.3.6.1.4.1.25506.2.18.2.7.1
The entry of management table of blacklist.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cNATBLManagerEntry  

hh3cNATBLIpAdress 1.3.6.1.4.1.25506.2.18.2.7.1.1
The IP address of entry of blacklist.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

hh3cNATBLSlotNo 1.3.6.1.4.1.25506.2.18.2.7.1.2
The number of NAT board.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 1..14  

hh3cNATBLConSum 1.3.6.1.4.1.25506.2.18.2.7.1.3
The connection amount.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hh3cNATBLConSpd 1.3.6.1.4.1.25506.2.18.2.7.1.4
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.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER red(1), yellow(2), green(3)  

hh3cNATStatTable 1.3.6.1.4.1.25506.2.18.2.8
The statistics information table of NAT module.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3cNATStatEntry

hh3cNATStatEntry 1.3.6.1.4.1.25506.2.18.2.8.1
The entry of statistics information table of NAT module.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cNATStatEntry  

hh3cNATStatNATBoardNo 1.3.6.1.4.1.25506.2.18.2.8.1.1
The number of NAT board. In router, the value is 255 because no NAT board in it.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..14 | 255  

hh3cNATStatActiveTblCount 1.3.6.1.4.1.25506.2.18.2.8.1.2
Active PAT session count In software.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hh3cNATStatActiveTblCountInNP 1.3.6.1.4.1.25506.2.18.2.8.1.3
Active PAT session count In NP.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hh3cNATStatActiveNatTblCount 1.3.6.1.4.1.25506.2.18.2.8.1.4
Active NO-PAT session count.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hh3cNATStatActiveSvrTblCount 1.3.6.1.4.1.25506.2.18.2.8.1.5
Active SERVER session count.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hh3cNATStatActivePoolTblCount 1.3.6.1.4.1.25506.2.18.2.8.1.6
Active address pool session count.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hh3cNATStatNumOfUsedPort 1.3.6.1.4.1.25506.2.18.2.8.1.7
The number of used port in NP.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hh3cNATStatNumOfGoodPkt 1.3.6.1.4.1.25506.2.18.2.8.1.8
The number of good packet in NP.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hh3cNATStatNumOfBadPkt 1.3.6.1.4.1.25506.2.18.2.8.1.9
The number of bad packet in NP.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hh3cNATStaticSessionCount 1.3.6.1.4.1.25506.2.18.2.8.1.10
Active STATIC session count.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hh3cNATFragmentSessionCount 1.3.6.1.4.1.25506.2.18.2.8.1.11
Active fragment packet session count.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hh3cNATSequenceSessionCount 1.3.6.1.4.1.25506.2.18.2.8.1.12
Active session table count hash by private IP.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hh3cNATLogCount 1.3.6.1.4.1.25506.2.18.2.8.1.13
Buffered Nat LOG table count.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hh3cNATSessionTable 1.3.6.1.4.1.25506.2.18.2.9
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3cNATSessionEntry

hh3cNATSessionEntry 1.3.6.1.4.1.25506.2.18.2.9.1
The entry of session information table.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cNATSessionEntry  

hh3cNATSessionHashNumber 1.3.6.1.4.1.25506.2.18.2.9.1.1
The row number of the hash table.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..300000  

hh3cNATSessionProtocol 1.3.6.1.4.1.25506.2.18.2.9.1.2
The protocol type of session.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 1..255  

hh3cNATSessionGlobalIP 1.3.6.1.4.1.25506.2.18.2.9.1.3
The global IP of session.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

hh3cNATSessionGlobalPort 1.3.6.1.4.1.25506.2.18.2.9.1.4
The global port of session.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..65535  

hh3cNATSessionInsideIP 1.3.6.1.4.1.25506.2.18.2.9.1.5
The Inside IP of session.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

hh3cNATSessionInsidePort 1.3.6.1.4.1.25506.2.18.2.9.1.6
The Inside port of session.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..65535  

hh3cNATSessionPeerIP 1.3.6.1.4.1.25506.2.18.2.9.1.7
The peer IP of session.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

hh3cNATSessionPeerPort 1.3.6.1.4.1.25506.2.18.2.9.1.8
The peer port of session.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..65535  

hh3cNATSessionVpnIndex 1.3.6.1.4.1.25506.2.18.2.9.1.9
The VPN index of session.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..255  

hh3cNATSessionTTL 1.3.6.1.4.1.25506.2.18.2.9.1.10
The TTL of session.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hh3cNATSessionStatus 1.3.6.1.4.1.25506.2.18.2.9.1.11
The status of session.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hh3cNATSessionLeftTime 1.3.6.1.4.1.25506.2.18.2.9.1.12
The Left time of session.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

hh3cNATStaticConfTable 1.3.6.1.4.1.25506.2.18.2.10
Static Nat configuration table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3cNATStaticConfEntry

hh3cNATStaticConfEntry 1.3.6.1.4.1.25506.2.18.2.10.1
Configure static Nat.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cNATStaticConfEntry  

hh3cNATStaticInsideIp 1.3.6.1.4.1.25506.2.18.2.10.1.1
Inside ip address.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

hh3cNATStaticGlobalIp 1.3.6.1.4.1.25506.2.18.2.10.1.2
Global Ip address.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

hh3cNATStaticRowStatus 1.3.6.1.4.1.25506.2.18.2.10.1.3
Only support 'destroy' and 'createAndGo'. If hh3cNATStaticInsideIp and hh3cNATStaticGlobalIp were provided correctly, its value is changed 'active'.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hh3cNATStaticEnableTable 1.3.6.1.4.1.25506.2.18.2.11
Active the static Nat on interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3cNATStaticEnableEntry

hh3cNATStaticEnableEntry 1.3.6.1.4.1.25506.2.18.2.11.1
Active the static Nat on interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cNATStaticEnableEntry  

hh3cNATStaticEnable 1.3.6.1.4.1.25506.2.18.2.11.1.2
Enable/disable the static Nat on the interface(hh3cNatStaticEnableIfIndex). disable (0) enable (1)
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disable(0), enable(1)  

hh3cNATDnsMapTable 1.3.6.1.4.1.25506.2.18.2.12
This table is used to set mapping of DNS.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3cNATDnsMapEntry

hh3cNATDnsMapEntry 1.3.6.1.4.1.25506.2.18.2.12.1
The entry of hh3cNATDnsMapTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cNATDnsMapEntry  

hh3cNATDnsMapDomainName 1.3.6.1.4.1.25506.2.18.2.12.1.1
Domain name.
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString  

hh3cNATDnsMapGlobalIp 1.3.6.1.4.1.25506.2.18.2.12.1.2
Global IP address.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

hh3cNATDnsMapGlobalPort 1.3.6.1.4.1.25506.2.18.2.12.1.3
Global port number.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 1..65535  

hh3cNATDnsMapProtocolType 1.3.6.1.4.1.25506.2.18.2.12.1.4
TCP Transmission Control Protocol. UDP User Datagram Protocol.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER any(0), typeTCP(1), typeUDP(2)  

hh3cNATDnsMapLastUseTime 1.3.6.1.4.1.25506.2.18.2.12.1.5
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.
Status: current Access: read-create
OBJECT-TYPE    
  TimeTicks  

hh3cNATDnsMapRowStatus 1.3.6.1.4.1.25506.2.18.2.12.1.6
Only support 'destroy' and 'createAndGo'. If hh3cNATDnsMapDomainName, hh3cNATDnsMapGlobalIp and hh3cNATDnsMapGlobalPortor hh3cNATDnsMapDomainName, hh3cNATDnsMapGlobalIp, hh3cNATDnsMapGlobalPort and hh3cNATDnsMapProtocolType were provided correctly, its value is changed 'active'.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus