hpicfVsfVCMemberState

OBS ✓
HP-VSF-VC-MIB · .1.3.6.1.4.1.11.2.14.11.5.1.116.1.3.1.9

Object

column Enumeration
This object gives the status of the member-switch in the VSF 
virtual chassis. 
              
unusedId (0)      - The member ID does not exist. 
missing (1)       - An VSF virtual chassis member-switch is marked as 
                    missing when it becomes non-responsive. A lack of 
                    response from the switch means that either the 
                    virtual chassis link or the virtual chassis member 
                    has crashed. Note that it is possible to remove a 
                    missing member from the virtual chassis. Once removed, 
                    the missing member's configuration will be deleted 
                    from the virtual chassis configuration file.
provision (2)      - A member-switch that is not physically present 
                    but whose configuration is provisioned .
commander (3)      - The member-switch which is the commander of the
                    VSF virtual chassis.
standby (4)        - The member-switch which is the standby of the 
                    VSF virtual chassis.
member (5)         - The member-switch that is a part of the VSF 
                    virtual chassis.
shutdown (6)       - The member-switch is in the shut down state.
booting (7)        - The member-switch is booting.
communicationFailure (8)- The member-switch cannot be reached.
incompatibleOS (9) - The member-switch is running with a different 
                    Operating System.
unknownState (10)  - The state of the member-switch cannot be determined.                                      
standbyBooting (11)- The standby switch is currently booting up. When 
                    the switch finishes booting, its state will change 
                    to standby (4).
Observium directly uses this object
This object is referenced by an Observium discovery or polling workflow.
Used in: Status
Explore Observium network monitoring

Context

MIB
HP-VSF-VC-MIB
OID
.1.3.6.1.4.1.11.2.14.11.5.1.116.1.3.1.9
Type
column
Access
readonly
Status
current
Parent
hpicfVsfVCMemberEntry
Groups
1

Walk 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 'HP-VSF-VC-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HP-VSF-VC-MIB::hpicfVsfVCMemberState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HP-VSF-VC-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HP-VSF-VC-MIB::hpicfVsfVCMemberState.<hpicfVsfVCMemberId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HP-VSF-VC-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HP-VSF-VC-MIB::hpicfVsfVCMemberState'

Syntax

Enumeration

Values & Constraints

Enumerated Values
0unusedId
1missing
2provision
3commander
4standby
5member
6shutdown
7booting
8communicationFailure
9incompatibleOS
10unknownState
11standbyBooting

Conformance