tunnel_acl_based_test - openconfig/featureprofiles GitHub Wiki
Verify the DSCP value of original packet header after GRE acl based tunnel encapsulation.
- Configure DUT with ingress and egress routed interfaces.
- Configure acl based tunnel configuration with action as encapsulation.
- Attach the filter on ingress interface.
- Configure the static route for the tunnel end point destination.
- Capture packet on ATE on the recieving end(port-2).
- verify dscp value of original packet after encapsulation.
- verify that no traffic drops in all flows.
The below yaml defines the OC paths intended to be covered by this test. OC paths used for test setup are not listed here.
paths:
/acl/interfaces/interface/ingress-acl-sets/ingress-acl-set/config/set-name:
/acl/interfaces/interface/ingress-acl-sets/ingress-acl-set/config/type:
rpcs:
gnmi:
gNMI.Subscribe:
gNMI.Set:
- No packet drop should be oberserved.
- Capture the packet on recieving end and verify the orginal DSCP value. Orginal value should not be altered.