Vubiq Networks Inc. V10G-L Benutzerhandbuch

Seite von 69
 
45  
Vubiq HaulPass V10g User Manual 
 
 
  
 
              © 2018 Vubiq Networks, Inc. All Rights Reserved 
 
 
Figure 27. VLAN Egress Tagging Configuration 
Allowed VLANs 
Ports in Trunk and Hybrid mode may control which VLANs they are allowed to become members of. Access ports 
can only be members of the Access VLAN. 
The field's syntax is identical to the syntax used in the Existing VLANs field. By default, a port may become a 
member of all possible VLANs, and is therefore set to 1-4095. 
The field may be left empty, which means that the port will not be member of any of the existing VLANs. 
CLI example 
– set port VLAN to 2 on the second Gigabit port (configured as trunk mode): 
configure terminal 
(config)# interface GigabitEthernet 1/2 
(config-if)# switchport mode trunk 
(config-if)# switchport trunk allowed vlan ? 
    <vlan_list>    VLAN IDs of the allowed VLANs when this port 
                   is in trunk mode 
    add            Add VLANs to the current list 
    all            All VLANs 
    except         All VLANs except the following 
    none           No VLANs 
    remove         Remove VLANs from the current list 
(config-if)# switchport trunk allowed vlan 
(config-if)# exit 
(config)# exit 
 
Figure 28. Allowed VLANs Configuration (Trunk)