You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update Aruba(CX) to add Transceiver dom info (temperature, power, voltage, bias) (librenms#18254)
* mibs: Update arubaos-cx mibs
MIB from ArubaOS CX 10.16.x
* arubaos-cx(discovery.yaml): Add DOM (transceiver) info
* Temperature
* Power (TX/RX)
* Voltage
* BIAS (TX)
* Disable limit
* Add Tests with ArubaOSCX variant 10.16
* arubaos-cx: temperature fix num_oid and enable back warn/limit
* arubaos-cx: fix display of Desc (display interface name)
* Updated test data and some small tweaks to discovery
---------
Co-authored-by: Neil Lathwood <[email protected]>
DESCRIPTION "The down reason of split detection operational status
194
+
can be one of:
195
+
196
+
'Split detection is not configured' : split detection method is not configured.
197
+
'Mgmt interface admin state is down' : split detection method is configured as Mgmt and Mgmt interface admin state is down.
198
+
'Mgmt interface link state is down' : split detection method is configured as Mgmt and Mgmt interface link state is down.
199
+
'Split detection VLAN is not configured' : split detection method is configured as vlan and split detection VLAN is not configured.
200
+
'VLAN <VLAN_ID> is not configured' : split detection method is configured as vlan and coresponding VLAN identifier is not configured.
201
+
'VLAN <VLAN_ID> admin state is down' : split detection method is configured as vlan and coresponding VLAN identifier is admin down.
202
+
'VLAN <VLAN_ID> does not have split detection interfaces configured' : split detection method is configured as vlan and coresponding VLAN identifier is not associated with any interface.
203
+
'Interface <ifname> admin state is down' : split detection method is configured as vlan and coresponding VLAN associated interface admin state is down.
204
+
'Interface <ifname> operational state is down' : split detection method is configured as vlan and coresponding VLAN associated interface operational state is down.
205
+
'VLAN <VLAN_ID> is configured only with one split detection interface': split detection method is configured as vlan and only one access port is part of split detection VLAN. Split detection VLAN should have one access port from the primary and one from the secondary."
0 commit comments