rlQosClassMapMarkVlan
RADLAN-QOS-CLI-MIB ·
.1.3.6.1.4.1.89.88.9.1.9
Object
If 'mark', than the classified traffic will be remarked with new VLAN id. If 'disabled' VLAN id is not changed. If markNestedVlan, if the egress interface defined as VLAN tagged member then a new VLAN tag is added to the packet.
Context
- MIB
- RADLAN-QOS-CLI-MIB
- OID
.1.3.6.1.4.1.89.88.9.1.9- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- rlQosClassMapEntry
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 'RADLAN-QOS-CLI-MIB' -M '/opt/observium/mibs/radlan:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RADLAN-QOS-CLI-MIB::rlQosClassMapMarkVlan'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RADLAN-QOS-CLI-MIB' -M '/opt/observium/mibs/radlan:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RADLAN-QOS-CLI-MIB::rlQosClassMapMarkVlan.<rlQosClassMapIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RADLAN-QOS-CLI-MIB' -M '/opt/observium/mibs/radlan:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RADLAN-QOS-CLI-MIB::rlQosClassMapMarkVlan'
Syntax
- Source
- MarkVlanAction
- Base type
Enumeration
Values & Constraints
Type Values
1 | noMark |
2 | mark |
3 | markNestedVlan |