VLAN Commands
©2008 Allied Telesis Inc. All rights reserved.
16.10
AlliedWare Plus
TM
Operating System Software Reference C613-50003-00 REV E
Software Version 5.2.1
switchport mode trunk
Use this command to set the switching characteristics of the port to trunk. Received frames are
classified based on the VLAN characteristics, then accepted or discarded based on the specified
filtering criteria.
Syntax
switchport mode trunk [ingress-filter {enable|disable}]
Default
By default, ports are in access mode, are untagged members of the default VLAN (vlan1), and
have ingress filtering on.
Mode
Interface mode
Usage
A port in trunk mode can be a tagged member of multiple VLANs, and an untagged member
of one native VLAN.
To configure which VLANs this port will trunk for, use the
switchport trunk allowed vlan
command.
Examples
Parameter
Description
ingress-filter
Set the ingress filtering for the frames received.
enable
Turn on ingress filtering for received frames. This is the default
value.
disable
Turn off ingress filtering to accept frames that do not meet the
classification criteria.
awplus#
configure terminal
awplus(config)#
interface port1.1.3
awplus(config-if)#
switchport mode trunk ingress-filter enable