hwPgGroupAssociatedUpLinkStatus
HUAWEI-PROTECTION-MIB ·
.1.3.6.1.4.1.2011.6.50.7.1.8
Object
column Enumeration
group uplink monitor status. Options: 1.binddown(1) - uplink status is down 2.bindup(2) - uplink status is up 3.unbind(3) - unbound uplink monitor 4.invalid(-1) - The operation is invalid
Context
- MIB
- HUAWEI-PROTECTION-MIB
- OID
.1.3.6.1.4.1.2011.6.50.7.1.8- Type
- column
- Access
- readonly
- Status
- current
- Parent
- hwPsGroupExtEntry
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-PROTECTION-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-PROTECTION-MIB::hwPgGroupAssociatedUpLinkStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HUAWEI-PROTECTION-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-PROTECTION-MIB::hwPgGroupAssociatedUpLinkStatus.<hwPgGroupId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HUAWEI-PROTECTION-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HUAWEI-PROTECTION-MIB::hwPgGroupAssociatedUpLinkStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
-1 | invalid |
1 | binddown |
2 | bindup |
3 | unbind |