TELDAT-MON-PROTOCOL-NAT-MIB: View SNMP OID List / Download MIB

VENDOR: TELDAT, S.A.


 Home MIB: TELDAT-MON-PROTOCOL-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
 telProdNpMonProtIPNATMonit 1.3.6.1.4.1.2007.4.1.2.3.1.10
       telProdNpMonProtIPNATConnTable 1.3.6.1.4.1.2007.4.1.2.3.1.10.1 no-access
Table of NAT connections: each entry is the traslation of one subnet address to another. The only connections that generate an entry to this table are the control FTP.
           telProdNpMonProtIPNATConnEntry 1.3.6.1.4.1.2007.4.1.2.3.1.10.1.1 no-access
Each entry corresponds to a connection, and consists of an index that shows the order of that connection or table entry, the type of connection (normal or ftp, only one not clear that admits the router that performs static NAT), IP address and source port, IP address and destination port, time to live of the entry before being deleted and if the connection is active or not. The only connections that generate an entry to this table are the FTP of control.
               telProdNpMonProtIPNATConnIndex 1.3.6.1.4.1.2007.4.1.2.3.1.10.1.1.1 integer read-only
Index: connection position or entry to the table.
               telProdNpMonProtIPNATConnType 1.3.6.1.4.1.2007.4.1.2.3.1.10.1.1.2 integer read-only
The type of connection of the NAT router. It can be a clear connection, normal (1) or a non clear connection, that needs to perform more translations in the data side of the packet. In case of static NAT, only control of FTP connections with the following features belong to this class: client in local domain and server in global domain and PORT commands trasnmitted with a change in packet length, ftp(2). The only connections that generate an entry to this table are the control of FTP connections Enumeration: 'ftp': 2, 'normal': 1.
               telProdNpMonProtIPNATConnSrcAddr 1.3.6.1.4.1.2007.4.1.2.3.1.10.1.1.3 ipaddress read-only
Source IP address of the connection in global format (as it would be seen by the global domain).
               telProdNpMonProtIPNATConnSrcPort 1.3.6.1.4.1.2007.4.1.2.3.1.10.1.1.4 integer read-only
Source port of the connection in global format (as it would be seen by the global domain).
               telProdNpMonProtIPNATConnDstAddr 1.3.6.1.4.1.2007.4.1.2.3.1.10.1.1.5 ipaddress read-only
Destination IP address of the connection in global format (as it would be seen by the global domain).
               telProdNpMonProtIPNATConnDstPort 1.3.6.1.4.1.2007.4.1.2.3.1.10.1.1.6 integer read-only
Destination port of the connection in global format (as it would be seen by the global domain).
               telProdNpMonProtIPNATConnAge 1.3.6.1.4.1.2007.4.1.2.3.1.10.1.1.7 integer read-only
Time to live of the entry before being deleted.
               telProdNpMonProtIPNATConnActive 1.3.6.1.4.1.2007.4.1.2.3.1.10.1.1.8 integer read-only
If the NAT router has detected that the connection is active (1) or not (2). Enumeration: 'active': 1, 'inactive': 2.