1SNMP::Info::CiscoAgg(3)User Contributed Perl DocumentatioSnNMP::Info::CiscoAgg(3)
2
3
4

NAME

6       SNMP::Info::CiscoAgg - SNMP Interface to Cisco 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 Cisco
27       devices.  It combines Cisco PAgP and IEEE 802.3ad information.
28
29       Use or create in a subclass of SNMP::Info.  Do not use directly.
30
31   Inherited Classes
32       SNMP::Info::IEEE802dot3ad
33
34   Required MIBs
35       CISCO-PAGP-MIB
36
37       MIBs can be found at ftp://ftp.cisco.com/pub/mibs/v2/v2.tar.gz
38

METHODS

40       "agg_ports"
41           Returns a HASH reference mapping from slave to master port for each
42           member of a port bundle on the device. Keys are ifIndex of the
43           slave ports, Values are ifIndex of the corresponding master ports.
44
45       "agg_ports_pagp"
46           Implements the PAgP LAG info retrieval. Merged into "agg_ports"
47           data automatically.
48
49   Table Methods imported from SNMP::Info::IEEE802dot3ad
50       See documentation in SNMP::Info::IEEE802dot3ad for details.
51
52
53
54perl v5.28.0                      2018-11-29           SNMP::Info::CiscoAgg(3)
Impressum