NMS-NAT: View SNMP OID List / Download MIB

VENDOR: PACIFIC BROADBANK NETWORKS


 Home MIB: NMS-NAT
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
 nmsNatMIB 1.3.6.1.4.1.11606.10.9.100
This MIB module defines the generic managed objects for NAT.
         nmsNatObjects 1.3.6.1.4.1.11606.10.9.100.1
             nmsNatSessionNumber 1.3.6.1.4.1.11606.10.9.100.1.1 integer read-only
The number of the total session in the NAPT rule.
             nmsNatSessionTableJD 1.3.6.1.4.1.11606.10.9.100.1.2 no-access
The (conceptual) table containing one entry for each NAT session currently active on this NAT device.
                 nmsNatSessionEntryJD 1.3.6.1.4.1.11606.10.9.100.1.2.1 no-access
An entry (conceptual row) containing information about an active NAT session on this NAT device.
                     nmsNatSessionIdJD 1.3.6.1.4.1.11606.10.9.100.1.2.1.1 octet string read-only
The session ID for this NAT session.
                     nmsNatSessionProtocolTypeJD 1.3.6.1.4.1.11606.10.9.100.1.2.1.2 integer read-only
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). Enumeration: 'icmp': 1, 'other': -1, 'udp': 2, 'tcp': 4.
                     nmsNatSessionDirectionJD 1.3.6.1.4.1.11606.10.9.100.1.2.1.3 integer read-only
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. Enumeration: 'inbound': 1, 'outbound': 2.
                     nmsNatSessionIntAddrJD 1.3.6.1.4.1.11606.10.9.100.1.2.1.4 octet string read-only
The original IP address of the session endpoint that lies in the private network.
                     nmsNatSessionIntPortJD 1.3.6.1.4.1.11606.10.9.100.1.2.1.5 integer read-only
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.
                     nmsNatSessionExtAddrJD 1.3.6.1.4.1.11606.10.9.100.1.2.1.6 ipaddress read-only
The translated IP address of the session endpoint that lies in the private network.
                     nmsNatSessionExtPortJD 1.3.6.1.4.1.11606.10.9.100.1.2.1.7 integer read-only
The original IP address of the session endpoint that lies in the public network.
                     nmsNatSessionRemoteAddrJD 1.3.6.1.4.1.11606.10.9.100.1.2.1.8 ipaddress read-only
The original IP address of the session endpoint that lies in the public network.
                     nmsNatSessionRemotePortJD 1.3.6.1.4.1.11606.10.9.100.1.2.1.9 integer read-only
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.
                     nmsNatSessionUpTimeJD 1.3.6.1.4.1.11606.10.9.100.1.2.1.10 timeticks read-only
The up time of this session in one-hundredths of a second.
                     nmsNatSessionIdletimeJD 1.3.6.1.4.1.11606.10.9.100.1.2.1.11 timeticks read-only
The time in one-hundredths of a second since a packet belonging to this session was last detected.
                     nmsNatSessionContextJD 1.3.6.1.4.1.11606.10.9.100.1.2.1.12 displaystring read-only
A textual string containing information about the protocol context of the session.
             nmsNATLimitedTotalSessions 1.3.6.1.4.1.11606.10.9.100.1.3 integer read-write
The number of the total permitted session in the NAPT rule.
             nmsNatSessionTable 1.3.6.1.4.1.11606.10.9.100.1.4 no-access
The (conceptual) table containing one entry for each NAT session currently active on this NAT device.
                 nmsNatSessionEntry 1.3.6.1.4.1.11606.10.9.100.1.4.1 no-access
An entry (conceptual row) containing information about an active NAT session on this NAT device.
                     nmsNatSessionId 1.3.6.1.4.1.11606.10.9.100.1.4.1.1 octet string read-only
The session ID for this NAT session.
                     nmsNatSessionProtocolType 1.3.6.1.4.1.11606.10.9.100.1.4.1.2 octet string read-only
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).
                     nmsNatSessionDirection 1.3.6.1.4.1.11606.10.9.100.1.4.1.3 octet string read-only
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.
                     nmsNatSessionIntAddr 1.3.6.1.4.1.11606.10.9.100.1.4.1.4 octet string read-only
The original IP address of the session endpoint that lies in the private network.
                     nmsNatSessionIntPort 1.3.6.1.4.1.11606.10.9.100.1.4.1.5 octet string read-only
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.
                     nmsNatSessionExtAddr 1.3.6.1.4.1.11606.10.9.100.1.4.1.6 octet string read-only
The translated IP address of the session endpoint that lies in the private network.
                     nmsNatSessionExtPort 1.3.6.1.4.1.11606.10.9.100.1.4.1.7 octet string read-only
The original IP address of the session endpoint that lies in the public network.
                     nmsNatSessionRemoteAddr 1.3.6.1.4.1.11606.10.9.100.1.4.1.8 octet string read-only
The original IP address of the session endpoint that lies in the public network.
                     nmsNatSessionRemotePort 1.3.6.1.4.1.11606.10.9.100.1.4.1.9 octet string read-only
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.
                     nmsNatSessionUpTime 1.3.6.1.4.1.11606.10.9.100.1.4.1.10 octet string read-only
The up time of this session in one-hundredths of a second.
                     nmsNatSessionIdletime 1.3.6.1.4.1.11606.10.9.100.1.4.1.11 octet string read-only
The time in one-hundredths of a second since a packet belonging to this session was last detected.
                     nmsNatSessionContext 1.3.6.1.4.1.11606.10.9.100.1.4.1.12 octet string read-only
A textual string containing information about the protocol context of the session.
                     nmsNATLimitedHostSessions 1.3.6.1.4.1.11606.10.9.100.1.4.1.13 octet string read-write
The number of the permitted single session in the NAPT rule.
                     nmsNATHostFlows 1.3.6.1.4.1.11606.10.9.100.1.4.1.14 octet string read-only
The bytes number of each link during one period.
             nmsNatCpuPercent 1.3.6.1.4.1.11606.10.9.100.1.5 integer read-only
The number of the total cpu usage percent.
             nmsNatHeapPercent 1.3.6.1.4.1.11606.10.9.100.1.6 integer read-only
The number of the total heap allocation percent.
             nmsNatMblkPercent 1.3.6.1.4.1.11606.10.9.100.1.7 integer read-only
The number of the total Mblk allocation percent.
             nmsNathostlimitset 1.3.6.1.4.1.11606.10.9.100.1.8 integer read-write
set the count that nat can service for inside users
             nmsNathostlimitcurrent 1.3.6.1.4.1.11606.10.9.100.1.9 integer read-only
currently, nat service how many inside user.
             nmsNathostlimitenable 1.3.6.1.4.1.11606.10.9.100.1.10 integer read-write
enable limit-user function.
             nmsNatIf 1.3.6.1.4.1.11606.10.9.100.1.11 octet string read-only
the ifindex of NAT Interface.