IP-NAT-MIB

File: IP-NAT-MIB.mib (6903 bytes)

Imported modules

SNMPv2-SMI USR-DEFINITIONS-MIB

Imported symbols

OBJECT-TYPE MODULE-IDENTITY Counter32
IpAddress Integer32 DisplayString
common

Defined Types

IpNatSessEntry  
SEQUENCE    
  ipNatSessIndex Integer32
  ipNatSessSrcIpAddress IpAddress
  ipNatSessDestIpAddress IpAddress
  ipNatSessTransIpAddress IpAddress
  ipNatSessProtocol INTEGER
  ipNatSessDirection INTEGER
  ipNatSessSrcPort Integer32 0..65535
  ipNatSessDestPort Integer32 0..65535
  ipNatSessTransPort Integer32 0..65535
  ipNatSessLifetime Integer32

IpNatStatsEntry  
SEQUENCE    
  ipNatStatsIndex Integer32
  ipNatStatsSessSuccess Counter32
  ipNatStatsSessFail Counter32
  ipNatStatsInTransPkts Counter32
  ipNatStatsInDiscards Counter32
  ipNatStatsOutTransPkts Counter32
  ipNatStatsOutDiscards Counter32

Defined Values

usripNat 1.3.6.1.4.1.429.4.78
The commWorks enterprise defined MIB objects for Network Address Translation.
MODULE-IDENTITY    

ipNatVersion 1.3.6.1.4.1.429.4.78.1
The current software version of the NAT application.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

ipNatSessTable 1.3.6.1.4.1.429.4.78.2
The table of NAT sessions.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IpNatSessEntry

ipNatSessEntry 1.3.6.1.4.1.429.4.78.2.1
An entry for one NAT session.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpNatSessEntry  

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

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

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

ipNatSessTransIpAddress 1.3.6.1.4.1.429.4.78.2.1.4
The translation IP Address used by this NAT session.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

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
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER icmp(1), tcp(6), udp(17)  

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.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER inbound(2), outbound(1)  

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.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..65535  

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.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..65535  

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.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..65535  

ipNatSessLifetime 1.3.6.1.4.1.429.4.78.2.1.10
The number of seconds that this translation session has existed.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

ipNatStatsTable 1.3.6.1.4.1.429.4.78.3
The table of NAT statistics.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IpNatStatsEntry

ipNatStatsEntry 1.3.6.1.4.1.429.4.78.3.1
An entry for one NAT session.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpNatStatsEntry  

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)
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

ipNatStatsSessSuccess 1.3.6.1.4.1.429.4.78.3.1.2
The number of NAT sessions that have been successfully created.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipNatStatsInTransPkts 1.3.6.1.4.1.429.4.78.3.1.4
The number of INCOMING packets that have been successfully translated.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipNatStatsInDiscards 1.3.6.1.4.1.429.4.78.3.1.5
The number of INCOMING packets that have been discarded.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipNatStatsOutTransPkts 1.3.6.1.4.1.429.4.78.3.1.6
The number of outgoing packets that have been successfully translated.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ipNatStatsOutDiscards 1.3.6.1.4.1.429.4.78.3.1.7
The number of outgoing packets that have been discarded.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32