We have Aruba devices modeled in Spectrum. Some of the models are a solid color and some are a lighter color.
See the following for example:
Why is the one on the right a lighter shade of green?
Version: Any
Component: Spectrum OneClick
The color is dictated by the value of the wlsxSysExtSwitchRole attribute.
The following is the mib definition for the wlsxSysExtSwitchRole attribute:
wlsxSysExtSwitchRole OBJECT-TYPE
SYNTAX ArubaSwitchRole {
master(1),
local(2),
backupmaster(3)
}
ACCESS read-only
STATUS current
DESCRIPTION
"Role of this controller in the Aruba Domain."
::= { wlsxSystemExtGroup 4 }
-- 1.3.6.1.4.1.14823.2.2.1.2.1.4
If the value of the wlsxSysExtSwitchRole attribute is master (1) or local (2) then the model will be solid green.
If the value of the wlsxSysExtSwitchRole attribute is backupmaster (3) then the model will be light green.