Programmable Internetworking & Communication Operating System Docs ... Click Spaces -> Space Directory to see docs for all releases ...
Page tree
Skip to end of metadata
Go to start of metadata

To configure tunneling for untagged ingress traffic use the set vlans dot1q-tunneling ingress from untag enabled command in L2/L3 configuration mode.

Command Syntax

set vlans dot1q-tunneling ingress tunnel-id from untag enabled { true | false }

Parameters

tunnel-idTunnel identifier.
trueEnable matching untagged traffic.
falseDisable matching untagged traffic.

Examples

The following configuration checks if untagged frames are received by the port or not:

admin@Switch# set vlans dot1q-tunneling ingress T1 from untag enabled true 
admin@Switch# set vlans dot1q-tunneling ingress T1 from untag enabled false
  • No labels