CISCO-VQES-MIB: View SNMP OID List / Download MIB

VENDOR: CISCO


 Home MIB: CISCO-VQES-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 ciscoVqeSMIB 1.3.6.1.4.1.9.9.942
This MIB module defines a set of objects for monitoring the Visual Quality Experience Server (VQE-S) operational status. VQE-S receives the channel lineups from the VQE Channel Provisioning Tool. Each channel is uniquely identified with a Service Delivery Protocol (SDP) description, including: - IP multicast address - Real-Time Protocol (RTP) port number - Real-Time Control Protocol (RTCP) port number - Unicast feedback target address - RTP and RTCP port numbers VQE-S supports Error Repair (ER) and Rapid Channel Change (RCC) technologies to improve the delivery of IPTV video services. When a VQE client (VQE-C) notices a missing packet or a group of missing packets, it sends an RTCP Feedback Generic NACK to the VQE-S. The VQE-S looks into its cache, and if it has any of the requested packets, it sends them immediately to the VQE-C as RTP retransmission repair packets. When the VQE-C detects a channel change, it immediately sends an RTCP Picture Loss Indication (PLI) NACK to the VQE-S to request the information for the VQE-C to recover its picture. Both ER and RCC are unicast retransmissions.
         ciscoVqeSMIBNotifs 1.3.6.1.4.1.9.9.942.0
             cvqsChannelUp 1.3.6.1.4.1.9.9.942.0.1
This notification indicates that a VQE-S channel status is changed to ACTIVE.
             cvqsChannelDown 1.3.6.1.4.1.9.9.942.0.2
This notification indicates that a VQE-S channel status is changed to INACTIVE or INOPERATIVE.
         ciscoVqeSMIBObjects 1.3.6.1.4.1.9.9.942.1
             cvqsControlInfo 1.3.6.1.4.1.9.9.942.1.1
                 cvqsNotificationsEnable 1.3.6.1.4.1.9.9.942.1.1.1 truthvalue read-write
This object specifies whether cvqsChannelUp and cvqsChannelDown notifications will be generated or not. A false value will prevent these notifications from being generated.
             cvqsChannelInfo 1.3.6.1.4.1.9.9.942.1.2
                 cvqsNumberofChannels 1.3.6.1.4.1.9.9.942.1.2.1 gauge32 read-only
This object indicates total number of channels in the channel lineup configuration.
                 cvqsActiveChannels 1.3.6.1.4.1.9.9.942.1.2.2 gauge32 read-only
This object indicates total number of channels successfully parsed from the channel lineup.
                 cvqsLastUpdatedTime 1.3.6.1.4.1.9.9.942.1.2.3 dateandtime read-only
This object indicates the time when the channel lineup was last updated.
                 cvqsChannelTable 1.3.6.1.4.1.9.9.942.1.2.4 no-access
This table contains the list of channels (i.e., the channel lineup) this VQE-S is servicing.
                     cvqsChannelTableEntry 1.3.6.1.4.1.9.9.942.1.2.4.1 no-access
This entry contains information about one channel seviced by the VQE-S system. The entry is created and removed via the Net-SNMP cache helper.
                         cvqsChannelIndex 1.3.6.1.4.1.9.9.942.1.2.4.1.1 unsigned32 no-access
An arbitrary integer-value that uniquely identifies this channel.
                         cvqsChannelMulticastIPType 1.3.6.1.4.1.9.9.942.1.2.4.1.2 inetaddresstype read-only
This object indicates the address type of channel multicast IP address.
                         cvqsChannelMulticastIPAddr 1.3.6.1.4.1.9.9.942.1.2.4.1.3 inetaddress read-only
This object indicates the channel's multicast IP address.
                         cvqsChannelMulticastPort 1.3.6.1.4.1.9.9.942.1.2.4.1.4 inetportnumber read-only
This object indicates the channel's multicast port number.
                         cvqsChannelStatus 1.3.6.1.4.1.9.9.942.1.2.4.1.5 integer read-only
This object indicates the current status of this channel. Enumeration: 'active': 1, 'inoperative': 3, 'inactive': 2.
                         cvqsChannelMemberPopulation 1.3.6.1.4.1.9.9.942.1.2.4.1.6 gauge32 read-only
This object indicates the number of VQE clients listening to this channel.
             cvqsErrorRepair 1.3.6.1.4.1.9.9.942.1.3
                 cvqsTotalReceivedERMsgs 1.3.6.1.4.1.9.9.942.1.3.1 counter64 read-only
This object indicates the total number of requests for ER (Generic NACK RTCP) messages received.
                 cvqsTotalReceivedInvalidERMsgs 1.3.6.1.4.1.9.9.942.1.3.2 counter64 read-only
This object indicates the number of requests for ER (Generic NACK RTCP messages) received that were invalid.
                 cvqsTotalReceivedERPkts 1.3.6.1.4.1.9.9.942.1.3.3 counter64 read-only
This object indicates the total number of RTP packets requested for retransmission.
                 cvqsTotalSentERPkts 1.3.6.1.4.1.9.9.942.1.3.4 counter64 read-only
This object indicates the total number of retransmitted RTP packets.
             cvqsRCC 1.3.6.1.4.1.9.9.942.1.4
                 cvqsTotalReceivedRCCs 1.3.6.1.4.1.9.9.942.1.4.1 counter64 read-only
This object indicates the total number of RCC requests received by the VQE-S.
                 cvqsTotalAcceptedRCCs 1.3.6.1.4.1.9.9.942.1.4.2 counter64 read-only
This object indicates the total number of RCC requests accepted by the VQE-S.
                 cvqsTotalRefusedRCCs 1.3.6.1.4.1.9.9.942.1.4.3 counter64 read-only
This object indicates the total number of RCC requests not accepted by the VQE-S.
             cvqsCapacity 1.3.6.1.4.1.9.9.942.1.5
                 cvqsTotalRTCPReceivers 1.3.6.1.4.1.9.9.942.1.5.1 gauge32 read-only
This object indicates the number of currently active RTCP receivers.
                 cvqsRejectedRTCPs 1.3.6.1.4.1.9.9.942.1.5.2 counter64 read-only
This object indicates the number of received RTCP packets (ER requests, RCC requests or Receiver Reports) rejected by the VQE-S due to active RTCP receivers in VQE-S reaching their limit of accepting RTCP requests.
                 cvqsRejectedERs 1.3.6.1.4.1.9.9.942.1.5.3 counter64 read-only
This object indicates the number of received ER requests rejected by the VQE-S due to VQE-S reaching its limit of accepting ER requests.
                 cvqsRejectedRCCs 1.3.6.1.4.1.9.9.942.1.5.4 counter64 read-only
This object indicates the number of received RCC requests rejected by the VQE-S due to VQE-S reaching its limit of accepting RCC requests.
         ciscoVqeSMIBConform 1.3.6.1.4.1.9.9.942.2
             cvqsMIBCompliances 1.3.6.1.4.1.9.9.942.2.1
                 cvqsMIBCompliance 1.3.6.1.4.1.9.9.942.2.1.1
The compliance statement for entities which implement this MIB.
             cvqsMIBGroups 1.3.6.1.4.1.9.9.942.2.2
                 ciscoVqeSControlGroup 1.3.6.1.4.1.9.9.942.2.2.1
A collection of objects providing the VQE-S control information.
                 ciscoVqeSChannelGroup 1.3.6.1.4.1.9.9.942.2.2.2
A collection of objects providing the VQE-S channel information.
                 ciscoVqeSERGroup 1.3.6.1.4.1.9.9.942.2.2.3
A collection of objects providing the VQE-S Error Repair information.
                 ciscoVqeSRCCGroup 1.3.6.1.4.1.9.9.942.2.2.4
A collection of objects providing the VQE-S Rapid Channel Change information.
                 ciscoVqeSCapacityGroup 1.3.6.1.4.1.9.9.942.2.2.5
A collection of objects providing the VQE-S Capacity information.
                 ciscoVqeSNotifGroup 1.3.6.1.4.1.9.9.942.2.2.6
This group contains the collection of all the notifications for a Cisco VQE-S Entity.