Usr-Nat-MIB

File: Usr-Nat-MIB.mib (15840 bytes)

Imported modules

RFC1155-SMI RFC-1212 RFC1213-MIB
USR-DEFINITIONS-MIB

Imported symbols

IpAddress OBJECT-TYPE DisplayString
usrNat

Defined Types

UsrNatName  
DisplayString    

UsrNatAddrEntry  
SEQUENCE    
  usrNatAddrUserName UsrNatName
  usrNatAddrPrivateAddr IpAddress
  usrNatAddrPublicAddr IpAddress
  usrNatAddrConfig INTEGER
  usrNatAddrUdpConnections INTEGER
  usrNatAddrTcpConnections INTEGER
  usrNatAddrGreConnections INTEGER

UsrNatTcpEntry  
SEQUENCE    
  usrNatTcpUserName UsrNatName
  usrNatTcpPrivateAddr IpAddress
  usrNatTcpPrivatePort INTEGER
  usrNatTcpRemoteAddr IpAddress
  usrNatTcpRemotePort INTEGER
  usrNatTcpPublicAddr IpAddress
  usrNatTcpPublicPort INTEGER
  usrNatTcpTimer INTEGER

UsrNatUdpEntry  
SEQUENCE    
  usrNatUdpUserName UsrNatName
  usrNatUdpPrivateAddr IpAddress
  usrNatUdpPrivatePort INTEGER
  usrNatUdpRemoteAddr IpAddress
  usrNatUdpRemotePort INTEGER
  usrNatUdpPublicAddr IpAddress
  usrNatUdpPublicPort INTEGER
  usrNatUdpTimer INTEGER

UsrNatGreEntry  
SEQUENCE    
  usrNatGreUserName UsrNatName
  usrNatGrePrivateAddr IpAddress
  usrNatGrePrivateCallId INTEGER
  usrNatGreRemoteAddr IpAddress
  usrNatGreRemoteCallId INTEGER
  usrNatGrePublicAddr IpAddress
  usrNatGrePublicCallId INTEGER
  usrNatGreTimer INTEGER

UsrNatOtherPidEntry  
SEQUENCE    
  usrNatOtherPidUserName UsrNatName
  usrNatOtherPidPrivateAddr IpAddress
  usrNatOtherPidProtocolId INTEGER
  usrNatOtherPidRemoteAddr IpAddress
  usrNatOtherPidPublicAddr IpAddress
  usrNatOtherPidTimer INTEGER

Defined Values

usrNatAddr 1.3.6.1.4.1.429.4.31.1
OBJECT IDENTIFIER    

usrNatTcp 1.3.6.1.4.1.429.4.31.2
OBJECT IDENTIFIER    

usrNatUdp 1.3.6.1.4.1.429.4.31.3
OBJECT IDENTIFIER    

usrNatGre 1.3.6.1.4.1.429.4.31.4
OBJECT IDENTIFIER    

usrNatOtherPid 1.3.6.1.4.1.429.4.31.5
OBJECT IDENTIFIER    

usrNatAddrTable 1.3.6.1.4.1.429.4.31.1.1
A table of IP NAT entries.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UsrNatAddrEntry

usrNatAddrEntry 1.3.6.1.4.1.429.4.31.1.1.1
Each entry contains the active mappings between Private and Public addresses and a count of exiting UDP and TCP connections.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  UsrNatAddrEntry  

usrNatAddrUserName 1.3.6.1.4.1.429.4.31.1.1.1.1
The name of the User profile for which this entry exists.
Status: mandatory Access: read-only
OBJECT-TYPE    
  UsrNatName  

usrNatAddrPrivateAddr 1.3.6.1.4.1.429.4.31.1.1.1.2
Private Address for this mapping.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

usrNatAddrPublicAddr 1.3.6.1.4.1.429.4.31.1.1.1.3
Public Address for this mapping.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

usrNatAddrConfig 1.3.6.1.4.1.429.4.31.1.1.1.4
Type of mapping, static or dynamic.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER static(1), dynamic(2)  

usrNatAddrUdpConnections 1.3.6.1.4.1.429.4.31.1.1.1.5
Count of UDP connections active on this Adddress.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

usrNatAddrTcpConnections 1.3.6.1.4.1.429.4.31.1.1.1.6
Count of TCP connections active on this Adddress.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

usrNatAddrGreConnections 1.3.6.1.4.1.429.4.31.1.1.1.7
Count of GRE connections active on this Adddress.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

usrNatTcpTable 1.3.6.1.4.1.429.4.31.2.1
A table of TCP connections.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UsrNatTcpEntry

usrNatTcpEntry 1.3.6.1.4.1.429.4.31.2.1.1
Each entry contains the active mapping of a TCP connection.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  UsrNatTcpEntry  

usrNatTcpUserName 1.3.6.1.4.1.429.4.31.2.1.1.1
The name of the User profile for which this entry exists.
Status: mandatory Access: read-only
OBJECT-TYPE    
  UsrNatName  

usrNatTcpPrivateAddr 1.3.6.1.4.1.429.4.31.2.1.1.2
Private Address for this mapping.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

usrNatTcpPrivatePort 1.3.6.1.4.1.429.4.31.2.1.1.3
Private Port number of the mapping.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

usrNatTcpRemoteAddr 1.3.6.1.4.1.429.4.31.2.1.1.4
Remote Address for this mapping.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

usrNatTcpRemotePort 1.3.6.1.4.1.429.4.31.2.1.1.5
Remote Port number of the mapping.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

usrNatTcpPublicAddr 1.3.6.1.4.1.429.4.31.2.1.1.6
Public Address for this mapping.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

usrNatTcpPublicPort 1.3.6.1.4.1.429.4.31.2.1.1.7
Public Port number of the mapping.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

usrNatTcpTimer 1.3.6.1.4.1.429.4.31.2.1.1.8
Number of Seconds before TCP connection mapping times out.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

usrNatUdpTable 1.3.6.1.4.1.429.4.31.3.1
A table of UDP conversations.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UsrNatUdpEntry

usrNatUdpEntry 1.3.6.1.4.1.429.4.31.3.1.1
Each entry contains the active mapping of a UDP conversation.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  UsrNatUdpEntry  

usrNatUdpUserName 1.3.6.1.4.1.429.4.31.3.1.1.1
The name of the User profile for which this entry exists.
Status: mandatory Access: read-only
OBJECT-TYPE    
  UsrNatName  

usrNatUdpPrivateAddr 1.3.6.1.4.1.429.4.31.3.1.1.2
Private Address for this mapping.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

usrNatUdpPrivatePort 1.3.6.1.4.1.429.4.31.3.1.1.3
Private Port number of the mapping.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

usrNatUdpRemoteAddr 1.3.6.1.4.1.429.4.31.3.1.1.4
Remote Address for this mapping.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

usrNatUdpRemotePort 1.3.6.1.4.1.429.4.31.3.1.1.5
Remote Port number of the mapping.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

usrNatUdpPublicAddr 1.3.6.1.4.1.429.4.31.3.1.1.6
Public Address for this mapping.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

usrNatUdpPublicPort 1.3.6.1.4.1.429.4.31.3.1.1.7
Public Port number of the mapping.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

usrNatUdpTimer 1.3.6.1.4.1.429.4.31.3.1.1.8
Number of Seconds before UDP conversation mapping times out.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

usrNatGreTable 1.3.6.1.4.1.429.4.31.4.1
A table of UDP conversations.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UsrNatGreEntry

usrNatGreEntry 1.3.6.1.4.1.429.4.31.4.1.1
Each entry contains the active mapping of a UDP conversation.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  UsrNatGreEntry  

usrNatGreUserName 1.3.6.1.4.1.429.4.31.4.1.1.1
The name of the User profile for which this entry exists.
Status: mandatory Access: read-only
OBJECT-TYPE    
  UsrNatName  

usrNatGrePrivateAddr 1.3.6.1.4.1.429.4.31.4.1.1.2
Private Address for this mapping.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

usrNatGrePrivateCallId 1.3.6.1.4.1.429.4.31.4.1.1.3
Private Call Id number of the mapping.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

usrNatGreRemoteAddr 1.3.6.1.4.1.429.4.31.4.1.1.4
Remote Address for this mapping.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

usrNatGreRemoteCallId 1.3.6.1.4.1.429.4.31.4.1.1.5
Remote Call ID number of the mapping.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

usrNatGrePublicAddr 1.3.6.1.4.1.429.4.31.4.1.1.6
Public Address for this mapping.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

usrNatGrePublicCallId 1.3.6.1.4.1.429.4.31.4.1.1.7
Public Call ID number of the mapping.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

usrNatGreTimer 1.3.6.1.4.1.429.4.31.4.1.1.8
Number of Seconds before UDP conversation mapping times out.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

usrNatOtherPidTable 1.3.6.1.4.1.429.4.31.5.1
A table of active mappings based on the Protocol ID as opposed to the port number or call id used when mapping TCP, UDP, or GRE.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UsrNatOtherPidEntry

usrNatOtherPidEntry 1.3.6.1.4.1.429.4.31.5.1.1
Each entry contains the active mapping of a Protocol Ids other than TCP, UDP, ICMP, and GRE.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  UsrNatOtherPidEntry  

usrNatOtherPidUserName 1.3.6.1.4.1.429.4.31.5.1.1.1
The name of the User profile for which this entry exists.
Status: mandatory Access: read-only
OBJECT-TYPE    
  UsrNatName  

usrNatOtherPidPrivateAddr 1.3.6.1.4.1.429.4.31.5.1.1.2
Private Address for this mapping.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

usrNatOtherPidProtocolId 1.3.6.1.4.1.429.4.31.5.1.1.3
Protocol ID of the mapping.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

usrNatOtherPidRemoteAddr 1.3.6.1.4.1.429.4.31.5.1.1.4
Remote Address for this mapping.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

usrNatOtherPidPublicAddr 1.3.6.1.4.1.429.4.31.5.1.1.5
Public Address for this mapping.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

usrNatOtherPidTimer 1.3.6.1.4.1.429.4.31.5.1.1.6
Number of Seconds before this mapping times out.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER