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

NAME

6       SNMP::Info::Layer3::Ciena - SNMP Interface to Ciena Devices
7

AUTHORS

9       pyro3d
10

DESCRIPTION

12       Subclass for Ciena Devices running SAOS
13
14   Inherited Classes
15       SNMP::Info::Layer3
16
17   Required MIBs
18       WWP-LEOS-SW-XGRADE-MIB
19       WWP-LEOS-BLADE-MIB
20       WWP-LEOS-CHASSIS-MIB
21       WWP-LEOS-FLOW-MIB
22       WWP-LEOS-PORT-MIB
23       WWP-LEOS-VLAN-TAG-MIB
24       WWP-PRODUCTS-MIB
25
26   Inherited Classes' MIBs
27       See "Required MIBs" in SNMP::Info::Layer3 for its own MIB requirements.
28

GLOBALS

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

TABLE METHODS

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