|
NAMESNMP::Info::PortAccessEntity - SNMP Interface to data stored in IEEE8021-PAE-MIB. AUTHORChristian Ramseyer SYNOPSIS # Let SNMP::Info determine the correct subclass for you.
my $pae = new SNMP::Info(
AutoSpecify => 1,
Debug => 1,
DestHost => 'myswitch',
Community => 'public',
Version => 2
)
or die "Can't connect to DestHost.\n";
my $class = $pae->class();
print "SNMP::Info determined this device to fall under subclass : $class\n";
DESCRIPTIONIEEE8021-PAE-MIB is used to describe Port Access Entities, aka NAC/dot1x features. 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 $pae = new SNMP::Info::PortAccessEntity (...); Inherited Classesnone. Required MIBsGLOBALS
TABLE METHODSThese are methods that return tables of information in the form of a reference to a hash.
|