switchport mode customer-edge
Use this command to set the switching characteristics of the Layer 2 customer facing interface and classify only untagged frames. Received frames are classified based on the VLAN characteristics, then accepted or discarded based on the specified filtering criteria.
Command Syntax
switchport mode customer-edge (access|hybrid|trunk)
switchport mode customer-edge (access|hybrid|trunk)
Parameters
access
Set the layer 2 interface as access.
hybrid
Set the layer 2 interface as hybrid.
trunk
Set the layer 2 interface as trunk.
Command Mode
Interface mode
Applicability
This command was introduced before OcNOS version 1.3.
Example
#configure terminal
(config)#interface eth0
(config-if)#switchport mode customer-edge access
Last modified date: 07/06/2023