Vubiq Networks Inc. V10G-L Benutzerhandbuch

Seite von 69
 
36  
Vubiq HaulPass V10g User Manual 
 
 
  
 
              © 2018 Vubiq Networks, Inc. All Rights Reserved 
7.0  VLAN 
7.1  VLAN Quick Configuration Example 
 
 
Figure 16. Default VLAN Configuration 
Because VLAN 1 is created by default, we need only add VLAN 2 as follows:
 
 
configure terminal 
(config)# vlan 2 
(config-vlan)# exit 
(config)# exit 
 
Figure 17. Creating VLAN 2 
Set the access port. Assume that ports 1 and 2 are connected to the PC.  The PVID of each port is different. 
configure terminal 
(config)# interface GigabitEthernet 1/1 
(config-if)# switchport mode access 
(config-if)# switchport access vlan 1 
(config-if)# exit 
(config)# interface GigabitEthernet 1/2 
(config-if)# switchport mode access 
(config-if)# exit 
(config)# exit