1SNMP::Info::DocsisCM(3)User Contributed Perl DocumentatioSnNMP::Info::DocsisCM(3)
2
3
4
6 SNMP::Info::DocsisCM - SNMP Interface for DOCSIS Cable Modems
7
9 info about a given cable modem. Extracts data from the sysDescr, which
10 is mandated in the DOCSIS specification to match "HW_REV: <value>;
11 VENDOR: <value>; BOOTR: <value>; SW_REV: <value>; MODEL: <value>"
12 Inherited Classes
13 None.
14
15 Required MIBs
16 None.
17
19 These are methods that return scalar value from SNMP
20
21 $cm->vendor()
22 Returns the vendor of the cable modem.
23
24 $cm->model()
25 Returns the model of the cable modem.
26
27 $cm->os()
28 Returns 'cm', as the actual os is vendor and model dependent.
29
30 $cm->os_ver()
31 Returns the version of the software, extracted from the SW_REV
32 field.
33
34
35
36perl v5.32.1 2021-01-27 SNMP::Info::DocsisCM(3)