CISCO-QP-LBG-MIB: View SNMP OID List / Download MIB

VENDOR: CISCO


 Home MIB: CISCO-QP-LBG-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
 ciscoQpLbgMIB 1.3.6.1.4.1.9.9.824
This MIB module represents the Qam-Partition (QP) and Load Balance Group (LBG) parameters in the headend and it is supported by an snmp agent. It defines objects for managing both QP and LBG.
         ciscoQpLbgNotifs 1.3.6.1.4.1.9.9.824.0
             cqlQpStateChange 1.3.6.1.4.1.9.9.824.0.1
The device generates this notification when a QP state has changed and the value of cqlQpNotifyEnable is 'true'.
             cqlQamAdd 1.3.6.1.4.1.9.9.824.0.2
The device generates this notification when a qam has been added to QP and the value of cqlQamNotifyEnable is 'true'.
             cqlQamDelete 1.3.6.1.4.1.9.9.824.0.3
The device generates this notification when a qam has been deleted from QP and the value of cqlQamNotifyEnable is 'true'.
             cqlLbgRouteAdd 1.3.6.1.4.1.9.9.824.0.4
The device generates this notification when a route has been added to QP and the value of cqlRouteNotifyEnable is 'true'.
             cqlLbgRouteDelete 1.3.6.1.4.1.9.9.824.0.5
The device generates this notification when a route has been deleted from QP and the value of cqlRouteNotifyEnable is 'true'.
             cqlQamOverSubscribedAlert 1.3.6.1.4.1.9.9.824.0.6
The device generates this notification when a qam has been oversubscribed or cleared. This will be enabled when the object cqlQamOverSubscribedEnable is set to 'true'.
         ciscoQpLbgObjects 1.3.6.1.4.1.9.9.824.1
             cqlqamPartitionTable 1.3.6.1.4.1.9.9.824.1.1 no-access
This table describes the various parameters of QP such as QP's state, protocol, management IP, server IP, server state, information related to qam and video routes.
                 cqlqamPartitionEntry 1.3.6.1.4.1.9.9.824.1.1.1 no-access
Each entry corresponds to the configuration of a QP.
                     cqlqpIndex 1.3.6.1.4.1.9.9.824.1.1.1.1 unsigned32 no-access
Table Index. This index uniquely identifies the QP.
                     cqlqpId 1.3.6.1.4.1.9.9.824.1.1.1.2 unsigned32 read-only
This object specifies the QP Id.
                     cqlqpMgmtIpAddrType 1.3.6.1.4.1.9.9.824.1.1.1.3 inetaddresstype read-only
The type of the Management address as defined inetAddressType. The supported address types are IPv4 and IPv6.
                     cqlqpMgmtIp 1.3.6.1.4.1.9.9.824.1.1.1.4 inetaddress read-only
This object specifies the Management IP address of a QP.
                     cqlqpServerIpAddrType 1.3.6.1.4.1.9.9.824.1.1.1.5 inetaddresstype read-only
The type of the Server address as defined inetAddressType. The supported address types are IPv4 and IPv6.
                     cqlqpServerIp 1.3.6.1.4.1.9.9.824.1.1.1.6 inetaddress read-only
Server IP of the QP.
                     cqlqpState 1.3.6.1.4.1.9.9.824.1.1.1.7 integer read-only
This object specifies the state of the QP. The following are the valid states. inactive(1) QP is in inactive state. init(2) QP is in init state. active(3) QP is in active state. Enumeration: 'active': 3, 'init': 2, 'inactive': 1.
                     cqlqpProtocol 1.3.6.1.4.1.9.9.824.1.1.1.8 integer read-only
This object specifies the QP Protocol. Gqi(1) Ermi(2) Enumeration: 'ermi': 2, 'gqi': 1.
                     cqlqpKeepAliveTime 1.3.6.1.4.1.9.9.824.1.1.1.9 unsigned32 read-only
This object specifies the keepalive timer in seconds for a QP.
                     cqlqpServerState 1.3.6.1.4.1.9.9.824.1.1.1.10 integer read-only
This object specifies the Server state of the QP. disconnected(1) Server is in disconnected state. connected(2) Server is in connected state. Enumeration: 'connected': 2, 'disconnected': 1.
                     cqlqpGqiMacAddr 1.3.6.1.4.1.9.9.824.1.1.1.11 macaddress read-only
This object specifies the MAC address of a QP, applicable only for GQI Protocol.
                     cqlqpGqiResetInterval 1.3.6.1.4.1.9.9.824.1.1.1.12 unsigned32 read-only
This object specifies Reset interval for a QP. It is applicable only for GQI protocol.
                     cqlqpNumQams 1.3.6.1.4.1.9.9.824.1.1.1.13 unsigned32 read-only
The total number of qams associated with the QP.
                     cqlqpQamCarrrierList 1.3.6.1.4.1.9.9.824.1.1.1.14 octet string read-only
This object specifies the list of Qam carriers associated with the QP.
                     cqlqpNumRoutes 1.3.6.1.4.1.9.9.824.1.1.1.15 unsigned32 read-only
The total number of routes associated with the QP.
                     cqlqpRouteDetails 1.3.6.1.4.1.9.9.824.1.1.1.16 octet string read-only
Route details of the QP. It includes the configured IP and also the highest and lowest UDP range.
                     cqlqpErmiErrpComponentName 1.3.6.1.4.1.9.9.824.1.1.1.17 octet string read-only
Component Name for the QP, applicable only for ERMI protocol.
                     cqlqpErmiErrpStreamingZone 1.3.6.1.4.1.9.9.824.1.1.1.18 octet string read-only
Streaming zone for the QP, applicable only for ERMI protocol.
                     cqlqpErmiErrpHoldTime 1.3.6.1.4.1.9.9.824.1.1.1.19 unsigned32 read-only
Hold Time in seconds for the QP, applicable only for ERMI protocol.
                     cqlqpErmiErrpConnnectTime 1.3.6.1.4.1.9.9.824.1.1.1.20 unsigned32 read-only
Connect Time in seconds for the QP, applicable only for ERMI protocol.
                     cqlqpErmiErrpConnectRetry 1.3.6.1.4.1.9.9.824.1.1.1.21 unsigned32 read-only
Connection retry in seconds for the QP. It is applicable only for ERMI protocol.
                     cqlqpErmiRtspConnectTime 1.3.6.1.4.1.9.9.824.1.1.1.22 unsigned32 read-only
Connect time in seconds for the QP. It is applicable only for ERMI protocol.
                     cqlqpErmiRtspConnectRetry 1.3.6.1.4.1.9.9.824.1.1.1.23 unsigned32 read-only
Connect retry in seconds for the QP, applicable only for ERMI protocol.
                     cqlqpErmiRtspKeepAliveTime 1.3.6.1.4.1.9.9.824.1.1.1.24 unsigned32 read-only
Connection timeout in seconds for the QP. It is applicable only for ERMI protocol.
                     cqlqpErmiRtspSessionTimeout 1.3.6.1.4.1.9.9.824.1.1.1.25 unsigned32 read-only
Session Timeout in seconds for the QP. It is applicable only for ERMI protocol.
                     cqlqpQamOversubscribedStatus 1.3.6.1.4.1.9.9.824.1.1.1.26 truthvalue read-only
This object specifies oversubscription status of a Qam. The value 'True' indicates the Qam is oversubscribed. Otherwise the value 'False' is reported.
                     cqlqpServerIpList 1.3.6.1.4.1.9.9.824.1.1.1.27 octet string read-only
List of Server IP's for the QP.
             cqlloadBalanceGroupTable 1.3.6.1.4.1.9.9.824.1.2 no-access
This table describes the total bandwidth and the reserved bandwidth of QAM/IP based sessions.
                 cqlloadBalanceGroupEntry 1.3.6.1.4.1.9.9.824.1.2.1 no-access
Each entry corresponds to the parameters of a LBG.
                     cqllbgIndex 1.3.6.1.4.1.9.9.824.1.2.1.1 unsigned32 no-access
This index is to identify the LBG group within the slot.
                     cqllbgTotalBandwidth 1.3.6.1.4.1.9.9.824.1.2.1.2 unsigned32 read-only
This object specifies the total bandwidth in Kbps of a LBG.
                     cqllbgQamRsvBandwidth 1.3.6.1.4.1.9.9.824.1.2.1.3 unsigned32 read-only
This object specifies the total reserved bandwidth in Kbps for depi sessions.
                     cqllbgIpRsvBandwidth 1.3.6.1.4.1.9.9.824.1.2.1.4 unsigned32 read-only
This object specifies the total reserved bandwidth in Kbps for video sessions.
                     cqllbgAvailableBandwidth 1.3.6.1.4.1.9.9.824.1.2.1.5 unsigned32 read-only
This object specifies the available bandwidth in Kbps. This may be calculated as (TotalBandwidth - (QamRsvBandwidth + IpRsvBandwith)).
             cqllbgrouteTable 1.3.6.1.4.1.9.9.824.1.3 no-access
This table describes the route parameters such as QP id,destination ip, low and high udp range, reserved and allocated bandwidth.
                 cqllbgrouteEntry 1.3.6.1.4.1.9.9.824.1.3.1 no-access
Each entry corresponds to the parameters of a route.
                     cqllbgRouteIndex 1.3.6.1.4.1.9.9.824.1.3.1.1 unsigned32 no-access
The table index. This is the index which uniquely identifies the route within the LBG group.
                     cqllbgQpId 1.3.6.1.4.1.9.9.824.1.3.1.2 unsigned32 read-only
This object specifies the QP ID. The range of the QP is between 1 and 50.
                     cqllbgDstIpAddrType 1.3.6.1.4.1.9.9.824.1.3.1.3 inetaddresstype read-only
The type of the destination address as defined inetAddressType. The supported address types are IPv4 and IPv6.
                     cqllbgDstIpAddr 1.3.6.1.4.1.9.9.824.1.3.1.4 inetaddress read-only
Destination IP address of the route to which the incoming packets are routed to.
                     cqllbgUdpPortRangeMin 1.3.6.1.4.1.9.9.824.1.3.1.5 unsigned32 read-only
The lowest UDP port of the UDP port range that can be used.
                     cqllbgUdpPortRangeMax 1.3.6.1.4.1.9.9.824.1.3.1.6 unsigned32 read-only
The highest UDP port of the UDP port range that can be used.
                     cqllbgGqiIngressPort 1.3.6.1.4.1.9.9.824.1.3.1.7 unsigned32 read-only
Ingress port of a QP, applicable only for GQI protocol.
                     cqllbgRsvBandwidth 1.3.6.1.4.1.9.9.824.1.3.1.8 unsigned32 read-only
Reserved bandwidth is the total bitrate reserved on this route in Kbps.
                     cqllbgAllocatedBandwidth 1.3.6.1.4.1.9.9.824.1.3.1.9 unsigned32 read-only
The total bandwidth being used by sessions using this route in Kbps.
                     cqllbgNumFlows 1.3.6.1.4.1.9.9.824.1.3.1.10 unsigned32 read-only
Number of sessions currently use this route to forward this traffic in Kbps.
             cqlQpNotifyEnable 1.3.6.1.4.1.9.9.824.1.4 truthvalue read-write
This object specifies whether the system generates cqlQpStateChange notifications. A false value will prevent cqlQpStateChange notifications from being generated by this system.
             cqlQamNotifyEnable 1.3.6.1.4.1.9.9.824.1.5 truthvalue read-write
This object specifies whether the system generates cqlQamAdd or cqlQamDelete notifications. A false value will prevent cqlQamAdd or cqlQamDelete notifications from being generated by this system.
             cqlRouteNotifyEnable 1.3.6.1.4.1.9.9.824.1.6 truthvalue read-write
This object specifies whether the system produces cqlRouteAdd or cqlRouteDelete notifications. A false value will prevent cqlRouteAdd or cqlRouteDelete notifications from being generated by this system.
             cqlQamOverSubscribedEnable 1.3.6.1.4.1.9.9.824.1.7 truthvalue read-write
This object specifies whether the system produces cqlQamOverSubscribedAlert notifications. A false value will prevent cqlQamOverSubscribedAlert notifications from being generated by the system.
         ciscoQpLbgConform 1.3.6.1.4.1.9.9.824.2
             ciscoQpLbgCompliances 1.3.6.1.4.1.9.9.824.2.1
                 cqlciscoQpLbgCompliance 1.3.6.1.4.1.9.9.824.2.1.1
These objects describe the support level for QP and LBG.
                 cqlciscoQpLbgCompliance1 1.3.6.1.4.1.9.9.824.2.1.2
These objects describe the support level for QP and LBG.
             ciscoQpLbgGroups 1.3.6.1.4.1.9.9.824.2.2
                 cqlciscoQpNotifsGroup 1.3.6.1.4.1.9.9.824.2.2.1
A collection of QP notifications that may optionally be implemented. cqlciscoQpNotifsGroup object is superseded by cqlciscoQpNotifsGroup1.
                 cqlciscoLbgNotifsGroup 1.3.6.1.4.1.9.9.824.2.2.2
A collection of LBG notifications that may optionally be implemented.
                 cqlciscoQpObjectGroup 1.3.6.1.4.1.9.9.824.2.2.3
A collection of objects providing information about the QP parameters. cqlciscoQpObjectGroup object is superseded by cqlciscoQpObjectGroup1.
                 cqlciscoLbgObjectGroup 1.3.6.1.4.1.9.9.824.2.2.4
A collection of objects providing information about the LBG parameters.
                 cqlciscoLbgRouteObjectGroup 1.3.6.1.4.1.9.9.824.2.2.5
A collection of objects providing information about the LBG route parameters.
                 cqlciscoQpLbgNotifsControlGroup 1.3.6.1.4.1.9.9.824.2.2.6
A collection of objects providing information about the notification enables. cqlciscoQpLbgNotifsControlGroup object is superseded by cqlciscoQpLbgNotifsControlGroup1.
                 cqlciscoQpNotifsGroup1 1.3.6.1.4.1.9.9.824.2.2.7
A collection of QP notifications that may optionally be implemented.
                 cqlciscoQpObjectGroup1 1.3.6.1.4.1.9.9.824.2.2.8
A collection of objects providing information about the QP parameters.
                 cqlciscoQpLbgNotifsControlGroup1 1.3.6.1.4.1.9.9.824.2.2.9
A collection of objects providing information about the notification enables.