1SNMP::Info::DocsisHE(3)User Contributed Perl DocumentatioSnNMP::Info::DocsisHE(3)
2
3
4
6 SNMP::Info::DocsisHE - SNMP Interface for DOCS-IF-MIB and DOCS-IF3-MIB
7
9 Ryan Gasik
10
12 my $cmts = new SNMP::Info(
13 AutoSpecify => 1,
14 Debug => 1,
15 DestHost => 'cmts',
16 Community => 'public',
17 Version => 2
18 );
19 # Get a list of modems off the DOCSIS CMTS
20 my $modems = $cmts->docs_if_cmts_cm_status_inet_address()
21
23 information about the cable modems of a DOCSIS CMTS.
24 Inherited Classes
25 None.
26
27 Required MIBs
28 DOCS-IF-MIB Standard IETF MIBs for DOCSIS 1.1
29 DOCS-IF3-MIB CableLabs MIBs for DOCSIS 3
30
32 None.
33
35 $info->docs_if3_cmts_cm_status_md_if_index()
36 Returns reference to hash of the IfIndex associated with each cable
37 modem.
38
39 ("docsIf3CmtsCmRegStatusMdIfIndex")
40
41 $info->docs_if_cmts_cm_status_inet_address_type()
42 Returns reference to hash of the type of IP address (ie, IPv4,
43 IPv6) associated with each cable modem
44
45 ("docsIfCmtsCmStatusInetAddressType")
46
47 $info->docs_if_cmts_cm_status_inet_address()
48 Returns reference to hash of the IP address associated with each
49 cable modem.
50
51 ("docsIfCmtsCmStatusInetAddress")
52
53 $info->docs_cmts_cm_down_channel_if_index()
54 Returns reference to hash of the IfIndex of the down channel (for
55 DOCSIS 1.1) or a down channel (DOCSIS 3+) associated with each
56 cable modem.
57
58 ("docsIfCmtsCmStatusDownChannelIfIndex")
59
60 $info->docs_cmts_cm_up_channel_if_index()
61 Returns reference to hash of the IfIndex of the up channel (for
62 DOCSIS 1.1) or a up channel (DOCSIS 3+) associated with each cable
63 modem.
64
65 ("docsIfCmtsCmStatusUpChannelIfIndex")
66
67
68
69perl v5.36.0 2022-07-22 SNMP::Info::DocsisHE(3)