TELDAT-MON-PROTOCOL-NAT-MIB

File: TELDAT-MON-PROTOCOL-NAT-MIB.mib (6553 bytes)

Imported modules

RFC1155-SMI RFC-1212 TELDAT-SW-STRUCTURE-MIB

Imported symbols

IpAddress OBJECT-TYPE telProdNpMonProtIP

Defined Types

TelProdNpMonProtIPNATConnEntry  
SEQUENCE    
  telProdNpMonProtIPNATConnIndex INTEGER
  telProdNpMonProtIPNATConnType INTEGER
  telProdNpMonProtIPNATConnSrcAddr IpAddress
  telProdNpMonProtIPNATConnSrcPort INTEGER
  telProdNpMonProtIPNATConnDstAddr IpAddress
  telProdNpMonProtIPNATConnDstPort INTEGER
  telProdNpMonProtIPNATConnAge INTEGER
  telProdNpMonProtIPNATConnActive INTEGER

Defined Values

telProdNpMonProtIPNATMonit 1.3.6.1.4.1.2007.4.1.2.3.1.10
OBJECT IDENTIFIER    

telProdNpMonProtIPNATConnTable 1.3.6.1.4.1.2007.4.1.2.3.1.10.1
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.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TelProdNpMonProtIPNATConnEntry

telProdNpMonProtIPNATConnEntry 1.3.6.1.4.1.2007.4.1.2.3.1.10.1.1
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.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  TelProdNpMonProtIPNATConnEntry  

telProdNpMonProtIPNATConnIndex 1.3.6.1.4.1.2007.4.1.2.3.1.10.1.1.1
Index: connection position or entry to the table.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

telProdNpMonProtIPNATConnType 1.3.6.1.4.1.2007.4.1.2.3.1.10.1.1.2
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
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER normal(1), ftp(2)  

telProdNpMonProtIPNATConnSrcAddr 1.3.6.1.4.1.2007.4.1.2.3.1.10.1.1.3
Source IP address of the connection in global format (as it would be seen by the global domain).
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

telProdNpMonProtIPNATConnSrcPort 1.3.6.1.4.1.2007.4.1.2.3.1.10.1.1.4
Source port of the connection in global format (as it would be seen by the global domain).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

telProdNpMonProtIPNATConnDstAddr 1.3.6.1.4.1.2007.4.1.2.3.1.10.1.1.5
Destination IP address of the connection in global format (as it would be seen by the global domain).
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

telProdNpMonProtIPNATConnDstPort 1.3.6.1.4.1.2007.4.1.2.3.1.10.1.1.6
Destination port of the connection in global format (as it would be seen by the global domain).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

telProdNpMonProtIPNATConnAge 1.3.6.1.4.1.2007.4.1.2.3.1.10.1.1.7
Time to live of the entry before being deleted.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

telProdNpMonProtIPNATConnActive 1.3.6.1.4.1.2007.4.1.2.3.1.10.1.1.8
If the NAT router has detected that the connection is active (1) or not (2).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER active(1), inactive(2)