Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Raw UDP over IPv6 traffic with value lists for both source and destination ports #13

Closed
ASHNA-AGGARWAL-KEYSIGHT opened this issue Aug 29, 2022 · 0 comments · Fixed by #30
Assignees

Comments

@ASHNA-AGGARWAL-KEYSIGHT

Config

  • Two back-to-back connected test ports
    • One for Tx
    • Another for Rx
  • One Flow with,
    • Fixed frame size of 128B
    • Rate of 50 PPS
    • Packet count 100
    • Packet headers ethernet, ipv6, and UDP
  • UDP header with,
    • Source port value list
    • Destination port value list

Validation

  • Push configuration
  • Start capture on Rx port
  • Start transmitting on the Tx port
  • Wait until the following is as expected,
    • Frames Tx/Rx, bytes Tx/Rx and transmit state in flow metrics
  • Fetch capture and ensure the following is as expected,
    • ethernet.ether_type
    • ipv6.protocol, ipv6.total_length
    • udp.src_port, udp.dst_port
    • size of each frame
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment