Q-Logic SANBOX Switch User Manual


 
5 – Fibre Alliance MIB Objects
5-16 59047-03 B
A
connUnitInfo (1.3.6.1.3.94.1.6.1.21)
A display string containing information about this connectivity unit. This object
value should be persistent between boots.
Syntax
DisplayString
Access
read-write
Status
mandatory
Return Value
Returns the ConfigDescription field for the switch. The defaults are: SANbox2-
8 = SANbox2-8 FC Switch, SANbox2-16 = QLogic SANbox2 FC Switch,
SANbox2-64 = SANbox2-64 FC Switch, SANbox 3050 = SANbox 3050 FC
Switch, SANbox 3100 = SANbox 3100 FC Switch, SANbox 5200 = SANbox
5200 FC Switch.
connUnitControl (1.3.6.1.3.94.1.6.1.22)
This object is used to control the addressed connUnit. “Cold Start” and “Warm
Start” are as defined in MIB-II and are not meant to be a factory reset.
resetConnUnitColdStart: the addressed unit performs a “Cold Start” reset.
resetConnUnitWarmStart: the addressed unit performs a “Warm Start” reset.
offlineConnUnit: the addressed unit puts itself into an implementation
dependant “offline” state. In general, if a unit is in an offline state, it cannot
be used to perform meaningful Fibre Channel work.
onlineConnUnit: the addressed unit puts itself into an implementation
dependant “online” state. In general, if a unit is in an online state, it is
capable of performing meaningful Fibre Channel work.
Each implementation may chose not to allow any or all of these values on a SET.
Syntax
INTEGER {
unknown(1),
invalid(2),
resetConnUnitColdStart(3),
resetConnUnitWarmStart(4),
offlineConnUnit(5),
onlineConnUnit(6)
}