Vubiq Networks Inc. V10G-L Benutzerhandbuch

Seite von 69
 
44  
Vubiq HaulPass V10g User Manual 
 
 
  
 
              © 2018 Vubiq Networks, Inc. All Rights Reserved 
CLI example 
– configure ingress filtering on the second Gigabit port: 
configure terminal 
(config)# interface GigabitEthernet 1/2 
(config-if)# switchport hybrid acceptable-frame-type ? 
    all         Allow all frames 
    tagged      Allow only tagged frames 
    untagged    Allow only untagged frames 
(config-if)# switchport hybrid acceptable-frame-type all 
(config-if)# exit 
(config)# exit 
#
 
 
Figure 26. VLAN Ingress Acceptance Configuration 
Egress Tagging 
Ports in Trunk and Hybrid mode may control the tagging of frames on egress. 
Untag Port VLAN 
Frames classified to the Port VLAN are transmitted untagged. Other frames are transmitted with the relevant tag. 
Tag All 
All frames, whether classified to the Port VLAN or not, are transmitted with a tag. 
Untag All 
All frames, whether classified to the Port VLAN or not, are transmitted without a tag. This option is only available for 
ports in Hybrid mode. 
CLI example 
– Set egress tagging on the second Gigabit port: 
configure terminal 
(config)# interface GigabitEthernet 1/2 
(config-if)# switchport hybrid egress-tag ? 
    all     Tag all frames 
    none    No egress tagging 
(config-if)# switchport hybrid egress-tag none 
(config-if)# exit 
(config)# exit