
KSwitch D10 MMT Managed Time Sensitive Ethernet Switch - Preliminary User Guide, Rev. 0.99
// 89
9.7.2.5.
Switchport Forbidden VLAN
Description- Configure the port to never become a member of one or more VLANs.
switchport forbidden vlan
{ add | remove } <vlan_list>
no switchport forbidden vlan
Parameter
Description
Parameter
add
Add forbidden VLANs to the current list of forbidden VLANs
remove
Remove forbidden VLANs from the current list of forbidden VLANs
Default
Trunk Port may become a member of all possible VLANs
Mode
Port List Interface Mode
Usage
Configure VLANs that a trunk port may not become a member. Use the no version of the
command to revert to default.
Examples
Example#1 (configure port 3 as trunk and add VLAN 4 to the list of forbidden VLANs)
# configure terminal
(config)# interface GigabitEthernet 1/3
(config-if)# switchport mode trunk
(config-if)# switchport forbidden vlan add 4
9.7.2.6.
Switchport Hybrid Native VLAN
Description - Configure VLAN ID (PVID) for the hybrid port (Native VLAN).
switchport hybrid native vlan
<pvid>
no switchport hybrid native vlan
Parameter
Description
Parameter
<pvid>
VLAN ID of the native VLAN when this port is in hybrid mode
Default
Hybrid native default VLAN is VLAN1
Mode
Port List Interface Mode
Usage
Configure a port VLAN ID for a hybrid port. Use the no version of the command to revert to
default.
Examples
Example#1 (configure port 4 as hybrid with PVID 5)
# configure terminal
(config)# interface GigabitEthernet 1/4
(config-if)# switchport mode hybrid
(config-if)# switchport hybrid native vlan 5