extremeQosRuleScope
EXTREME-PBQOS-MIB ·
.1.3.6.1.4.1.1916.1.7.2.1.2
Object
column r/w
Enumeration
The scope of conditions in which this rule applies.
The value 'signaled' means that the policy rule is
applied only to QoS signaling messages e.g. RSVP. The
value 'inband' means that the policy rule is applied
only to data traffic passing through this node. the
value 'any' means that the policy is applied to any
of the above conditions.
Only the value 'any' is supported in ExtremeWare 6.0.
Context
- MIB
- EXTREME-PBQOS-MIB
- OID
.1.3.6.1.4.1.1916.1.7.2.1.2- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- extremeQosRuleEntry
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 'EXTREME-PBQOS-MIB' -M '/opt/observium/mibs/extreme:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'EXTREME-PBQOS-MIB::extremeQosRuleScope'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'EXTREME-PBQOS-MIB' -M '/opt/observium/mibs/extreme:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'EXTREME-PBQOS-MIB::extremeQosRuleScope.<extremeQosRuleIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'EXTREME-PBQOS-MIB' -M '/opt/observium/mibs/extreme:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'EXTREME-PBQOS-MIB::extremeQosRuleScope'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | any |
2 | signaled |
3 | inband |