I have a scenario that is not working properly for some reason, I get different results no matter how I try to build it,
Here the layout,
[Switch1]<--> [ZS Bridge]<--> [Antena] <-->[Antena]<-->[Switch2]
<
vLANs Trunk
>
My goal is to provide a bridge that passes all VLANs and maintain QoS for Voip traffic so I’m doing it in the following two ways:
Method A,
1. Create VLANs on ETH00 only
2. Create Bridge via SSH and include ETH00
3. Via web interface I add ETH01 to the bridge
4. Setup QoS Classes, the classifier and add classes to all Interfaces and Bridges
Results,
I get connectivity but don’t see traffic on VLANs ( seems like all packages are going over native VLAN but Classifier can’t see it either ), without Spanning Tree Protocol off I get lots or loss packages as well.
Method B,
1. Create VLANs on each interface
2. Create a Bridge for VLANs on ETH00 to VLANS on ETH01
3. Create a Bridge for ETH00 to ETH01 (untagged traffic)
4. Setup QoS Classes, the classifier and add classes to all Interfaces and Bridges
Results,
I can not get L7 Filter to classify SIP protocol, I can get it to work using source/dest IPs.
Using Zeroshell 3.0
VIA Technologies, Inc. VT6105M [Rhine-III] (rev 96)
Regards,