All MIBs › ADVANTECH-EKI-PRONEER-MIB › trustMode
trustMode
Module: ADVANTECH-EKI-PRONEER-MIB
OID (symbolic): ADVANTECH-EKI-PRONEER-MIB::trustMode
OID (numeric): 1.3.6.1.4.1.10297.202.7000.6.2.1
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description: the QoS operation mode. CoS/802.1p: Traffic is mapped to queues based on the CoS field in the VLAN tag, or based on the per-port default CoS value if there is no VLAN tag on the incoming packet. DSCP: All IP traffic is mapped to queues based on the DSCP field in the IP header. If traffic is not IP traffic, it is mapped to the lowest priority queue. CoS/802.1p-DSCP: All IP traffic is mapped to queues based on the DSCP field in the IP header. If traffic is not IP but has VLAN tag, mapped to queues based on the CoS value in the VLAN tag. IP Precedence: All IP traffic is mapped to queues based on the IP Precedence field in the IP header. If traffic is not IP traffic, it is mapped to the lowest priority queue. None: All traffic is mapped to the lowest priority queue.
What is trustMode?
This is a read-write setting that tells the switch how to classify traffic into queues: by CoS (VLAN priority), DSCP (IP marking), IP Precedence (legacy), or a combination. Example: Set to 'dscp' if your network relies on IP header markings.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.10297.202.7000.6.2.1 snmpwalk -v2c -c public <target> ADVANTECH-EKI-PRONEER-MIB::trustMode
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.10297.202.7000.6.2.1.1 snmpget -v2c -c public <target> ADVANTECH-EKI-PRONEER-MIB::trustMode.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.10297.202.7000.6.2.1.1 i <value>
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> trustMode.1
Start monitoring Advantech EKI-series industrial Ethernet switches with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the ADVANTECH-EKI-PRONEER-MIB::trustMode OID value, configure state conditions and alerts, and monitor any Advantech EKI-series industrial Ethernet switches from a single console.
OID Breakdown
Upper-level ancestors (6 from the standard OID tree / other modules)
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | AirPair-MIB |
| 1.3.6 | dod | AirPair-MIB |
| 1.3.6.1 | internet | AirPair-MIB |
| 1.3.6.1.4 | private | AirPair-MIB |
| 1.3.6.1.4.1 | enterprises | AirPair-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.10297 | advantech | ADVANTECH-EKI-PRONEER-MIB |
| 1.3.6.1.4.1.10297.202 | aSwitchMIB | ADVANTECH-EKI-PRONEER-MIB |
| 1.3.6.1.4.1.10297.202.7000 | proneer | ADVANTECH-EKI-PRONEER-MIB |
| 1.3.6.1.4.1.10297.202.7000.6 | qos | ADVANTECH-EKI-PRONEER-MIB |
| 1.3.6.1.4.1.10297.202.7000.6.2 | qosBasicMode | ADVANTECH-EKI-PRONEER-MIB |
| 1.3.6.1.4.1.10297.202.7000.6.2.1 | trustMode | ADVANTECH-EKI-PRONEER-MIB |