NMS-NAT

File: NMS-NAT.mib (16802 bytes)

Imported modules

SNMPv2-SMI RFC1213-MIB NMS-SMI

Imported symbols

MODULE-IDENTITY OBJECT-TYPE IpAddress
TimeTicks DisplayString nmsMgmt

Defined Types

NMSNatSessionEntryJD  
SEQUENCE    
  nmsNatSessionIdJD OCTET STRING
  nmsNatSessionProtocolTypeJD INTEGER
  nmsNatSessionDirectionJD INTEGER
  nmsNatSessionIntAddrJD OCTET STRING
  nmsNatSessionIntPortJD INTEGER
  nmsNatSessionExtAddrJD IpAddress
  nmsNatSessionExtPortJD INTEGER
  nmsNatSessionRemoteAddrJD IpAddress
  nmsNatSessionRemotePortJD INTEGER
  nmsNatSessionUpTimeJD TimeTicks
  nmsNatSessionIdletimeJD TimeTicks
  nmsNatSessionContextJD DisplayString
  nmsNATLimitedHostSessionsJD INTEGER
  nmsNATHostFlowsJD INTEGER

NMSNatSessionEntry  
SEQUENCE    
  nmsNatSessionId OCTET STRING
  nmsNatSessionProtocolType OCTET STRING
  nmsNatSessionDirection OCTET STRING
  nmsNatSessionIntAddr OCTET STRING
  nmsNatSessionIntPort OCTET STRING
  nmsNatSessionExtAddr OCTET STRING
  nmsNatSessionExtPort OCTET STRING
  nmsNatSessionRemoteAddr OCTET STRING
  nmsNatSessionRemotePort OCTET STRING
  nmsNatSessionUpTime OCTET STRING
  nmsNatSessionIdletime OCTET STRING
  nmsNatSessionContext OCTET STRING
  nmsNATLimitedHostSessions OCTET STRING
  nmsNATHostFlows OCTET STRING

Defined Values

nmsNatMIB 1.3.6.1.4.1.3320.9.100
This MIB module defines the generic managed objects for NAT.
MODULE-IDENTITY    

nmsNatObjects 1.3.6.1.4.1.3320.9.100.1
OBJECT IDENTIFIER    

nmsNatSessionNumber 1.3.6.1.4.1.3320.9.100.1.1
The number of the total session in the NAPT rule.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

nmsNatSessionTableJD 1.3.6.1.4.1.3320.9.100.1.2
The (conceptual) table containing one entry for each NAT session currently active on this NAT device.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    NMSNatSessionEntryJD

nmsNatSessionEntryJD 1.3.6.1.4.1.3320.9.100.1.2.1
An entry (conceptual row) containing information about an active NAT session on this NAT device.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  NMSNatSessionEntryJD  

nmsNatSessionIdJD 1.3.6.1.4.1.3320.9.100.1.2.1.1
The session ID for this NAT session.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

nmsNatSessionProtocolTypeJD 1.3.6.1.4.1.3320.9.100.1.2.1.2
The protocol type of this session. TCP and UDP sessions are uniquely identified by the tuple of (source IP address, source UDP/TCP port, destination IP address, destination TCP/UCP port). ICMP query sessions are identified by the tuple of (source IP address, ICMP query ID, destination IP address).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER other(-1), icmp(1), udp(2), tcp(4)  

nmsNatSessionDirectionJD 1.3.6.1.4.1.3320.9.100.1.2.1.3
The direction of this session with respect to the local network. 'inbound' indicates that this session was initiated from the public network into the private network. 'outbound' indicates that this session was initiated from the private network into the public network.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER inbound(1), outbound(2)  

nmsNatSessionIntAddrJD 1.3.6.1.4.1.3320.9.100.1.2.1.4
The original IP address of the session endpoint that lies in the private network.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING  

nmsNatSessionIntPortJD 1.3.6.1.4.1.3320.9.100.1.2.1.5
The original transport port of the session endpoint that belongs to the private network. If this is an ICMP session then the value is the ICMP request ID.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

nmsNatSessionExtAddrJD 1.3.6.1.4.1.3320.9.100.1.2.1.6
The translated IP address of the session endpoint that lies in the private network.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

nmsNatSessionExtPortJD 1.3.6.1.4.1.3320.9.100.1.2.1.7
The original IP address of the session endpoint that lies in the public network.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

nmsNatSessionRemoteAddrJD 1.3.6.1.4.1.3320.9.100.1.2.1.8
The original IP address of the session endpoint that lies in the public network.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

nmsNatSessionRemotePortJD 1.3.6.1.4.1.3320.9.100.1.2.1.9
The original transport port of the session endpoint that belongs to the public network. If this is an ICMP session then the value contains the ICMP request ID.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

nmsNatSessionUpTimeJD 1.3.6.1.4.1.3320.9.100.1.2.1.10
The up time of this session in one-hundredths of a second.
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeTicks  

nmsNatSessionIdletimeJD 1.3.6.1.4.1.3320.9.100.1.2.1.11
The time in one-hundredths of a second since a packet belonging to this session was last detected.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

nmsNatSessionContextJD 1.3.6.1.4.1.3320.9.100.1.2.1.12
A textual string containing information about the protocol context of the session.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

nmsNATLimitedTotalSessions 1.3.6.1.4.1.3320.9.100.1.3
The number of the total permitted session in the NAPT rule.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

nmsNatSessionTable 1.3.6.1.4.1.3320.9.100.1.4
The (conceptual) table containing one entry for each NAT session currently active on this NAT device.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    NMSNatSessionEntry

nmsNatSessionEntry 1.3.6.1.4.1.3320.9.100.1.4.1
An entry (conceptual row) containing information about an active NAT session on this NAT device.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  NMSNatSessionEntry  

nmsNatSessionId 1.3.6.1.4.1.3320.9.100.1.4.1.1
The session ID for this NAT session.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

nmsNatSessionProtocolType 1.3.6.1.4.1.3320.9.100.1.4.1.2
The protocol type of this session. TCP and UDP sessions are uniquely identified by the tuple of (source IP address, source UDP/TCP port, destination IP address, destination TCP/UCP port). ICMP query sessions are identified by the tuple of (source IP address, ICMP query ID, destination IP address).
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING  

nmsNatSessionDirection 1.3.6.1.4.1.3320.9.100.1.4.1.3
The direction of this session with respect to the local network. 'inbound' indicates that this session was initiated from the public network into the private network. 'outbound' indicates that this session was initiated from the private network into the public network.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING  

nmsNatSessionIntAddr 1.3.6.1.4.1.3320.9.100.1.4.1.4
The original IP address of the session endpoint that lies in the private network.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING  

nmsNatSessionIntPort 1.3.6.1.4.1.3320.9.100.1.4.1.5
The original transport port of the session endpoint that belongs to the private network. If this is an ICMP session then the value is the ICMP request ID.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING  

nmsNatSessionExtAddr 1.3.6.1.4.1.3320.9.100.1.4.1.6
The translated IP address of the session endpoint that lies in the private network.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING  

nmsNatSessionExtPort 1.3.6.1.4.1.3320.9.100.1.4.1.7
The original IP address of the session endpoint that lies in the public network.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING  

nmsNatSessionRemoteAddr 1.3.6.1.4.1.3320.9.100.1.4.1.8
The original IP address of the session endpoint that lies in the public network.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

nmsNatSessionRemotePort 1.3.6.1.4.1.3320.9.100.1.4.1.9
The original transport port of the session endpoint that belongs to the public network. If this is an ICMP session then the value contains the ICMP request ID.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

nmsNatSessionUpTime 1.3.6.1.4.1.3320.9.100.1.4.1.10
The up time of this session in one-hundredths of a second.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING  

nmsNatSessionIdletime 1.3.6.1.4.1.3320.9.100.1.4.1.11
The time in one-hundredths of a second since a packet belonging to this session was last detected.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

nmsNatSessionContext 1.3.6.1.4.1.3320.9.100.1.4.1.12
A textual string containing information about the protocol context of the session.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING  

nmsNATLimitedHostSessions 1.3.6.1.4.1.3320.9.100.1.4.1.13
The number of the permitted single session in the NAPT rule.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING  

nmsNATHostFlows 1.3.6.1.4.1.3320.9.100.1.4.1.14
The bytes number of each link during one period.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING  

nmsNatCpuPercent 1.3.6.1.4.1.3320.9.100.1.5
The number of the total cpu usage percent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

nmsNatHeapPercent 1.3.6.1.4.1.3320.9.100.1.6
The number of the total heap allocation percent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

nmsNatMblkPercent 1.3.6.1.4.1.3320.9.100.1.7
The number of the total Mblk allocation percent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

nmsNathostlimitset 1.3.6.1.4.1.3320.9.100.1.8
set the count that nat can service for inside users
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

nmsNathostlimitcurrent 1.3.6.1.4.1.3320.9.100.1.9
currently, nat service how many inside user.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

nmsNathostlimitenable 1.3.6.1.4.1.3320.9.100.1.10
enable limit-user function.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

nmsNatIf 1.3.6.1.4.1.3320.9.100.1.11
the ifindex of NAT Interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING