jnxCosAtmVcScDpType
JUNIPER-ATM-COS-MIB ·
.1.3.6.1.4.1.2636.3.21.2.1.4
Object
column Enumeration
The type of RED drop profile configured for the specified
forwarding class within the specified VC. A scheduler can
specify either linear or constant drop profile.
A constant type drop profile (aka EPD) specifies that when
the number of queued cells exceeds a threshold, all the
cells should be dropped. Whereas a linear type drop profile
specifies that only a percentage of cells be dropped based
on the number of queued cells at any time.
Context
- MIB
- JUNIPER-ATM-COS-MIB
- OID
.1.3.6.1.4.1.2636.3.21.2.1.4- Type
- column
- Access
- readonly
- Status
- current
- Parent
- jnxCosAtmVcScEntry
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::jnxCosAtmVcScDpType'
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::jnxCosAtmVcScDpType.<ifIndex>.<atmVclVpi>.<atmVclVci>.<jnxCosFcId>'
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::jnxCosAtmVcScDpType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | linearRed |
1 | epd |