-
Type: Bug
-
Status: Resolved (View Workflow)
-
Priority: Medium
-
Resolution: Fixed
-
Affects Version/s: VOLTHA v2.2
-
Fix Version/s: VOLTHA v2.3
-
Component/s: etcd, kind-voltha
-
Labels:None
-
Environment:
kind-voltha
BAL 3.2
-
Story Points:5
-
Epic Link:
Steps to reproduce -
1. Install mausezahn traffic generator on RG
2. From RG, send traffic/frames to BNG using below command
mausezahn (interface) -A (src_ip) -B (dst_ip) -c 0 -t udp "dp=9999" -p 1472 -Q 0:0 -a (src_mac) -b (dst_mac)
3. Using tcpdump at BNG, check if getting any traffic or not (It will work fine here, as sent traffic with 0 pbit)
4. Now repeat step2 for different pbit using below command
mausezahn (interface) -A (src_ip) -B (dst_ip) -c 0 -t udp "dp=9999" -p 1472 -Q 1:0 -a (src_mac) -b (dst_mac)
5. Repeat step3 (Will not get any traffic activity here)
Have tried above steps with 1-gem tech profile as well as with 4-gem tech profile, no luck.
Please let me know in case anything else is requried. Thanks.
- relates to
-
VOL-2054 Validate technology profile with pbit verification
- Resolved
# | Subject | Branch | Project | Status | CR | V |
---|---|---|---|---|---|---|
17601,4 | [VOL-2616] : - When vlan pcp bit is 0xff, this means no pcp bit. - This change is compatible with OpenOlt adapter changes coming as part of https://gerrit.opencord.org/#/c/17602/. | master | openolt | Status: MERGED | +2 | +1 |
17602,13 | [VOL-2616]: - Replicate the flow across all pbits if vlan pcp is not coming as part of openflow. Otherwise, only pbit 0 traffic is allowed via BAL. - This is compatible with openolt agent version 2.1.2 and beyond. 2.1.2 openolt agent version will be released as part of https://gerrit.opencord.org/#/c/17601/. | master | voltha-openolt-adapter | Status: MERGED | +2 | +1 |