SNMP::Info::PortAccessEntity(3pm) | User Contributed Perl Documentation | SNMP::Info::PortAccessEntity(3pm) |
SNMP::Info::PortAccessEntity - SNMP Interface to data stored in IEEE8021-PAE-MIB.
Christian Ramseyer
# 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";
IEEE8021-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 (...);
none.
"dot1xPaeSystemAuthControl"
These are methods that return tables of information in the form of a reference to a hash.
"dot1xAuthPaeState"
"dot1xAuthAuthControlledPortStatus"
"dot1xAuthSessionUserName"
2023-09-30 | perl v5.36.0 |