A3COM-HUAWEI-NAT-MIB: View SNMP OID List / Download MIB

VENDOR: 3COM


 Home MIB: A3COM-HUAWEI-NAT-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 h3cNat 1.3.6.1.4.1.43.45.1.10.2.18
This MIB contains objects to manage configuration of NAT. There are no constraints on this MIB.
       h3cNATGlobalVars 1.3.6.1.4.1.43.45.1.10.2.18.1
           h3cNATClearSession 1.3.6.1.4.1.43.45.1.10.2.18.1.1
               h3cNATClearSessionSlotNo 1.3.6.1.4.1.43.45.1.10.2.18.1.1.1 integer read-write
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.
           h3cNATBLConnectLimitPara 1.3.6.1.4.1.43.45.1.10.2.18.1.2
               h3cNATBLConnectHighValue 1.3.6.1.4.1.43.45.1.10.2.18.1.2.1 integer read-write
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.
               h3cNATBLConnectLowValue 1.3.6.1.4.1.43.45.1.10.2.18.1.2.2 integer read-write
The minimal connection amount.
               h3cNATBLConnectHighRate 1.3.6.1.4.1.43.45.1.10.2.18.1.2.3 integer read-write
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.
               h3cNATBLConnectLowRate 1.3.6.1.4.1.43.45.1.10.2.18.1.2.4 integer read-write
The minimal connection rate(in second).
               h3cNATBLSpecialConnectHighRate 1.3.6.1.4.1.43.45.1.10.2.18.1.2.5 integer read-write
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.
               h3cNATBLSpecialConnectLowRate 1.3.6.1.4.1.43.45.1.10.2.18.1.2.6 integer read-write
The minimal special connection rate(in second).
           h3cNATBLCtrlEnable 1.3.6.1.4.1.43.45.1.10.2.18.1.3
               h3cNATBLConnectSumEnable 1.3.6.1.4.1.43.45.1.10.2.18.1.3.1 integer read-write
Enable or disable the connection amount control. Enumeration: 'enable': 1, 'disable': 2.
               h3cNATBLConnectRateEnable 1.3.6.1.4.1.43.45.1.10.2.18.1.3.2 integer read-write
Enable or disable the connection rate control. Enumeration: 'enable': 1, 'disable': 2.
           h3cNATNPTimer 1.3.6.1.4.1.43.45.1.10.2.18.1.4
               h3cNATNPAgingTime 1.3.6.1.4.1.43.45.1.10.2.18.1.4.1 integer read-write
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. Enumeration: 'slow': 2, 'fast': 1.
       h3cNATMibObjects 1.3.6.1.4.1.43.45.1.10.2.18.2
           h3cNATPoolInfoTable 1.3.6.1.4.1.43.45.1.10.2.18.2.1 no-access
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.
               h3cNATPoolInfoEntry 1.3.6.1.4.1.43.45.1.10.2.18.2.1.1 no-access
The entry of NAT address pool table.
                   h3cNATPoolIdx 1.3.6.1.4.1.43.45.1.10.2.18.2.1.1.1 integer32 no-access
Index of the address pool: The index uniquely indicates the address pool in the system, and its range is from 1 to 320.
                   h3cNATPoolStartIpAddr 1.3.6.1.4.1.43.45.1.10.2.18.2.1.1.2 ipaddress read-only
The start IP address of address pool: It must be less than or equal to the end IP address.
                   h3cNATPoolEndIpAddr 1.3.6.1.4.1.43.45.1.10.2.18.2.1.1.3 ipaddress read-only
The end IP address of address pool: It must be more than or equal to the start IP address.
                   h3cNATPoolSlotNo 1.3.6.1.4.1.43.45.1.10.2.18.2.1.1.4 integer read-only
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.
                   h3cNATPoolRefCounter 1.3.6.1.4.1.43.45.1.10.2.18.2.1.1.5 integer32 read-only
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.
                   h3cNATPoolRowStatus 1.3.6.1.4.1.43.45.1.10.2.18.2.1.1.6 rowstatus read-only
Only support 'destroy' and 'createAndGo'. If h3cNATPoolIdx, h3cNATPoolStartIpAddr and h3cNATPoolEndIpAddr were provided correctly, its value is changed 'active'.
           h3cNATOutboundTable 1.3.6.1.4.1.43.45.1.10.2.18.2.2 no-access
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.
               h3cNATOutboundEntry 1.3.6.1.4.1.43.45.1.10.2.18.2.2.1 no-access
The entry of NAT out bound table.
                   h3cNATOutboundAclNo 1.3.6.1.4.1.43.45.1.10.2.18.2.2.1.1 integer no-access
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.
                   h3cNATOutboundPoolIdx 1.3.6.1.4.1.43.45.1.10.2.18.2.2.1.2 integer read-only
The 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.
                   h3cNATOutboundIsNoPat 1.3.6.1.4.1.43.45.1.10.2.18.2.2.1.3 integer read-only
Whether to use no pat manner. The translation of no pat is that the translation doesn't use the port information of packet. Enumeration: 'false': 2, 'true': 1.
                   h3cNATOutboundSlotNo 1.3.6.1.4.1.43.45.1.10.2.18.2.2.1.4 integer32 read-only
The number of NAT board. In router, the value is 255 because no NAT board in it.
                   h3cNATOutboundRowStatus 1.3.6.1.4.1.43.45.1.10.2.18.2.2.1.5 rowstatus read-only
Only support 'destroy' and 'createAndGo'. If h3cNATOutboundAclNo or h3cNATOutboundAclNo and h3cNATOutboundPoolIdx were provided correctly, its value is changed 'active'.
           h3cNATServerTable 1.3.6.1.4.1.43.45.1.10.2.18.2.3 no-access
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))
               h3cNATServerEntry 1.3.6.1.4.1.43.45.1.10.2.18.2.3.1 no-access
The entry of NAT inside server table.
                   h3cNATServerProType 1.3.6.1.4.1.43.45.1.10.2.18.2.3.1.1 integer no-access
The type of protocol: icmp(1), tcp(6), udp(17) and others.
                   h3cNATServerGlobalIP 1.3.6.1.4.1.43.45.1.10.2.18.2.3.1.2 ipaddress no-access
The global IP address of Inside Server.
                   h3cNATServerStartGlobalPort 1.3.6.1.4.1.43.45.1.10.2.18.2.3.1.3 integer no-access
The start global port of Inside Server. When the port need not be configured, the value is 0.
                   h3cNATServerEndGlobalPort 1.3.6.1.4.1.43.45.1.10.2.18.2.3.1.4 integer read-only
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).
                   h3cNATServerStartInsideIP 1.3.6.1.4.1.43.45.1.10.2.18.2.3.1.5 ipaddress read-only
The start private IP address of Inside Server.
                   h3cNATServerEndInsideIP 1.3.6.1.4.1.43.45.1.10.2.18.2.3.1.6 ipaddress read-only
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.
                   h3cNATServerInsidePort 1.3.6.1.4.1.43.45.1.10.2.18.2.3.1.7 integer read-only
The private port of Inside Server.
                   h3cNATServerSlotNo 1.3.6.1.4.1.43.45.1.10.2.18.2.3.1.8 integer32 read-only
The number of NAT board. In router, the value is 255 because no NAT board in it.
                   h3cNATServerVpnIndex 1.3.6.1.4.1.43.45.1.10.2.18.2.3.1.10 integer32 no-access
The VPN index of server.
                   h3cNATServerAclNumber 1.3.6.1.4.1.43.45.1.10.2.18.2.3.1.11 integer32 read-only
Number of basic or advanced acl.
                   h3cNATServerRowStatus 1.3.6.1.4.1.43.45.1.10.2.18.2.3.1.12 rowstatus read-only
Only support 'destroy' and 'createAndGo'. If h3cNATServerProType, h3cNATServerGlobalIP, h3cNATServerGlobalPort and h3cNATServerInsideIP were provided correctly, its value is changed 'active'.
           h3cNATTimeOutTable 1.3.6.1.4.1.43.45.1.10.2.18.2.4 no-access
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.
               h3cNATTimeOutEntry 1.3.6.1.4.1.43.45.1.10.2.18.2.4.1 no-access
The entry of NAT Time out Table.
                   h3cNATTimeOutProtocol 1.3.6.1.4.1.43.45.1.10.2.18.2.4.1.1 integer no-access
The type of protocol. Enumeration: 'udp': 2, 'tcpFin': 6, 'tcpSyn': 7, 'pptp': 4, 'ftpCtrl': 8, 'tcp': 1, 'dns': 5, 'icmp': 3, 'ftpData': 9.
                   h3cNATTimeOutTimeValue 1.3.6.1.4.1.43.45.1.10.2.18.2.4.1.2 integer read-write
The time of time out.
           h3cNATBLEnableTable 1.3.6.1.4.1.43.45.1.10.2.18.2.5 no-access
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.
               h3cNATBLEnableEntry 1.3.6.1.4.1.43.45.1.10.2.18.2.5.1 no-access
The entry of NAT blacklist Enable Table.
                   h3cNATBLEnableSlotNo 1.3.6.1.4.1.43.45.1.10.2.18.2.5.1.1 integer32 no-access
The number of NAT board. When the function of blacklist can't be set for a NAT board, the value is 255.
                   h3cNATBLEnable 1.3.6.1.4.1.43.45.1.10.2.18.2.5.1.2 integer read-write
Start or stop of function of balcklist. Enumeration: 'enable': 1, 'disable': 2.
           h3cNATBLIPConnectLimitParaTable 1.3.6.1.4.1.43.45.1.10.2.18.2.6 no-access
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.
               h3cNATBLIPConnectLimitParaEntry 1.3.6.1.4.1.43.45.1.10.2.18.2.6.1 no-access
The entry of the table of connection control of special IP address.
                   h3cNATBLIPConnectLimitParaIP 1.3.6.1.4.1.43.45.1.10.2.18.2.6.1.1 ipaddress no-access
The special IP address. The IP is private IP address.
                   h3cNATBLIPConnectHighValue 1.3.6.1.4.1.43.45.1.10.2.18.2.6.1.2 integer read-only
The maximal connection amount. It must be more than the minimal connection amount.
                   h3cNATBLIPConnectLowValue 1.3.6.1.4.1.43.45.1.10.2.18.2.6.1.3 integer read-only
The minimal connection amount. It must be less than the maximal connection amount.
                   h3cNATBLIPUseSpecialConnectRate 1.3.6.1.4.1.43.45.1.10.2.18.2.6.1.4 integer read-only
Whether to use the special connection rate control. Enumeration: 'false': 2, 'true': 1.
                   h3cNATBLIPConnectLimitRowStatus 1.3.6.1.4.1.43.45.1.10.2.18.2.6.1.5 rowstatus read-only
Only support 'destroy' and 'createAndGo'. If h3cNATBLIPConnectHighValue, h3cNATBLIPConnectLowValue and h3cNATBLIPUseSpecialConnectRate were provided correctly, its value is changed 'active'.
           h3cNATBLManagerTable 1.3.6.1.4.1.43.45.1.10.2.18.2.7 no-access
The management table of blacklist. The table doesn't support 'getnext' operation.
               h3cNATBLManagerEntry 1.3.6.1.4.1.43.45.1.10.2.18.2.7.1 no-access
The entry of management table of blacklist.
                   h3cNATBLIpAdress 1.3.6.1.4.1.43.45.1.10.2.18.2.7.1.1 ipaddress no-access
The IP address of entry of blacklist.
                   h3cNATBLSlotNo 1.3.6.1.4.1.43.45.1.10.2.18.2.7.1.2 integer no-access
The number of NAT board.
                   h3cNATBLConSum 1.3.6.1.4.1.43.45.1.10.2.18.2.7.1.3 integer32 read-only
The connection amount.
                   h3cNATBLConSpd 1.3.6.1.4.1.43.45.1.10.2.18.2.7.1.4 integer read-only
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: 'green': 3, 'yellow': 2, 'red': 1.
           h3cNATStatTable 1.3.6.1.4.1.43.45.1.10.2.18.2.8 no-access
The statistics information table of NAT module.
               h3cNATStatEntry 1.3.6.1.4.1.43.45.1.10.2.18.2.8.1 no-access
The entry of statistics information table of NAT module.
                   h3cNATStatNATBoardNo 1.3.6.1.4.1.43.45.1.10.2.18.2.8.1.1 integer32 no-access
The number of NAT board. In router, the value is 255 because no NAT board in it.
                   h3cNATStatActiveTblCount 1.3.6.1.4.1.43.45.1.10.2.18.2.8.1.2 counter32 read-only
Active PAT session count In software.
                   h3cNATStatActiveTblCountInNP 1.3.6.1.4.1.43.45.1.10.2.18.2.8.1.3 counter32 read-only
Active PAT session count In NP.
                   h3cNATStatActiveNatTblCount 1.3.6.1.4.1.43.45.1.10.2.18.2.8.1.4 counter32 read-only
Active NO-PAT session count.
                   h3cNATStatActiveSvrTblCount 1.3.6.1.4.1.43.45.1.10.2.18.2.8.1.5 counter32 read-only
Active SERVER session count.
                   h3cNATStatActivePoolTblCount 1.3.6.1.4.1.43.45.1.10.2.18.2.8.1.6 counter32 read-only
Active address pool session count.
                   h3cNATStatNumOfUsedPort 1.3.6.1.4.1.43.45.1.10.2.18.2.8.1.7 counter32 read-only
The number of used port in NP.
                   h3cNATStatNumOfGoodPkt 1.3.6.1.4.1.43.45.1.10.2.18.2.8.1.8 counter32 read-only
The number of good packet in NP.
                   h3cNATStatNumOfBadPkt 1.3.6.1.4.1.43.45.1.10.2.18.2.8.1.9 counter32 read-only
The number of bad packet in NP.
                   h3cNATStaticSessionCount 1.3.6.1.4.1.43.45.1.10.2.18.2.8.1.10 integer32 read-only
Active STATIC session count.
                   h3cNATFragmentSessionCount 1.3.6.1.4.1.43.45.1.10.2.18.2.8.1.11 integer32 read-only
Active fragment packet session count.
                   h3cNATSequenceSessionCount 1.3.6.1.4.1.43.45.1.10.2.18.2.8.1.12 integer32 read-only
Active session table count hash by private IP.
                   h3cNATLogCount 1.3.6.1.4.1.43.45.1.10.2.18.2.8.1.13 integer32 read-only
Buffered Nat LOG table count.
           h3cNATSessionTable 1.3.6.1.4.1.43.45.1.10.2.18.2.9 no-access
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.
               h3cNATSessionEntry 1.3.6.1.4.1.43.45.1.10.2.18.2.9.1 no-access
The entry of session information table.
                   h3cNATSessionHashNumber 1.3.6.1.4.1.43.45.1.10.2.18.2.9.1.1 integer32 no-access
The row number of the hash table.
                   h3cNATSessionProtocol 1.3.6.1.4.1.43.45.1.10.2.18.2.9.1.2 integer no-access
The protocol type of session.
                   h3cNATSessionGlobalIP 1.3.6.1.4.1.43.45.1.10.2.18.2.9.1.3 ipaddress read-only
The global IP of session.
                   h3cNATSessionGlobalPort 1.3.6.1.4.1.43.45.1.10.2.18.2.9.1.4 integer32 read-only
The global port of session.
                   h3cNATSessionInsideIP 1.3.6.1.4.1.43.45.1.10.2.18.2.9.1.5 ipaddress no-access
The Inside IP of session.
                   h3cNATSessionInsidePort 1.3.6.1.4.1.43.45.1.10.2.18.2.9.1.6 integer32 no-access
The Inside port of session.
                   h3cNATSessionPeerIP 1.3.6.1.4.1.43.45.1.10.2.18.2.9.1.7 ipaddress no-access
The peer IP of session.
                   h3cNATSessionPeerPort 1.3.6.1.4.1.43.45.1.10.2.18.2.9.1.8 integer32 no-access
The peer port of session.
                   h3cNATSessionVpnIndex 1.3.6.1.4.1.43.45.1.10.2.18.2.9.1.9 integer32 no-access
The VPN index of session.
                   h3cNATSessionTTL 1.3.6.1.4.1.43.45.1.10.2.18.2.9.1.10 integer32 read-only
The TTL of session.
                   h3cNATSessionStatus 1.3.6.1.4.1.43.45.1.10.2.18.2.9.1.11 integer32 read-only
The status of session.
                   h3cNATSessionLeftTime 1.3.6.1.4.1.43.45.1.10.2.18.2.9.1.12 timeticks read-only
The Left time of session.
           h3cNATStaticConfTable 1.3.6.1.4.1.43.45.1.10.2.18.2.10 no-access
Static Nat configuration table.
                 h3cNATStaticConfEntry 1.3.6.1.4.1.43.45.1.10.2.18.2.10.1 no-access
Configure static Nat.
                     h3cNATStaticInsideIp 1.3.6.1.4.1.43.45.1.10.2.18.2.10.1.1 ipaddress no-access
Inside ip address.
                     h3cNATStaticGlobalIp 1.3.6.1.4.1.43.45.1.10.2.18.2.10.1.2 ipaddress read-only
Global Ip address.
                     h3cNATStaticRowStatus 1.3.6.1.4.1.43.45.1.10.2.18.2.10.1.3 rowstatus read-only
Only support 'destroy' and 'createAndGo'. If h3cNATStaticInsideIp and h3cNATStaticGlobalIp were provided correctly, its value is changed 'active'.
           h3cNATStaticEnableTable 1.3.6.1.4.1.43.45.1.10.2.18.2.11 no-access
Active the static Nat on interface.
                 h3cNATStaticEnableEntry 1.3.6.1.4.1.43.45.1.10.2.18.2.11.1 no-access
Active the static Nat on interface.
                     h3cNATStaticEnable 1.3.6.1.4.1.43.45.1.10.2.18.2.11.1.2 integer read-write
Enable/disable the static Nat on the interface(h3cNatStaticEnableIfIndex). disable (0) enable (1) Enumeration: 'enable': 1, 'disable': 0.
           h3cNATDnsMapTable 1.3.6.1.4.1.43.45.1.10.2.18.2.12 no-access
This table is used to set mapping of DNS.
                 h3cNATDnsMapEntry 1.3.6.1.4.1.43.45.1.10.2.18.2.12.1 no-access
The entry of h3cNATDnsMapTable.
                     h3cNATDnsMapDomainName 1.3.6.1.4.1.43.45.1.10.2.18.2.12.1.1 displaystring no-access
Domain name.
                     h3cNATDnsMapGlobalIp 1.3.6.1.4.1.43.45.1.10.2.18.2.12.1.2 ipaddress read-only
Global IP address.
                     h3cNATDnsMapGlobalPort 1.3.6.1.4.1.43.45.1.10.2.18.2.12.1.3 integer32 read-only
Global port number.
                     h3cNATDnsMapProtocolType 1.3.6.1.4.1.43.45.1.10.2.18.2.12.1.4 integer read-only
TCP Transmission Control Protocol. UDP User Datagram Protocol. Enumeration: 'typeTCP': 1, 'any': 0, 'typeUDP': 2.
                     h3cNATDnsMapLastUseTime 1.3.6.1.4.1.43.45.1.10.2.18.2.12.1.5 timeticks read-only
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.
                     h3cNATDnsMapRowStatus 1.3.6.1.4.1.43.45.1.10.2.18.2.12.1.6 rowstatus read-only
Only support 'destroy' and 'createAndGo'. If h3cNATDnsMapDomainName, h3cNATDnsMapGlobalIp and h3cNATDnsMapGlobalPortor h3cNATDnsMapDomainName, h3cNATDnsMapGlobalIp, h3cNATDnsMapGlobalPort and h3cNATDnsMapProtocolType were provided correctly, its value is changed 'active'.