atmVpcOperStatus
BIANCA-BRICK-ATM2-MIB ·
.1.3.6.1.4.1.272.4.16.11.1.3
Object
column mandatory
Enumeration
The present actual operational status of the VPC. A value of end2endUp(2) or end2endDown(3) would be used if the end-to-end status is known. If only local status information is available, a value of localUpEnd2endUnknown(4) or localDown(5) would be used.
Context
- MIB
- BIANCA-BRICK-ATM2-MIB
- OID
.1.3.6.1.4.1.272.4.16.11.1.3- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- atmVpcEntry
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 'BIANCA-BRICK-ATM2-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BIANCA-BRICK-ATM2-MIB::atmVpcOperStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'BIANCA-BRICK-ATM2-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BIANCA-BRICK-ATM2-MIB::atmVpcOperStatus.<atmVpcPortIndex>.<atmVpcVpi>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'BIANCA-BRICK-ATM2-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'BIANCA-BRICK-ATM2-MIB::atmVpcOperStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | unknown |
2 | end2endUp |
3 | end2endDown |
4 | localUpEnd2endUnknown |
5 | localDown |