Aruba models in Spectrum OneClick are different shades of color
search cancel

Aruba models in Spectrum OneClick are different shades of color

book

Article ID: 279352

calendar_today

Updated On:

Products

Spectrum Network Observability

Issue/Introduction

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?

Environment

Version: Any
Component: Spectrum OneClick

Cause

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

Resolution

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.