Skip to content

Example: qos ingress ethertype matcher

Alt text

r1

hostname r1
vrf def v1
 rd 1:1
 exit
policy-map p1
 seq 10 act trans
  match ethtyp 34525
 seq 20 act drop
 exit
int eth1
 vrf for v1
 ipv4 addr 3.3.3.1 255.255.255.0
 ipv6 addr 3333::1 ffff::
 service-policy-in p1
 exit

r2

hostname r2
vrf def v1
 rd 1:1
 exit
int eth1
 vrf for v1
 ipv4 addr 3.3.3.2 255.255.255.0
 ipv6 addr 3333::2 ffff::
 exit
r1 tping 100 5 3.3.3.1 vrf v1
r1 tping 100 5 3333::1 vrf v1
r2 tping 100 5 3.3.3.2 vrf v1
r2 tping 100 5 3333::2 vrf v1
r2 tping 0 5 3.3.3.1 vrf v1
r2 tping 100 5 3333::1 vrf v1
r1 tping 0 5 3.3.3.2 vrf v1
r1 tping 100 5 3333::2 vrf v1
  1. Install ContainerLab as described here
  2. Fetch qos-match11 file
  3. Launch ContainerLab qos-match11.yml topology:

   containerlab deploy --topo qos-match11.yml  
4. Destroy ContainerLab qos-match11.yml topology:

   containerlab destroy --topo qos-match11.yml  
5. Copy-paste configuration for each node in the lab topology

  1. Fetch or compile freeRtr rtr.jar file.
    You can grab it here
  2. Fetch qos-match11.tst file here
  3. Launch qos-match11.tst test:

   java -jar ../../rtr.jar test tester qos-match11 path ./ temp ./ wait
4. Destroy freeRtr qos-match11.tst test:

   Ctrl-C (In freeRtr test window)