Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
SNMP::Info::DocsisCM(3User Contributed Perl DocumentatiSNMP::Info::DocsisCM(3)

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.

perl v5.32.1			  2021-02-28	       SNMP::Info::DocsisCM(3)

NAME | DESCRIPTION SNMP::Info::DocsisCM is a subclass of SNMP::Info that provides | GLOBALS

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=SNMP::Info::DocsisCM&sektion=3&manpath=FreeBSD+13.0-RELEASE+and+Ports>

home | help