flowInnerVlanTagging
MEF-R-MIB ·
.1.3.6.1.4.1.164.20.8.1.6.3.1.14
Object
column r/w
Enumeration
This attribute determines the behavior of the flow regarding it's Inner VLAN (the second after MAC Address): add - add VLAN to the frame at the Egress preserve - use the VLAN of the frame as the SP VLAN at the Egress. remove - remove VLAN from the frame at the Egress.
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 'MEF-R-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MEF-R-MIB::flowInnerVlanTagging'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'MEF-R-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MEF-R-MIB::flowInnerVlanTagging.<flowIdx1>.<flowIdx2>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MEF-R-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MEF-R-MIB::flowInnerVlanTagging'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | add |
2 | overwrite |
3 | preserve |
4 | remove |