C613-50631-01 Rev A Command Reference for IE340 Series 678
AlliedWare Plus™ Operating System - Version 5.5.3-0.x
VLAN COMMANDS
SWITCHPORT
VLAN TRANSLATION DEFAULT DROP
switchport vlan translation default drop
Overview Use this command to drop inbound tagged packets if their VLAN-ID does not
match any entries in the VLAN translation table for an interface.
Use the no variant of this command to stop dropping non-matching inbound
packets and let them be accepted as is for further processing.
Syntax
switchport vlan translation default drop
no switchport vlan translation default drop
Default Do not drop packets
Mode Interface Configuration for a switch port or a static channel group, or a dynamic
(LACP) channel group. The interface must be in a mode that supports tagged
packets.
Example To drop inbound tagged packets arriving at port1.0.1 unless they match a VLAN
translation entry, use the commands:
awplus# configure terminal
awplus(config)# interface port1.0.1
awplus(config-if)# switchport vlan translation default drop
To accept inbound tagged packets arriving at port1.0.1 regardless of whether they
match a VLAN translation entry, use the commands:
awplus# configure terminal
awplus(config)# interface port1.0.1
awplus(config-if)# no switchport vlan translation default drop
Related
commands
show interface switchport vlan translation
switchport vlan translation
Command
changes
Version 5.4.8-0.2: added to SBx908 GEN2, x930 Series products
Version 5.4.8-1.1: added to SBx8100 Series products
Version 5.4.9-0.1: added to x530 Series products