MIBs Depot

CISCO-VQES-MIB

Registered at
1.3.6.1.4.1.9.9.942
Last updated
2010-02-05 00:00
Organization
Cisco Systems, Inc.
Revisions
2010-01-14 11:10
Namespace
cisco
Source file
CISCO-VQES-MIB
Digest
sha256:16976ceccd7ad29be5616ddf2425ced5172247d32d2d48a5c674f81edd4d4a75

Description

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.

Contact

Cisco Systems Customer Service Postal: 170 W Tasman Drive San Jose, CA 95134 USA Tel: +1 800 553-NETS E-mail: bxb-iptv-team@cisco.com

Imports

FromSymbols
CISCO-SMIciscoMgmt
INET-ADDRESS-MIBInetAddress, InetAddressType, InetPortNumber
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP
SNMPv2-SMICounter64, Gauge32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Unsigned32, iso
SNMPv2-TCDateAndTime, DisplayString, TEXTUAL-CONVENTION, TruthValue

Imported by

Nothing in this corpus imports this module.

Load order

Every file a consumer needs in order to load this module, dependencies first.

CISCO-SMI
CISCO-VQES-MIB
INET-ADDRESS-MIB
SNMPv2-CONF
SNMPv2-SMI
SNMPv2-TC

Objects

NameOIDSyntaxAccessStatus
ciscoVqeSMIBNotifs
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.942.0
ciscoVqeSMIBObjects
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.942.1
cvqsControlInfo
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.942.1.1
cvqsNotificationsEnable
OBJECT-TYPE
This object specifies whether cvqsChannelUp and cvqsChannelDown notifications will be generated or not. A false value will prevent these notifications from being generated.
1.3.6.1.4.1.9.9.942.1.1.1TruthValueread-writecurrent
cvqsChannelInfo
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.942.1.2
cvqsNumberofChannels
OBJECT-TYPE
This object indicates total number of channels in the channel lineup configuration.
1.3.6.1.4.1.9.9.942.1.2.1Gauge32read-onlycurrent
cvqsActiveChannels
OBJECT-TYPE
This object indicates total number of channels successfully parsed from the channel lineup.
1.3.6.1.4.1.9.9.942.1.2.2Gauge32read-onlycurrent
cvqsLastUpdatedTime
OBJECT-TYPE
This object indicates the time when the channel lineup was last updated.
1.3.6.1.4.1.9.9.942.1.2.3DateAndTimeread-onlycurrent
cvqsChannelTable
OBJECT-TYPE
This table contains the list of channels (i.e., the channel lineup) this VQE-S is servicing.
1.3.6.1.4.1.9.9.942.1.2.4not-accessiblecurrent
cvqsChannelTableEntry
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.942.1.2.4.1not-accessiblecurrent
cvqsChannelIndex
OBJECT-TYPE
An arbitrary integer-value that uniquely identifies this channel.
1.3.6.1.4.1.9.9.942.1.2.4.1.1Unsigned32 (1..4294967295)not-accessiblecurrent
cvqsChannelMulticastIPType
OBJECT-TYPE
This object indicates the address type of channel multicast IP address.
1.3.6.1.4.1.9.9.942.1.2.4.1.2InetAddressTyperead-onlycurrent
cvqsChannelMulticastIPAddr
OBJECT-TYPE
This object indicates the channel's multicast IP address.
1.3.6.1.4.1.9.9.942.1.2.4.1.3InetAddressread-onlycurrent
cvqsChannelMulticastPort
OBJECT-TYPE
This object indicates the channel's multicast port number.
1.3.6.1.4.1.9.9.942.1.2.4.1.4InetPortNumberread-onlycurrent
cvqsChannelStatus
OBJECT-TYPE
This object indicates the current status of this channel.
1.3.6.1.4.1.9.9.942.1.2.4.1.5INTEGER {active(1), inactive(2), inoperative(3)}read-onlycurrent
cvqsChannelMemberPopulation
OBJECT-TYPE
This object indicates the number of VQE clients listening to this channel.
1.3.6.1.4.1.9.9.942.1.2.4.1.6Gauge32read-onlycurrent
cvqsErrorRepair
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.942.1.3
cvqsTotalReceivedERMsgs
OBJECT-TYPE
This object indicates the total number of requests for ER (Generic NACK RTCP) messages received.
1.3.6.1.4.1.9.9.942.1.3.1Counter64read-onlycurrent
cvqsTotalReceivedInvalidERMsgs
OBJECT-TYPE
This object indicates the number of requests for ER (Generic NACK RTCP messages) received that were invalid.
1.3.6.1.4.1.9.9.942.1.3.2Counter64read-onlycurrent
cvqsTotalReceivedERPkts
OBJECT-TYPE
This object indicates the total number of RTP packets requested for retransmission.
1.3.6.1.4.1.9.9.942.1.3.3Counter64read-onlycurrent
cvqsTotalSentERPkts
OBJECT-TYPE
This object indicates the total number of retransmitted RTP packets.
1.3.6.1.4.1.9.9.942.1.3.4Counter64read-onlycurrent
cvqsRCC
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.942.1.4
cvqsTotalReceivedRCCs
OBJECT-TYPE
This object indicates the total number of RCC requests received by the VQE-S.
1.3.6.1.4.1.9.9.942.1.4.1Counter64read-onlycurrent
cvqsTotalAcceptedRCCs
OBJECT-TYPE
This object indicates the total number of RCC requests accepted by the VQE-S.
1.3.6.1.4.1.9.9.942.1.4.2Counter64read-onlycurrent
cvqsTotalRefusedRCCs
OBJECT-TYPE
This object indicates the total number of RCC requests not accepted by the VQE-S.
1.3.6.1.4.1.9.9.942.1.4.3Counter64read-onlycurrent
cvqsCapacity
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.942.1.5
cvqsTotalRTCPReceivers
OBJECT-TYPE
This object indicates the number of currently active RTCP receivers.
1.3.6.1.4.1.9.9.942.1.5.1Gauge32read-onlycurrent
cvqsRejectedRTCPs
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.942.1.5.2Counter64read-onlycurrent
cvqsRejectedERs
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.942.1.5.3Counter64read-onlycurrent
cvqsRejectedRCCs
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.942.1.5.4Counter64read-onlycurrent
ciscoVqeSMIBConform
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.942.2
cvqsMIBCompliances
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.942.2.1
cvqsMIBGroups
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.942.2.2

Notifications

NameOIDStatus
cvqsChannelUp
NOTIFICATION-TYPE
This notification indicates that a VQE-S channel status is changed to ACTIVE.
1.3.6.1.4.1.9.9.942.0.1current
cvqsChannelDown
NOTIFICATION-TYPE
This notification indicates that a VQE-S channel status is changed to INACTIVE or INOPERATIVE.
1.3.6.1.4.1.9.9.942.0.2current

Conformance

NameOIDStatus
cvqsMIBCompliance
MODULE-COMPLIANCE
The compliance statement for entities which implement this MIB.
1.3.6.1.4.1.9.9.942.2.1.1current
ciscoVqeSControlGroup
OBJECT-GROUP
A collection of objects providing the VQE-S control information.
1.3.6.1.4.1.9.9.942.2.2.1current
ciscoVqeSChannelGroup
OBJECT-GROUP
A collection of objects providing the VQE-S channel information.
1.3.6.1.4.1.9.9.942.2.2.2current
ciscoVqeSERGroup
OBJECT-GROUP
A collection of objects providing the VQE-S Error Repair information.
1.3.6.1.4.1.9.9.942.2.2.3current
ciscoVqeSRCCGroup
OBJECT-GROUP
A collection of objects providing the VQE-S Rapid Channel Change information.
1.3.6.1.4.1.9.9.942.2.2.4current
ciscoVqeSCapacityGroup
OBJECT-GROUP
A collection of objects providing the VQE-S Capacity information.
1.3.6.1.4.1.9.9.942.2.2.5current
ciscoVqeSNotifGroup
NOTIFICATION-GROUP
This group contains the collection of all the notifications for a Cisco VQE-S Entity.
1.3.6.1.4.1.9.9.942.2.2.6current