
5 – Fibre Alliance MIB Objects
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
Status
mandatory
Return Value
Returns the ConfigDescription field for the switch. The defaults are: SANbox2- 8 =
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
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)
}