Configure the Types of Frames that Can Be Received by the Port
Configuration Condition
None
Configure the Types of Frames that Can Be Received by the Port
You can configure the types of frames that can be received by a port so that the port receives only Untag packets, receives only Tag packets, or receives both of them. The packets that fail to meet the requirement will be discarded.
Table 3-13 Configuring the Types of Frames that Can Be Received by the Port
Step
|
Command
|
Description
|
Enter the global configuration mode.
|
configure terminal
|
-
|
Enter the L2 Ethernet interface configuration mode.
|
interface interface-name
|
Either
After entering the L2 Ethernet interface configuration mode, the subsequent configuration takes effect only on the current port. After entering the aggregation group configuration mode, the subsequent configuration takes effect only on the aggregation group.
|
Enter the aggregation group configuration mode.
|
interface link-aggregation link-aggregation-id
|
Configure the types of frames that can be received by the port.
|
switchport accept frame-type { all | untag | tag }
|
Mandatory.
By default, the type of frames that can be received by a port is all, that is, receiving both Untag and Tag packets.
|