Vubiq Networks Inc. V10G-L Benutzerhandbuch

Seite von 69
 
38  
Vubiq HaulPass V10g User Manual 
 
 
  
 
              © 2018 Vubiq Networks, Inc. All Rights Reserved 
configure terminal 
(config)# vlan 1,10-13,200,300 
(config-vlan)# exit 
(config)# exit 
Individual elements are separated by commas and ranges are specified with a dash separating the lower and upper 
bound. Spaces are allowed in between the delimiters. The example creates VLANs 1, 10, 11, 12, 13, 200, and 300.  
 
Figure 19. VLAN Allowed Access VLANs Configuration 
VLAN Naming 
CLI example 
– set VLAN 2’s name to test: 
configure terminal 
(config)# vlan 2 
(config-vlan)# name test 
(config-vlan)# exit 
(config)# exit 
show vlan brief 
VLAN  Name                              Interfaces 
----  --------------------------------  ---------- 
1     default                           Gi 1/1-4 
2     test                              Gi 1/3 
10    VLAN0010 
11    VLAN0011 
12    VLAN0012 
13    VLAN0013 
200   VLAN0200 
300   VLAN0300 
Web GUI not available. 
Ethertype for Custom S-ports 
This field specifies the Ethertype/TPID (specified in hexadecimal) of tagged frames. The setting applies to all ports 
whose Port Type is set to S-Custom-Port. It takes effect on the egress side.  The example below is setting the 
Ethertype to 0x600 but any value in the range of <0x0600 
– 0xffff> is allowed. 
CLI example: 
configure terminal 
(config)# vlan ethertype s-custom-port 0x0600 
(config)# exit