hwGBondOperStatus
HUAWEI-GBOND-MIB ·
.1.3.6.1.4.1.2011.6.137.2.1.16
Object
column Enumeration
The current operational state of the xdsl bonding-group.
Options:
1. activated(1) - The value of activated(1) indicates that the
operational packets can be passed.
2. activating(2) - The value of activating(2) should be a transient condition before
changing to activated, and the operational packets cannot be passed.
3. deactivated(3) - The value of deactivated(3) indicates that the
operational packets cannot be passed.
Context
- MIB
- HUAWEI-GBOND-MIB
- OID
.1.3.6.1.4.1.2011.6.137.2.1.16- Type
- column
- Access
- readonly
- Status
- current
- Parent
- hwGBondPortStatusEntry
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-GBOND-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-GBOND-MIB::hwGBondOperStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HUAWEI-GBOND-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-GBOND-MIB::hwGBondOperStatus.<hwGBondPriPort>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HUAWEI-GBOND-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HUAWEI-GBOND-MIB::hwGBondOperStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | activated |
2 | activating |
3 | deactivated |