wwpLeosEtherPortMirrorEncap
WWP-LEOS-PORT-MIB ·
.1.3.6.1.4.1.6141.2.60.2.1.1.1.1.57
Object
column r/w
Enumeration
This object defines whether the port will encapsulate mirrored frames by adding a vlan-tag. (Or, in the case where a mirrored frame is already tagged, by adding a further vlan-tag to the frame) To allow mirrored traffic to be encapsulated, set this object to vlan-tag(1). If set to vlan-tag, then the values of wwpLeosEtherPortMirrorEncapVid and wwpLeosEtherPortMirrorEncapTpid will be used to populate tag added to each mirrored frame. Setting this object to none(0) indicates no tag is to be added to the mirrored frames.
Context
- MIB
- WWP-LEOS-PORT-MIB
- OID
.1.3.6.1.4.1.6141.2.60.2.1.1.1.1.57- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- wwpLeosEtherPortEntry
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 'WWP-LEOS-PORT-MIB' -M '/opt/observium/mibs/ciena:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'WWP-LEOS-PORT-MIB::wwpLeosEtherPortMirrorEncap'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'WWP-LEOS-PORT-MIB' -M '/opt/observium/mibs/ciena:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'WWP-LEOS-PORT-MIB::wwpLeosEtherPortMirrorEncap.<wwpLeosEtherPortId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'WWP-LEOS-PORT-MIB' -M '/opt/observium/mibs/ciena:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'WWP-LEOS-PORT-MIB::wwpLeosEtherPortMirrorEncap'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | none |
1 | vlanTag |