DIS-200G Series Gigabit Ethernet Switch CLI Reference Guide
231
43.
Virtual LAN (VLAN) Commands
43-1
acceptable-frame
This command is used to set the acceptable types of frames by a port. Use the
no
form of this command to
revert to the default settings.
acceptable-frame {tagged-only | untagged-only | admit-all}
no acceptable-frame
Parameters
tagged-only
Specifies that only tagged frames are admitted.
untagged-only
Specifies that only untagged frames are admitted.
admit-all
Specifies that all frames are admitted.
Default
For the access VLAN mode, the default option is untagged-only.
For the other VLAN mode, the default option is admit-all.
Command Mode
Interface Configuration Mode.
Command Default Level
Level: 15.
Usage Guideline
This command is used to set the acceptable types of frames by a port.
Example
This example shows how to set the acceptable frame type to tagged-only for port eth1/0/2.
Switch# configure terminal
Switch(config)# interface Ethernet 1/0/2
Switch(config-if)# acceptable-frame tagged-only
Switch(config-if)#