connUnitControl
FCMGMT-MIB ·
.1.3.6.1.3.94.1.6.1.22
Object
column mandatory
r/w
Enumeration
This object is used to control the addressed
connUnit.
NOTE: '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.
NOTE: Each implementation may chose not to allow
any or all of these values on a SET.
Context
- MIB
- FCMGMT-MIB
- OID
.1.3.6.1.3.94.1.6.1.22- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- connUnitEntry
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'FCMGMT-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FCMGMT-MIB::connUnitControl'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'FCMGMT-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FCMGMT-MIB::connUnitControl.<connUnitId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'FCMGMT-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'FCMGMT-MIB::connUnitControl'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | unknown |
2 | invalid |
3 | resetConnUnitColdStart |
4 | resetConnUnitWarmStart |
5 | offlineConnUnit |
6 | onlineConnUnit |