PDN-SOCKET-MIB

File: PDN-SOCKET-MIB.mib (5443 bytes)

Imported modules

ENTITY-MIB RFC-1212 PDN-TC
SNMPv2-TC PDN-HEADER-MIB

Imported symbols

entPhysicalIndex OBJECT-TYPE SocketState
SocketFamily SocketType TAddress
DisplayString pdn-socket

Defined Types

DevSocketStatsEntry  
SEQUENCE    
  devSocketNumber INTEGER
  devSocketName DisplayString
  devSocketFamily SocketFamily
  devSocketType SocketType
  devSocketLocalAddress TAddress
  devSocketRemoteAddress TAddress
  devSocketState SocketState
  devSocketInputBytes INTEGER
  devSocketOutputBytes INTEGER
  devSocketPDUDrops INTEGER
  devSocketByteDrops INTEGER

Defined Values

devSocketStatsMIBObjects 1.3.6.1.4.1.1795.2.24.2.19.1
OBJECT IDENTIFIER    

devSocketStatsMIBTraps 1.3.6.1.4.1.1795.2.24.2.19.2
OBJECT IDENTIFIER    

devSocketStatsTable 1.3.6.1.4.1.1795.2.24.2.19.1.1
This table gives statistics on the sockets currently being used by the device
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DevSocketStatsEntry

devSocketStatsEntry 1.3.6.1.4.1.1795.2.24.2.19.1.1.1
This table gives statistics on the sockets currently being used by the device
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  DevSocketStatsEntry  

devSocketNumber 1.3.6.1.4.1.1795.2.24.2.19.1.1.1.1
a unique number associated with a socket
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

devSocketName 1.3.6.1.4.1.1795.2.24.2.19.1.1.1.2
the Name given to this socket by the device
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

devSocketFamily 1.3.6.1.4.1.1795.2.24.2.19.1.1.1.3
The Family associated with this socket
Status: mandatory Access: read-only
OBJECT-TYPE    
  SocketFamily  

devSocketType 1.3.6.1.4.1.1795.2.24.2.19.1.1.1.4
the
Status: mandatory Access: read-only
OBJECT-TYPE    
  SocketType  

devSocketLocalAddress 1.3.6.1.4.1.1795.2.24.2.19.1.1.1.5
the local address (ipaddress + port) for this socket
Status: mandatory Access: read-only
OBJECT-TYPE    
  TAddress  

devSocketRemoteAddress 1.3.6.1.4.1.1795.2.24.2.19.1.1.1.6
the remote address (ipaddress + port) for this socket
Status: mandatory Access: read-only
OBJECT-TYPE    
  TAddress  

devSocketState 1.3.6.1.4.1.1795.2.24.2.19.1.1.1.7
The State the socket is in. This is valid for stream sockets only
Status: mandatory Access: read-only
OBJECT-TYPE    
  SocketState  

devSocketInputBytes 1.3.6.1.4.1.1795.2.24.2.19.1.1.1.8
The number of bytes received on this socket
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

devSocketOutputBytes 1.3.6.1.4.1.1795.2.24.2.19.1.1.1.9
The number of bytes transmitted on this socket
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

devSocketPDUDrops 1.3.6.1.4.1.1795.2.24.2.19.1.1.1.10
The number of incoming packets that were dropped due to the socket receive queue being full
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

devSocketByteDrops 1.3.6.1.4.1.1795.2.24.2.19.1.1.1.11
The number of imcoming bytes that were dropped due to the socket receive queue being full
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER