VLAN Commands
©2008 Allied Telesis Inc. All rights reserved.
16.8
AlliedWare Plus
TM
Operating System Software Reference C613-50003-00 REV E
Software Version 5.2.1
switchport mode access
Use this command to set the switching characteristics of the port to access mode. Received
frames are classified based on the VLAN characteristics, then accepted or discarded based on
the specified filtering criteria.
Syntax
switchport mode access [ingress-filter {enable|disable}]
Default
By default, ports are in access mode with ingress filtering on.
Usage
Use access mode to send untagged frames only.
Mode
Interface mode
Examples
Parameter
Description
ingress-filter
Set the ingress filtering for the received frames.
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 classifica-
tion criteria.
awplus#
configure terminal
awplus(config)#
interface port1.0.2
awplus(config-if)#
switchport mode access ingress-filter enable