CISCO-DOCS-REMOTE-QUERY-MIB: View SNMP OID List / Download MIB
VENDOR: CISCO
Home | MIB: CISCO-DOCS-REMOTE-QUERY-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).
|
|||
Object Name | OID | Type | Access | Info |
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 |
||
ciscoDocsRemQueryMIBObjects | 1.3.6.1.4.1.9.10.59.1 | |||
cdrqPoller | 1.3.6.1.4.1.9.10.59.1.1 | |||
cdrqCmtsCmPollerEnable | 1.3.6.1.4.1.9.10.59.1.1.1 | truthvalue | read-write |
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. |
cdrqCmtsCmPollerInterval | 1.3.6.1.4.1.9.10.59.1.1.2 | timeinterval | read-write |
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 |
cdrqCmtsCmPollerCommunity | 1.3.6.1.4.1.9.10.59.1.1.3 | octet string | read-write |
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. |
cdrqCmtsCmPollerContextEngineID | 1.3.6.1.4.1.9.10.59.1.1.4 | snmpengineid | read-write |
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 |
cdrqCmtsCmPollerContextName | 1.3.6.1.4.1.9.10.59.1.1.5 | snmpadminstring | read-write |
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 |
cdrqCmtsCmPollerStartTime | 1.3.6.1.4.1.9.10.59.1.1.6 | timestamp | read-only |
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. |
cdrqCmtsCmPollerStopTime | 1.3.6.1.4.1.9.10.59.1.1.7 | timestamp | read-only |
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. |
cdrqCM | 1.3.6.1.4.1.9.10.59.1.2 | |||
cdrqCmtsCmStatusTable | 1.3.6.1.4.1.9.10.59.1.2.1 | no-access |
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. |
|
1.3.6.1.4.1.9.10.59.1.2.1.1 | no-access |
A list of the cable modem's attributes that are polled by a CMTS. |
||
cdrqCmtsCmDownChannelPower | 1.3.6.1.4.1.9.10.59.1.2.1.1.1 | tenthdbmv | read-only |
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. |
cdrqCmtsCmStatusTxPower | 1.3.6.1.4.1.9.10.59.1.2.1.1.2 | tenthdbmv | read-only |
The operational transmit power for the CM upstream channel. |
cdrqCmtsCmUpChnlTxTimingOffset | 1.3.6.1.4.1.9.10.59.1.2.1.1.3 | unsigned32 | read-only |
A measure of the current round trip time. Used for timing of CM upstream transmissions to ensure synchronized arrivals at the CMTS. |
cdrqCmtsCmSigQSignalNoise | 1.3.6.1.4.1.9.10.59.1.2.1.1.4 | tenthdb | read-only |
Signal/Noise ratio as perceived for the CM downstream channel. |
cdrqCmtsCmSigQMicroreflections | 1.3.6.1.4.1.9.10.59.1.2.1.1.5 | integer32 | read-only |
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. |
cdrqCmtsCmPollTime | 1.3.6.1.4.1.9.10.59.1.2.1.1.6 | timestamp | read-only |
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. |
ciscoDocsRQNotificationsPrefix | 1.3.6.1.4.1.9.10.59.2 | |||
ciscoDocsRQNotifications | 1.3.6.1.4.1.9.10.59.2.0 | |||
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. |
||
ciscoDocsRemoteQueryConformance | 1.3.6.1.4.1.9.10.59.3 | |||
cdrqDocsRemoteQueryCompliances | 1.3.6.1.4.1.9.10.59.3.1 | |||
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 |
||
cdrqDocsRemoteQueryGroups | 1.3.6.1.4.1.9.10.59.3.2 | |||
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. |
||
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. |
||
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. |