wanAal5PvcStatsState
WANSTATS-MIB ·
.1.3.6.1.4.1.11.2.3.7.6.1.5.1.8.1.3.3.1.18
Object
column Enumeration
The current state of this VPI/VCI as inferred by the probe. A value of up(2) means the LCI is active. A value of down(2) means the VPI/VCI is inactive. And a value of unknown(3) means the probe cannot currently infer the state.
Context
- MIB
- WANSTATS-MIB
- OID
.1.3.6.1.4.1.11.2.3.7.6.1.5.1.8.1.3.3.1.18- Type
- column
- Access
- readonly
- Status
- current
- Parent
- wanAal5PvcStatsEntry
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 'WANSTATS-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'WANSTATS-MIB::wanAal5PvcStatsState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'WANSTATS-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'WANSTATS-MIB::wanAal5PvcStatsState.<wanAal5PvcStatsIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'WANSTATS-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'WANSTATS-MIB::wanAal5PvcStatsState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | up |
2 | down |
3 | unknown |