jnxCosAtmVcCosMode
JUNIPER-ATM-COS-MIB ·
.1.3.6.1.4.1.2636.3.21.1.1.1
Object
column Enumeration
The mode of COS queue priority for the VC.
strict mode :
One queue of the four queues has strict high priority and
is always serviced before the rest of the queues. The
remaining queues are serviced in round robin fashion.
alternate mode :
One queue has high priority, but the servicing of the
queues alternates between the high priority queue and the
rest of the queues.
Context
- MIB
- JUNIPER-ATM-COS-MIB
- OID
.1.3.6.1.4.1.2636.3.21.1.1.1- Type
- column
- Access
- readonly
- Status
- current
- Parent
- jnxCosAtmVcEntry
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 'JUNIPER-ATM-COS-MIB' -M '/opt/observium/mibs/juniper:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'JUNIPER-ATM-COS-MIB::jnxCosAtmVcCosMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'JUNIPER-ATM-COS-MIB' -M '/opt/observium/mibs/juniper:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'JUNIPER-ATM-COS-MIB::jnxCosAtmVcCosMode.<ifIndex>.<atmVclVpi>.<atmVclVci>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'JUNIPER-ATM-COS-MIB' -M '/opt/observium/mibs/juniper:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'JUNIPER-ATM-COS-MIB::jnxCosAtmVcCosMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | strict |
1 | alternate |