rcVlanResult
RAPIDCITY-VLAN-MIB ·
.1.3.6.1.4.1.2272.1.3.2.1.8
Object
column mandatory
Enumeration
Result from the last Vlan action.
Context
- MIB
- RAPIDCITY-VLAN-MIB
- OID
.1.3.6.1.4.1.2272.1.3.2.1.8- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- rcVlanEntry
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 'RAPIDCITY-VLAN-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RAPIDCITY-VLAN-MIB::rcVlanResult'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RAPIDCITY-VLAN-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RAPIDCITY-VLAN-MIB::rcVlanResult.<rcVlanId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RAPIDCITY-VLAN-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RAPIDCITY-VLAN-MIB::rcVlanResult'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | none |
2 | inProgress |
3 | success |
4 | fail |