IP-NAT-MIB: View SNMP OID List / Download MIB

VENDOR: UTSTARCOM INCORPORATED


 Home MIB: IP-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
 usripNat 1.3.6.1.4.1.429.4.78
The commWorks enterprise defined MIB objects for Network Address Translation.
       ipNatVersion 1.3.6.1.4.1.429.4.78.1
The current software version of the NAT application.
       ipNatSessTable 1.3.6.1.4.1.429.4.78.2
The table of NAT sessions.
           ipNatSessEntry 1.3.6.1.4.1.429.4.78.2.1
An entry for one NAT session.
               ipNatSessIndex 1.3.6.1.4.1.429.4.78.2.1.1
The index value which indentifies the NAT session to which this entry is applicable.
               ipNatSessSrcIpAddress 1.3.6.1.4.1.429.4.78.2.1.2
The source IP Address of the packet that initiated the flow associated with this NAT session.
               ipNatSessDestIpAddress 1.3.6.1.4.1.429.4.78.2.1.3
The destination IP Address of the packet that initiated the flow associated with this NAT session.
               ipNatSessTransIpAddress 1.3.6.1.4.1.429.4.78.2.1.4
The translation IP Address used by this NAT session.
               ipNatSessProtocol 1.3.6.1.4.1.429.4.78.2.1.5
The value of icmp(1) indicates that this NAT session is using ICMP The value of tcp(6) indicates that this NAT session is using TCP The value of udp(17) indicates that this NAT session is using UDP
               ipNatSessDirection 1.3.6.1.4.1.429.4.78.2.1.6
The direction of the packet that initiated the flow associated with this NAT session.
               ipNatSessSrcPort 1.3.6.1.4.1.429.4.78.2.1.7
For UDP and TCP NAT sessions, the source port number of the packet that initiated the flow associated with this NAT session. For neither UDP nor TCP NAT sessions this value is 0.
               ipNatSessDestPort 1.3.6.1.4.1.429.4.78.2.1.8
For UDP and TCP NAT sessions, the destination port number of the packet that initiated the flow associated with this NAT session. For neither UDP nor TCP NAT sessions this value is 0.
               ipNatSessTransPort 1.3.6.1.4.1.429.4.78.2.1.9
For UDP and TCP NAT sessions, the translation port number of this NAT session. For neither UDP nor TCP NAT sessions this value is 0.
               ipNatSessLifetime 1.3.6.1.4.1.429.4.78.2.1.10
The number of seconds that this translation session has existed.
       ipNatStatsTable 1.3.6.1.4.1.429.4.78.3
The table of NAT statistics.
           ipNatStatsEntry 1.3.6.1.4.1.429.4.78.3.1
An entry for one NAT session.
               ipNatStatsIndex 1.3.6.1.4.1.429.4.78.3.1.1
The index value which indentifies the set of statistics. INCOMING(2) or outgoing(1)
               ipNatStatsSessSuccess 1.3.6.1.4.1.429.4.78.3.1.2
The number of NAT sessions that have been successfully created.
               ipNatStatsSessFail 1.3.6.1.4.1.429.4.78.3.1.3
The number of NAT sessions attempts that have been failed due to either the maximum number of N discarded.
               ipNatStatsInTransPkts 1.3.6.1.4.1.429.4.78.3.1.4
The number of INCOMING packets that have been successfully translated.
               ipNatStatsInDiscards 1.3.6.1.4.1.429.4.78.3.1.5
The number of INCOMING packets that have been discarded.
               ipNatStatsOutTransPkts 1.3.6.1.4.1.429.4.78.3.1.6
The number of outgoing packets that have been successfully translated.
               ipNatStatsOutDiscards 1.3.6.1.4.1.429.4.78.3.1.7
The number of outgoing packets that have been discarded.