nbsStackVcdPortTestRun
NSTACK-MIB ·
.1.3.6.1.4.1.629.1.50.4.12.2.1.2
Object
column mandatory
r/w
Enumeration
The Port VCD Test mode:
startVcdTest=(1) - used for SNMP SET operation
to run VCD Test;
testIsRunning=(2) - used for SNMP GET operation
to show that VCD Test is still
not completed;
vcdTestCompletedOk=(3)- used for SNMP GET operation
to show that VCD Test is already
completed with no Error.
vcdTestCompletedWithError=(4)- used for SNMP GET operation
to show that VCD Test is already
completed with some Error.
vcdNotTested=(5) - used for SNMP GET operation
to show that VCD Test has not yet been executed.
Context
- MIB
- NSTACK-MIB
- OID
.1.3.6.1.4.1.629.1.50.4.12.2.1.2- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- nbsStackVcdPortEntry
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 'NSTACK-MIB' -M '/opt/observium/mibs/mrv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NSTACK-MIB::nbsStackVcdPortTestRun'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'NSTACK-MIB' -M '/opt/observium/mibs/mrv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NSTACK-MIB::nbsStackVcdPortTestRun.<nbsStackVcdPortId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'NSTACK-MIB' -M '/opt/observium/mibs/mrv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'NSTACK-MIB::nbsStackVcdPortTestRun'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | startVcdTest |
2 | testIsRunning |
3 | vcdTestCompletedOk |
4 | vcdTestCompletedWithError |
5 | vcdNotTested |