hwDocsQamNGODEdgeDeviceState
HUAWEI-EQAM-AN-MIB ·
.1.3.6.1.4.1.2011.6.187.11.1.13
Object
column Enumeration
Indicates the state of the edge device VREP FSM.
Options:
1. idle(1) -Initially VREP is in the Idle state for each peer
2. connect(2) -In this state, an edge device is waiting for a transport protocol connection
to be completed to the peer, and is listening for inbound transport connections from the peer
3. active(3) -In this state, an edge device is listening for an inbound connection from the peer,
but is not in the process of initiating a connection to the peer
4. opensent(4) -In this state, an edge device has sent an OPEN message to its peer and is
waiting for an OPEN message from its peer
5. openconfirm(5) -In this state, an edge device has sent an OPEN to its peer, received an OPEN
from its peer, and sent a KEEPALIVE in response to the OPEN
6. established(6) -In the Established state, an LS can exchange UPDATE, NOTIFICATION, and KEEPALIVE messages with its peer
Context
- MIB
- HUAWEI-EQAM-AN-MIB
- OID
.1.3.6.1.4.1.2011.6.187.11.1.13- Type
- column
- Access
- readonly
- Status
- current
- Parent
- hwDocsQamNGODEdgeDeviceEntry
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 'HUAWEI-EQAM-AN-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-EQAM-AN-MIB::hwDocsQamNGODEdgeDeviceState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HUAWEI-EQAM-AN-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-EQAM-AN-MIB::hwDocsQamNGODEdgeDeviceState.<hwDocsQamNGODEdgeDeviceName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HUAWEI-EQAM-AN-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HUAWEI-EQAM-AN-MIB::hwDocsQamNGODEdgeDeviceState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | idle |
2 | connect |
3 | active |
4 | opensent |
5 | openconfirm |
6 | established |