
134
IP-COM(config)# vlan 3-5
Note:
Create multiple QVLANs
Add QVLAN member ports
IP-COM(config)# interface range gigabitethernet 0/1-10
Note:
Enter the directory of ports 1-10
IP-COM(config-if)# switchport access vlan 2
Note:
Add ports 1-10 to VLAN2
Delete QVLAN member ports
IP-COM(config)# interface range gigabitethernet 0/2,5,6
Note:
Enter the directory of port 2, port 5 and port 6
IP-COM(config-if)# switchport access vlan 1
Note:
Delete port 2
,
port 5 and port 6 from QVLAN2(A port must belong to a single VLAN and belong to VLAN1
by default)
Delete QVLAN
IP-COM(config)# no vlan 2
Note:
Delete QVLAN2
IP-COM(config)# no vlan 10-15
Note:
Delete multiple VLANs 10-15
Create trunk port
IP-COM# configure terminal
IP-COM(config)# interface gigabitethernet 0/2
Note:
Enter the directory of port 2
IP-COM(config-if)# switchport mode trunk
Note:
Set port 2 to a Trunk port
IP-COM(config-if)# switchport trunk native vlan 1
Note:
Set the PVID of Trunk port 2 to 1
IP-COM(config-if)# switchport trunk allowed vlan all
Note:
VLAN Set Trunk port to carry all VLANs
IP-COM(config)# interface gigabitethernet 0/24
Содержание G3224P
Страница 1: ......