mesVlanTagRuleOperation
LUM-MES-MIB ·
.1.3.6.1.4.1.8708.2.32.2.21.1.1.6
Object
column r/w
Enumeration
The type of operation applied to this rule.
For ingress direction, only push and swap are
currently supported.
For egress direction, only pop and popSwap are
currently supported.
none - No operation
pop - Remove the outer VLAN tag.
push - Push a new VLAN tag in front of the
existing VLAN tag.
swap - Replace a the existing outer VLAN tag.
pushPush - Two new VLAN tags are pushed in front of
the existing VLAN tag.
swapPush - Outer VLAN tag is replaced. A new VLAN tag
is pushed in front of the existing VLAN tag.
swapSwap - Both outer and inner VLAN tags are
replaced.
popPop - Both outer and inner VLAN tags are
removed.
popSwap - Remove outer VLAN tag. Replace inner VLAN
tag.
This attribute can be written via SNMP.
Context
- MIB
- LUM-MES-MIB
- OID
.1.3.6.1.4.1.8708.2.32.2.21.1.1.6- Type
- column
- Access
- readwrite
- Status
- current
- Default
none- Parent
- mesVlanTagRuleEntry
- Groups
- 4
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 'LUM-MES-MIB' -M '/opt/observium/mibs/infinera:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'LUM-MES-MIB::mesVlanTagRuleOperation'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'LUM-MES-MIB' -M '/opt/observium/mibs/infinera:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'LUM-MES-MIB::mesVlanTagRuleOperation.<mesVlanTagRuleIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'LUM-MES-MIB' -M '/opt/observium/mibs/infinera:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'LUM-MES-MIB::mesVlanTagRuleOperation'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | none |
2 | pop |
3 | push |
4 | swap |
5 | pushPush |
6 | swapPush |
7 | swapSwap |
8 | popPop |
9 | popSwap |