1SNMP::Info::IEEE802dot3Uasde(r3)Contributed Perl DocumenStNaMtPi:o:nInfo::IEEE802dot3ad(3)
2
3
4

NAME

6       SNMP::Info::IEEE802dot3ad - SNMP Interface to IEEE Aggregated Links
7

AUTHOR

9       SNMP::Info Developers
10

SYNOPSIS

12        # Let SNMP::Info determine the correct subclass for you.
13        my $info = new SNMP::Info(
14                                 AutoSpecify => 1,
15                                 Debug       => 1,
16                                 DestHost    => 'myrouter',
17                                 Community   => 'public',
18                                 Version     => 2
19                               )
20           or die "Can't connect to DestHost.\n";
21
22        my $class = $info->class();
23        print "SNMP::Info determined this device to fall under subclass : $class\n";
24

DESCRIPTION

26       This class provides access to Aggregated Links configuration on devices
27       implementing "IEEE8023-LAG-MIB".
28
29       Use or create in a subclass of SNMP::Info.  Do not use directly.
30
31   Inherited Classes
32       SNMP::Info::Aggregate
33
34   Required MIBs
35       IEEE8023-LAG-MIB
36

METHODS

38       "agg_ports_lag"
39           Returns a HASH reference mapping from slave to master port for each
40           member of a port bundle on the device. Keys are ifIndex of the
41           slave ports, Values are ifIndex of the corresponding master ports.
42
43
44
45perl v5.32.0                      2020-07-28      SNMP::Info::IEEE802dot3ad(3)
Impressum