C613-50170-01 Rev B
Command Reference for x510 Series
602
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
VLAN C
OMMANDS
SWITCHPORT
VLAN
TRANSLATION
DEFAULT
DROP
switchport vlan translation default drop
Overview
Use this command to configure a default behavior of dropping inbound tagged
packets that have a VLAN-ID that 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