Vubiq Networks Inc. V10G-L Benutzerhandbuch

Seite von 69
 
42  
Vubiq HaulPass V10g User Manual 
 
 
  
 
              © 2018 Vubiq Networks, Inc. All Rights Reserved 
Unaware 
On ingress, all frames, whether carrying a VLAN tag or not, get classified to the Port VLAN, and possible tags are 
not removed on egress. 
C-Port 
On ingress, frames with a VLAN tag with TPID = 0x8100 get classified to the VLAN ID embedded in the tag. If a 
frame is untagged or priority tagged, the frame gets classified to the Port VLAN. If frames must be tagged on 
egress, they are tagged with a C-tag. 
S-Port 
On ingress, frames with a VLAN tag with TPID = 0x8100 or 0x88A8 get classified to the VLAN ID embedded in the 
tag. If a frame is untagged or priority tagged, the frame gets classified to the Port VLAN. If frames must be tagged 
on egress, they will be tagged with an S-tag. 
S-Custom-Port 
On ingress, frames with a VLAN tag with a TPID = 0x8100 or equal to the Ethertype configured for Custom-S ports 
get classified to the VLAN ID embedded in the tag. If a frame is untagged or priority tagged, the frame gets 
classified to the Port VLAN. If frames must be tagged on egress, they will be tagged with the custom S-tag. 
CLI example 
– set Port Type on the second Gigabit port: 
configure terminal 
(config)# interface GigabitEthernet 1/2 
(config-if)# switchport hybrid port-type ? 
    c-port           Customer port 
    s-custom-port    Custom Provider port 
    s-port           Provider port 
    unaware          Port in not aware of VLAN tags. 
(config-if)# switchport hybrid port-type c-port 
(config-if)# exit 
(config)# exit 
 
 
Figure 24. VLAN Port Type Configuration