qosSwitchPolicyDefaultTCPremarking
AT-QOS-MIB ·
.1.3.6.1.4.1.207.8.4.4.4.99.1.2.1.10
Object
column Enumeration
Specifies the QoS action to take on traffic in the default traffic class before metering actions are taken. If none(0) is specified, the traffic is passed to the metering stage. If usemarkvalue(1) is specified, the QoS settings are taken from the variable qosSwitchPolicyDefaultTCMarkValue used as an index into the DCSP MAP table. If usedscp(2) is specified, the DSCP value in the data frames is used as an index into the DSCP MAP table.
Context
- MIB
- AT-QOS-MIB
- OID
.1.3.6.1.4.1.207.8.4.4.4.99.1.2.1.10- Type
- column
- Access
- readonly
- Status
- current
- Parent
- qosSwitchPolicyEntry
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 'AT-QOS-MIB' -M '/opt/observium/mibs/allied-old:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'AT-QOS-MIB::qosSwitchPolicyDefaultTCPremarking'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'AT-QOS-MIB' -M '/opt/observium/mibs/allied-old:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'AT-QOS-MIB::qosSwitchPolicyDefaultTCPremarking.<qosSwitchPolicyIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'AT-QOS-MIB' -M '/opt/observium/mibs/allied-old:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'AT-QOS-MIB::qosSwitchPolicyDefaultTCPremarking'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | none |
1 | usemarkvalue |
2 | usedscp |