|
@@ -20,6 +20,7 @@ class DocsIfCmts extends \OSS_SNMP\MIB {
|
|
|
const OID_docsQos3ServiceFlowDirection = "1.3.6.1.4.1.4491.2.1.21.1.3.1.7";
|
|
|
const OID_docsIfSigQSignalNoise = "1.3.6.1.2.1.10.127.1.1.4.1.5";
|
|
|
const OID_docsIfSigQMicroreflections = "1.3.6.1.2.1.10.127.1.1.4.1.6";
|
|
|
+ const docsIfCmtsChannelUtilization = "1.3.6.1.2.1.10.127.1.3.9.1.3";
|
|
|
|
|
|
public function docsQos3ServiceFlowDirection(){
|
|
|
try{
|
|
@@ -149,4 +150,8 @@ accessDenied(7) The CMTS has sent a Registration Aborted message to the CM
|
|
|
public function docsIfSigQMicroreflections(){
|
|
|
return $this->getSNMP()->walk1d(self::OID_docsIfSigQMicroreflections);
|
|
|
}
|
|
|
+
|
|
|
+ public function docsIfCmtsChannelUtilization(){
|
|
|
+ return $this->getSNMP()->realWalk(self::docsIfCmtsChannelUtilization);
|
|
|
+ }
|
|
|
}
|