GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
SNMP::Info::DocsisHE(3) User Contributed Perl Documentation SNMP::Info::DocsisHE(3)

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

Ryan Gasik

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

None.

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

None.

$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")

2022-04-07 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.