hwGBondOperMatchStatus
HUAWEI-GBOND-MIB ·
.1.3.6.1.4.1.2011.6.137.2.1.17
Object
column Enumeration
The match state of the xdsl bonding-group. Options: 1. initial (1) - Indicates that the board is not in service, and the match status is initial. 2. match (2) - Indicates that the bonding configuration matches the board capability. 3. mismatch (3) - Indicates that the bonding configuration mismatches with the board capability.
Context
- MIB
- HUAWEI-GBOND-MIB
- OID
.1.3.6.1.4.1.2011.6.137.2.1.17- 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::hwGBondOperMatchStatus'
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::hwGBondOperMatchStatus.<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::hwGBondOperMatchStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | initial |
2 | match |
3 | mismatch |