SALIX-RTP-MIB

File: SALIX-RTP-MIB.mib (10772 bytes)

Imported modules

SNMPv2-CONF SNMPv2-SMI RFC1213-MIB
SALIX-MIB

Imported symbols

OBJECT-GROUP MODULE-IDENTITY OBJECT-TYPE
Integer32 IpAddress Counter32
MODULE-COMPLIANCE DisplayString platform1

Defined Types

ItxRtpStatsEntry  
SEQUENCE    
  salixRtpStatsSrcIpAddress IpAddress
  salixRtpStatsSrcPort INTEGER
  salixRtpStatsDestIpAddress IpAddress
  salixRtpStatsDestPort INTEGER
  salixRtpStatsPktsSent Counter32
  salixRtpStatsPktsRecv Counter32
  salixRtpStatsPktsDropped Counter32
  salixRtpStatsBytesSent Counter32
  salixRtpStatsBytesRecv Counter32
  salixRtpStatsBytesDropped Counter32
  salixRtpStatsSignalPktsSent Counter32
  salixRtpStatsSignalPktsRecv Counter32
  salixRtpStatsSignalPktsDropped Counter32
  salixRtpStatsSignalBytesRecv Counter32
  salixRtpStatsAudioPktsRecv Counter32
  salixRtpStatsAudioBytesRecv Counter32
  salixRtpStatsEstimatedAvgLatency Integer32

Defined Values

salixRtpMIB 1.3.6.1.4.1.2158.5.1.1
The SALIX-RTP-MIB containts objects for describing RTP Sessions.
MODULE-IDENTITY    

salixRtpMIBObjects 1.3.6.1.4.1.2158.5.1.1.1
OBJECT IDENTIFIER    

salixRtpMIBTraps 1.3.6.1.4.1.2158.5.1.1.2
OBJECT IDENTIFIER    

salixRtpMIBCompliance 1.3.6.1.4.1.2158.5.1.1.3
OBJECT IDENTIFIER    

salixRtpMIBTrapPrefix 1.3.6.1.4.1.2158.5.1.1.2.0
OBJECT IDENTIFIER    

salixRtpStatsTable 1.3.6.1.4.1.2158.5.1.1.1.1
Table to hold statistics on RTP sessions. For each active RTP Session, there will be one entry in the table. NOTE: Retrieval of RTP statistics is an expensive operation. Please use with care.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ItxRtpStatsEntry

salixRtpStatsEntry 1.3.6.1.4.1.2158.5.1.1.1.1.1
This entry lists statistics on a given RTP session. The session is uniqely identified by the source Ip Address and port, along with the destination Ip Address and UDP Port.
Status: current Access: not-accessible
OBJECT-TYPE    
  ItxRtpStatsEntry  

salixRtpStatsSrcIpAddress 1.3.6.1.4.1.2158.5.1.1.1.1.1.1
The Ip Address for the source side of the RTP session. Along with the source UDP Port, these objects identify the RTP session on the source side. Complete identification of the RTP session also requires a unique identification on the destination side
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

salixRtpStatsSrcPort 1.3.6.1.4.1.2158.5.1.1.1.1.1.2
The UDP Port for the source side of the RTP session. Along with the source Ip Address, these objects identify the RTP session on the source side. Complete identification of the RTP session also requires a unique identification on the destination side
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 0..65535  

salixRtpStatsDestIpAddress 1.3.6.1.4.1.2158.5.1.1.1.1.1.3
The Ip Address for the destination side of the RTP session. Along with the destination UDP Port, these objects identify the RTP session on the destination side. Complete identification of the RTP session also requires a unique identification on the source side
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

salixRtpStatsDestPort 1.3.6.1.4.1.2158.5.1.1.1.1.1.4
The UDP Port for the destination side of the RTP session. Along with the destination Ip Address, these objects identify the RTP session on the destination side. Complete identification of the RTP session also requires a unique identification on the source side
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 0..65535  

salixRtpStatsPktsSent 1.3.6.1.4.1.2158.5.1.1.1.1.1.5
The total number of RTP packets sent during the specified session
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

salixRtpStatsPktsRecv 1.3.6.1.4.1.2158.5.1.1.1.1.1.6
The total number of RTP packets recieved during the specified session
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

salixRtpStatsPktsDropped 1.3.6.1.4.1.2158.5.1.1.1.1.1.7
The total number of RTP packets dropped during the specified session
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

salixRtpStatsBytesSent 1.3.6.1.4.1.2158.5.1.1.1.1.1.8
The total number of bytes sent during the specified session
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

salixRtpStatsBytesRecv 1.3.6.1.4.1.2158.5.1.1.1.1.1.9
The total number of bytes received during the specified session
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

salixRtpStatsBytesDropped 1.3.6.1.4.1.2158.5.1.1.1.1.1.10
The total number of bytes dropped during the specified session
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

salixRtpStatsSignalPktsSent 1.3.6.1.4.1.2158.5.1.1.1.1.1.11
The number of signalling packets sent for the RTP session
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

salixRtpStatsSignalPktsRecv 1.3.6.1.4.1.2158.5.1.1.1.1.1.12
The number of signalling packets received for the RTP session
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

salixRtpStatsSignalPktsDropped 1.3.6.1.4.1.2158.5.1.1.1.1.1.13
The number of signalling packets dropped for the RTP session
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

salixRtpStatsSignalBytesRecv 1.3.6.1.4.1.2158.5.1.1.1.1.1.14
The number of signalling bytes received for the RTP session
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

salixRtpStatsAudioPktsRecv 1.3.6.1.4.1.2158.5.1.1.1.1.1.15
The number of audio packets received for the specified RTP session
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

salixRtpStatsAudioBytesRecv 1.3.6.1.4.1.2158.5.1.1.1.1.1.16
The number of audio bytes received for the specified RTP session
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

salixRtpStatsEstimatedAvgLatency 1.3.6.1.4.1.2158.5.1.1.1.1.1.17
The Estimated Average Latency for the RTP session
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

salixRtpGroups 1.3.6.1.4.1.2158.5.1.1.3.1
OBJECT IDENTIFIER    

salixRtpCompliances 1.3.6.1.4.1.2158.5.1.1.3.2
OBJECT IDENTIFIER    

salixRtpGroup 1.3.6.1.4.1.2158.5.1.1.3.1.3
Stats Statistics for Rtp Sessions
Status: current Access: read-only
OBJECT-GROUP    

salixRtpCompliance 1.3.6.1.4.1.2158.5.1.1.3.2.1
The basic implementation requirements for the SALIX-RTP-MIB.
Status: current Access: read-only
MODULE-COMPLIANCE