The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

SNMP::Info::DocsisHE - SNMP Interface for DOCS-IF-MIB and DOCS-IF3-MIB

AUTHOR

Ryan Gasik

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()

DESCRIPTION SNMP::Info::DocsisHE is a subclass of SNMP::Info that provides information about the cable modems of a DOCSIS CMTS.

Inherited Classes

None.

Required MIBs

DOCS-IF-MIB Standard IETF MIBs for DOCSIS 1.1
DOCS-IF3-MIB CableLabs MIBs for DOCSIS 3

GLOBALS

None.

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)