IP-NAT-MIB
AI MIB Summary
The IP-NAT-MIB provides commWorks-specific SNMP objects to monitor and manage Network Address Translation (NAT) sessions, including translation table entries, mapping states, and packet/byte counters for active NAT flows on commWorks enterprise hardware.
The commWorks enterprise defined MIB objects for Network Address Translation.
Main OID:
usripNat.1.3.6.1.4.1.77.1.1.78
24
Objects
Active
Status
2
Dependencies
Imported Objects
Objects
24 total| Object Name |
|---|
usripNatThe commWorks enterprise defined MIB objects
for Network Address Translation. MODULE-IDENTITY .1.3.6.1.4.1.77.1.1.78 |
IMPORTSThe commWorks enterprise defined MIB objects
for Network Address Translation. Unknown .1.3.6.1.4.1.77.1.1.78 |
ipNatVersionThe current software version of the NAT application.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.77.1.1.78.1 |
ipNatSessTableThe table of NAT sessions. SEQUENCE OF IpNatSessEntry .1.3.6.1.4.1.77.1.1.78.2 |
ipNatSessEntryAn entry for one NAT session. IpNatSessEntry .1.3.6.1.4.1.77.1.1.78.2.1 |
ipNatSessIndexThe index value which indentifies the NAT session
to which this entry is applicable.ro Integer32 .1.3.6.1.4.1.77.1.1.78.2.1.1 |
ipNatSessSrcIpAddressThe source IP Address of the packet that initiated
the flow associated with this NAT session.ro IpAddress .1.3.6.1.4.1.77.1.1.78.2.1.2 |
ipNatSessDestIpAddressThe destination IP Address of the packet that initiated
the flow associated with this NAT session.ro IpAddress .1.3.6.1.4.1.77.1.1.78.2.1.3 |
ipNatSessTransIpAddressThe translation IP Address used by this NAT session.ro IpAddress .1.3.6.1.4.1.77.1.1.78.2.1.4 |
ipNatSessProtocolThe 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 UDPro Enumeration .1.3.6.1.4.1.77.1.1.78.2.1.5 |
ipNatSessDirectionThe direction of the packet that initiated the flow
associated with this NAT session.ro Enumeration .1.3.6.1.4.1.77.1.1.78.2.1.6 |
ipNatSessSrcPortFor 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.ro Integer32 .1.3.6.1.4.1.77.1.1.78.2.1.7 |
ipNatSessDestPortFor 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.ro Integer32 .1.3.6.1.4.1.77.1.1.78.2.1.8 |
ipNatSessTransPortFor UDP and TCP NAT sessions, the translation port number of
this NAT session.
For neither UDP nor TCP NAT sessions this value is 0.ro Integer32 .1.3.6.1.4.1.77.1.1.78.2.1.9 |
ipNatSessLifetimeThe number of seconds that this translation session has
existed.ro Integer32 .1.3.6.1.4.1.77.1.1.78.2.1.10 |
ipNatStatsTableThe table of NAT statistics. SEQUENCE OF IpNatStatsEntry .1.3.6.1.4.1.77.1.1.78.3 |
ipNatStatsEntryAn entry for one NAT session. IpNatStatsEntry .1.3.6.1.4.1.77.1.1.78.3.1 |
ipNatStatsIndexThe index value which indentifies the set of statistics.
INCOMING(2) or outgoing(1)ro Integer32 .1.3.6.1.4.1.77.1.1.78.3.1.1 |
ipNatStatsSessSuccessThe number of NAT sessions that have been successfully
created.ro Counter32 .1.3.6.1.4.1.77.1.1.78.3.1.2 |
ipNatStatsSessFailThe number of NAT sessions attempts that have been
failed due to either the maximum number of N discarded.ro Counter32 .1.3.6.1.4.1.77.1.1.78.3.1.3 |
ipNatStatsInTransPktsThe number of INCOMING packets that have been successfully
translated.ro Counter32 .1.3.6.1.4.1.77.1.1.78.3.1.4 |
ipNatStatsInDiscardsThe number of INCOMING packets that have been discarded.ro Counter32 .1.3.6.1.4.1.77.1.1.78.3.1.5 |
ipNatStatsOutTransPktsThe number of outgoing packets that have been successfully
translated.ro Counter32 .1.3.6.1.4.1.77.1.1.78.3.1.6 |
ipNatStatsOutDiscardsThe number of outgoing packets that have been discarded.ro Counter32 .1.3.6.1.4.1.77.1.1.78.3.1.7 |