SNMP::Info::DocsisHE - SNMP Interface for DOCS-IF-MIB and DOCS-IF3-MIB
Contents
Description Snmp::Info::Docsishe Is A Subclass Of Snmp::Info That Provides Information About The Cable Modems Of
aDOCSISCMTS.InheritedClasses
None.
RequiredMIBsDOCS-IF-MIB Standard IETF MIBs for DOCSIS 1.1
DOCS-IF3-MIB CableLabs MIBs for DOCSIS 3
Globals
None.
Name
SNMP::Info::DocsisHE - SNMP Interface for DOCS-IF-MIB and DOCS-IF3-MIB
Synopsis
my $cmts = new SNMP::Info(
AutoSpecify => 1,
Debug => 1,
DestHost => 'cmts',
Community => 'public',
Version => 2
);
# Get a list of modems off the DOCSIS CMTS
my $modems = $cmts->docs_if_cmts_cm_status_inet_address()
Table Methods
$info->docs_if3_cmts_cm_status_md_if_index()
Returns reference to hash of the IfIndex associated with each cable modem.
("docsIf3CmtsCmRegStatusMdIfIndex")
$info->docs_if_cmts_cm_status_inet_address_type()
Returns reference to hash of the type of IP address (ie, IPv4, IPv6) associated with each cable modem
("docsIfCmtsCmStatusInetAddressType")
$info->docs_if_cmts_cm_status_inet_address()
Returns reference to hash of the IP address associated with each cable modem.
("docsIfCmtsCmStatusInetAddress")
$info->docs_cmts_cm_down_channel_if_index()
Returns reference to hash of the IfIndex of the down channel (for DOCSIS 1.1) or a down channel
(DOCSIS 3+) associated with each cable modem.
("docsIfCmtsCmStatusDownChannelIfIndex")
$info->docs_cmts_cm_up_channel_if_index()
Returns reference to hash of the IfIndex of the up channel (for DOCSIS 1.1) or a up channel (DOCSIS
3+) associated with each cable modem.
("docsIfCmtsCmStatusUpChannelIfIndex")
perl v5.40.0 2024-11-09 SNMP::Info::DocsisHE(3pm)
