Q-Logic 59047-09 C Switch User Manual


 
5 – Fibre Alliance MIB Objects
Connectivity Table
5-16 59047-09 C
S
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 default for SANbox
5000/9000 Series = Default Config.
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)
}