snMspsPortQoSTrustMode
SN-MSPS-SCX-MIB ·
.1.3.6.1.4.1.4329.20.1.1.1.1.29.90.1.14
Object
column r/w
Enumeration
not-available (0) - the port qos trust mode is not supported
untrust (1) - packet qos parameters are assigned as per
port default priority settings
trust-cos (2) - if the packet is tagged the qos parameters
are assigned according to User Priority field, else like untrust
trust-dscp (3) - if the packet is IPv4/IPv6 qoS parameters
are assigned to the Dscp field or remapped Dscp, else like untrust
trust-cos-dscp (4) - if the packet is IPv4/IPv6 the packet is assigned like trustdscp
else if the packet is tagged like trustcos else like untrust
Context
- MIB
- SN-MSPS-SCX-MIB
- OID
.1.3.6.1.4.1.4329.20.1.1.1.1.29.90.1.14- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- snMspsPortEntry
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 'SN-MSPS-SCX-MIB' -M '/opt/observium/mibs/siemens:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SN-MSPS-SCX-MIB::snMspsPortQoSTrustMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'SN-MSPS-SCX-MIB' -M '/opt/observium/mibs/siemens:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SN-MSPS-SCX-MIB::snMspsPortQoSTrustMode.<snMspsPortIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SN-MSPS-SCX-MIB' -M '/opt/observium/mibs/siemens:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SN-MSPS-SCX-MIB::snMspsPortQoSTrustMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | not-available |
1 | untrust |
2 | trustcos |
3 | trustdscp |
4 | trustcos-dscp |