DXS-1210 Series Smart Managed Switch CLI Reference Guide
357
48.
Virtual LAN (VLAN) Commands
48-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: 12.
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/1.
Switch# configure terminal
Switch(config)#interface eth 1/0/1
Switch(config-if)# acceptable-frame tagged-only
Switch(config-if)#
48-2
ingress-checking
This command is used to enable ingress checking for frames received by a port. Use the no form of
this command to disable the ingress check.
ingress-checking
no ingress-checking
Parameters
None.
Default
By default, this option is enabled.
Command Mode