P4_VLAN_OFFLOAD

# set
<module-index>/<port-index> P4_VLAN_OFFLOAD <offload>

# get
<module-index>/<port-index> P4_VLAN_OFFLOAD ?

Description

Specifies if 802.1Q VLAN tag should be inserted and stripped by the Ethernet device. If VLAN Offload is switched ON, VLAN tags will not be present in frames captured by the L47 Server.

Actions

set, get

Parameters

offload: byte, specifies if VLAN Offload is enabled
  • OFF = 0

  • ON = 1

Example

# set
input:  0/1 P4_VLAN_OFFLOAD OFF
output: <OK>

# get
input:  0/1 P4_VLAN_OFFLOAD ?
output: 0/1 P4_VLAN_OFFLOAD OFF