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::CiscoPower(3) User Contributed Perl Documentation SNMP::Info::CiscoPower(3)

SNMP::Info::CiscoPower - SNMP Interface to data stored in CISCO-POWER-ETHERNET-EXT-MIB.

Bill Fenner

 # Let SNMP::Info determine the correct subclass for you.
 my $poe = new SNMP::Info(
                          AutoSpecify => 1,
                          Debug       => 1,
                          DestHost    => 'myswitch',
                          Community   => 'public',
                          Version     => 2
                        )
    or die "Can't connect to DestHost.\n";

 my $class      = $poe->class();
 print "SNMP::Info determined this device to fall under subclass : $class\n";

The Info::PowerEthernet class needs a per-device helper function to properly map the "pethPsePortTable" to "ifIndex" values. This class provides that helper, using CISCO-POWER-ETHERNET-EXT-MIB. It does not define any helpers for the extra values that this MIB contains.

Create or use a device subclass that inherit this class. Do not use directly.

For debugging purposes you can call this class directly as you would SNMP::Info

 my $poe = new SNMP::Info::CiscoPower (...);

none.

Note that it requires that the device inherits from Info::Entity.

CISCO-POWER-ETHERNET-EXT-MIB
CISCO-CDP-MIB

none.

These are methods that return tables of information in the form of a reference to a hash.

$poe->peth_port_ifindex()
Maps the "pethPsePortTable" to "ifIndex" by way of the ENTITY-MIB.
$poe->peth_port_power()
Power supplied by PoE ports, in milliwatts ("cpeExtPsePortPwrConsumption")

$poe->peth_port_neg_power()
Power negotiated using CDP, in milliwatts ("cdpCachePowerConsumption")
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.