CISCO-PROXY-CONTROL-MIB

File: CISCO-PROXY-CONTROL-MIB.mib (32775 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMPv2-TC
DIAL-CONTROL-MIB CISCO-VOICE-COMMON-DIAL-CONTROL-MIB CISCO-DIAL-CONTROL-MIB
CISCO-SMI

Imported symbols

MODULE-IDENTITY OBJECT-TYPE IpAddress
Integer32 MODULE-COMPLIANCE OBJECT-GROUP
TEXTUAL-CONVENTION callActiveSetupTime callActiveIndex
AbsoluteCounter32 CvcGUid cCallHistoryIndex
ciscoExperiment

Defined Types

CProxyEndptType  
A tag to identify the type of end point that the Proxy is connected to.
TEXTUAL-CONVENTION    
  INTEGER other(0), proxy(1), gateway(2)  

CProxyAudioCodec  
A tag to identify the type of encoding used to compress the voice data of the call. iLBC - iILBC 13330 or 15200 bps iSAC - iSAC 10 to 32 kbps
TEXTUAL-CONVENTION    
  INTEGER other(0), nonStandard(1), g711Alawr64k(2), g711Alawr56k(3), g711Ulawr64k(4), g711Ulawr56k(5), g722r64k(6), g722r56k(7), g722r48k(8), g7231(9), g728(10), g729(11), g729AnnexA(12), is11172(13), is13818(14), g729AnnexB(15), g729AnnexAB(16), g729AnnexC(17), gsmFullRate(18), gsmHalfRate(19), gsmEnhancedFullRate(20), gsmAmrNb(21), iLBC(22), iSAC(23)  

CProxyVideoCodec  
A tag to identify the type of encoding used to compress the video data of the call.
TEXTUAL-CONVENTION    
  INTEGER other(0), nonStandard(1), h261(2), h262(3), h263(4), is11172(5)  

CProxyCallActiveEntry  
SEQUENCE    
  cProxyCallActiveConnectionId CvcGUid
  cProxyCallActiveRemoteIPAddress IpAddress
  cProxyCallActiveAudioUDPPort INTEGER
  cProxyCallActiveVideoUDPPort INTEGER
  cProxyCallActiveT120TCPPort1 INTEGER
  cProxyCallActiveT120TCPPort2 INTEGER
  cProxyCallActiveT120TCPPort3 INTEGER
  cProxyCallActiveT120TCPPort4 INTEGER
  cProxyCallActiveEndpointType CProxyEndptType
  cProxyCallActiveEndpointVendor INTEGER
  cProxyCallActiveRequestBandwidth Integer32
  cProxyCallActiveActualBandwidth Integer32
  cProxyCallActiveAudioCoderRate CProxyAudioCodec
  cProxyCallActiveVideoCoderRate CProxyVideoCodec
  cProxyCallActiveRxAudioPackets AbsoluteCounter32
  cProxyCallActiveRxAudioBytes AbsoluteCounter32
  cProxyCallActiveTxAudioPackets AbsoluteCounter32
  cProxyCallActiveTxAudioBytes AbsoluteCounter32
  cProxyCallActiveRxVideoPackets AbsoluteCounter32
  cProxyCallActiveRxVideoBytes AbsoluteCounter32
  cProxyCallActiveTxVideoPackets AbsoluteCounter32
  cProxyCallActiveTxVideoBytes AbsoluteCounter32
  cProxyCallActiveRxT120Packets AbsoluteCounter32
  cProxyCallActiveRxT120Bytes AbsoluteCounter32
  cProxyCallActiveTxT120Packets AbsoluteCounter32
  cProxyCallActiveTxT120Bytes AbsoluteCounter32

CProxyCallHistoryEntry  
SEQUENCE    
  cProxyCallHistoryConnectionId CvcGUid
  cProxyCallHistoryRemoteIPAddress IpAddress
  cProxyCallHistoryAudioUDPPort INTEGER
  cProxyCallHistoryVideoUDPPort INTEGER
  cProxyCallHistoryT120TCPPort1 INTEGER
  cProxyCallHistoryT120TCPPort2 INTEGER
  cProxyCallHistoryT120TCPPort3 INTEGER
  cProxyCallHistoryT120TCPPort4 INTEGER
  cProxyCallHistoryEndpointType CProxyEndptType
  cProxyCallHistoryEndpointVendor INTEGER
  cProxyCallHistoryRequestBandwidth Integer32
  cProxyCallHistoryActualBandwidth Integer32
  cProxyCallHistoryAudioCoderRate CProxyAudioCodec
  cProxyCallHistoryVideoCoderRate CProxyVideoCodec
  cProxyCallHistoryRxAudioPackets AbsoluteCounter32
  cProxyCallHistoryRxAudioBytes AbsoluteCounter32
  cProxyCallHistoryTxAudioPackets AbsoluteCounter32
  cProxyCallHistoryTxAudioBytes AbsoluteCounter32
  cProxyCallHistoryRxVideoPackets AbsoluteCounter32
  cProxyCallHistoryRxVideoBytes AbsoluteCounter32
  cProxyCallHistoryTxVideoPackets AbsoluteCounter32
  cProxyCallHistoryTxVideoBytes AbsoluteCounter32
  cProxyCallHistoryRxT120Packets AbsoluteCounter32
  cProxyCallHistoryRxT120Bytes AbsoluteCounter32
  cProxyCallHistoryTxT120Packets AbsoluteCounter32
  cProxyCallHistoryTxT120Bytes AbsoluteCounter32

Defined Values

ciscoProxyControlMIB 1.3.6.1.4.1.9.10.57
This MIB module enhances the IETF Dial Control MIB (RFC2128) by providing Proxy management information. *** ABBREVIATIONS, ACRONYMS AND SYMBOLS *** GSM - Global System for Mobile Communication AMR-NB - Adaptive Multi Rate - Narrow Band iLBC - internet Low Bitrate Codec iSAC - internet Speech Audio Codec
MODULE-IDENTITY    

ciscoProxyControlMIBObjects 1.3.6.1.4.1.9.10.57.1
OBJECT IDENTIFIER    

cProxyCallActive 1.3.6.1.4.1.9.10.57.1.1
OBJECT IDENTIFIER    

cProxyCallHistory 1.3.6.1.4.1.9.10.57.1.2
OBJECT IDENTIFIER    

cProxyCallActiveTable 1.3.6.1.4.1.9.10.57.1.1.1
This table is the Proxy extension to the call Active table of IETF Dial Control MIB. It contains Proxy call leg information about specific proxied calls.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CProxyCallActiveEntry

cProxyCallActiveEntry 1.3.6.1.4.1.9.10.57.1.1.1.1
The information regarding a single proxied call leg. An entry of this table is created when its associated call Active entry in the IETF Dial Control MIB is created and the call Active entry contains information for the call establishment to the peer on the data network. This entry is deleted when its associated Call Active entry in the IETF Dial Control MIB is deleted.
Status: current Access: not-accessible
OBJECT-TYPE    
  CProxyCallActiveEntry  

cProxyCallActiveConnectionId 1.3.6.1.4.1.9.10.57.1.1.1.1.1
The global call identifier for the Proxy call.
Status: current Access: read-only
OBJECT-TYPE    
  CvcGUid  

cProxyCallActiveRemoteIPAddress 1.3.6.1.4.1.9.10.57.1.1.1.1.2
Remote system IP address for the call.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

cProxyCallActiveAudioUDPPort 1.3.6.1.4.1.9.10.57.1.1.1.1.3
Remote system UDP listener port to which to transmit voice packets for the call. A value of zero indicates that no port was used.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

cProxyCallActiveVideoUDPPort 1.3.6.1.4.1.9.10.57.1.1.1.1.4
Remote system UDP listener port to which to transmit video packets for the call. A value of zero indicates that no port was used.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

cProxyCallActiveT120TCPPort1 1.3.6.1.4.1.9.10.57.1.1.1.1.5
First remote system UDP listener port to which to transmit T120 packets for the call. A value of zero indicates that no port was used.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

cProxyCallActiveT120TCPPort2 1.3.6.1.4.1.9.10.57.1.1.1.1.6
Second remote system UDP listener port to which to transmit T120 packets for the call. A value of zero indicates that no port was used.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

cProxyCallActiveT120TCPPort3 1.3.6.1.4.1.9.10.57.1.1.1.1.7
Third remote system UDP listener port to which to transmit T120 packets for the call. A value of zero indicates that no port was used.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

cProxyCallActiveT120TCPPort4 1.3.6.1.4.1.9.10.57.1.1.1.1.8
Fourth remote system UDP listener port to which to transmit T120 packets for the call. A value of zero indicates that no port was used.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

cProxyCallActiveEndpointType 1.3.6.1.4.1.9.10.57.1.1.1.1.9
The type of end point this proxy call leg is connected to.
Status: current Access: read-only
OBJECT-TYPE    
  CProxyEndptType  

cProxyCallActiveEndpointVendor 1.3.6.1.4.1.9.10.57.1.1.1.1.10
The H225 Manufacturers code for this endpoint. Zero indicates unknown vendor.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

cProxyCallActiveRequestBandwidth 1.3.6.1.4.1.9.10.57.1.1.1.1.11
The requested bandwidth for this proxied call leg.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..10000000  

cProxyCallActiveActualBandwidth 1.3.6.1.4.1.9.10.57.1.1.1.1.12
The actual bandwidth used by the proxied call.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..10000000  

cProxyCallActiveAudioCoderRate 1.3.6.1.4.1.9.10.57.1.1.1.1.13
The negotiated coder rate. It specifies the transmit rate of audio compression to its associated call leg for the call.
Status: current Access: read-only
OBJECT-TYPE    
  CProxyAudioCodec  

cProxyCallActiveVideoCoderRate 1.3.6.1.4.1.9.10.57.1.1.1.1.14
The negotiated coder rate. It specifies the transmit rate of video compression to its associated call leg for the call.
Status: current Access: read-only
OBJECT-TYPE    
  CProxyVideoCodec  

cProxyCallActiveRxAudioPackets 1.3.6.1.4.1.9.10.57.1.1.1.1.15
The number of audio packets received from the remote end for this call.
Status: current Access: read-only
OBJECT-TYPE    
  AbsoluteCounter32  

cProxyCallActiveRxAudioBytes 1.3.6.1.4.1.9.10.57.1.1.1.1.16
The number of audio bytes received from the remote end for this call.
Status: current Access: read-only
OBJECT-TYPE    
  AbsoluteCounter32  

cProxyCallActiveTxAudioPackets 1.3.6.1.4.1.9.10.57.1.1.1.1.17
The number of audio packets transmitted to the remote end for this call.
Status: current Access: read-only
OBJECT-TYPE    
  AbsoluteCounter32  

cProxyCallActiveTxAudioBytes 1.3.6.1.4.1.9.10.57.1.1.1.1.18
The number of audio bytes transmitted to the remote end for this call.
Status: current Access: read-only
OBJECT-TYPE    
  AbsoluteCounter32  

cProxyCallActiveRxVideoPackets 1.3.6.1.4.1.9.10.57.1.1.1.1.19
The number of video packets received from the remote end for this call.
Status: current Access: read-only
OBJECT-TYPE    
  AbsoluteCounter32  

cProxyCallActiveRxVideoBytes 1.3.6.1.4.1.9.10.57.1.1.1.1.20
The number of video bytes received from the remote end for this call.
Status: current Access: read-only
OBJECT-TYPE    
  AbsoluteCounter32  

cProxyCallActiveTxVideoPackets 1.3.6.1.4.1.9.10.57.1.1.1.1.21
The number of video packets transmitted to the remote end for this call.
Status: current Access: read-only
OBJECT-TYPE    
  AbsoluteCounter32  

cProxyCallActiveTxVideoBytes 1.3.6.1.4.1.9.10.57.1.1.1.1.22
The number of video bytes transmitted to the remote end for this call.
Status: current Access: read-only
OBJECT-TYPE    
  AbsoluteCounter32  

cProxyCallActiveRxT120Packets 1.3.6.1.4.1.9.10.57.1.1.1.1.23
The number of T120 data packets received from the remote end for this call.
Status: current Access: read-only
OBJECT-TYPE    
  AbsoluteCounter32  

cProxyCallActiveRxT120Bytes 1.3.6.1.4.1.9.10.57.1.1.1.1.24
The number of T120 data bytes received from the remote end of this call.
Status: current Access: read-only
OBJECT-TYPE    
  AbsoluteCounter32  

cProxyCallActiveTxT120Packets 1.3.6.1.4.1.9.10.57.1.1.1.1.25
The number of T120 data packets transmitted to the remote end for this call.
Status: current Access: read-only
OBJECT-TYPE    
  AbsoluteCounter32  

cProxyCallActiveTxT120Bytes 1.3.6.1.4.1.9.10.57.1.1.1.1.26
The number of T120 data bytes transmitted to the remote end of this call.
Status: current Access: read-only
OBJECT-TYPE    
  AbsoluteCounter32  

cProxyCallHistoryTable 1.3.6.1.4.1.9.10.57.1.2.1
This table is the Proxy extension to the History call table of IETF Dial Control MIB. It contains PROXY call leg information about proxied call.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CProxyCallHistoryEntry

cProxyCallHistoryEntry 1.3.6.1.4.1.9.10.57.1.2.1.1
The information regarding a single proxied call leg. An entry of this table is created when its associated call History entry in the IETF Dial Control MIB is created. The call History entry contains information for the call establishment to the peer on the data network backbone via a voice over PROXY peer. The entry is deleted when its associated call History entry in the IETF Dial Control MIB is deleted.
Status: current Access: not-accessible
OBJECT-TYPE    
  CProxyCallHistoryEntry  

cProxyCallHistoryConnectionId 1.3.6.1.4.1.9.10.57.1.2.1.1.1
The global call identifier for the Proxy call.
Status: current Access: read-only
OBJECT-TYPE    
  CvcGUid  

cProxyCallHistoryRemoteIPAddress 1.3.6.1.4.1.9.10.57.1.2.1.1.2
Remote system IP address for the call.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

cProxyCallHistoryAudioUDPPort 1.3.6.1.4.1.9.10.57.1.2.1.1.3
Remote system UDP listener port to which to transmit voice packets for the call. A value of zero indicates that no port was used.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

cProxyCallHistoryVideoUDPPort 1.3.6.1.4.1.9.10.57.1.2.1.1.4
Remote system UDP listener port to which to transmit video packets for the call. A value of zero indicates that no port was used.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

cProxyCallHistoryT120TCPPort1 1.3.6.1.4.1.9.10.57.1.2.1.1.5
First remote system UDP listener port to which to transmit T120 packets for the call. A value of zero indicates that no port was used.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

cProxyCallHistoryT120TCPPort2 1.3.6.1.4.1.9.10.57.1.2.1.1.6
Second remote system UDP listener port to which to transmit T120 packets for the call. A value of zero indicates that no port was used.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

cProxyCallHistoryT120TCPPort3 1.3.6.1.4.1.9.10.57.1.2.1.1.7
Third remote system UDP listener port to which to transmit T120 packets for the call. A value of zero indicates that no port was used.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

cProxyCallHistoryT120TCPPort4 1.3.6.1.4.1.9.10.57.1.2.1.1.8
Fourth remote system UDP listener port to which to transmit T120 packets for the call. A value of zero indicates that no port was used.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

cProxyCallHistoryEndpointType 1.3.6.1.4.1.9.10.57.1.2.1.1.9
The type of end point this proxy call leg is connected to.
Status: current Access: read-only
OBJECT-TYPE    
  CProxyEndptType  

cProxyCallHistoryEndpointVendor 1.3.6.1.4.1.9.10.57.1.2.1.1.10
The H225 Manufacturers code for this endpoint. Zero indicates unknown vendor.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

cProxyCallHistoryRequestBandwidth 1.3.6.1.4.1.9.10.57.1.2.1.1.11
The requested bandwidth for this proxied call leg.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..10000000  

cProxyCallHistoryActualBandwidth 1.3.6.1.4.1.9.10.57.1.2.1.1.12
The actual bandwidth used by the proxied call.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..10000000  

cProxyCallHistoryAudioCoderRate 1.3.6.1.4.1.9.10.57.1.2.1.1.13
The negotiated coder rate. It specifies the transmit rate of audio compression to its associated call leg for the call.
Status: current Access: read-only
OBJECT-TYPE    
  CProxyAudioCodec  

cProxyCallHistoryVideoCoderRate 1.3.6.1.4.1.9.10.57.1.2.1.1.14
The negotiated coder rate. It specifies the transmit rate of video compression to its associated call leg for the call.
Status: current Access: read-only
OBJECT-TYPE    
  CProxyVideoCodec  

cProxyCallHistoryRxAudioPackets 1.3.6.1.4.1.9.10.57.1.2.1.1.15
The number of audio packets received from the remote end for this call.
Status: current Access: read-only
OBJECT-TYPE    
  AbsoluteCounter32  

cProxyCallHistoryRxAudioBytes 1.3.6.1.4.1.9.10.57.1.2.1.1.16
The number of audio bytes received from the remote end for this call.
Status: current Access: read-only
OBJECT-TYPE    
  AbsoluteCounter32  

cProxyCallHistoryTxAudioPackets 1.3.6.1.4.1.9.10.57.1.2.1.1.17
The number of audio packets transmitted to the remote end for this call.
Status: current Access: read-only
OBJECT-TYPE    
  AbsoluteCounter32  

cProxyCallHistoryTxAudioBytes 1.3.6.1.4.1.9.10.57.1.2.1.1.18
The number of audio bytes transmitted to the remote end for this call.
Status: current Access: read-only
OBJECT-TYPE    
  AbsoluteCounter32  

cProxyCallHistoryRxVideoPackets 1.3.6.1.4.1.9.10.57.1.2.1.1.19
The number of video packets received from the remote end for this call.
Status: current Access: read-only
OBJECT-TYPE    
  AbsoluteCounter32  

cProxyCallHistoryRxVideoBytes 1.3.6.1.4.1.9.10.57.1.2.1.1.20
The number of video bytes received from the remote end for this call.
Status: current Access: read-only
OBJECT-TYPE    
  AbsoluteCounter32  

cProxyCallHistoryTxVideoPackets 1.3.6.1.4.1.9.10.57.1.2.1.1.21
The number of video packets transmitted to the remote end for this call.
Status: current Access: read-only
OBJECT-TYPE    
  AbsoluteCounter32  

cProxyCallHistoryTxVideoBytes 1.3.6.1.4.1.9.10.57.1.2.1.1.22
The number of video bytes transmitted to the remote end for this call.
Status: current Access: read-only
OBJECT-TYPE    
  AbsoluteCounter32  

cProxyCallHistoryRxT120Packets 1.3.6.1.4.1.9.10.57.1.2.1.1.23
The number of T120 data packets received from the remote end for this call.
Status: current Access: read-only
OBJECT-TYPE    
  AbsoluteCounter32  

cProxyCallHistoryRxT120Bytes 1.3.6.1.4.1.9.10.57.1.2.1.1.24
The number of T120 data bytes received from the remote end for this call.
Status: current Access: read-only
OBJECT-TYPE    
  AbsoluteCounter32  

cProxyCallHistoryTxT120Packets 1.3.6.1.4.1.9.10.57.1.2.1.1.25
The number of T120 data packets transmitted to the remote end for this call.
Status: current Access: read-only
OBJECT-TYPE    
  AbsoluteCounter32  

cProxyCallHistoryTxT120Bytes 1.3.6.1.4.1.9.10.57.1.2.1.1.26
The number of T120 data bytes transmitted to the remote end for this call.
Status: current Access: read-only
OBJECT-TYPE    
  AbsoluteCounter32  

ciscoProxyControlMIBNotificationPrefix 1.3.6.1.4.1.9.10.57.2
OBJECT IDENTIFIER    

ciscoProxyControlMIBNotifications 1.3.6.1.4.1.9.10.57.2.0
OBJECT IDENTIFIER    

ciscoProxyControlMIBConformance 1.3.6.1.4.1.9.10.57.3
OBJECT IDENTIFIER    

ciscoProxyControlMIBCompliances 1.3.6.1.4.1.9.10.57.3.1
OBJECT IDENTIFIER    

ciscoProxyControlMIBGroups 1.3.6.1.4.1.9.10.57.3.2
OBJECT IDENTIFIER    

ciscoProxyControlMIBCompliance 1.3.6.1.4.1.9.10.57.3.1.1
The compliance statement for entities which implement the CISCO PROXY CONTROL MIB
Status: current Access: read-only
MODULE-COMPLIANCE    

cProxyCallActiveGroup 1.3.6.1.4.1.9.10.57.3.2.1
A collection of objects providing the PROXY Call Active entry capability.
Status: current Access: read-only
OBJECT-GROUP    

cProxyCallHistoryGroup 1.3.6.1.4.1.9.10.57.3.2.2
A collection of objects providing the PROXY Call Active entry capability.
Status: current Access: read-only
OBJECT-GROUP