plucky (3) SNMP::Info::DocsisCM.3pm.gz

Provided by: libsnmp-info-perl_3.972002-1_all bug

NAME

       SNMP::Info::DocsisCM - SNMP Interface for DOCSIS Cable Modems

DESCRIPTION SNMP::Info::DocsisCM is a subclass of SNMP::Info that provides info about a given cable modem.

       Extracts data from the sysDescr, which is mandated in the DOCSIS specification to match "HW_REV: <value>;
       VENDOR: <value>; BOOTR: <value>; SW_REV: <value>; MODEL: <value>"
   Inherited Classes
       None.

   Required MIBs
       None.

GLOBALS

       These are methods that return scalar value from SNMP

       $cm->vendor()
           Returns the vendor of the cable modem.

       $cm->model()
           Returns the model of the cable modem.

       $cm->os()
           Returns 'cm', as the actual os is vendor and model dependent.

       $cm->os_ver()
           Returns the version of the software, extracted from the SW_REV field.