1SNMP::Info::Layer3::CieUnsae(r3)Contributed Perl DocumenStNaMtPi:o:nInfo::Layer3::Ciena(3)
2
3
4

DESCRIPTION Subclass for Ciena Devices running SAOS

6   Inherited Classes
7       SNMP::Info::Layer3
8
9   Required MIBs
10       WWP-LEOS-SW-XGRADE-MIB
11       WWP-LEOS-BLADE-MIB
12       WWP-LEOS-CHASSIS-MIB
13       WWP-LEOS-FLOW-MIB
14       WWP-LEOS-PORT-MIB
15       WWP-LEOS-VLAN-TAG-MIB
16       WWP-PRODUCTS-MIB
17
18   Inherited Classes' MIBs
19       See "Required MIBs" in SNMP::Info::Layer3 for its own MIB requirements.
20

GLOBALS

22       These are methods that return scalar value from SNMP
23
24       $ciena->vendor()
25           Returns 'ciena'
26
27       $ciena->os()
28           Returns 'saos'
29
30       $ciena->os_ver()
31           Returns the running software package extracted with
32           "wwpLeosBladeRunPackageVer"
33
34       $ciena->serial()
35           Returns serial number ("wwpLeosSystemSerialNumber")
36
37       $ciena->mac()
38           Returns the MAC address used by this bridge when it must be
39           referred to in a unique fashion.
40
41           ("dot1dBaseBridgeAddress")
42
43       $huawei->fan()
44           Return the status of all fans. Returns a string indicating the
45           number of fans 'OK'  or identification of any fan without a
46           'normal' operating status.
47
48       $ciena->ps1_status()
49           Return the status of the first power supply
50
51       $ciena->ps1_type()
52           Return the type of the first power supply
53
54       $ciena->ps2_status()
55           Return the status of the second power supply
56
57       $ciena->ps2_type()
58           Return the type of the second power supply
59
60   Globals imported from SNMP::Info::Layer3
61       See documentation in "GLOBALS" in SNMP::Info::Layer3 for details.
62

TABLE METHODS

64       These are methods that return tables of information in the form of a
65       reference to a hash.
66
67       $ciena->lldp_if()
68           Returns the mapping to the SNMP Interface Table. Overridden to
69           translate to correct ethernet port with bp_index
70
71       $ciena->i_vlan()
72           Returns a mapping between "ifIndex" and the PVID or default VLAN.
73
74       $ciena->i_vlan_membership()
75           Returns reference to hash of arrays: key = "ifIndex", value = array
76           of VLAN IDs.
77
78       $ciena->qb_fw_vlan()
79           Returns reference to hash of forwarding table entries VLAN ID,
80           using "wwpLeosFlowLearnType"
81
82       $ciena->ps_name()
83           Returns reference to hash of the power supplies and their names.
84
85       $ciena->ps_type()
86           Returns reference to hash of the power supplies and their type (ex.
87           AC, DC, etc.)
88
89       $ciena->ps_status()
90           Returns reference to hash of the power supplies and their status.
91
92       $ciena->fan_name()
93           Returns reference to hash of fans and their names. In this case, it
94           is simply a number.
95
96       $ciena->fan_type()
97           Returns reference to hash of fans and their types (ex. fixed,
98           modular, etc.)
99
100       $ciena->fan_status)
101           Returns reference to hash of fans and their status
102
103
104
105perl v5.32.0                      2020-07-28      SNMP::Info::Layer3::Ciena(3)
Impressum