CISCO-DOCS-REMOTE-QUERY-MIB

File: CISCO-DOCS-REMOTE-QUERY-MIB.mib (16005 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
DOCS-IF-MIB CISCO-SMI SNMP-FRAMEWORK-MIB
CISCO-DOCS-EXT-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE NOTIFICATION-TYPE
Integer32 Unsigned32 TruthValue
TimeStamp TimeInterval OBJECT-GROUP
MODULE-COMPLIANCE NOTIFICATION-GROUP TenthdBmV
TenthdB ciscoExperiment SnmpAdminString
SnmpEngineID cdxCmCpeMacAddress

Defined Types

CdrqCmtsCmStatusEntry  
SEQUENCE    
  cdrqCmtsCmDownChannelPower TenthdBmV
  cdrqCmtsCmStatusTxPower TenthdBmV
  cdrqCmtsCmUpChnlTxTimingOffset Unsigned32
  cdrqCmtsCmSigQSignalNoise TenthdB
  cdrqCmtsCmSigQMicroreflections Integer32
  cdrqCmtsCmPollTime TimeStamp

Defined Values

ciscoDocsRemoteQueryMIB 1.3.6.1.4.1.9.10.59
This MIB module provides the management of the Cisco Cable Modem Termination Systems (CMTS) Remote Query feature. This feature, implemented on a CMTS, facilitates SNMP polling of remote cable modems (CMs). This MIB includes the configuration and status objects of the CMTS CM Poller and remote CMs that polled by the CMTS CM Poller
MODULE-IDENTITY    

ciscoDocsRemQueryMIBObjects 1.3.6.1.4.1.9.10.59.1
OBJECT IDENTIFIER    

cdrqPoller 1.3.6.1.4.1.9.10.59.1.1
OBJECT IDENTIFIER    

cdrqCM 1.3.6.1.4.1.9.10.59.1.2
OBJECT IDENTIFIER    

cdrqCmtsCmPollerEnable 1.3.6.1.4.1.9.10.59.1.1.1
An indication of whether the CMTS CM Poller is running. When the poller is enabled, it polls the remote CMs periodically specified in the cdrqCmtsCmPollerInterval mib object. cdrqCmtsCmPollerInterval and cdrqCmtsCmPollerCommunity need to have valid values in order to be able to set cdrqCmtsCmPollerEnable to TRUE. The operation can be expensive depending on how many CMs that the poller would be polling. It is suggested to have it disabled when not needed.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

cdrqCmtsCmPollerInterval 1.3.6.1.4.1.9.10.59.1.1.2
An interval between two polling cycles of the CMTS CM Poller. The poller will not start the next cycle until it finished polling for the last CM , even though the time has expired. If the cdrqCmtsCmPollerInterval is too small with a large number of CMs, the poller would tie up the CPU and resources and possibly degrade the system's performance. Any change in the cdrqCmtsCmPollerInterval will not be reflected if the poller has already been enabled. User cannot set cdrqCmtsCmPollerInterval to 0 but will read 0 when CMTS is first restarted and remote-query is not configured. Once poller is configured, cdrqCmtsCmPollerInterval will retain the value even if poller is later disabled
Status: current Access: read-write
OBJECT-TYPE    
  TimeInterval 0 | 1..8640000  

cdrqCmtsCmPollerCommunity 1.3.6.1.4.1.9.10.59.1.1.3
The read community string is used for polling the CMs. Any change in the cdrqCmtsCmPollerCommunity will not be reflected if the poller has already been enabled. For SNMPv3, this object will contain a user name instead of a community string.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING  

cdrqCmtsCmPollerContextEngineID 1.3.6.1.4.1.9.10.59.1.1.4
The contextEngineID indicating the location of the context in which management information is accessed when using the user name specified by the corresponding instance of cdrqCmtsCmPollerCommunity. This object is implemented to support SNMPv3
Status: current Access: read-write
OBJECT-TYPE    
  SnmpEngineID  

cdrqCmtsCmPollerContextName 1.3.6.1.4.1.9.10.59.1.1.5
The context in which management information is accessed when using the user name specified by the corresponding instance of cdrqCmtsCmPollerCommunity. This object is implemented to support SNMPv3
Status: current Access: read-write
OBJECT-TYPE    
  SnmpAdminString Size(0..32)  

cdrqCmtsCmPollerStartTime 1.3.6.1.4.1.9.10.59.1.1.6
The value of sysUpTime when the last polling cycle started. cdrqCmtsCmPollerStartTime is set to 0 when the CMTS is first restarted and doesn't get reset after the poller is disabled.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

cdrqCmtsCmPollerStopTime 1.3.6.1.4.1.9.10.59.1.1.7
The value of sysUpTime when the last polling cycle finished. cdrqCmtsCmPollerStopTime is set to 0 when the CMTS is first restarted and doesn't get reset after the poller is disabled.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

cdrqCmtsCmStatusTable 1.3.6.1.4.1.9.10.59.1.2.1
This table contains the status of the cable modems that are polled by the CMTS CM Poller. The information will be overwritten when a new polling cycle starts. The removal of CM from the list or adding a new CM to the list won't be reflected until the next polling cycle. Depending on how many CMs that the poller is polling, polling this table constantly can be quite expensive; Therefore, it is best to poll upon receipt of the cdrqCmtsCmRQDoneNotification. As a hedge against lost notifications, periodic background polling should be performed. Howerver, excessive polling could degrade performance.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CdrqCmtsCmStatusEntry

cdrqCmtsCmStatusEntry 1.3.6.1.4.1.9.10.59.1.2.1.1
A list of the cable modem's attributes that are polled by a CMTS.
Status: current Access: not-accessible
OBJECT-TYPE    
  CdrqCmtsCmStatusEntry  

cdrqCmtsCmDownChannelPower 1.3.6.1.4.1.9.10.59.1.2.1.1.1
The CM's received power level. This object may be set to zero if the CM does not support power level measurement. If the CM downstream interface is down, this object either returns the most current value or the value of 0.
Status: current Access: read-only
OBJECT-TYPE    
  TenthdBmV  

cdrqCmtsCmStatusTxPower 1.3.6.1.4.1.9.10.59.1.2.1.1.2
The operational transmit power for the CM upstream channel.
Status: current Access: read-only
OBJECT-TYPE    
  TenthdBmV  

cdrqCmtsCmUpChnlTxTimingOffset 1.3.6.1.4.1.9.10.59.1.2.1.1.3
A measure of the current round trip time. Used for timing of CM upstream transmissions to ensure synchronized arrivals at the CMTS.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cdrqCmtsCmSigQSignalNoise 1.3.6.1.4.1.9.10.59.1.2.1.1.4
Signal/Noise ratio as perceived for the CM downstream channel.
Status: current Access: read-only
OBJECT-TYPE    
  TenthdB  

cdrqCmtsCmSigQMicroreflections 1.3.6.1.4.1.9.10.59.1.2.1.1.5
Total microreflections including in-channel response as perceived on the CM downstream, measured in dBc below the signal level. This object is not assumed to return an absolutely accurate value, but is meant to give a rough indication of microreflections received on this interface. It is up to the implementor to provide information as accurate as possible.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..255  

cdrqCmtsCmPollTime 1.3.6.1.4.1.9.10.59.1.2.1.1.6
The value of sysUpTime when this CM entry was polled. If this value is larger than the cdrqCmtsCmPollerStopTime, either by receiving it from the cdrqCmtsCmRQDoneNotification or by polling the object itself, it indicates that the status has already been overwritten by a new polling cycle. To avoid this to happen, the NMS can increase the cdrqCmtsCmPollInterval so that the cdrqCmtsCmPollTime would fall in between the cdrqCmtsCmPollerStartTime and the cdrqCmtsCmPollerStopTime.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

ciscoDocsRQNotificationsPrefix 1.3.6.1.4.1.9.10.59.2
OBJECT IDENTIFIER    

ciscoDocsRQNotifications 1.3.6.1.4.1.9.10.59.2.0
OBJECT IDENTIFIER    

cdrqCmtsCmRQDoneNotification 1.3.6.1.4.1.9.10.59.2.0.1
This notification is sent when CMTS CM Poller finished polling for the current cycle. The cdrqCmtsCmPollerStartTime is the time when the polling cycle started. The cdrqCmtsCmPollerStopTime is the time when the polling cycle finished.
Status: current Access: read-only
NOTIFICATION-TYPE    

ciscoDocsRemoteQueryConformance 1.3.6.1.4.1.9.10.59.3
OBJECT IDENTIFIER    

cdrqDocsRemoteQueryCompliances 1.3.6.1.4.1.9.10.59.3.1
OBJECT IDENTIFIER    

cdrqDocsRemoteQueryGroups 1.3.6.1.4.1.9.10.59.3.2
OBJECT IDENTIFIER    

cdrqDocsRemoteQueryCompliance 1.3.6.1.4.1.9.10.59.3.1.1
The compliance statement for entities which implement the Cisco Remote Query MIB
Status: current Access: read-only
MODULE-COMPLIANCE    

cdrqPollerGroup 1.3.6.1.4.1.9.10.59.3.2.1
Group of objects implemented in Cable Modem Termination Systems (CMTS) for configuring and monitoring the CMTS CM Poller.
Status: current Access: read-only
OBJECT-GROUP    

cdrqCMGroup 1.3.6.1.4.1.9.10.59.3.2.2
Group of objects implemented in Cable Modem Termination Systems (CMTS) for monitoring cable modems via CMTS CM Poller.
Status: current Access: read-only
OBJECT-GROUP    

cdrqNotificationGroup 1.3.6.1.4.1.9.10.59.3.2.3
The notification which a CISCO-DOCS-REMOTE-QUERY-MIB entity may implement.
Status: current Access: read-only
NOTIFICATION-GROUP