|
@@ -15,7 +15,8 @@ class DocsIfCmts extends \OSS_SNMP\MIB {
|
|
const OID_docsQosServiceFlowOctets = "1.3.6.1.2.1.10.127.7.1.4.1.2";
|
|
const OID_docsQosServiceFlowOctets = "1.3.6.1.2.1.10.127.7.1.4.1.2";
|
|
const OID_docsQosServiceFlowDirection = "1.3.6.1.2.1.10.127.7.1.3.1.7";
|
|
const OID_docsQosServiceFlowDirection = "1.3.6.1.2.1.10.127.7.1.3.1.7";
|
|
const OID_docsQos3ServiceFlowDirection = "1.3.6.1.4.1.4491.2.1.21.1.3.1.7";
|
|
const OID_docsQos3ServiceFlowDirection = "1.3.6.1.4.1.4491.2.1.21.1.3.1.7";
|
|
- const OID_docsIfCmtsCmStatusRxPower = "1.3.6.1.2.1.10.127.1.1.1.1.6";
|
|
|
|
|
|
+ const OID_docsIfCmStatusRxPower = "1.3.6.1.2.1.10.127.1.1.1.1.6";
|
|
|
|
+ const OID_docsIfCmtsCmStatusRxPower = "1.3.6.1.2.1.10.127.1.3.3.1.6";
|
|
const OID_docsIfCmtsCmStatusValue = "1.3.6.1.2.1.10.127.1.3.3.1.9";
|
|
const OID_docsIfCmtsCmStatusValue = "1.3.6.1.2.1.10.127.1.3.3.1.9";
|
|
const OID_docsQos3ServiceFlowOctets = "1.3.6.1.4.1.4491.2.1.21.1.4.1.2";
|
|
const OID_docsQos3ServiceFlowOctets = "1.3.6.1.4.1.4491.2.1.21.1.4.1.2";
|
|
const OID_docsIfSigQSignalNoise = "1.3.6.1.2.1.10.127.1.1.4.1.5";
|
|
const OID_docsIfSigQSignalNoise = "1.3.6.1.2.1.10.127.1.1.4.1.5";
|
|
@@ -280,6 +281,11 @@ accessDenied(7) The CMTS has sent a Registration Aborted message to the CM
|
|
$rtr = $this->getSNMP()->walk1d(self::OID_docsIfCmtsCmStatusRxPower);
|
|
$rtr = $this->getSNMP()->walk1d(self::OID_docsIfCmtsCmStatusRxPower);
|
|
return $rtr;
|
|
return $rtr;
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+ public function docsIfCmStatusRxPower(){
|
|
|
|
+ $rtr = $this->getSNMP()->walk1d(self::OID_docsIfCmStatusRxPower);
|
|
|
|
+ return $rtr;
|
|
|
|
+ }
|
|
|
|
|
|
public function docsIfSigQSignalNoise(){
|
|
public function docsIfSigQSignalNoise(){
|
|
$rtr = array();
|
|
$rtr = array();
|