|
@@ -79,6 +79,8 @@ class OIDSBase extends \CmtsBundle\SNMP\MIB {
|
|
|
|
|
|
const OID_docsIfSignalQualityTable = "1.3.6.1.2.1.10.127.1.1.4.1";
|
|
const OID_docsIfSignalQualityTable = "1.3.6.1.2.1.10.127.1.1.4.1";
|
|
const OID_ifEntry = "1.3.6.1.2.1.2.2.1";
|
|
const OID_ifEntry = "1.3.6.1.2.1.2.2.1";
|
|
|
|
+
|
|
|
|
+ const OID_casaFlapListEntry = "1.3.6.1.4.1.20858.10.11.1.2.1";
|
|
|
|
|
|
|
|
|
|
public function docsIfCmtsCmStatusMacAddress() {
|
|
public function docsIfCmtsCmStatusMacAddress() {
|
|
@@ -320,5 +322,9 @@ class OIDSBase extends \CmtsBundle\SNMP\MIB {
|
|
return $this->getSNMP()->lastOidWalk(self::OID_ifEntry,10);
|
|
return $this->getSNMP()->lastOidWalk(self::OID_ifEntry,10);
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ public function casaFlapListEntry() {
|
|
|
|
+ return $this->getSNMP()->lastOidWalk(self::OID_casaFlapListEntry,13);
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
|
|
}
|
|
}
|