ip4

2n1l-10ge2p1x553-dot1q-ip4base-mrr

RFC2544: Pkt throughput IPv4 routing with IEEE 802.1Q test cases

  • [Top] Network Topologies: TG-DUT1-TG 2-node circular topology with single links between nodes.
  • [Enc] Packet Encapsulations: Eth-IPv4 for IPv4 routing. IEEE 802.1Q tagging is applied on link between DUT1-if2 and TG-if2.
  • [Cfg] DUT configuration: DUT1 is configured with IPv4 routing and two static IPv4 /30 route entries. DUT1 is tested with Intel-X553.
  • [Ver] TG verification: In MaxReceivedRate tests TG sends traffic at line rate and reports total received packets over trial period. Test packets are generated by TG on links to DUT1. TG traffic profile contains two L3 flow-groups (flow-group per direction, 254 flows per flow-group) with all packets containing Ethernet header, IPv4 header with IP protocol=61 and static payload. MAC addresses are matching MAC addresses of the TG node interfaces.
  • [Ref] Applicable standard specifications: RFC2544.
Name VPP API Test Commands History - Commands Used Per Test Case
64b-1t1c-dot1q-ip4base-mrr
 DUT1:  
cli_inband(cmd=’show log’)
show_version()
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_set_flags(sw_if_index=1,admin_up_down=1)
sw_interface_set_flags(sw_if_index=2,admin_up_down=1)
hw_interface_set_mtu(sw_if_index=1,mtu=9200)
hw_interface_set_mtu(sw_if_index=2,mtu=9200)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_set_flags(sw_if_index=2,admin_up_down=1)
create_vlan_subif(vlan_id=10,sw_if_index=2)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_set_flags(sw_if_index=3,admin_up_down=1)
l2_interface_vlan_tag_rewrite(vtr_op=3,tag2=0,push_dot1q=1,tag1=0,sw_if_index=3)
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘1.1.1.1’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘3.3.3.1’, ‘flags’: 0, ‘sw_if_index’: 3, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
sw_interface_add_del_address(address_length=30,del_all=0,is_add=1,sw_if_index=1,address=’x01x01x01x02’,is_ipv6=0)
sw_interface_add_del_address(address_length=30,del_all=0,is_add=1,sw_if_index=3,address=’x03x03x03x02’,is_ipv6=0)
ip_route_add_del(route={‘paths’: [{‘nh’: {‘obj_id’: 4294967295, ‘via_label’: 1048576, ‘address’: {‘ip4’: ‘x01x01x01x01’}}, ‘rpf_id’: 4294967295, ‘weight’: 1, ‘proto’: 0, ‘n_labels’: 0, ‘label_stack’: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], ‘sw_if_index’: 1, ‘flags’: 0, ‘preference’: 1, ‘table_id’: 0, ‘type’: 0}], ‘prefix’: {‘len’: 30, ‘address’: {‘un’: {‘ip4’: ‘nnnx00’}, ‘af’: 0}}, ‘n_paths’: 1, ‘table_id’: 0},is_add=1,is_multipath=0)
ip_route_add_del(route={‘paths’: [{‘nh’: {‘obj_id’: 4294967295, ‘via_label’: 1048576, ‘address’: {‘ip4’: ‘x03x03x03x01’}}, ‘rpf_id’: 4294967295, ‘weight’: 1, ‘proto’: 0, ‘n_labels’: 0, ‘label_stack’: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], ‘sw_if_index’: 3, ‘flags’: 0, ‘preference’: 1, ‘table_id’: 0, ‘type’: 0}], ‘prefix’: {‘len’: 30, ‘address’: {‘un’: {‘ip4’: ‘x14x14x14x00’}, ‘af’: 0}}, ‘n_paths’: 1, ‘table_id’: 0},is_add=1,is_multipath=0)
cli_inband(cmd=’clear runtime’)
vpp-stats(path=’^/sys/node’)
cli_inband(cmd=’clear runtime’)
cli_inband(cmd=’clear interfaces’)
cli_inband(cmd=’clear hardware’)
cli_inband(cmd=’clear errors’)
cli_inband(cmd=’elog trace api cli barrier’)
cli_inband(cmd=’show event-logger’)
cli_inband(cmd=’show errors’)
cli_inband(cmd=’show hardware verbose’)
vpp-stats(path=’^/sys/node’)
64b-2t2c-dot1q-ip4base-mrr
 DUT1:  
cli_inband(cmd=’show log’)
show_version()
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_set_flags(sw_if_index=1,admin_up_down=1)
sw_interface_set_flags(sw_if_index=2,admin_up_down=1)
hw_interface_set_mtu(sw_if_index=1,mtu=9200)
hw_interface_set_mtu(sw_if_index=2,mtu=9200)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_set_flags(sw_if_index=2,admin_up_down=1)
create_vlan_subif(vlan_id=10,sw_if_index=2)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_set_flags(sw_if_index=3,admin_up_down=1)
l2_interface_vlan_tag_rewrite(vtr_op=3,tag2=0,push_dot1q=1,tag1=0,sw_if_index=3)
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘1.1.1.1’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘3.3.3.1’, ‘flags’: 0, ‘sw_if_index’: 3, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
sw_interface_add_del_address(address_length=30,del_all=0,is_add=1,sw_if_index=1,address=’x01x01x01x02’,is_ipv6=0)
sw_interface_add_del_address(address_length=30,del_all=0,is_add=1,sw_if_index=3,address=’x03x03x03x02’,is_ipv6=0)
ip_route_add_del(route={‘paths’: [{‘nh’: {‘obj_id’: 4294967295, ‘via_label’: 1048576, ‘address’: {‘ip4’: ‘x01x01x01x01’}}, ‘rpf_id’: 4294967295, ‘weight’: 1, ‘proto’: 0, ‘n_labels’: 0, ‘label_stack’: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], ‘sw_if_index’: 1, ‘flags’: 0, ‘preference’: 1, ‘table_id’: 0, ‘type’: 0}], ‘prefix’: {‘len’: 30, ‘address’: {‘un’: {‘ip4’: ‘nnnx00’}, ‘af’: 0}}, ‘n_paths’: 1, ‘table_id’: 0},is_add=1,is_multipath=0)
ip_route_add_del(route={‘paths’: [{‘nh’: {‘obj_id’: 4294967295, ‘via_label’: 1048576, ‘address’: {‘ip4’: ‘x03x03x03x01’}}, ‘rpf_id’: 4294967295, ‘weight’: 1, ‘proto’: 0, ‘n_labels’: 0, ‘label_stack’: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], ‘sw_if_index’: 3, ‘flags’: 0, ‘preference’: 1, ‘table_id’: 0, ‘type’: 0}], ‘prefix’: {‘len’: 30, ‘address’: {‘un’: {‘ip4’: ‘x14x14x14x00’}, ‘af’: 0}}, ‘n_paths’: 1, ‘table_id’: 0},is_add=1,is_multipath=0)
cli_inband(cmd=’clear runtime’)
vpp-stats(path=’^/sys/node’)
cli_inband(cmd=’clear runtime’)
cli_inband(cmd=’clear interfaces’)
cli_inband(cmd=’clear hardware’)
cli_inband(cmd=’clear errors’)
cli_inband(cmd=’elog trace api cli barrier’)
cli_inband(cmd=’show event-logger’)
cli_inband(cmd=’show errors’)
cli_inband(cmd=’show hardware verbose’)
vpp-stats(path=’^/sys/node’)
64b-4t4c-dot1q-ip4base-mrr
 DUT1:  
cli_inband(cmd=’show log’)
show_version()
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_set_flags(sw_if_index=1,admin_up_down=1)
sw_interface_set_flags(sw_if_index=2,admin_up_down=1)
hw_interface_set_mtu(sw_if_index=1,mtu=9200)
hw_interface_set_mtu(sw_if_index=2,mtu=9200)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_set_flags(sw_if_index=2,admin_up_down=1)
create_vlan_subif(vlan_id=10,sw_if_index=2)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_set_flags(sw_if_index=3,admin_up_down=1)
l2_interface_vlan_tag_rewrite(vtr_op=3,tag2=0,push_dot1q=1,tag1=0,sw_if_index=3)
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘1.1.1.1’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘3.3.3.1’, ‘flags’: 0, ‘sw_if_index’: 3, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
sw_interface_add_del_address(address_length=30,del_all=0,is_add=1,sw_if_index=1,address=’x01x01x01x02’,is_ipv6=0)
sw_interface_add_del_address(address_length=30,del_all=0,is_add=1,sw_if_index=3,address=’x03x03x03x02’,is_ipv6=0)
ip_route_add_del(route={‘paths’: [{‘nh’: {‘obj_id’: 4294967295, ‘via_label’: 1048576, ‘address’: {‘ip4’: ‘x01x01x01x01’}}, ‘rpf_id’: 4294967295, ‘weight’: 1, ‘proto’: 0, ‘n_labels’: 0, ‘label_stack’: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], ‘sw_if_index’: 1, ‘flags’: 0, ‘preference’: 1, ‘table_id’: 0, ‘type’: 0}], ‘prefix’: {‘len’: 30, ‘address’: {‘un’: {‘ip4’: ‘nnnx00’}, ‘af’: 0}}, ‘n_paths’: 1, ‘table_id’: 0},is_add=1,is_multipath=0)
ip_route_add_del(route={‘paths’: [{‘nh’: {‘obj_id’: 4294967295, ‘via_label’: 1048576, ‘address’: {‘ip4’: ‘x03x03x03x01’}}, ‘rpf_id’: 4294967295, ‘weight’: 1, ‘proto’: 0, ‘n_labels’: 0, ‘label_stack’: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], ‘sw_if_index’: 3, ‘flags’: 0, ‘preference’: 1, ‘table_id’: 0, ‘type’: 0}], ‘prefix’: {‘len’: 30, ‘address’: {‘un’: {‘ip4’: ‘x14x14x14x00’}, ‘af’: 0}}, ‘n_paths’: 1, ‘table_id’: 0},is_add=1,is_multipath=0)
cli_inband(cmd=’clear runtime’)
vpp-stats(path=’^/sys/node’)
cli_inband(cmd=’clear runtime’)
cli_inband(cmd=’clear interfaces’)
cli_inband(cmd=’clear hardware’)
cli_inband(cmd=’clear errors’)
cli_inband(cmd=’elog trace api cli barrier’)
cli_inband(cmd=’show event-logger’)
cli_inband(cmd=’show errors’)
cli_inband(cmd=’show hardware verbose’)
vpp-stats(path=’^/sys/node’)

2n1l-10ge2p1x553-ethip4-ip4base-mrr

RFC2544: Pkt throughput IPv4 routing test cases

  • [Top] Network Topologies: TG-DUT1-TG 2-node circular topology with single links between nodes.
  • [Enc] Packet Encapsulations: Eth-IPv4 for IPv4 routing.
  • [Cfg] DUT configuration: DUT1 is configured with IPv4 routing and two static IPv4 /24 route entries. DUT1 tested with Intel-X553.
  • [Ver] TG verification: In MaxReceivedRate tests TG sends traffic at line rate and reports total received packets over trial period. Test packets are generated by TG on links to DUTs. TG traffic profile contains two L3 flow-groups (flow-group per direction, 253 flows per flow-group) with all packets containing Ethernet header, IPv4 header with IP protocol=61 and static payload. MAC addresses are matching MAC addresses of the TG node interfaces.
  • [Ref] Applicable standard specifications: RFC2544.
Name VPP API Test Commands History - Commands Used Per Test Case
64b-1t1c-ethip4-ip4base-mrr
 DUT1:  
cli_inband(cmd=’show log’)
show_version()
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_set_flags(sw_if_index=1,admin_up_down=1)
sw_interface_set_flags(sw_if_index=2,admin_up_down=1)
hw_interface_set_mtu(sw_if_index=1,mtu=9200)
hw_interface_set_mtu(sw_if_index=2,mtu=9200)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘10.10.10.2’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘20.20.20.2’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
sw_interface_add_del_address(address_length=24,del_all=0,is_add=1,sw_if_index=1,address=’nnnx01’,is_ipv6=0)
sw_interface_add_del_address(address_length=24,del_all=0,is_add=1,sw_if_index=2,address=’x14x14x14x01’,is_ipv6=0)
cli_inband(cmd=’clear runtime’)
vpp-stats(path=’^/sys/node’)
cli_inband(cmd=’clear runtime’)
cli_inband(cmd=’clear interfaces’)
cli_inband(cmd=’clear hardware’)
cli_inband(cmd=’clear errors’)
cli_inband(cmd=’elog trace api cli barrier’)
cli_inband(cmd=’show event-logger’)
cli_inband(cmd=’show errors’)
cli_inband(cmd=’show hardware verbose’)
vpp-stats(path=’^/sys/node’)
64b-2t2c-ethip4-ip4base-mrr
 DUT1:  
cli_inband(cmd=’show log’)
show_version()
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_set_flags(sw_if_index=1,admin_up_down=1)
sw_interface_set_flags(sw_if_index=2,admin_up_down=1)
hw_interface_set_mtu(sw_if_index=1,mtu=9200)
hw_interface_set_mtu(sw_if_index=2,mtu=9200)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘10.10.10.2’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘20.20.20.2’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
sw_interface_add_del_address(address_length=24,del_all=0,is_add=1,sw_if_index=1,address=’nnnx01’,is_ipv6=0)
sw_interface_add_del_address(address_length=24,del_all=0,is_add=1,sw_if_index=2,address=’x14x14x14x01’,is_ipv6=0)
cli_inband(cmd=’clear runtime’)
vpp-stats(path=’^/sys/node’)
cli_inband(cmd=’clear runtime’)
cli_inband(cmd=’clear interfaces’)
cli_inband(cmd=’clear hardware’)
cli_inband(cmd=’clear errors’)
cli_inband(cmd=’elog trace api cli barrier’)
cli_inband(cmd=’show event-logger’)
cli_inband(cmd=’show errors’)
cli_inband(cmd=’show hardware verbose’)
vpp-stats(path=’^/sys/node’)
64b-4t4c-ethip4-ip4base-mrr
 DUT1:  
cli_inband(cmd=’show log’)
show_version()
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_set_flags(sw_if_index=1,admin_up_down=1)
sw_interface_set_flags(sw_if_index=2,admin_up_down=1)
hw_interface_set_mtu(sw_if_index=1,mtu=9200)
hw_interface_set_mtu(sw_if_index=2,mtu=9200)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘10.10.10.2’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘20.20.20.2’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
sw_interface_add_del_address(address_length=24,del_all=0,is_add=1,sw_if_index=1,address=’nnnx01’,is_ipv6=0)
sw_interface_add_del_address(address_length=24,del_all=0,is_add=1,sw_if_index=2,address=’x14x14x14x01’,is_ipv6=0)
cli_inband(cmd=’clear runtime’)
vpp-stats(path=’^/sys/node’)
cli_inband(cmd=’clear runtime’)
cli_inband(cmd=’clear interfaces’)
cli_inband(cmd=’clear hardware’)
cli_inband(cmd=’clear errors’)
cli_inband(cmd=’elog trace api cli barrier’)
cli_inband(cmd=’show event-logger’)
cli_inband(cmd=’show errors’)
cli_inband(cmd=’show hardware verbose’)
vpp-stats(path=’^/sys/node’)

2n1l-10ge2p1x553-ethip4-ip4scale200k-mrr

RFC2544: Pkt throughput IPv4 routing test cases

  • [Top] Network Topologies: TG-DUT1-TG 2-node circular topology with single links between nodes.
  • [Enc] Packet Encapsulations: Eth-IPv4 for IPv4 routing.
  • [Cfg] DUT configuration: DUT1 is configured with IPv4 routing and 2x100k static IPv4 /32 route entries. DUT1 is tested with Intel-X553.
  • [Ver] TG verification: In MaxReceivedRate tests TG sends traffic at line rate and reports total received packets over trial period. Test packets are generated by TG on links to DUT1. TG traffic profile contains two L3 flow-groups (flow-group per direction, 100k flows per flow-group) with all packets containing Ethernet header, IPv4 header with IP protocol=61 and static payload. MAC addresses are matching MAC addresses of the TG node interfaces.
  • [Ref] Applicable standard specifications: RFC2544.
Name VPP API Test Commands History - Commands Used Per Test Case
64b-1t1c-ethip4-ip4scale200k-mrr
 DUT1:  
cli_inband(cmd=’show log’)
show_version()
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_set_flags(sw_if_index=1,admin_up_down=1)
sw_interface_set_flags(sw_if_index=2,admin_up_down=1)
hw_interface_set_mtu(sw_if_index=1,mtu=9200)
hw_interface_set_mtu(sw_if_index=2,mtu=9200)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘1.1.1.1’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘3.3.3.1’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
sw_interface_add_del_address(address_length=30,del_all=0,is_add=1,sw_if_index=1,address=’x01x01x01x02’,is_ipv6=0)
sw_interface_add_del_address(address_length=30,del_all=0,is_add=1,sw_if_index=2,address=’x03x03x03x02’,is_ipv6=0)
ip_route_add_del 10.0.0.0/32 count 100000 via 1.1.1.1 sw_if_index 1
ip_route_add_del 20.0.0.0/32 count 100000 via 3.3.3.1 sw_if_index 2
cli_inband(cmd=’clear runtime’)
vpp-stats(path=’^/sys/node’)
cli_inband(cmd=’clear runtime’)
cli_inband(cmd=’clear interfaces’)
cli_inband(cmd=’clear hardware’)
cli_inband(cmd=’clear errors’)
cli_inband(cmd=’elog trace api cli barrier’)
cli_inband(cmd=’show event-logger’)
cli_inband(cmd=’show errors’)
cli_inband(cmd=’show hardware verbose’)
vpp-stats(path=’^/sys/node’)
64b-2t2c-ethip4-ip4scale200k-mrr
 DUT1:  
cli_inband(cmd=’show log’)
show_version()
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_set_flags(sw_if_index=1,admin_up_down=1)
sw_interface_set_flags(sw_if_index=2,admin_up_down=1)
hw_interface_set_mtu(sw_if_index=1,mtu=9200)
hw_interface_set_mtu(sw_if_index=2,mtu=9200)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘1.1.1.1’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘3.3.3.1’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
sw_interface_add_del_address(address_length=30,del_all=0,is_add=1,sw_if_index=1,address=’x01x01x01x02’,is_ipv6=0)
sw_interface_add_del_address(address_length=30,del_all=0,is_add=1,sw_if_index=2,address=’x03x03x03x02’,is_ipv6=0)
ip_route_add_del 10.0.0.0/32 count 100000 via 1.1.1.1 sw_if_index 1
ip_route_add_del 20.0.0.0/32 count 100000 via 3.3.3.1 sw_if_index 2
cli_inband(cmd=’clear runtime’)
vpp-stats(path=’^/sys/node’)
cli_inband(cmd=’clear runtime’)
cli_inband(cmd=’clear interfaces’)
cli_inband(cmd=’clear hardware’)
cli_inband(cmd=’clear errors’)
cli_inband(cmd=’elog trace api cli barrier’)
cli_inband(cmd=’show event-logger’)
cli_inband(cmd=’show errors’)
cli_inband(cmd=’show hardware verbose’)
vpp-stats(path=’^/sys/node’)
64b-4t4c-ethip4-ip4scale200k-mrr
 DUT1:  
cli_inband(cmd=’show log’)
show_version()
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_set_flags(sw_if_index=1,admin_up_down=1)
sw_interface_set_flags(sw_if_index=2,admin_up_down=1)
hw_interface_set_mtu(sw_if_index=1,mtu=9200)
hw_interface_set_mtu(sw_if_index=2,mtu=9200)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘1.1.1.1’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘3.3.3.1’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
sw_interface_add_del_address(address_length=30,del_all=0,is_add=1,sw_if_index=1,address=’x01x01x01x02’,is_ipv6=0)
sw_interface_add_del_address(address_length=30,del_all=0,is_add=1,sw_if_index=2,address=’x03x03x03x02’,is_ipv6=0)
ip_route_add_del 10.0.0.0/32 count 100000 via 1.1.1.1 sw_if_index 1
ip_route_add_del 20.0.0.0/32 count 100000 via 3.3.3.1 sw_if_index 2
cli_inband(cmd=’clear runtime’)
vpp-stats(path=’^/sys/node’)
cli_inband(cmd=’clear runtime’)
cli_inband(cmd=’clear interfaces’)
cli_inband(cmd=’clear hardware’)
cli_inband(cmd=’clear errors’)
cli_inband(cmd=’elog trace api cli barrier’)
cli_inband(cmd=’show event-logger’)
cli_inband(cmd=’show errors’)
cli_inband(cmd=’show hardware verbose’)
vpp-stats(path=’^/sys/node’)

2n1l-10ge2p1x553-ethip4-ip4scale20k-mrr

RFC2544: Pkt throughput IPv4 routing test cases

  • [Top] Network Topologies: TG-DUT1-TG 2-node circular topology with single links between nodes.
  • [Enc] Packet Encapsulations: Eth-IPv4 for IPv4 routing.
  • [Cfg] DUT configuration: DUT1 is configured with IPv4 routing and 2x10k static IPv4 /32 route entries. DUT1 is tested with Intel-X553.
  • [Ver] TG verification: In MaxReceivedRate tests TG sends traffic at line rate and reports total received packets over trial period. Test packets are generated by TG on links to DUT1. TG traffic profile contains two L3 flow-groups (flow-group per direction, 10k flows per flow-group) with all packets containing Ethernet header, IPv4 header with IP protocol=61 and static payload. MAC addresses are matching MAC addresses of the TG node interfaces.
  • [Ref] Applicable standard specifications: RFC2544.
Name VPP API Test Commands History - Commands Used Per Test Case
64b-1t1c-ethip4-ip4scale20k-mrr
 DUT1:  
cli_inband(cmd=’show log’)
show_version()
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_set_flags(sw_if_index=1,admin_up_down=1)
sw_interface_set_flags(sw_if_index=2,admin_up_down=1)
hw_interface_set_mtu(sw_if_index=1,mtu=9200)
hw_interface_set_mtu(sw_if_index=2,mtu=9200)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘1.1.1.1’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘3.3.3.1’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
sw_interface_add_del_address(address_length=30,del_all=0,is_add=1,sw_if_index=1,address=’x01x01x01x02’,is_ipv6=0)
sw_interface_add_del_address(address_length=30,del_all=0,is_add=1,sw_if_index=2,address=’x03x03x03x02’,is_ipv6=0)
ip_route_add_del 10.0.0.0/32 count 10000 via 1.1.1.1 sw_if_index 1
ip_route_add_del 20.0.0.0/32 count 10000 via 3.3.3.1 sw_if_index 2
cli_inband(cmd=’clear runtime’)
vpp-stats(path=’^/sys/node’)
cli_inband(cmd=’clear runtime’)
cli_inband(cmd=’clear interfaces’)
cli_inband(cmd=’clear hardware’)
cli_inband(cmd=’clear errors’)
cli_inband(cmd=’elog trace api cli barrier’)
cli_inband(cmd=’show event-logger’)
cli_inband(cmd=’show errors’)
cli_inband(cmd=’show hardware verbose’)
vpp-stats(path=’^/sys/node’)
64b-2t2c-ethip4-ip4scale20k-mrr
 DUT1:  
cli_inband(cmd=’show log’)
show_version()
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_set_flags(sw_if_index=1,admin_up_down=1)
sw_interface_set_flags(sw_if_index=2,admin_up_down=1)
hw_interface_set_mtu(sw_if_index=1,mtu=9200)
hw_interface_set_mtu(sw_if_index=2,mtu=9200)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘1.1.1.1’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘3.3.3.1’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
sw_interface_add_del_address(address_length=30,del_all=0,is_add=1,sw_if_index=1,address=’x01x01x01x02’,is_ipv6=0)
sw_interface_add_del_address(address_length=30,del_all=0,is_add=1,sw_if_index=2,address=’x03x03x03x02’,is_ipv6=0)
ip_route_add_del 10.0.0.0/32 count 10000 via 1.1.1.1 sw_if_index 1
ip_route_add_del 20.0.0.0/32 count 10000 via 3.3.3.1 sw_if_index 2
cli_inband(cmd=’clear runtime’)
vpp-stats(path=’^/sys/node’)
cli_inband(cmd=’clear runtime’)
cli_inband(cmd=’clear interfaces’)
cli_inband(cmd=’clear hardware’)
cli_inband(cmd=’clear errors’)
cli_inband(cmd=’elog trace api cli barrier’)
cli_inband(cmd=’show event-logger’)
cli_inband(cmd=’show errors’)
cli_inband(cmd=’show hardware verbose’)
vpp-stats(path=’^/sys/node’)
64b-4t4c-ethip4-ip4scale20k-mrr
 DUT1:  
cli_inband(cmd=’show log’)
show_version()
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_set_flags(sw_if_index=1,admin_up_down=1)
sw_interface_set_flags(sw_if_index=2,admin_up_down=1)
hw_interface_set_mtu(sw_if_index=1,mtu=9200)
hw_interface_set_mtu(sw_if_index=2,mtu=9200)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘1.1.1.1’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘3.3.3.1’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
sw_interface_add_del_address(address_length=30,del_all=0,is_add=1,sw_if_index=1,address=’x01x01x01x02’,is_ipv6=0)
sw_interface_add_del_address(address_length=30,del_all=0,is_add=1,sw_if_index=2,address=’x03x03x03x02’,is_ipv6=0)
ip_route_add_del 10.0.0.0/32 count 10000 via 1.1.1.1 sw_if_index 1
ip_route_add_del 20.0.0.0/32 count 10000 via 3.3.3.1 sw_if_index 2
cli_inband(cmd=’clear runtime’)
vpp-stats(path=’^/sys/node’)
cli_inband(cmd=’clear runtime’)
cli_inband(cmd=’clear interfaces’)
cli_inband(cmd=’clear hardware’)
cli_inband(cmd=’clear errors’)
cli_inband(cmd=’elog trace api cli barrier’)
cli_inband(cmd=’show event-logger’)
cli_inband(cmd=’show errors’)
cli_inband(cmd=’show hardware verbose’)
vpp-stats(path=’^/sys/node’)

2n1l-10ge2p1x553-ethip4-ip4scale2m-mrr

RFC2544: Pkt throughput IPv4 routing test cases

  • [Top] Network Topologies: TG-DUT1-TG 2-node circular topology with single links between nodes.
  • [Enc] Packet Encapsulations: Eth-IPv4 for IPv4 routing.
  • [Cfg] DUT configuration: DUT1 is configured with IPv4 routing and 2x1M static IPv4 /32 route entries. DUT1 is tested with Intel-X553.
  • [Ver] TG verification: In MaxReceivedRate tests TG sends traffic at line rate and reports total received packets over trial period. Test packets are generated by TG on links to DUT1. TG traffic profile contains two L3 flow-groups (flow-group per direction, 1M flows per flow-group) with all packets containing Ethernet header, IPv4 header with IP protocol=61 and static payload. MAC addresses are matching MAC addresses of the TG node interfaces.
  • [Ref] Applicable standard specifications: RFC2544.
Name VPP API Test Commands History - Commands Used Per Test Case
64b-1t1c-ethip4-ip4scale2m-mrr
 DUT1:  
cli_inband(cmd=’show log’)
show_version()
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_set_flags(sw_if_index=1,admin_up_down=1)
sw_interface_set_flags(sw_if_index=2,admin_up_down=1)
hw_interface_set_mtu(sw_if_index=1,mtu=9200)
hw_interface_set_mtu(sw_if_index=2,mtu=9200)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘1.1.1.1’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘3.3.3.1’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
sw_interface_add_del_address(address_length=30,del_all=0,is_add=1,sw_if_index=1,address=’x01x01x01x02’,is_ipv6=0)
sw_interface_add_del_address(address_length=30,del_all=0,is_add=1,sw_if_index=2,address=’x03x03x03x02’,is_ipv6=0)
ip_route_add_del 10.0.0.0/32 count 1000000 via 1.1.1.1 sw_if_index 1
ip_route_add_del 20.0.0.0/32 count 1000000 via 3.3.3.1 sw_if_index 2
cli_inband(cmd=’clear runtime’)
vpp-stats(path=’^/sys/node’)
cli_inband(cmd=’clear runtime’)
cli_inband(cmd=’clear interfaces’)
cli_inband(cmd=’clear hardware’)
cli_inband(cmd=’clear errors’)
cli_inband(cmd=’elog trace api cli barrier’)
cli_inband(cmd=’show event-logger’)
cli_inband(cmd=’show errors’)
cli_inband(cmd=’show hardware verbose’)
vpp-stats(path=’^/sys/node’)
64b-2t2c-ethip4-ip4scale2m-mrr
 DUT1:  
cli_inband(cmd=’show log’)
show_version()
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_set_flags(sw_if_index=1,admin_up_down=1)
sw_interface_set_flags(sw_if_index=2,admin_up_down=1)
hw_interface_set_mtu(sw_if_index=1,mtu=9200)
hw_interface_set_mtu(sw_if_index=2,mtu=9200)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘1.1.1.1’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘3.3.3.1’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
sw_interface_add_del_address(address_length=30,del_all=0,is_add=1,sw_if_index=1,address=’x01x01x01x02’,is_ipv6=0)
sw_interface_add_del_address(address_length=30,del_all=0,is_add=1,sw_if_index=2,address=’x03x03x03x02’,is_ipv6=0)
ip_route_add_del 10.0.0.0/32 count 1000000 via 1.1.1.1 sw_if_index 1
ip_route_add_del 20.0.0.0/32 count 1000000 via 3.3.3.1 sw_if_index 2
cli_inband(cmd=’clear runtime’)
vpp-stats(path=’^/sys/node’)
cli_inband(cmd=’clear runtime’)
cli_inband(cmd=’clear interfaces’)
cli_inband(cmd=’clear hardware’)
cli_inband(cmd=’clear errors’)
cli_inband(cmd=’elog trace api cli barrier’)
cli_inband(cmd=’show event-logger’)
cli_inband(cmd=’show errors’)
cli_inband(cmd=’show hardware verbose’)
vpp-stats(path=’^/sys/node’)
64b-4t4c-ethip4-ip4scale2m-mrr
 DUT1:  
cli_inband(cmd=’show log’)
show_version()
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_set_flags(sw_if_index=1,admin_up_down=1)
sw_interface_set_flags(sw_if_index=2,admin_up_down=1)
hw_interface_set_mtu(sw_if_index=1,mtu=9200)
hw_interface_set_mtu(sw_if_index=2,mtu=9200)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘1.1.1.1’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘3.3.3.1’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
sw_interface_add_del_address(address_length=30,del_all=0,is_add=1,sw_if_index=1,address=’x01x01x01x02’,is_ipv6=0)
sw_interface_add_del_address(address_length=30,del_all=0,is_add=1,sw_if_index=2,address=’x03x03x03x02’,is_ipv6=0)
ip_route_add_del 10.0.0.0/32 count 1000000 via 1.1.1.1 sw_if_index 1
ip_route_add_del 20.0.0.0/32 count 1000000 via 3.3.3.1 sw_if_index 2
cli_inband(cmd=’clear runtime’)
vpp-stats(path=’^/sys/node’)
cli_inband(cmd=’clear runtime’)
cli_inband(cmd=’clear interfaces’)
cli_inband(cmd=’clear hardware’)
cli_inband(cmd=’clear errors’)
cli_inband(cmd=’elog trace api cli barrier’)
cli_inband(cmd=’show event-logger’)
cli_inband(cmd=’show errors’)
cli_inband(cmd=’show hardware verbose’)
vpp-stats(path=’^/sys/node’)

2n1l-10ge2p1x553-ethip4udp-ip4base-iacl50sf-10kflows-mrr

RFC2544: Packet throughput IPv4 test cases with ACL

  • [Top] Network Topologies: TG-DUT1-TG 2-node circular topology with single links between nodes.
  • [Enc] Packet Encapsulations: Eth-IPv4-UDP for IPv4 routing.
  • [Cfg] DUT configuration: DUT1 is configured with IPv4 routing. Required ACL rules are applied to input paths of both DUT1 intefaces. DUT1 is tested with Intel-X553.
  • [Ver] TG verification: In MaxReceivedRate tests TG sends traffic at line rate and reports total received packets over trial period. Test packets are generated by TG on links to DUT1. TG traffic profile contains two L3 flow-groups (flow-group per direction, 10k flows per flow-group) with all packets containing Ethernet header, IPv4 header with IP protocol=61 and static payload. MAC addresses are matching MAC addresses of the TG node interfaces.
  • [Ref] Applicable standard specifications: RFC2544.
Name VPP API Test Commands History - Commands Used Per Test Case
64b-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-mrr
 DUT1:  
cli_inband(cmd=’show log’)
show_version()
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_set_flags(sw_if_index=1,admin_up_down=1)
sw_interface_set_flags(sw_if_index=2,admin_up_down=1)
hw_interface_set_mtu(sw_if_index=1,mtu=9200)
hw_interface_set_mtu(sw_if_index=2,mtu=9200)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘10.10.10.2’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘20.20.20.2’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘10.10.10.3’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘20.20.20.3’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘10.10.10.4’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘20.20.20.4’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘10.10.10.5’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘20.20.20.5’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘10.10.10.6’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘20.20.20.6’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘10.10.10.7’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘20.20.20.7’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘10.10.10.8’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘20.20.20.8’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘10.10.10.9’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘20.20.20.9’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘10.10.10.10’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘20.20.20.10’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘10.10.10.11’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘20.20.20.11’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
sw_interface_add_del_address(address_length=24,del_all=0,is_add=1,sw_if_index=1,address=’nnnx01’,is_ipv6=0)
sw_interface_add_del_address(address_length=24,del_all=0,is_add=1,sw_if_index=2,address=’x14x14x14x01’,is_ipv6=0)
acl_add_replace(count=52,r=[{‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex01’, ‘srcport_or_icmptype_first’: 1000, ‘proto’: 0, ‘is_permit’: 1, ‘dstport_or_icmpcode_last’: 1000, ‘dstport_or_icmpcode_first’: 1000, ‘srcport_or_icmptype_last’: 1000, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x01’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex02’, ‘srcport_or_icmptype_first’: 1001, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1001, ‘dstport_or_icmpcode_first’: 1001, ‘srcport_or_icmptype_last’: 1001, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x02’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex03’, ‘srcport_or_icmptype_first’: 1002, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1002, ‘dstport_or_icmpcode_first’: 1002, ‘srcport_or_icmptype_last’: 1002, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x03’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex04’, ‘srcport_or_icmptype_first’: 1003, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1003, ‘dstport_or_icmpcode_first’: 1003, ‘srcport_or_icmptype_last’: 1003, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x04’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex05’, ‘srcport_or_icmptype_first’: 1004, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1004, ‘dstport_or_icmpcode_first’: 1004, ‘srcport_or_icmptype_last’: 1004, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x05’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex06’, ‘srcport_or_icmptype_first’: 1005, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1005, ‘dstport_or_icmpcode_first’: 1005, ‘srcport_or_icmptype_last’: 1005, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x06’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex07’, ‘srcport_or_icmptype_first’: 1006, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1006, ‘dstport_or_icmpcode_first’: 1006, ‘srcport_or_icmptype_last’: 1006, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x07’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex08’, ‘srcport_or_icmptype_first’: 1007, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1007, ‘dstport_or_icmpcode_first’: 1007, ‘srcport_or_icmptype_last’: 1007, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x08’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1et’, ‘srcport_or_icmptype_first’: 1008, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1008, ‘dstport_or_icmpcode_first’: 1008, ‘srcport_or_icmptype_last’: 1008, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((t’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1en’, ‘srcport_or_icmptype_first’: 1009, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1009, ‘dstport_or_icmpcode_first’: 1009, ‘srcport_or_icmptype_last’: 1009, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((n’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex0b’, ‘srcport_or_icmptype_first’: 1010, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1010, ‘dstport_or_icmpcode_first’: 1010, ‘srcport_or_icmptype_last’: 1010, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x0b’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex0c’, ‘srcport_or_icmptype_first’: 1011, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1011, ‘dstport_or_icmpcode_first’: 1011, ‘srcport_or_icmptype_last’: 1011, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x0c’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1er’, ‘srcport_or_icmptype_first’: 1012, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1012, ‘dstport_or_icmpcode_first’: 1012, ‘srcport_or_icmptype_last’: 1012, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((r’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex0e’, ‘srcport_or_icmptype_first’: 1013, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1013, ‘dstport_or_icmpcode_first’: 1013, ‘srcport_or_icmptype_last’: 1013, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x0e’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex0f’, ‘srcport_or_icmptype_first’: 1014, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1014, ‘dstport_or_icmpcode_first’: 1014, ‘srcport_or_icmptype_last’: 1014, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x0f’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex10’, ‘srcport_or_icmptype_first’: 1015, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1015, ‘dstport_or_icmpcode_first’: 1015, ‘srcport_or_icmptype_last’: 1015, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x10’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex11’, ‘srcport_or_icmptype_first’: 1016, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1016, ‘dstport_or_icmpcode_first’: 1016, ‘srcport_or_icmptype_last’: 1016, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x11’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex12’, ‘srcport_or_icmptype_first’: 1017, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1017, ‘dstport_or_icmpcode_first’: 1017, ‘srcport_or_icmptype_last’: 1017, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x12’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex13’, ‘srcport_or_icmptype_first’: 1018, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1018, ‘dstport_or_icmpcode_first’: 1018, ‘srcport_or_icmptype_last’: 1018, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x13’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex14’, ‘srcport_or_icmptype_first’: 1019, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1019, ‘dstport_or_icmpcode_first’: 1019, ‘srcport_or_icmptype_last’: 1019, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x14’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex15’, ‘srcport_or_icmptype_first’: 1020, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1020, ‘dstport_or_icmpcode_first’: 1020, ‘srcport_or_icmptype_last’: 1020, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x15’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex16’, ‘srcport_or_icmptype_first’: 1021, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1021, ‘dstport_or_icmpcode_first’: 1021, ‘srcport_or_icmptype_last’: 1021, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x16’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex17’, ‘srcport_or_icmptype_first’: 1022, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1022, ‘dstport_or_icmpcode_first’: 1022, ‘srcport_or_icmptype_last’: 1022, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x17’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex18’, ‘srcport_or_icmptype_first’: 1023, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1023, ‘dstport_or_icmpcode_first’: 1023, ‘srcport_or_icmptype_last’: 1023, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x18’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex19’, ‘srcport_or_icmptype_first’: 1024, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1024, ‘dstport_or_icmpcode_first’: 1024, ‘srcport_or_icmptype_last’: 1024, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x19’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex1a’, ‘srcport_or_icmptype_first’: 1025, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1025, ‘dstport_or_icmpcode_first’: 1025, ‘srcport_or_icmptype_last’: 1025, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x1a’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex1b’, ‘srcport_or_icmptype_first’: 1026, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1026, ‘dstport_or_icmpcode_first’: 1026, ‘srcport_or_icmptype_last’: 1026, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x1b’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex1c’, ‘srcport_or_icmptype_first’: 1027, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1027, ‘dstport_or_icmpcode_first’: 1027, ‘srcport_or_icmptype_last’: 1027, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x1c’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex1d’, ‘srcport_or_icmptype_first’: 1028, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1028, ‘dstport_or_icmpcode_first’: 1028, ‘srcport_or_icmptype_last’: 1028, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x1d’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex1e’, ‘srcport_or_icmptype_first’: 1029, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1029, ‘dstport_or_icmpcode_first’: 1029, ‘srcport_or_icmptype_last’: 1029, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x1e’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex1f’, ‘srcport_or_icmptype_first’: 1030, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1030, ‘dstport_or_icmpcode_first’: 1030, ‘srcport_or_icmptype_last’: 1030, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x1f’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e ‘, ‘srcport_or_icmptype_first’: 1031, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1031, ‘dstport_or_icmpcode_first’: 1031, ‘srcport_or_icmptype_last’: 1031, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘((( ‘, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e!’, ‘srcport_or_icmptype_first’: 1032, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1032, ‘dstport_or_icmpcode_first’: 1032, ‘srcport_or_icmptype_last’: 1032, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((!’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e’’, ‘srcport_or_icmptype_first’: 1033, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1033, ‘dstport_or_icmpcode_first’: 1033, ‘srcport_or_icmptype_last’: 1033, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((‘’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e#’, ‘srcport_or_icmptype_first’: 1034, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1034, ‘dstport_or_icmpcode_first’: 1034, ‘srcport_or_icmptype_last’: 1034, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((#’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e$’, ‘srcport_or_icmptype_first’: 1035, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1035, ‘dstport_or_icmpcode_first’: 1035, ‘srcport_or_icmptype_last’: 1035, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘((($’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e%’, ‘srcport_or_icmptype_first’: 1036, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1036, ‘dstport_or_icmpcode_first’: 1036, ‘srcport_or_icmptype_last’: 1036, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((%’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e&’, ‘srcport_or_icmptype_first’: 1037, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1037, ‘dstport_or_icmpcode_first’: 1037, ‘srcport_or_icmptype_last’: 1037, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((&’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e’’, ‘srcport_or_icmptype_first’: 1038, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1038, ‘dstport_or_icmpcode_first’: 1038, ‘srcport_or_icmptype_last’: 1038, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((‘’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e(‘, ‘srcport_or_icmptype_first’: 1039, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1039, ‘dstport_or_icmpcode_first’: 1039, ‘srcport_or_icmptype_last’: 1039, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘((((‘, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e)’, ‘srcport_or_icmptype_first’: 1040, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1040, ‘dstport_or_icmpcode_first’: 1040, ‘srcport_or_icmptype_last’: 1040, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘((()’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e*’, ‘srcport_or_icmptype_first’: 1041, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1041, ‘dstport_or_icmpcode_first’: 1041, ‘srcport_or_icmptype_last’: 1041, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((*’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e+’, ‘srcport_or_icmptype_first’: 1042, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1042, ‘dstport_or_icmpcode_first’: 1042, ‘srcport_or_icmptype_last’: 1042, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((+’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e,’, ‘srcport_or_icmptype_first’: 1043, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1043, ‘dstport_or_icmpcode_first’: 1043, ‘srcport_or_icmptype_last’: 1043, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((,’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e-‘, ‘srcport_or_icmptype_first’: 1044, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1044, ‘dstport_or_icmpcode_first’: 1044, ‘srcport_or_icmptype_last’: 1044, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((-‘, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e.’, ‘srcport_or_icmptype_first’: 1045, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1045, ‘dstport_or_icmpcode_first’: 1045, ‘srcport_or_icmptype_last’: 1045, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((.’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e/’, ‘srcport_or_icmptype_first’: 1046, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1046, ‘dstport_or_icmpcode_first’: 1046, ‘srcport_or_icmptype_last’: 1046, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((/’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e0’, ‘srcport_or_icmptype_first’: 1047, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1047, ‘dstport_or_icmpcode_first’: 1047, ‘srcport_or_icmptype_last’: 1047, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((0’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e1’, ‘srcport_or_icmptype_first’: 1048, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1048, ‘dstport_or_icmpcode_first’: 1048, ‘srcport_or_icmptype_last’: 1048, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((1’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e2’, ‘srcport_or_icmptype_first’: 1049, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1049, ‘dstport_or_icmpcode_first’: 1049, ‘srcport_or_icmptype_last’: 1049, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((2’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 24, ‘srcport_or_icmptype_first’: 0, ‘proto’: 0, ‘is_permit’: 1, ‘dstport_or_icmpcode_last’: 65535, ‘dstport_or_icmpcode_first’: 0, ‘srcport_or_icmptype_last’: 65535, ‘src_ip_addr’: ‘nnnx00’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 24, ‘srcport_or_icmptype_first’: 0, ‘proto’: 0, ‘is_permit’: 1, ‘dstport_or_icmpcode_last’: 65535, ‘dstport_or_icmpcode_first’: 0, ‘srcport_or_icmptype_last’: 65535, ‘src_ip_addr’: ‘x14x14x14x00’, ‘is_ipv6’: 0}],acl_index=4294967295,tag=’’)
acl_interface_set_acl_list(count=1,n_input=1,acls=[0],sw_if_index=1)
acl_interface_set_acl_list(count=1,n_input=1,acls=[0],sw_if_index=2)
cli_inband(cmd=’clear runtime’)
vpp-stats(path=’^/sys/node’)
cli_inband(cmd=’clear runtime’)
cli_inband(cmd=’clear interfaces’)
cli_inband(cmd=’clear hardware’)
cli_inband(cmd=’clear errors’)
cli_inband(cmd=’elog trace api cli barrier’)
cli_inband(cmd=’show event-logger’)
cli_inband(cmd=’show errors’)
cli_inband(cmd=’show hardware verbose’)
vpp-stats(path=’^/sys/node’)
64b-2t2c-ethip4udp-ip4base-iacl50sf-10kflows-mrr
 DUT1:  
cli_inband(cmd=’show log’)
show_version()
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_set_flags(sw_if_index=1,admin_up_down=1)
sw_interface_set_flags(sw_if_index=2,admin_up_down=1)
hw_interface_set_mtu(sw_if_index=1,mtu=9200)
hw_interface_set_mtu(sw_if_index=2,mtu=9200)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘10.10.10.2’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘20.20.20.2’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘10.10.10.3’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘20.20.20.3’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘10.10.10.4’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘20.20.20.4’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘10.10.10.5’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘20.20.20.5’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘10.10.10.6’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘20.20.20.6’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘10.10.10.7’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘20.20.20.7’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘10.10.10.8’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘20.20.20.8’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘10.10.10.9’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘20.20.20.9’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘10.10.10.10’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘20.20.20.10’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘10.10.10.11’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘20.20.20.11’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
sw_interface_add_del_address(address_length=24,del_all=0,is_add=1,sw_if_index=1,address=’nnnx01’,is_ipv6=0)
sw_interface_add_del_address(address_length=24,del_all=0,is_add=1,sw_if_index=2,address=’x14x14x14x01’,is_ipv6=0)
acl_add_replace(count=52,r=[{‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex01’, ‘srcport_or_icmptype_first’: 1000, ‘proto’: 0, ‘is_permit’: 1, ‘dstport_or_icmpcode_last’: 1000, ‘dstport_or_icmpcode_first’: 1000, ‘srcport_or_icmptype_last’: 1000, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x01’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex02’, ‘srcport_or_icmptype_first’: 1001, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1001, ‘dstport_or_icmpcode_first’: 1001, ‘srcport_or_icmptype_last’: 1001, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x02’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex03’, ‘srcport_or_icmptype_first’: 1002, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1002, ‘dstport_or_icmpcode_first’: 1002, ‘srcport_or_icmptype_last’: 1002, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x03’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex04’, ‘srcport_or_icmptype_first’: 1003, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1003, ‘dstport_or_icmpcode_first’: 1003, ‘srcport_or_icmptype_last’: 1003, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x04’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex05’, ‘srcport_or_icmptype_first’: 1004, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1004, ‘dstport_or_icmpcode_first’: 1004, ‘srcport_or_icmptype_last’: 1004, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x05’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex06’, ‘srcport_or_icmptype_first’: 1005, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1005, ‘dstport_or_icmpcode_first’: 1005, ‘srcport_or_icmptype_last’: 1005, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x06’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex07’, ‘srcport_or_icmptype_first’: 1006, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1006, ‘dstport_or_icmpcode_first’: 1006, ‘srcport_or_icmptype_last’: 1006, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x07’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex08’, ‘srcport_or_icmptype_first’: 1007, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1007, ‘dstport_or_icmpcode_first’: 1007, ‘srcport_or_icmptype_last’: 1007, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x08’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1et’, ‘srcport_or_icmptype_first’: 1008, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1008, ‘dstport_or_icmpcode_first’: 1008, ‘srcport_or_icmptype_last’: 1008, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((t’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1en’, ‘srcport_or_icmptype_first’: 1009, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1009, ‘dstport_or_icmpcode_first’: 1009, ‘srcport_or_icmptype_last’: 1009, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((n’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex0b’, ‘srcport_or_icmptype_first’: 1010, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1010, ‘dstport_or_icmpcode_first’: 1010, ‘srcport_or_icmptype_last’: 1010, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x0b’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex0c’, ‘srcport_or_icmptype_first’: 1011, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1011, ‘dstport_or_icmpcode_first’: 1011, ‘srcport_or_icmptype_last’: 1011, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x0c’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1er’, ‘srcport_or_icmptype_first’: 1012, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1012, ‘dstport_or_icmpcode_first’: 1012, ‘srcport_or_icmptype_last’: 1012, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((r’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex0e’, ‘srcport_or_icmptype_first’: 1013, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1013, ‘dstport_or_icmpcode_first’: 1013, ‘srcport_or_icmptype_last’: 1013, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x0e’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex0f’, ‘srcport_or_icmptype_first’: 1014, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1014, ‘dstport_or_icmpcode_first’: 1014, ‘srcport_or_icmptype_last’: 1014, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x0f’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex10’, ‘srcport_or_icmptype_first’: 1015, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1015, ‘dstport_or_icmpcode_first’: 1015, ‘srcport_or_icmptype_last’: 1015, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x10’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex11’, ‘srcport_or_icmptype_first’: 1016, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1016, ‘dstport_or_icmpcode_first’: 1016, ‘srcport_or_icmptype_last’: 1016, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x11’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex12’, ‘srcport_or_icmptype_first’: 1017, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1017, ‘dstport_or_icmpcode_first’: 1017, ‘srcport_or_icmptype_last’: 1017, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x12’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex13’, ‘srcport_or_icmptype_first’: 1018, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1018, ‘dstport_or_icmpcode_first’: 1018, ‘srcport_or_icmptype_last’: 1018, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x13’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex14’, ‘srcport_or_icmptype_first’: 1019, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1019, ‘dstport_or_icmpcode_first’: 1019, ‘srcport_or_icmptype_last’: 1019, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x14’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex15’, ‘srcport_or_icmptype_first’: 1020, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1020, ‘dstport_or_icmpcode_first’: 1020, ‘srcport_or_icmptype_last’: 1020, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x15’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex16’, ‘srcport_or_icmptype_first’: 1021, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1021, ‘dstport_or_icmpcode_first’: 1021, ‘srcport_or_icmptype_last’: 1021, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x16’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex17’, ‘srcport_or_icmptype_first’: 1022, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1022, ‘dstport_or_icmpcode_first’: 1022, ‘srcport_or_icmptype_last’: 1022, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x17’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex18’, ‘srcport_or_icmptype_first’: 1023, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1023, ‘dstport_or_icmpcode_first’: 1023, ‘srcport_or_icmptype_last’: 1023, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x18’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex19’, ‘srcport_or_icmptype_first’: 1024, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1024, ‘dstport_or_icmpcode_first’: 1024, ‘srcport_or_icmptype_last’: 1024, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x19’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex1a’, ‘srcport_or_icmptype_first’: 1025, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1025, ‘dstport_or_icmpcode_first’: 1025, ‘srcport_or_icmptype_last’: 1025, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x1a’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex1b’, ‘srcport_or_icmptype_first’: 1026, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1026, ‘dstport_or_icmpcode_first’: 1026, ‘srcport_or_icmptype_last’: 1026, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x1b’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex1c’, ‘srcport_or_icmptype_first’: 1027, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1027, ‘dstport_or_icmpcode_first’: 1027, ‘srcport_or_icmptype_last’: 1027, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x1c’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex1d’, ‘srcport_or_icmptype_first’: 1028, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1028, ‘dstport_or_icmpcode_first’: 1028, ‘srcport_or_icmptype_last’: 1028, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x1d’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex1e’, ‘srcport_or_icmptype_first’: 1029, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1029, ‘dstport_or_icmpcode_first’: 1029, ‘srcport_or_icmptype_last’: 1029, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x1e’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex1f’, ‘srcport_or_icmptype_first’: 1030, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1030, ‘dstport_or_icmpcode_first’: 1030, ‘srcport_or_icmptype_last’: 1030, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x1f’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e ‘, ‘srcport_or_icmptype_first’: 1031, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1031, ‘dstport_or_icmpcode_first’: 1031, ‘srcport_or_icmptype_last’: 1031, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘((( ‘, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e!’, ‘srcport_or_icmptype_first’: 1032, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1032, ‘dstport_or_icmpcode_first’: 1032, ‘srcport_or_icmptype_last’: 1032, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((!’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e’’, ‘srcport_or_icmptype_first’: 1033, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1033, ‘dstport_or_icmpcode_first’: 1033, ‘srcport_or_icmptype_last’: 1033, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((‘’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e#’, ‘srcport_or_icmptype_first’: 1034, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1034, ‘dstport_or_icmpcode_first’: 1034, ‘srcport_or_icmptype_last’: 1034, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((#’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e$’, ‘srcport_or_icmptype_first’: 1035, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1035, ‘dstport_or_icmpcode_first’: 1035, ‘srcport_or_icmptype_last’: 1035, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘((($’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e%’, ‘srcport_or_icmptype_first’: 1036, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1036, ‘dstport_or_icmpcode_first’: 1036, ‘srcport_or_icmptype_last’: 1036, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((%’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e&’, ‘srcport_or_icmptype_first’: 1037, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1037, ‘dstport_or_icmpcode_first’: 1037, ‘srcport_or_icmptype_last’: 1037, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((&’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e’’, ‘srcport_or_icmptype_first’: 1038, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1038, ‘dstport_or_icmpcode_first’: 1038, ‘srcport_or_icmptype_last’: 1038, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((‘’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e(‘, ‘srcport_or_icmptype_first’: 1039, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1039, ‘dstport_or_icmpcode_first’: 1039, ‘srcport_or_icmptype_last’: 1039, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘((((‘, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e)’, ‘srcport_or_icmptype_first’: 1040, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1040, ‘dstport_or_icmpcode_first’: 1040, ‘srcport_or_icmptype_last’: 1040, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘((()’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e*’, ‘srcport_or_icmptype_first’: 1041, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1041, ‘dstport_or_icmpcode_first’: 1041, ‘srcport_or_icmptype_last’: 1041, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((*’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e+’, ‘srcport_or_icmptype_first’: 1042, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1042, ‘dstport_or_icmpcode_first’: 1042, ‘srcport_or_icmptype_last’: 1042, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((+’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e,’, ‘srcport_or_icmptype_first’: 1043, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1043, ‘dstport_or_icmpcode_first’: 1043, ‘srcport_or_icmptype_last’: 1043, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((,’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e-‘, ‘srcport_or_icmptype_first’: 1044, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1044, ‘dstport_or_icmpcode_first’: 1044, ‘srcport_or_icmptype_last’: 1044, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((-‘, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e.’, ‘srcport_or_icmptype_first’: 1045, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1045, ‘dstport_or_icmpcode_first’: 1045, ‘srcport_or_icmptype_last’: 1045, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((.’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e/’, ‘srcport_or_icmptype_first’: 1046, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1046, ‘dstport_or_icmpcode_first’: 1046, ‘srcport_or_icmptype_last’: 1046, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((/’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e0’, ‘srcport_or_icmptype_first’: 1047, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1047, ‘dstport_or_icmpcode_first’: 1047, ‘srcport_or_icmptype_last’: 1047, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((0’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e1’, ‘srcport_or_icmptype_first’: 1048, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1048, ‘dstport_or_icmpcode_first’: 1048, ‘srcport_or_icmptype_last’: 1048, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((1’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e2’, ‘srcport_or_icmptype_first’: 1049, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1049, ‘dstport_or_icmpcode_first’: 1049, ‘srcport_or_icmptype_last’: 1049, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((2’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 24, ‘srcport_or_icmptype_first’: 0, ‘proto’: 0, ‘is_permit’: 1, ‘dstport_or_icmpcode_last’: 65535, ‘dstport_or_icmpcode_first’: 0, ‘srcport_or_icmptype_last’: 65535, ‘src_ip_addr’: ‘nnnx00’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 24, ‘srcport_or_icmptype_first’: 0, ‘proto’: 0, ‘is_permit’: 1, ‘dstport_or_icmpcode_last’: 65535, ‘dstport_or_icmpcode_first’: 0, ‘srcport_or_icmptype_last’: 65535, ‘src_ip_addr’: ‘x14x14x14x00’, ‘is_ipv6’: 0}],acl_index=4294967295,tag=’’)
acl_interface_set_acl_list(count=1,n_input=1,acls=[0],sw_if_index=1)
acl_interface_set_acl_list(count=1,n_input=1,acls=[0],sw_if_index=2)
cli_inband(cmd=’clear runtime’)
vpp-stats(path=’^/sys/node’)
cli_inband(cmd=’clear runtime’)
cli_inband(cmd=’clear interfaces’)
cli_inband(cmd=’clear hardware’)
cli_inband(cmd=’clear errors’)
cli_inband(cmd=’elog trace api cli barrier’)
cli_inband(cmd=’show event-logger’)
cli_inband(cmd=’show errors’)
cli_inband(cmd=’show hardware verbose’)
vpp-stats(path=’^/sys/node’)
64b-4t4c-ethip4udp-ip4base-iacl50sf-10kflows-mrr
 DUT1:  
cli_inband(cmd=’show log’)
show_version()
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_set_flags(sw_if_index=1,admin_up_down=1)
sw_interface_set_flags(sw_if_index=2,admin_up_down=1)
hw_interface_set_mtu(sw_if_index=1,mtu=9200)
hw_interface_set_mtu(sw_if_index=2,mtu=9200)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘10.10.10.2’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘20.20.20.2’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘10.10.10.3’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘20.20.20.3’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘10.10.10.4’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘20.20.20.4’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘10.10.10.5’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘20.20.20.5’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘10.10.10.6’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘20.20.20.6’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘10.10.10.7’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘20.20.20.7’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘10.10.10.8’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘20.20.20.8’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘10.10.10.9’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘20.20.20.9’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘10.10.10.10’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘20.20.20.10’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘10.10.10.11’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘20.20.20.11’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
sw_interface_add_del_address(address_length=24,del_all=0,is_add=1,sw_if_index=1,address=’nnnx01’,is_ipv6=0)
sw_interface_add_del_address(address_length=24,del_all=0,is_add=1,sw_if_index=2,address=’x14x14x14x01’,is_ipv6=0)
acl_add_replace(count=52,r=[{‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex01’, ‘srcport_or_icmptype_first’: 1000, ‘proto’: 0, ‘is_permit’: 1, ‘dstport_or_icmpcode_last’: 1000, ‘dstport_or_icmpcode_first’: 1000, ‘srcport_or_icmptype_last’: 1000, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x01’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex02’, ‘srcport_or_icmptype_first’: 1001, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1001, ‘dstport_or_icmpcode_first’: 1001, ‘srcport_or_icmptype_last’: 1001, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x02’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex03’, ‘srcport_or_icmptype_first’: 1002, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1002, ‘dstport_or_icmpcode_first’: 1002, ‘srcport_or_icmptype_last’: 1002, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x03’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex04’, ‘srcport_or_icmptype_first’: 1003, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1003, ‘dstport_or_icmpcode_first’: 1003, ‘srcport_or_icmptype_last’: 1003, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x04’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex05’, ‘srcport_or_icmptype_first’: 1004, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1004, ‘dstport_or_icmpcode_first’: 1004, ‘srcport_or_icmptype_last’: 1004, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x05’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex06’, ‘srcport_or_icmptype_first’: 1005, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1005, ‘dstport_or_icmpcode_first’: 1005, ‘srcport_or_icmptype_last’: 1005, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x06’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex07’, ‘srcport_or_icmptype_first’: 1006, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1006, ‘dstport_or_icmpcode_first’: 1006, ‘srcport_or_icmptype_last’: 1006, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x07’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex08’, ‘srcport_or_icmptype_first’: 1007, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1007, ‘dstport_or_icmpcode_first’: 1007, ‘srcport_or_icmptype_last’: 1007, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x08’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1et’, ‘srcport_or_icmptype_first’: 1008, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1008, ‘dstport_or_icmpcode_first’: 1008, ‘srcport_or_icmptype_last’: 1008, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((t’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1en’, ‘srcport_or_icmptype_first’: 1009, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1009, ‘dstport_or_icmpcode_first’: 1009, ‘srcport_or_icmptype_last’: 1009, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((n’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex0b’, ‘srcport_or_icmptype_first’: 1010, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1010, ‘dstport_or_icmpcode_first’: 1010, ‘srcport_or_icmptype_last’: 1010, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x0b’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex0c’, ‘srcport_or_icmptype_first’: 1011, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1011, ‘dstport_or_icmpcode_first’: 1011, ‘srcport_or_icmptype_last’: 1011, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x0c’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1er’, ‘srcport_or_icmptype_first’: 1012, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1012, ‘dstport_or_icmpcode_first’: 1012, ‘srcport_or_icmptype_last’: 1012, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((r’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex0e’, ‘srcport_or_icmptype_first’: 1013, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1013, ‘dstport_or_icmpcode_first’: 1013, ‘srcport_or_icmptype_last’: 1013, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x0e’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex0f’, ‘srcport_or_icmptype_first’: 1014, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1014, ‘dstport_or_icmpcode_first’: 1014, ‘srcport_or_icmptype_last’: 1014, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x0f’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex10’, ‘srcport_or_icmptype_first’: 1015, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1015, ‘dstport_or_icmpcode_first’: 1015, ‘srcport_or_icmptype_last’: 1015, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x10’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex11’, ‘srcport_or_icmptype_first’: 1016, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1016, ‘dstport_or_icmpcode_first’: 1016, ‘srcport_or_icmptype_last’: 1016, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x11’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex12’, ‘srcport_or_icmptype_first’: 1017, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1017, ‘dstport_or_icmpcode_first’: 1017, ‘srcport_or_icmptype_last’: 1017, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x12’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex13’, ‘srcport_or_icmptype_first’: 1018, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1018, ‘dstport_or_icmpcode_first’: 1018, ‘srcport_or_icmptype_last’: 1018, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x13’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex14’, ‘srcport_or_icmptype_first’: 1019, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1019, ‘dstport_or_icmpcode_first’: 1019, ‘srcport_or_icmptype_last’: 1019, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x14’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex15’, ‘srcport_or_icmptype_first’: 1020, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1020, ‘dstport_or_icmpcode_first’: 1020, ‘srcport_or_icmptype_last’: 1020, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x15’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex16’, ‘srcport_or_icmptype_first’: 1021, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1021, ‘dstport_or_icmpcode_first’: 1021, ‘srcport_or_icmptype_last’: 1021, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x16’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex17’, ‘srcport_or_icmptype_first’: 1022, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1022, ‘dstport_or_icmpcode_first’: 1022, ‘srcport_or_icmptype_last’: 1022, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x17’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex18’, ‘srcport_or_icmptype_first’: 1023, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1023, ‘dstport_or_icmpcode_first’: 1023, ‘srcport_or_icmptype_last’: 1023, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x18’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex19’, ‘srcport_or_icmptype_first’: 1024, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1024, ‘dstport_or_icmpcode_first’: 1024, ‘srcport_or_icmptype_last’: 1024, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x19’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex1a’, ‘srcport_or_icmptype_first’: 1025, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1025, ‘dstport_or_icmpcode_first’: 1025, ‘srcport_or_icmptype_last’: 1025, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x1a’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex1b’, ‘srcport_or_icmptype_first’: 1026, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1026, ‘dstport_or_icmpcode_first’: 1026, ‘srcport_or_icmptype_last’: 1026, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x1b’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex1c’, ‘srcport_or_icmptype_first’: 1027, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1027, ‘dstport_or_icmpcode_first’: 1027, ‘srcport_or_icmptype_last’: 1027, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x1c’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex1d’, ‘srcport_or_icmptype_first’: 1028, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1028, ‘dstport_or_icmpcode_first’: 1028, ‘srcport_or_icmptype_last’: 1028, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x1d’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex1e’, ‘srcport_or_icmptype_first’: 1029, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1029, ‘dstport_or_icmpcode_first’: 1029, ‘srcport_or_icmptype_last’: 1029, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x1e’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex1f’, ‘srcport_or_icmptype_first’: 1030, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1030, ‘dstport_or_icmpcode_first’: 1030, ‘srcport_or_icmptype_last’: 1030, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x1f’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e ‘, ‘srcport_or_icmptype_first’: 1031, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1031, ‘dstport_or_icmpcode_first’: 1031, ‘srcport_or_icmptype_last’: 1031, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘((( ‘, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e!’, ‘srcport_or_icmptype_first’: 1032, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1032, ‘dstport_or_icmpcode_first’: 1032, ‘srcport_or_icmptype_last’: 1032, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((!’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e’’, ‘srcport_or_icmptype_first’: 1033, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1033, ‘dstport_or_icmpcode_first’: 1033, ‘srcport_or_icmptype_last’: 1033, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((‘’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e#’, ‘srcport_or_icmptype_first’: 1034, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1034, ‘dstport_or_icmpcode_first’: 1034, ‘srcport_or_icmptype_last’: 1034, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((#’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e$’, ‘srcport_or_icmptype_first’: 1035, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1035, ‘dstport_or_icmpcode_first’: 1035, ‘srcport_or_icmptype_last’: 1035, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘((($’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e%’, ‘srcport_or_icmptype_first’: 1036, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1036, ‘dstport_or_icmpcode_first’: 1036, ‘srcport_or_icmptype_last’: 1036, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((%’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e&’, ‘srcport_or_icmptype_first’: 1037, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1037, ‘dstport_or_icmpcode_first’: 1037, ‘srcport_or_icmptype_last’: 1037, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((&’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e’’, ‘srcport_or_icmptype_first’: 1038, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1038, ‘dstport_or_icmpcode_first’: 1038, ‘srcport_or_icmptype_last’: 1038, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((‘’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e(‘, ‘srcport_or_icmptype_first’: 1039, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1039, ‘dstport_or_icmpcode_first’: 1039, ‘srcport_or_icmptype_last’: 1039, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘((((‘, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e)’, ‘srcport_or_icmptype_first’: 1040, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1040, ‘dstport_or_icmpcode_first’: 1040, ‘srcport_or_icmptype_last’: 1040, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘((()’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e*’, ‘srcport_or_icmptype_first’: 1041, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1041, ‘dstport_or_icmpcode_first’: 1041, ‘srcport_or_icmptype_last’: 1041, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((*’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e+’, ‘srcport_or_icmptype_first’: 1042, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1042, ‘dstport_or_icmpcode_first’: 1042, ‘srcport_or_icmptype_last’: 1042, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((+’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e,’, ‘srcport_or_icmptype_first’: 1043, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1043, ‘dstport_or_icmpcode_first’: 1043, ‘srcport_or_icmptype_last’: 1043, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((,’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e-‘, ‘srcport_or_icmptype_first’: 1044, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1044, ‘dstport_or_icmpcode_first’: 1044, ‘srcport_or_icmptype_last’: 1044, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((-‘, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e.’, ‘srcport_or_icmptype_first’: 1045, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1045, ‘dstport_or_icmpcode_first’: 1045, ‘srcport_or_icmptype_last’: 1045, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((.’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e/’, ‘srcport_or_icmptype_first’: 1046, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1046, ‘dstport_or_icmpcode_first’: 1046, ‘srcport_or_icmptype_last’: 1046, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((/’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e0’, ‘srcport_or_icmptype_first’: 1047, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1047, ‘dstport_or_icmpcode_first’: 1047, ‘srcport_or_icmptype_last’: 1047, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((0’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e1’, ‘srcport_or_icmptype_first’: 1048, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1048, ‘dstport_or_icmpcode_first’: 1048, ‘srcport_or_icmptype_last’: 1048, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((1’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e2’, ‘srcport_or_icmptype_first’: 1049, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1049, ‘dstport_or_icmpcode_first’: 1049, ‘srcport_or_icmptype_last’: 1049, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((2’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 24, ‘srcport_or_icmptype_first’: 0, ‘proto’: 0, ‘is_permit’: 1, ‘dstport_or_icmpcode_last’: 65535, ‘dstport_or_icmpcode_first’: 0, ‘srcport_or_icmptype_last’: 65535, ‘src_ip_addr’: ‘nnnx00’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 24, ‘srcport_or_icmptype_first’: 0, ‘proto’: 0, ‘is_permit’: 1, ‘dstport_or_icmpcode_last’: 65535, ‘dstport_or_icmpcode_first’: 0, ‘srcport_or_icmptype_last’: 65535, ‘src_ip_addr’: ‘x14x14x14x00’, ‘is_ipv6’: 0}],acl_index=4294967295,tag=’’)
acl_interface_set_acl_list(count=1,n_input=1,acls=[0],sw_if_index=1)
acl_interface_set_acl_list(count=1,n_input=1,acls=[0],sw_if_index=2)
cli_inband(cmd=’clear runtime’)
vpp-stats(path=’^/sys/node’)
cli_inband(cmd=’clear runtime’)
cli_inband(cmd=’clear interfaces’)
cli_inband(cmd=’clear hardware’)
cli_inband(cmd=’clear errors’)
cli_inband(cmd=’elog trace api cli barrier’)
cli_inband(cmd=’show event-logger’)
cli_inband(cmd=’show errors’)
cli_inband(cmd=’show hardware verbose’)
vpp-stats(path=’^/sys/node’)

2n1l-10ge2p1x553-ethip4udp-ip4base-iacl50sl-10kflows-mrr

RFC2544: Packet throughput IPv4 test cases with ACL

  • [Top] Network Topologies: TG-DUT1-TG 2-node circular topology with single links between nodes.
  • [Enc] Packet Encapsulations: Eth-IPv4-UDP for IPv4 routing.
  • [Cfg] DUT configuration: DUT1 is configured with IPv4 routing. Required ACL rules are applied to input paths of both DUT1 intefaces. DUT1 is tested with Intel-X553.
  • [Ver] TG verification: In MaxReceivedRate tests TG sends traffic at line rate and reports total received packets over trial period. Test packets are generated by TG on links to DUT1. TG traffic profile contains two L3 flow-groups (flow-group per direction, 10k flows per flow-group) with all packets containing Ethernet header, IPv4 header with IP protocol=61 and static payload. MAC addresses are matching MAC addresses of the TG node interfaces.
  • [Ref] Applicable standard specifications: RFC2544.
Name VPP API Test Commands History - Commands Used Per Test Case
64b-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-mrr
 DUT1:  
cli_inband(cmd=’show log’)
show_version()
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_set_flags(sw_if_index=1,admin_up_down=1)
sw_interface_set_flags(sw_if_index=2,admin_up_down=1)
hw_interface_set_mtu(sw_if_index=1,mtu=9200)
hw_interface_set_mtu(sw_if_index=2,mtu=9200)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘10.10.10.2’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘20.20.20.2’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘10.10.10.3’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘20.20.20.3’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘10.10.10.4’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘20.20.20.4’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘10.10.10.5’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘20.20.20.5’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘10.10.10.6’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘20.20.20.6’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘10.10.10.7’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘20.20.20.7’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘10.10.10.8’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘20.20.20.8’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘10.10.10.9’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘20.20.20.9’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘10.10.10.10’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘20.20.20.10’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘10.10.10.11’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘20.20.20.11’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
sw_interface_add_del_address(address_length=24,del_all=0,is_add=1,sw_if_index=1,address=’nnnx01’,is_ipv6=0)
sw_interface_add_del_address(address_length=24,del_all=0,is_add=1,sw_if_index=2,address=’x14x14x14x01’,is_ipv6=0)
acl_add_replace(count=52,r=[{‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex01’, ‘srcport_or_icmptype_first’: 1000, ‘proto’: 0, ‘is_permit’: 1, ‘dstport_or_icmpcode_last’: 1000, ‘dstport_or_icmpcode_first’: 1000, ‘srcport_or_icmptype_last’: 1000, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x01’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex02’, ‘srcport_or_icmptype_first’: 1001, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1001, ‘dstport_or_icmpcode_first’: 1001, ‘srcport_or_icmptype_last’: 1001, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x02’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex03’, ‘srcport_or_icmptype_first’: 1002, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1002, ‘dstport_or_icmpcode_first’: 1002, ‘srcport_or_icmptype_last’: 1002, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x03’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex04’, ‘srcport_or_icmptype_first’: 1003, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1003, ‘dstport_or_icmpcode_first’: 1003, ‘srcport_or_icmptype_last’: 1003, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x04’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex05’, ‘srcport_or_icmptype_first’: 1004, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1004, ‘dstport_or_icmpcode_first’: 1004, ‘srcport_or_icmptype_last’: 1004, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x05’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex06’, ‘srcport_or_icmptype_first’: 1005, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1005, ‘dstport_or_icmpcode_first’: 1005, ‘srcport_or_icmptype_last’: 1005, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x06’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex07’, ‘srcport_or_icmptype_first’: 1006, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1006, ‘dstport_or_icmpcode_first’: 1006, ‘srcport_or_icmptype_last’: 1006, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x07’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex08’, ‘srcport_or_icmptype_first’: 1007, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1007, ‘dstport_or_icmpcode_first’: 1007, ‘srcport_or_icmptype_last’: 1007, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x08’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1et’, ‘srcport_or_icmptype_first’: 1008, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1008, ‘dstport_or_icmpcode_first’: 1008, ‘srcport_or_icmptype_last’: 1008, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((t’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1en’, ‘srcport_or_icmptype_first’: 1009, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1009, ‘dstport_or_icmpcode_first’: 1009, ‘srcport_or_icmptype_last’: 1009, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((n’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex0b’, ‘srcport_or_icmptype_first’: 1010, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1010, ‘dstport_or_icmpcode_first’: 1010, ‘srcport_or_icmptype_last’: 1010, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x0b’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex0c’, ‘srcport_or_icmptype_first’: 1011, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1011, ‘dstport_or_icmpcode_first’: 1011, ‘srcport_or_icmptype_last’: 1011, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x0c’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1er’, ‘srcport_or_icmptype_first’: 1012, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1012, ‘dstport_or_icmpcode_first’: 1012, ‘srcport_or_icmptype_last’: 1012, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((r’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex0e’, ‘srcport_or_icmptype_first’: 1013, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1013, ‘dstport_or_icmpcode_first’: 1013, ‘srcport_or_icmptype_last’: 1013, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x0e’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex0f’, ‘srcport_or_icmptype_first’: 1014, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1014, ‘dstport_or_icmpcode_first’: 1014, ‘srcport_or_icmptype_last’: 1014, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x0f’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex10’, ‘srcport_or_icmptype_first’: 1015, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1015, ‘dstport_or_icmpcode_first’: 1015, ‘srcport_or_icmptype_last’: 1015, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x10’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex11’, ‘srcport_or_icmptype_first’: 1016, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1016, ‘dstport_or_icmpcode_first’: 1016, ‘srcport_or_icmptype_last’: 1016, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x11’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex12’, ‘srcport_or_icmptype_first’: 1017, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1017, ‘dstport_or_icmpcode_first’: 1017, ‘srcport_or_icmptype_last’: 1017, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x12’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex13’, ‘srcport_or_icmptype_first’: 1018, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1018, ‘dstport_or_icmpcode_first’: 1018, ‘srcport_or_icmptype_last’: 1018, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x13’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex14’, ‘srcport_or_icmptype_first’: 1019, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1019, ‘dstport_or_icmpcode_first’: 1019, ‘srcport_or_icmptype_last’: 1019, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x14’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex15’, ‘srcport_or_icmptype_first’: 1020, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1020, ‘dstport_or_icmpcode_first’: 1020, ‘srcport_or_icmptype_last’: 1020, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x15’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex16’, ‘srcport_or_icmptype_first’: 1021, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1021, ‘dstport_or_icmpcode_first’: 1021, ‘srcport_or_icmptype_last’: 1021, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x16’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex17’, ‘srcport_or_icmptype_first’: 1022, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1022, ‘dstport_or_icmpcode_first’: 1022, ‘srcport_or_icmptype_last’: 1022, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x17’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex18’, ‘srcport_or_icmptype_first’: 1023, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1023, ‘dstport_or_icmpcode_first’: 1023, ‘srcport_or_icmptype_last’: 1023, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x18’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex19’, ‘srcport_or_icmptype_first’: 1024, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1024, ‘dstport_or_icmpcode_first’: 1024, ‘srcport_or_icmptype_last’: 1024, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x19’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex1a’, ‘srcport_or_icmptype_first’: 1025, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1025, ‘dstport_or_icmpcode_first’: 1025, ‘srcport_or_icmptype_last’: 1025, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x1a’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex1b’, ‘srcport_or_icmptype_first’: 1026, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1026, ‘dstport_or_icmpcode_first’: 1026, ‘srcport_or_icmptype_last’: 1026, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x1b’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex1c’, ‘srcport_or_icmptype_first’: 1027, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1027, ‘dstport_or_icmpcode_first’: 1027, ‘srcport_or_icmptype_last’: 1027, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x1c’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex1d’, ‘srcport_or_icmptype_first’: 1028, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1028, ‘dstport_or_icmpcode_first’: 1028, ‘srcport_or_icmptype_last’: 1028, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x1d’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex1e’, ‘srcport_or_icmptype_first’: 1029, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1029, ‘dstport_or_icmpcode_first’: 1029, ‘srcport_or_icmptype_last’: 1029, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x1e’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex1f’, ‘srcport_or_icmptype_first’: 1030, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1030, ‘dstport_or_icmpcode_first’: 1030, ‘srcport_or_icmptype_last’: 1030, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x1f’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e ‘, ‘srcport_or_icmptype_first’: 1031, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1031, ‘dstport_or_icmpcode_first’: 1031, ‘srcport_or_icmptype_last’: 1031, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘((( ‘, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e!’, ‘srcport_or_icmptype_first’: 1032, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1032, ‘dstport_or_icmpcode_first’: 1032, ‘srcport_or_icmptype_last’: 1032, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((!’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e’’, ‘srcport_or_icmptype_first’: 1033, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1033, ‘dstport_or_icmpcode_first’: 1033, ‘srcport_or_icmptype_last’: 1033, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((‘’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e#’, ‘srcport_or_icmptype_first’: 1034, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1034, ‘dstport_or_icmpcode_first’: 1034, ‘srcport_or_icmptype_last’: 1034, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((#’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e$’, ‘srcport_or_icmptype_first’: 1035, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1035, ‘dstport_or_icmpcode_first’: 1035, ‘srcport_or_icmptype_last’: 1035, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘((($’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e%’, ‘srcport_or_icmptype_first’: 1036, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1036, ‘dstport_or_icmpcode_first’: 1036, ‘srcport_or_icmptype_last’: 1036, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((%’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e&’, ‘srcport_or_icmptype_first’: 1037, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1037, ‘dstport_or_icmpcode_first’: 1037, ‘srcport_or_icmptype_last’: 1037, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((&’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e’’, ‘srcport_or_icmptype_first’: 1038, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1038, ‘dstport_or_icmpcode_first’: 1038, ‘srcport_or_icmptype_last’: 1038, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((‘’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e(‘, ‘srcport_or_icmptype_first’: 1039, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1039, ‘dstport_or_icmpcode_first’: 1039, ‘srcport_or_icmptype_last’: 1039, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘((((‘, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e)’, ‘srcport_or_icmptype_first’: 1040, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1040, ‘dstport_or_icmpcode_first’: 1040, ‘srcport_or_icmptype_last’: 1040, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘((()’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e*’, ‘srcport_or_icmptype_first’: 1041, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1041, ‘dstport_or_icmpcode_first’: 1041, ‘srcport_or_icmptype_last’: 1041, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((*’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e+’, ‘srcport_or_icmptype_first’: 1042, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1042, ‘dstport_or_icmpcode_first’: 1042, ‘srcport_or_icmptype_last’: 1042, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((+’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e,’, ‘srcport_or_icmptype_first’: 1043, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1043, ‘dstport_or_icmpcode_first’: 1043, ‘srcport_or_icmptype_last’: 1043, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((,’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e-‘, ‘srcport_or_icmptype_first’: 1044, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1044, ‘dstport_or_icmpcode_first’: 1044, ‘srcport_or_icmptype_last’: 1044, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((-‘, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e.’, ‘srcport_or_icmptype_first’: 1045, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1045, ‘dstport_or_icmpcode_first’: 1045, ‘srcport_or_icmptype_last’: 1045, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((.’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e/’, ‘srcport_or_icmptype_first’: 1046, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1046, ‘dstport_or_icmpcode_first’: 1046, ‘srcport_or_icmptype_last’: 1046, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((/’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e0’, ‘srcport_or_icmptype_first’: 1047, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1047, ‘dstport_or_icmpcode_first’: 1047, ‘srcport_or_icmptype_last’: 1047, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((0’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e1’, ‘srcport_or_icmptype_first’: 1048, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1048, ‘dstport_or_icmpcode_first’: 1048, ‘srcport_or_icmptype_last’: 1048, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((1’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e2’, ‘srcport_or_icmptype_first’: 1049, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1049, ‘dstport_or_icmpcode_first’: 1049, ‘srcport_or_icmptype_last’: 1049, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((2’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 24, ‘srcport_or_icmptype_first’: 0, ‘proto’: 0, ‘is_permit’: 1, ‘dstport_or_icmpcode_last’: 65535, ‘dstport_or_icmpcode_first’: 0, ‘srcport_or_icmptype_last’: 65535, ‘src_ip_addr’: ‘nnnx00’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 24, ‘srcport_or_icmptype_first’: 0, ‘proto’: 0, ‘is_permit’: 1, ‘dstport_or_icmpcode_last’: 65535, ‘dstport_or_icmpcode_first’: 0, ‘srcport_or_icmptype_last’: 65535, ‘src_ip_addr’: ‘x14x14x14x00’, ‘is_ipv6’: 0}],acl_index=4294967295,tag=’’)
acl_interface_set_acl_list(count=1,n_input=1,acls=[0],sw_if_index=1)
acl_interface_set_acl_list(count=1,n_input=1,acls=[0],sw_if_index=2)
cli_inband(cmd=’clear runtime’)
vpp-stats(path=’^/sys/node’)
cli_inband(cmd=’clear runtime’)
cli_inband(cmd=’clear interfaces’)
cli_inband(cmd=’clear hardware’)
cli_inband(cmd=’clear errors’)
cli_inband(cmd=’elog trace api cli barrier’)
cli_inband(cmd=’show event-logger’)
cli_inband(cmd=’show errors’)
cli_inband(cmd=’show hardware verbose’)
vpp-stats(path=’^/sys/node’)
64b-2t2c-ethip4udp-ip4base-iacl50sl-10kflows-mrr
 DUT1:  
cli_inband(cmd=’show log’)
show_version()
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_set_flags(sw_if_index=1,admin_up_down=1)
sw_interface_set_flags(sw_if_index=2,admin_up_down=1)
hw_interface_set_mtu(sw_if_index=1,mtu=9200)
hw_interface_set_mtu(sw_if_index=2,mtu=9200)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘10.10.10.2’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘20.20.20.2’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘10.10.10.3’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘20.20.20.3’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘10.10.10.4’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘20.20.20.4’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘10.10.10.5’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘20.20.20.5’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘10.10.10.6’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘20.20.20.6’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘10.10.10.7’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘20.20.20.7’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘10.10.10.8’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘20.20.20.8’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘10.10.10.9’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘20.20.20.9’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘10.10.10.10’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘20.20.20.10’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘10.10.10.11’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘20.20.20.11’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
sw_interface_add_del_address(address_length=24,del_all=0,is_add=1,sw_if_index=1,address=’nnnx01’,is_ipv6=0)
sw_interface_add_del_address(address_length=24,del_all=0,is_add=1,sw_if_index=2,address=’x14x14x14x01’,is_ipv6=0)
acl_add_replace(count=52,r=[{‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex01’, ‘srcport_or_icmptype_first’: 1000, ‘proto’: 0, ‘is_permit’: 1, ‘dstport_or_icmpcode_last’: 1000, ‘dstport_or_icmpcode_first’: 1000, ‘srcport_or_icmptype_last’: 1000, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x01’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex02’, ‘srcport_or_icmptype_first’: 1001, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1001, ‘dstport_or_icmpcode_first’: 1001, ‘srcport_or_icmptype_last’: 1001, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x02’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex03’, ‘srcport_or_icmptype_first’: 1002, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1002, ‘dstport_or_icmpcode_first’: 1002, ‘srcport_or_icmptype_last’: 1002, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x03’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex04’, ‘srcport_or_icmptype_first’: 1003, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1003, ‘dstport_or_icmpcode_first’: 1003, ‘srcport_or_icmptype_last’: 1003, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x04’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex05’, ‘srcport_or_icmptype_first’: 1004, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1004, ‘dstport_or_icmpcode_first’: 1004, ‘srcport_or_icmptype_last’: 1004, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x05’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex06’, ‘srcport_or_icmptype_first’: 1005, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1005, ‘dstport_or_icmpcode_first’: 1005, ‘srcport_or_icmptype_last’: 1005, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x06’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex07’, ‘srcport_or_icmptype_first’: 1006, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1006, ‘dstport_or_icmpcode_first’: 1006, ‘srcport_or_icmptype_last’: 1006, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x07’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex08’, ‘srcport_or_icmptype_first’: 1007, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1007, ‘dstport_or_icmpcode_first’: 1007, ‘srcport_or_icmptype_last’: 1007, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x08’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1et’, ‘srcport_or_icmptype_first’: 1008, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1008, ‘dstport_or_icmpcode_first’: 1008, ‘srcport_or_icmptype_last’: 1008, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((t’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1en’, ‘srcport_or_icmptype_first’: 1009, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1009, ‘dstport_or_icmpcode_first’: 1009, ‘srcport_or_icmptype_last’: 1009, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((n’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex0b’, ‘srcport_or_icmptype_first’: 1010, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1010, ‘dstport_or_icmpcode_first’: 1010, ‘srcport_or_icmptype_last’: 1010, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x0b’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex0c’, ‘srcport_or_icmptype_first’: 1011, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1011, ‘dstport_or_icmpcode_first’: 1011, ‘srcport_or_icmptype_last’: 1011, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x0c’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1er’, ‘srcport_or_icmptype_first’: 1012, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1012, ‘dstport_or_icmpcode_first’: 1012, ‘srcport_or_icmptype_last’: 1012, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((r’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex0e’, ‘srcport_or_icmptype_first’: 1013, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1013, ‘dstport_or_icmpcode_first’: 1013, ‘srcport_or_icmptype_last’: 1013, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x0e’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex0f’, ‘srcport_or_icmptype_first’: 1014, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1014, ‘dstport_or_icmpcode_first’: 1014, ‘srcport_or_icmptype_last’: 1014, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x0f’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex10’, ‘srcport_or_icmptype_first’: 1015, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1015, ‘dstport_or_icmpcode_first’: 1015, ‘srcport_or_icmptype_last’: 1015, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x10’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex11’, ‘srcport_or_icmptype_first’: 1016, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1016, ‘dstport_or_icmpcode_first’: 1016, ‘srcport_or_icmptype_last’: 1016, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x11’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex12’, ‘srcport_or_icmptype_first’: 1017, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1017, ‘dstport_or_icmpcode_first’: 1017, ‘srcport_or_icmptype_last’: 1017, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x12’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex13’, ‘srcport_or_icmptype_first’: 1018, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1018, ‘dstport_or_icmpcode_first’: 1018, ‘srcport_or_icmptype_last’: 1018, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x13’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex14’, ‘srcport_or_icmptype_first’: 1019, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1019, ‘dstport_or_icmpcode_first’: 1019, ‘srcport_or_icmptype_last’: 1019, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x14’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex15’, ‘srcport_or_icmptype_first’: 1020, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1020, ‘dstport_or_icmpcode_first’: 1020, ‘srcport_or_icmptype_last’: 1020, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x15’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex16’, ‘srcport_or_icmptype_first’: 1021, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1021, ‘dstport_or_icmpcode_first’: 1021, ‘srcport_or_icmptype_last’: 1021, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x16’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex17’, ‘srcport_or_icmptype_first’: 1022, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1022, ‘dstport_or_icmpcode_first’: 1022, ‘srcport_or_icmptype_last’: 1022, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x17’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex18’, ‘srcport_or_icmptype_first’: 1023, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1023, ‘dstport_or_icmpcode_first’: 1023, ‘srcport_or_icmptype_last’: 1023, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x18’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex19’, ‘srcport_or_icmptype_first’: 1024, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1024, ‘dstport_or_icmpcode_first’: 1024, ‘srcport_or_icmptype_last’: 1024, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x19’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex1a’, ‘srcport_or_icmptype_first’: 1025, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1025, ‘dstport_or_icmpcode_first’: 1025, ‘srcport_or_icmptype_last’: 1025, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x1a’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex1b’, ‘srcport_or_icmptype_first’: 1026, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1026, ‘dstport_or_icmpcode_first’: 1026, ‘srcport_or_icmptype_last’: 1026, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x1b’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex1c’, ‘srcport_or_icmptype_first’: 1027, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1027, ‘dstport_or_icmpcode_first’: 1027, ‘srcport_or_icmptype_last’: 1027, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x1c’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex1d’, ‘srcport_or_icmptype_first’: 1028, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1028, ‘dstport_or_icmpcode_first’: 1028, ‘srcport_or_icmptype_last’: 1028, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x1d’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex1e’, ‘srcport_or_icmptype_first’: 1029, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1029, ‘dstport_or_icmpcode_first’: 1029, ‘srcport_or_icmptype_last’: 1029, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x1e’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex1f’, ‘srcport_or_icmptype_first’: 1030, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1030, ‘dstport_or_icmpcode_first’: 1030, ‘srcport_or_icmptype_last’: 1030, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x1f’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e ‘, ‘srcport_or_icmptype_first’: 1031, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1031, ‘dstport_or_icmpcode_first’: 1031, ‘srcport_or_icmptype_last’: 1031, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘((( ‘, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e!’, ‘srcport_or_icmptype_first’: 1032, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1032, ‘dstport_or_icmpcode_first’: 1032, ‘srcport_or_icmptype_last’: 1032, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((!’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e’’, ‘srcport_or_icmptype_first’: 1033, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1033, ‘dstport_or_icmpcode_first’: 1033, ‘srcport_or_icmptype_last’: 1033, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((‘’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e#’, ‘srcport_or_icmptype_first’: 1034, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1034, ‘dstport_or_icmpcode_first’: 1034, ‘srcport_or_icmptype_last’: 1034, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((#’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e$’, ‘srcport_or_icmptype_first’: 1035, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1035, ‘dstport_or_icmpcode_first’: 1035, ‘srcport_or_icmptype_last’: 1035, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘((($’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e%’, ‘srcport_or_icmptype_first’: 1036, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1036, ‘dstport_or_icmpcode_first’: 1036, ‘srcport_or_icmptype_last’: 1036, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((%’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e&’, ‘srcport_or_icmptype_first’: 1037, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1037, ‘dstport_or_icmpcode_first’: 1037, ‘srcport_or_icmptype_last’: 1037, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((&’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e’’, ‘srcport_or_icmptype_first’: 1038, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1038, ‘dstport_or_icmpcode_first’: 1038, ‘srcport_or_icmptype_last’: 1038, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((‘’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e(‘, ‘srcport_or_icmptype_first’: 1039, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1039, ‘dstport_or_icmpcode_first’: 1039, ‘srcport_or_icmptype_last’: 1039, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘((((‘, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e)’, ‘srcport_or_icmptype_first’: 1040, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1040, ‘dstport_or_icmpcode_first’: 1040, ‘srcport_or_icmptype_last’: 1040, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘((()’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e*’, ‘srcport_or_icmptype_first’: 1041, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1041, ‘dstport_or_icmpcode_first’: 1041, ‘srcport_or_icmptype_last’: 1041, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((*’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e+’, ‘srcport_or_icmptype_first’: 1042, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1042, ‘dstport_or_icmpcode_first’: 1042, ‘srcport_or_icmptype_last’: 1042, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((+’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e,’, ‘srcport_or_icmptype_first’: 1043, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1043, ‘dstport_or_icmpcode_first’: 1043, ‘srcport_or_icmptype_last’: 1043, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((,’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e-‘, ‘srcport_or_icmptype_first’: 1044, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1044, ‘dstport_or_icmpcode_first’: 1044, ‘srcport_or_icmptype_last’: 1044, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((-‘, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e.’, ‘srcport_or_icmptype_first’: 1045, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1045, ‘dstport_or_icmpcode_first’: 1045, ‘srcport_or_icmptype_last’: 1045, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((.’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e/’, ‘srcport_or_icmptype_first’: 1046, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1046, ‘dstport_or_icmpcode_first’: 1046, ‘srcport_or_icmptype_last’: 1046, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((/’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e0’, ‘srcport_or_icmptype_first’: 1047, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1047, ‘dstport_or_icmpcode_first’: 1047, ‘srcport_or_icmptype_last’: 1047, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((0’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e1’, ‘srcport_or_icmptype_first’: 1048, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1048, ‘dstport_or_icmpcode_first’: 1048, ‘srcport_or_icmptype_last’: 1048, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((1’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e2’, ‘srcport_or_icmptype_first’: 1049, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1049, ‘dstport_or_icmpcode_first’: 1049, ‘srcport_or_icmptype_last’: 1049, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((2’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 24, ‘srcport_or_icmptype_first’: 0, ‘proto’: 0, ‘is_permit’: 1, ‘dstport_or_icmpcode_last’: 65535, ‘dstport_or_icmpcode_first’: 0, ‘srcport_or_icmptype_last’: 65535, ‘src_ip_addr’: ‘nnnx00’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 24, ‘srcport_or_icmptype_first’: 0, ‘proto’: 0, ‘is_permit’: 1, ‘dstport_or_icmpcode_last’: 65535, ‘dstport_or_icmpcode_first’: 0, ‘srcport_or_icmptype_last’: 65535, ‘src_ip_addr’: ‘x14x14x14x00’, ‘is_ipv6’: 0}],acl_index=4294967295,tag=’’)
acl_interface_set_acl_list(count=1,n_input=1,acls=[0],sw_if_index=1)
acl_interface_set_acl_list(count=1,n_input=1,acls=[0],sw_if_index=2)
cli_inband(cmd=’clear runtime’)
vpp-stats(path=’^/sys/node’)
cli_inband(cmd=’clear runtime’)
cli_inband(cmd=’clear interfaces’)
cli_inband(cmd=’clear hardware’)
cli_inband(cmd=’clear errors’)
cli_inband(cmd=’elog trace api cli barrier’)
cli_inband(cmd=’show event-logger’)
cli_inband(cmd=’show errors’)
cli_inband(cmd=’show hardware verbose’)
vpp-stats(path=’^/sys/node’)
64b-4t4c-ethip4udp-ip4base-iacl50sl-10kflows-mrr
 DUT1:  
cli_inband(cmd=’show log’)
show_version()
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_set_flags(sw_if_index=1,admin_up_down=1)
sw_interface_set_flags(sw_if_index=2,admin_up_down=1)
hw_interface_set_mtu(sw_if_index=1,mtu=9200)
hw_interface_set_mtu(sw_if_index=2,mtu=9200)
sw_interface_dump(name_filter=’’,name_filter_valid=0)

2n1l-10ge2p1x553-ethip4udp-ip4base-nat44-mrr

RFC2544: Pkt throughput NAT44 performance test cases

  • [Top] Network Topologies: TG-DUT1-TG 2-node circular topology with single links between nodes.
  • [Enc] Packet Encapsulations: Eth-IPv4-UDP for IPv4 routing.
  • [Cfg] DUT configuration: DUT1 is configured with IPv4 routing and one static IPv4 /18 route entries. DUT1 is tested with Intel-X553.
  • [Ver] TG verification: In MaxReceivedRate tests TG sends traffic at line rate and reports total received packets over trial period. Test packets are generated by TG on links to DUT1. TG traffic profile contains two L3 flow-groups (flow-group per direction, 1 flow per flow-group) with all packets containing Ethernet header, IPv4 header with IP protocol=61 and static payload. MAC addresses are matching MAC addresses of the TG node interfaces.
  • [Ref] Applicable standard specifications: RFC2544.
Name VPP API Test Commands History - Commands Used Per Test Case
64b-1t1c-ethip4udp-ip4base-nat44-mrr
 DUT1:  
cli_inband(cmd=’show log’)
show_version()
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_set_flags(sw_if_index=1,admin_up_down=1)
sw_interface_set_flags(sw_if_index=2,admin_up_down=1)
hw_interface_set_mtu(sw_if_index=1,mtu=9200)
hw_interface_set_mtu(sw_if_index=2,mtu=9200)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_add_del_address(address_length=20,del_all=0,is_add=1,sw_if_index=1,address=’nx00x00x01’,is_ipv6=0)
sw_interface_add_del_address(address_length=20,del_all=0,is_add=1,sw_if_index=2,address=’x0cx00x00x01’,is_ipv6=0)
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘10.0.0.2’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘12.0.0.2’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
ip_route_add_del(route={‘paths’: [{‘nh’: {‘obj_id’: 4294967295, ‘via_label’: 1048576, ‘address’: {‘ip4’: ‘nx00x00x02’}}, ‘rpf_id’: 4294967295, ‘weight’: 1, ‘proto’: 0, ‘n_labels’: 0, ‘label_stack’: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], ‘sw_if_index’: 1, ‘flags’: 0, ‘preference’: 1, ‘table_id’: 0, ‘type’: 0}], ‘prefix’: {‘len’: 18, ‘address’: {‘un’: {‘ip4’: ‘x14x00x00x00’}, ‘af’: 0}}, ‘n_paths’: 1, ‘table_id’: 0},is_add=1,is_multipath=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
nat44_interface_add_del_feature(is_add=1,flags=32,sw_if_index=1)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
nat44_interface_add_del_feature(is_add=1,flags=16,sw_if_index=2)
nat_det_add_del_map(is_add=True,out_plen=30,in_plen=18,in_addr=’x14x00x00x00’,out_addr=’xc8x00x00x00’)
cli_inband(cmd=’clear runtime’)
vpp-stats(path=’^/sys/node’)
cli_inband(cmd=’clear runtime’)
cli_inband(cmd=’clear interfaces’)
cli_inband(cmd=’clear hardware’)
cli_inband(cmd=’clear errors’)
cli_inband(cmd=’elog trace api cli barrier’)
cli_inband(cmd=’show event-logger’)
cli_inband(cmd=’show errors’)
cli_inband(cmd=’show hardware verbose’)
vpp-stats(path=’^/sys/node’)
64b-2t2c-ethip4udp-ip4base-nat44-mrr
 DUT1:  
cli_inband(cmd=’show log’)
show_version()
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_set_flags(sw_if_index=1,admin_up_down=1)
sw_interface_set_flags(sw_if_index=2,admin_up_down=1)
hw_interface_set_mtu(sw_if_index=1,mtu=9200)
hw_interface_set_mtu(sw_if_index=2,mtu=9200)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_add_del_address(address_length=20,del_all=0,is_add=1,sw_if_index=1,address=’nx00x00x01’,is_ipv6=0)
sw_interface_add_del_address(address_length=20,del_all=0,is_add=1,sw_if_index=2,address=’x0cx00x00x01’,is_ipv6=0)
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘10.0.0.2’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘12.0.0.2’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
ip_route_add_del(route={‘paths’: [{‘nh’: {‘obj_id’: 4294967295, ‘via_label’: 1048576, ‘address’: {‘ip4’: ‘nx00x00x02’}}, ‘rpf_id’: 4294967295, ‘weight’: 1, ‘proto’: 0, ‘n_labels’: 0, ‘label_stack’: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], ‘sw_if_index’: 1, ‘flags’: 0, ‘preference’: 1, ‘table_id’: 0, ‘type’: 0}], ‘prefix’: {‘len’: 18, ‘address’: {‘un’: {‘ip4’: ‘x14x00x00x00’}, ‘af’: 0}}, ‘n_paths’: 1, ‘table_id’: 0},is_add=1,is_multipath=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
nat44_interface_add_del_feature(is_add=1,flags=32,sw_if_index=1)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
nat44_interface_add_del_feature(is_add=1,flags=16,sw_if_index=2)
nat_det_add_del_map(is_add=True,out_plen=30,in_plen=18,in_addr=’x14x00x00x00’,out_addr=’xc8x00x00x00’)
cli_inband(cmd=’clear runtime’)
vpp-stats(path=’^/sys/node’)
cli_inband(cmd=’clear runtime’)
cli_inband(cmd=’clear interfaces’)
cli_inband(cmd=’clear hardware’)
cli_inband(cmd=’clear errors’)
cli_inband(cmd=’elog trace api cli barrier’)
cli_inband(cmd=’show event-logger’)
cli_inband(cmd=’show errors’)
cli_inband(cmd=’show hardware verbose’)
vpp-stats(path=’^/sys/node’)
64b-4t4c-ethip4udp-ip4base-nat44-mrr
 DUT1:  
cli_inband(cmd=’show log’)
show_version()
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_set_flags(sw_if_index=1,admin_up_down=1)
sw_interface_set_flags(sw_if_index=2,admin_up_down=1)
hw_interface_set_mtu(sw_if_index=1,mtu=9200)
hw_interface_set_mtu(sw_if_index=2,mtu=9200)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_add_del_address(address_length=20,del_all=0,is_add=1,sw_if_index=1,address=’nx00x00x01’,is_ipv6=0)
sw_interface_add_del_address(address_length=20,del_all=0,is_add=1,sw_if_index=2,address=’x0cx00x00x01’,is_ipv6=0)
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘10.0.0.2’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘12.0.0.2’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
ip_route_add_del(route={‘paths’: [{‘nh’: {‘obj_id’: 4294967295, ‘via_label’: 1048576, ‘address’: {‘ip4’: ‘nx00x00x02’}}, ‘rpf_id’: 4294967295, ‘weight’: 1, ‘proto’: 0, ‘n_labels’: 0, ‘label_stack’: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], ‘sw_if_index’: 1, ‘flags’: 0, ‘preference’: 1, ‘table_id’: 0, ‘type’: 0}], ‘prefix’: {‘len’: 18, ‘address’: {‘un’: {‘ip4’: ‘x14x00x00x00’}, ‘af’: 0}}, ‘n_paths’: 1, ‘table_id’: 0},is_add=1,is_multipath=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
nat44_interface_add_del_feature(is_add=1,flags=32,sw_if_index=1)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
nat44_interface_add_del_feature(is_add=1,flags=16,sw_if_index=2)
nat_det_add_del_map(is_add=True,out_plen=30,in_plen=18,in_addr=’x14x00x00x00’,out_addr=’xc8x00x00x00’)
cli_inband(cmd=’clear runtime’)
vpp-stats(path=’^/sys/node’)
cli_inband(cmd=’clear runtime’)
cli_inband(cmd=’clear interfaces’)
cli_inband(cmd=’clear hardware’)
cli_inband(cmd=’clear errors’)
cli_inband(cmd=’elog trace api cli barrier’)
cli_inband(cmd=’show event-logger’)
cli_inband(cmd=’show errors’)
cli_inband(cmd=’show hardware verbose’)
vpp-stats(path=’^/sys/node’)

2n1l-10ge2p1x553-ethip4udp-ip4base-oacl50sf-10kflows-mrr

RFC2544: Packet throughput IPv4 test cases with ACL

  • [Top] Network Topologies: TG-DUT1-TG 2-node circular topology with single links between nodes.
  • [Enc] Packet Encapsulations: Eth-IPv4-UDP for IPv4 routing.
  • [Cfg] DUT configuration: DUT1 is configured with IPv4 routing. Required ACL rules are applied to input paths of both DUT1 intefaces. DUT1 is tested with Intel-X553.
  • [Ver] TG verification: In MaxReceivedRate tests TG sends traffic at line rate and reports total received packets over trial period. Test packets are generated by TG on links to DUT1. TG traffic profile contains two L3 flow-groups (flow-group per direction, 10k flows per flow-group) with all packets containing Ethernet header, IPv4 header with IP protocol=61 and static payload. MAC addresses are matching MAC addresses of the TG node interfaces.
  • [Ref] Applicable standard specifications: RFC2544.
Name VPP API Test Commands History - Commands Used Per Test Case
64b-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-mrr
 DUT1:  
cli_inband(cmd=’show log’)
show_version()
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_set_flags(sw_if_index=1,admin_up_down=1)
sw_interface_set_flags(sw_if_index=2,admin_up_down=1)
hw_interface_set_mtu(sw_if_index=1,mtu=9200)
hw_interface_set_mtu(sw_if_index=2,mtu=9200)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘10.10.10.2’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘20.20.20.2’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘10.10.10.3’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘20.20.20.3’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘10.10.10.4’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘20.20.20.4’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘10.10.10.5’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘20.20.20.5’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘10.10.10.6’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘20.20.20.6’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘10.10.10.7’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘20.20.20.7’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘10.10.10.8’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘20.20.20.8’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘10.10.10.9’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘20.20.20.9’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘10.10.10.10’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘20.20.20.10’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘10.10.10.11’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘20.20.20.11’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
sw_interface_add_del_address(address_length=24,del_all=0,is_add=1,sw_if_index=1,address=’nnnx01’,is_ipv6=0)
sw_interface_add_del_address(address_length=24,del_all=0,is_add=1,sw_if_index=2,address=’x14x14x14x01’,is_ipv6=0)
acl_add_replace(count=52,r=[{‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex01’, ‘srcport_or_icmptype_first’: 1000, ‘proto’: 0, ‘is_permit’: 1, ‘dstport_or_icmpcode_last’: 1000, ‘dstport_or_icmpcode_first’: 1000, ‘srcport_or_icmptype_last’: 1000, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x01’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex02’, ‘srcport_or_icmptype_first’: 1001, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1001, ‘dstport_or_icmpcode_first’: 1001, ‘srcport_or_icmptype_last’: 1001, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x02’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex03’, ‘srcport_or_icmptype_first’: 1002, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1002, ‘dstport_or_icmpcode_first’: 1002, ‘srcport_or_icmptype_last’: 1002, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x03’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex04’, ‘srcport_or_icmptype_first’: 1003, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1003, ‘dstport_or_icmpcode_first’: 1003, ‘srcport_or_icmptype_last’: 1003, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x04’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex05’, ‘srcport_or_icmptype_first’: 1004, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1004, ‘dstport_or_icmpcode_first’: 1004, ‘srcport_or_icmptype_last’: 1004, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x05’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex06’, ‘srcport_or_icmptype_first’: 1005, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1005, ‘dstport_or_icmpcode_first’: 1005, ‘srcport_or_icmptype_last’: 1005, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x06’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex07’, ‘srcport_or_icmptype_first’: 1006, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1006, ‘dstport_or_icmpcode_first’: 1006, ‘srcport_or_icmptype_last’: 1006, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x07’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex08’, ‘srcport_or_icmptype_first’: 1007, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1007, ‘dstport_or_icmpcode_first’: 1007, ‘srcport_or_icmptype_last’: 1007, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x08’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1et’, ‘srcport_or_icmptype_first’: 1008, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1008, ‘dstport_or_icmpcode_first’: 1008, ‘srcport_or_icmptype_last’: 1008, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((t’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1en’, ‘srcport_or_icmptype_first’: 1009, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1009, ‘dstport_or_icmpcode_first’: 1009, ‘srcport_or_icmptype_last’: 1009, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((n’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex0b’, ‘srcport_or_icmptype_first’: 1010, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1010, ‘dstport_or_icmpcode_first’: 1010, ‘srcport_or_icmptype_last’: 1010, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x0b’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex0c’, ‘srcport_or_icmptype_first’: 1011, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1011, ‘dstport_or_icmpcode_first’: 1011, ‘srcport_or_icmptype_last’: 1011, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x0c’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1er’, ‘srcport_or_icmptype_first’: 1012, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1012, ‘dstport_or_icmpcode_first’: 1012, ‘srcport_or_icmptype_last’: 1012, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((r’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex0e’, ‘srcport_or_icmptype_first’: 1013, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1013, ‘dstport_or_icmpcode_first’: 1013, ‘srcport_or_icmptype_last’: 1013, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x0e’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex0f’, ‘srcport_or_icmptype_first’: 1014, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1014, ‘dstport_or_icmpcode_first’: 1014, ‘srcport_or_icmptype_last’: 1014, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x0f’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex10’, ‘srcport_or_icmptype_first’: 1015, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1015, ‘dstport_or_icmpcode_first’: 1015, ‘srcport_or_icmptype_last’: 1015, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x10’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex11’, ‘srcport_or_icmptype_first’: 1016, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1016, ‘dstport_or_icmpcode_first’: 1016, ‘srcport_or_icmptype_last’: 1016, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x11’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex12’, ‘srcport_or_icmptype_first’: 1017, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1017, ‘dstport_or_icmpcode_first’: 1017, ‘srcport_or_icmptype_last’: 1017, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x12’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex13’, ‘srcport_or_icmptype_first’: 1018, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1018, ‘dstport_or_icmpcode_first’: 1018, ‘srcport_or_icmptype_last’: 1018, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x13’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex14’, ‘srcport_or_icmptype_first’: 1019, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1019, ‘dstport_or_icmpcode_first’: 1019, ‘srcport_or_icmptype_last’: 1019, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x14’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex15’, ‘srcport_or_icmptype_first’: 1020, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1020, ‘dstport_or_icmpcode_first’: 1020, ‘srcport_or_icmptype_last’: 1020, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x15’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex16’, ‘srcport_or_icmptype_first’: 1021, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1021, ‘dstport_or_icmpcode_first’: 1021, ‘srcport_or_icmptype_last’: 1021, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x16’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex17’, ‘srcport_or_icmptype_first’: 1022, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1022, ‘dstport_or_icmpcode_first’: 1022, ‘srcport_or_icmptype_last’: 1022, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x17’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex18’, ‘srcport_or_icmptype_first’: 1023, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1023, ‘dstport_or_icmpcode_first’: 1023, ‘srcport_or_icmptype_last’: 1023, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x18’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex19’, ‘srcport_or_icmptype_first’: 1024, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1024, ‘dstport_or_icmpcode_first’: 1024, ‘srcport_or_icmptype_last’: 1024, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x19’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex1a’, ‘srcport_or_icmptype_first’: 1025, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1025, ‘dstport_or_icmpcode_first’: 1025, ‘srcport_or_icmptype_last’: 1025, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x1a’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex1b’, ‘srcport_or_icmptype_first’: 1026, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1026, ‘dstport_or_icmpcode_first’: 1026, ‘srcport_or_icmptype_last’: 1026, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x1b’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex1c’, ‘srcport_or_icmptype_first’: 1027, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1027, ‘dstport_or_icmpcode_first’: 1027, ‘srcport_or_icmptype_last’: 1027, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x1c’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex1d’, ‘srcport_or_icmptype_first’: 1028, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1028, ‘dstport_or_icmpcode_first’: 1028, ‘srcport_or_icmptype_last’: 1028, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x1d’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex1e’, ‘srcport_or_icmptype_first’: 1029, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1029, ‘dstport_or_icmpcode_first’: 1029, ‘srcport_or_icmptype_last’: 1029, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x1e’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex1f’, ‘srcport_or_icmptype_first’: 1030, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1030, ‘dstport_or_icmpcode_first’: 1030, ‘srcport_or_icmptype_last’: 1030, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x1f’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e ‘, ‘srcport_or_icmptype_first’: 1031, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1031, ‘dstport_or_icmpcode_first’: 1031, ‘srcport_or_icmptype_last’: 1031, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘((( ‘, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e!’, ‘srcport_or_icmptype_first’: 1032, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1032, ‘dstport_or_icmpcode_first’: 1032, ‘srcport_or_icmptype_last’: 1032, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((!’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e’’, ‘srcport_or_icmptype_first’: 1033, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1033, ‘dstport_or_icmpcode_first’: 1033, ‘srcport_or_icmptype_last’: 1033, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((‘’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e#’, ‘srcport_or_icmptype_first’: 1034, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1034, ‘dstport_or_icmpcode_first’: 1034, ‘srcport_or_icmptype_last’: 1034, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((#’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e$’, ‘srcport_or_icmptype_first’: 1035, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1035, ‘dstport_or_icmpcode_first’: 1035, ‘srcport_or_icmptype_last’: 1035, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘((($’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e%’, ‘srcport_or_icmptype_first’: 1036, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1036, ‘dstport_or_icmpcode_first’: 1036, ‘srcport_or_icmptype_last’: 1036, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((%’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e&’, ‘srcport_or_icmptype_first’: 1037, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1037, ‘dstport_or_icmpcode_first’: 1037, ‘srcport_or_icmptype_last’: 1037, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((&’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e’’, ‘srcport_or_icmptype_first’: 1038, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1038, ‘dstport_or_icmpcode_first’: 1038, ‘srcport_or_icmptype_last’: 1038, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((‘’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e(‘, ‘srcport_or_icmptype_first’: 1039, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1039, ‘dstport_or_icmpcode_first’: 1039, ‘srcport_or_icmptype_last’: 1039, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘((((‘, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e)’, ‘srcport_or_icmptype_first’: 1040, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1040, ‘dstport_or_icmpcode_first’: 1040, ‘srcport_or_icmptype_last’: 1040, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘((()’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e*’, ‘srcport_or_icmptype_first’: 1041, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1041, ‘dstport_or_icmpcode_first’: 1041, ‘srcport_or_icmptype_last’: 1041, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((*’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e+’, ‘srcport_or_icmptype_first’: 1042, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1042, ‘dstport_or_icmpcode_first’: 1042, ‘srcport_or_icmptype_last’: 1042, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((+’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e,’, ‘srcport_or_icmptype_first’: 1043, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1043, ‘dstport_or_icmpcode_first’: 1043, ‘srcport_or_icmptype_last’: 1043, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((,’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e-‘, ‘srcport_or_icmptype_first’: 1044, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1044, ‘dstport_or_icmpcode_first’: 1044, ‘srcport_or_icmptype_last’: 1044, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((-‘, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e.’, ‘srcport_or_icmptype_first’: 1045, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1045, ‘dstport_or_icmpcode_first’: 1045, ‘srcport_or_icmptype_last’: 1045, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((.’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e/’, ‘srcport_or_icmptype_first’: 1046, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1046, ‘dstport_or_icmpcode_first’: 1046, ‘srcport_or_icmptype_last’: 1046, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((/’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e0’, ‘srcport_or_icmptype_first’: 1047, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1047, ‘dstport_or_icmpcode_first’: 1047, ‘srcport_or_icmptype_last’: 1047, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((0’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e1’, ‘srcport_or_icmptype_first’: 1048, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1048, ‘dstport_or_icmpcode_first’: 1048, ‘srcport_or_icmptype_last’: 1048, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((1’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e2’, ‘srcport_or_icmptype_first’: 1049, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1049, ‘dstport_or_icmpcode_first’: 1049, ‘srcport_or_icmptype_last’: 1049, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((2’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 24, ‘srcport_or_icmptype_first’: 0, ‘proto’: 0, ‘is_permit’: 1, ‘dstport_or_icmpcode_last’: 65535, ‘dstport_or_icmpcode_first’: 0, ‘srcport_or_icmptype_last’: 65535, ‘src_ip_addr’: ‘nnnx00’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 24, ‘srcport_or_icmptype_first’: 0, ‘proto’: 0, ‘is_permit’: 1, ‘dstport_or_icmpcode_last’: 65535, ‘dstport_or_icmpcode_first’: 0, ‘srcport_or_icmptype_last’: 65535, ‘src_ip_addr’: ‘x14x14x14x00’, ‘is_ipv6’: 0}],acl_index=4294967295,tag=’’)
acl_interface_set_acl_list(count=1,n_input=0,acls=[0],sw_if_index=1)
acl_interface_set_acl_list(count=1,n_input=0,acls=[0],sw_if_index=2)
cli_inband(cmd=’clear runtime’)
vpp-stats(path=’^/sys/node’)
cli_inband(cmd=’clear runtime’)
cli_inband(cmd=’clear interfaces’)
cli_inband(cmd=’clear hardware’)
cli_inband(cmd=’clear errors’)
cli_inband(cmd=’elog trace api cli barrier’)
cli_inband(cmd=’show event-logger’)
cli_inband(cmd=’show errors’)
cli_inband(cmd=’show hardware verbose’)
vpp-stats(path=’^/sys/node’)
64b-2t2c-ethip4udp-ip4base-oacl50sf-10kflows-mrr
 DUT1:  
cli_inband(cmd=’show log’)
show_version()
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_set_flags(sw_if_index=1,admin_up_down=1)
sw_interface_set_flags(sw_if_index=2,admin_up_down=1)
hw_interface_set_mtu(sw_if_index=1,mtu=9200)
hw_interface_set_mtu(sw_if_index=2,mtu=9200)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘10.10.10.2’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘20.20.20.2’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘10.10.10.3’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘20.20.20.3’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘10.10.10.4’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘20.20.20.4’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘10.10.10.5’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘20.20.20.5’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘10.10.10.6’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘20.20.20.6’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘10.10.10.7’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘20.20.20.7’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘10.10.10.8’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘20.20.20.8’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘10.10.10.9’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘20.20.20.9’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘10.10.10.10’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘20.20.20.10’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘10.10.10.11’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘20.20.20.11’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
sw_interface_add_del_address(address_length=24,del_all=0,is_add=1,sw_if_index=1,address=’nnnx01’,is_ipv6=0)
sw_interface_add_del_address(address_length=24,del_all=0,is_add=1,sw_if_index=2,address=’x14x14x14x01’,is_ipv6=0)
acl_add_replace(count=52,r=[{‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex01’, ‘srcport_or_icmptype_first’: 1000, ‘proto’: 0, ‘is_permit’: 1, ‘dstport_or_icmpcode_last’: 1000, ‘dstport_or_icmpcode_first’: 1000, ‘srcport_or_icmptype_last’: 1000, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x01’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex02’, ‘srcport_or_icmptype_first’: 1001, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1001, ‘dstport_or_icmpcode_first’: 1001, ‘srcport_or_icmptype_last’: 1001, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x02’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex03’, ‘srcport_or_icmptype_first’: 1002, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1002, ‘dstport_or_icmpcode_first’: 1002, ‘srcport_or_icmptype_last’: 1002, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x03’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex04’, ‘srcport_or_icmptype_first’: 1003, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1003, ‘dstport_or_icmpcode_first’: 1003, ‘srcport_or_icmptype_last’: 1003, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x04’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex05’, ‘srcport_or_icmptype_first’: 1004, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1004, ‘dstport_or_icmpcode_first’: 1004, ‘srcport_or_icmptype_last’: 1004, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x05’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex06’, ‘srcport_or_icmptype_first’: 1005, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1005, ‘dstport_or_icmpcode_first’: 1005, ‘srcport_or_icmptype_last’: 1005, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x06’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex07’, ‘srcport_or_icmptype_first’: 1006, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1006, ‘dstport_or_icmpcode_first’: 1006, ‘srcport_or_icmptype_last’: 1006, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x07’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex08’, ‘srcport_or_icmptype_first’: 1007, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1007, ‘dstport_or_icmpcode_first’: 1007, ‘srcport_or_icmptype_last’: 1007, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x08’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1et’, ‘srcport_or_icmptype_first’: 1008, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1008, ‘dstport_or_icmpcode_first’: 1008, ‘srcport_or_icmptype_last’: 1008, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((t’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1en’, ‘srcport_or_icmptype_first’: 1009, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1009, ‘dstport_or_icmpcode_first’: 1009, ‘srcport_or_icmptype_last’: 1009, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((n’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex0b’, ‘srcport_or_icmptype_first’: 1010, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1010, ‘dstport_or_icmpcode_first’: 1010, ‘srcport_or_icmptype_last’: 1010, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x0b’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex0c’, ‘srcport_or_icmptype_first’: 1011, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1011, ‘dstport_or_icmpcode_first’: 1011, ‘srcport_or_icmptype_last’: 1011, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x0c’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1er’, ‘srcport_or_icmptype_first’: 1012, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1012, ‘dstport_or_icmpcode_first’: 1012, ‘srcport_or_icmptype_last’: 1012, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((r’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex0e’, ‘srcport_or_icmptype_first’: 1013, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1013, ‘dstport_or_icmpcode_first’: 1013, ‘srcport_or_icmptype_last’: 1013, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x0e’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex0f’, ‘srcport_or_icmptype_first’: 1014, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1014, ‘dstport_or_icmpcode_first’: 1014, ‘srcport_or_icmptype_last’: 1014, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x0f’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex10’, ‘srcport_or_icmptype_first’: 1015, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1015, ‘dstport_or_icmpcode_first’: 1015, ‘srcport_or_icmptype_last’: 1015, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x10’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex11’, ‘srcport_or_icmptype_first’: 1016, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1016, ‘dstport_or_icmpcode_first’: 1016, ‘srcport_or_icmptype_last’: 1016, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x11’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex12’, ‘srcport_or_icmptype_first’: 1017, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1017, ‘dstport_or_icmpcode_first’: 1017, ‘srcport_or_icmptype_last’: 1017, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x12’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex13’, ‘srcport_or_icmptype_first’: 1018, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1018, ‘dstport_or_icmpcode_first’: 1018, ‘srcport_or_icmptype_last’: 1018, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x13’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex14’, ‘srcport_or_icmptype_first’: 1019, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1019, ‘dstport_or_icmpcode_first’: 1019, ‘srcport_or_icmptype_last’: 1019, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x14’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex15’, ‘srcport_or_icmptype_first’: 1020, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1020, ‘dstport_or_icmpcode_first’: 1020, ‘srcport_or_icmptype_last’: 1020, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x15’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex16’, ‘srcport_or_icmptype_first’: 1021, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1021, ‘dstport_or_icmpcode_first’: 1021, ‘srcport_or_icmptype_last’: 1021, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x16’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex17’, ‘srcport_or_icmptype_first’: 1022, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1022, ‘dstport_or_icmpcode_first’: 1022, ‘srcport_or_icmptype_last’: 1022, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x17’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex18’, ‘srcport_or_icmptype_first’: 1023, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1023, ‘dstport_or_icmpcode_first’: 1023, ‘srcport_or_icmptype_last’: 1023, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x18’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex19’, ‘srcport_or_icmptype_first’: 1024, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1024, ‘dstport_or_icmpcode_first’: 1024, ‘srcport_or_icmptype_last’: 1024, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x19’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex1a’, ‘srcport_or_icmptype_first’: 1025, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1025, ‘dstport_or_icmpcode_first’: 1025, ‘srcport_or_icmptype_last’: 1025, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x1a’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex1b’, ‘srcport_or_icmptype_first’: 1026, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1026, ‘dstport_or_icmpcode_first’: 1026, ‘srcport_or_icmptype_last’: 1026, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x1b’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex1c’, ‘srcport_or_icmptype_first’: 1027, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1027, ‘dstport_or_icmpcode_first’: 1027, ‘srcport_or_icmptype_last’: 1027, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x1c’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex1d’, ‘srcport_or_icmptype_first’: 1028, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1028, ‘dstport_or_icmpcode_first’: 1028, ‘srcport_or_icmptype_last’: 1028, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x1d’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex1e’, ‘srcport_or_icmptype_first’: 1029, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1029, ‘dstport_or_icmpcode_first’: 1029, ‘srcport_or_icmptype_last’: 1029, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x1e’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex1f’, ‘srcport_or_icmptype_first’: 1030, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1030, ‘dstport_or_icmpcode_first’: 1030, ‘srcport_or_icmptype_last’: 1030, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x1f’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e ‘, ‘srcport_or_icmptype_first’: 1031, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1031, ‘dstport_or_icmpcode_first’: 1031, ‘srcport_or_icmptype_last’: 1031, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘((( ‘, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e!’, ‘srcport_or_icmptype_first’: 1032, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1032, ‘dstport_or_icmpcode_first’: 1032, ‘srcport_or_icmptype_last’: 1032, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((!’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e’’, ‘srcport_or_icmptype_first’: 1033, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1033, ‘dstport_or_icmpcode_first’: 1033, ‘srcport_or_icmptype_last’: 1033, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((‘’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e#’, ‘srcport_or_icmptype_first’: 1034, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1034, ‘dstport_or_icmpcode_first’: 1034, ‘srcport_or_icmptype_last’: 1034, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((#’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e$’, ‘srcport_or_icmptype_first’: 1035, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1035, ‘dstport_or_icmpcode_first’: 1035, ‘srcport_or_icmptype_last’: 1035, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘((($’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e%’, ‘srcport_or_icmptype_first’: 1036, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1036, ‘dstport_or_icmpcode_first’: 1036, ‘srcport_or_icmptype_last’: 1036, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((%’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e&’, ‘srcport_or_icmptype_first’: 1037, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1037, ‘dstport_or_icmpcode_first’: 1037, ‘srcport_or_icmptype_last’: 1037, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((&’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e’’, ‘srcport_or_icmptype_first’: 1038, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1038, ‘dstport_or_icmpcode_first’: 1038, ‘srcport_or_icmptype_last’: 1038, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((‘’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e(‘, ‘srcport_or_icmptype_first’: 1039, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1039, ‘dstport_or_icmpcode_first’: 1039, ‘srcport_or_icmptype_last’: 1039, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘((((‘, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e)’, ‘srcport_or_icmptype_first’: 1040, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1040, ‘dstport_or_icmpcode_first’: 1040, ‘srcport_or_icmptype_last’: 1040, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘((()’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e*’, ‘srcport_or_icmptype_first’: 1041, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1041, ‘dstport_or_icmpcode_first’: 1041, ‘srcport_or_icmptype_last’: 1041, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((*’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e+’, ‘srcport_or_icmptype_first’: 1042, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1042, ‘dstport_or_icmpcode_first’: 1042, ‘srcport_or_icmptype_last’: 1042, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((+’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e,’, ‘srcport_or_icmptype_first’: 1043, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1043, ‘dstport_or_icmpcode_first’: 1043, ‘srcport_or_icmptype_last’: 1043, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((,’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e-‘, ‘srcport_or_icmptype_first’: 1044, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1044, ‘dstport_or_icmpcode_first’: 1044, ‘srcport_or_icmptype_last’: 1044, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((-‘, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e.’, ‘srcport_or_icmptype_first’: 1045, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1045, ‘dstport_or_icmpcode_first’: 1045, ‘srcport_or_icmptype_last’: 1045, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((.’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e/’, ‘srcport_or_icmptype_first’: 1046, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1046, ‘dstport_or_icmpcode_first’: 1046, ‘srcport_or_icmptype_last’: 1046, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((/’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e0’, ‘srcport_or_icmptype_first’: 1047, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1047, ‘dstport_or_icmpcode_first’: 1047, ‘srcport_or_icmptype_last’: 1047, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((0’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e1’, ‘srcport_or_icmptype_first’: 1048, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1048, ‘dstport_or_icmpcode_first’: 1048, ‘srcport_or_icmptype_last’: 1048, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((1’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e2’, ‘srcport_or_icmptype_first’: 1049, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1049, ‘dstport_or_icmpcode_first’: 1049, ‘srcport_or_icmptype_last’: 1049, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((2’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 24, ‘srcport_or_icmptype_first’: 0, ‘proto’: 0, ‘is_permit’: 1, ‘dstport_or_icmpcode_last’: 65535, ‘dstport_or_icmpcode_first’: 0, ‘srcport_or_icmptype_last’: 65535, ‘src_ip_addr’: ‘nnnx00’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 24, ‘srcport_or_icmptype_first’: 0, ‘proto’: 0, ‘is_permit’: 1, ‘dstport_or_icmpcode_last’: 65535, ‘dstport_or_icmpcode_first’: 0, ‘srcport_or_icmptype_last’: 65535, ‘src_ip_addr’: ‘x14x14x14x00’, ‘is_ipv6’: 0}],acl_index=4294967295,tag=’’)
acl_interface_set_acl_list(count=1,n_input=0,acls=[0],sw_if_index=1)
acl_interface_set_acl_list(count=1,n_input=0,acls=[0],sw_if_index=2)
cli_inband(cmd=’clear runtime’)
vpp-stats(path=’^/sys/node’)
cli_inband(cmd=’clear runtime’)
cli_inband(cmd=’clear interfaces’)
cli_inband(cmd=’clear hardware’)
cli_inband(cmd=’clear errors’)
cli_inband(cmd=’elog trace api cli barrier’)
cli_inband(cmd=’show event-logger’)
cli_inband(cmd=’show errors’)
cli_inband(cmd=’show hardware verbose’)
vpp-stats(path=’^/sys/node’)
64b-4t4c-ethip4udp-ip4base-oacl50sf-10kflows-mrr
 DUT1:  
cli_inband(cmd=’show log’)
show_version()
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_set_flags(sw_if_index=1,admin_up_down=1)
sw_interface_set_flags(sw_if_index=2,admin_up_down=1)
hw_interface_set_mtu(sw_if_index=1,mtu=9200)
hw_interface_set_mtu(sw_if_index=2,mtu=9200)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘10.10.10.2’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘20.20.20.2’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘10.10.10.3’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘20.20.20.3’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘10.10.10.4’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘20.20.20.4’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘10.10.10.5’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘20.20.20.5’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘10.10.10.6’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘20.20.20.6’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘10.10.10.7’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘20.20.20.7’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘10.10.10.8’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘20.20.20.8’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘10.10.10.9’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘20.20.20.9’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘10.10.10.10’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘20.20.20.10’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘10.10.10.11’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘20.20.20.11’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
sw_interface_add_del_address(address_length=24,del_all=0,is_add=1,sw_if_index=1,address=’nnnx01’,is_ipv6=0)
sw_interface_add_del_address(address_length=24,del_all=0,is_add=1,sw_if_index=2,address=’x14x14x14x01’,is_ipv6=0)
acl_add_replace(count=52,r=[{‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex01’, ‘srcport_or_icmptype_first’: 1000, ‘proto’: 0, ‘is_permit’: 1, ‘dstport_or_icmpcode_last’: 1000, ‘dstport_or_icmpcode_first’: 1000, ‘srcport_or_icmptype_last’: 1000, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x01’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex02’, ‘srcport_or_icmptype_first’: 1001, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1001, ‘dstport_or_icmpcode_first’: 1001, ‘srcport_or_icmptype_last’: 1001, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x02’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex03’, ‘srcport_or_icmptype_first’: 1002, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1002, ‘dstport_or_icmpcode_first’: 1002, ‘srcport_or_icmptype_last’: 1002, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x03’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex04’, ‘srcport_or_icmptype_first’: 1003, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1003, ‘dstport_or_icmpcode_first’: 1003, ‘srcport_or_icmptype_last’: 1003, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x04’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex05’, ‘srcport_or_icmptype_first’: 1004, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1004, ‘dstport_or_icmpcode_first’: 1004, ‘srcport_or_icmptype_last’: 1004, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x05’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex06’, ‘srcport_or_icmptype_first’: 1005, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1005, ‘dstport_or_icmpcode_first’: 1005, ‘srcport_or_icmptype_last’: 1005, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x06’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex07’, ‘srcport_or_icmptype_first’: 1006, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1006, ‘dstport_or_icmpcode_first’: 1006, ‘srcport_or_icmptype_last’: 1006, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x07’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex08’, ‘srcport_or_icmptype_first’: 1007, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1007, ‘dstport_or_icmpcode_first’: 1007, ‘srcport_or_icmptype_last’: 1007, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x08’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1et’, ‘srcport_or_icmptype_first’: 1008, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1008, ‘dstport_or_icmpcode_first’: 1008, ‘srcport_or_icmptype_last’: 1008, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((t’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1en’, ‘srcport_or_icmptype_first’: 1009, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1009, ‘dstport_or_icmpcode_first’: 1009, ‘srcport_or_icmptype_last’: 1009, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((n’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex0b’, ‘srcport_or_icmptype_first’: 1010, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1010, ‘dstport_or_icmpcode_first’: 1010, ‘srcport_or_icmptype_last’: 1010, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x0b’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex0c’, ‘srcport_or_icmptype_first’: 1011, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1011, ‘dstport_or_icmpcode_first’: 1011, ‘srcport_or_icmptype_last’: 1011, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x0c’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1er’, ‘srcport_or_icmptype_first’: 1012, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1012, ‘dstport_or_icmpcode_first’: 1012, ‘srcport_or_icmptype_last’: 1012, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((r’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex0e’, ‘srcport_or_icmptype_first’: 1013, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1013, ‘dstport_or_icmpcode_first’: 1013, ‘srcport_or_icmptype_last’: 1013, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x0e’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex0f’, ‘srcport_or_icmptype_first’: 1014, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1014, ‘dstport_or_icmpcode_first’: 1014, ‘srcport_or_icmptype_last’: 1014, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x0f’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex10’, ‘srcport_or_icmptype_first’: 1015, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1015, ‘dstport_or_icmpcode_first’: 1015, ‘srcport_or_icmptype_last’: 1015, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x10’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex11’, ‘srcport_or_icmptype_first’: 1016, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1016, ‘dstport_or_icmpcode_first’: 1016, ‘srcport_or_icmptype_last’: 1016, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x11’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex12’, ‘srcport_or_icmptype_first’: 1017, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1017, ‘dstport_or_icmpcode_first’: 1017, ‘srcport_or_icmptype_last’: 1017, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x12’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex13’, ‘srcport_or_icmptype_first’: 1018, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1018, ‘dstport_or_icmpcode_first’: 1018, ‘srcport_or_icmptype_last’: 1018, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x13’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex14’, ‘srcport_or_icmptype_first’: 1019, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1019, ‘dstport_or_icmpcode_first’: 1019, ‘srcport_or_icmptype_last’: 1019, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x14’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex15’, ‘srcport_or_icmptype_first’: 1020, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1020, ‘dstport_or_icmpcode_first’: 1020, ‘srcport_or_icmptype_last’: 1020, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x15’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex16’, ‘srcport_or_icmptype_first’: 1021, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1021, ‘dstport_or_icmpcode_first’: 1021, ‘srcport_or_icmptype_last’: 1021, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x16’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex17’, ‘srcport_or_icmptype_first’: 1022, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1022, ‘dstport_or_icmpcode_first’: 1022, ‘srcport_or_icmptype_last’: 1022, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x17’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex18’, ‘srcport_or_icmptype_first’: 1023, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1023, ‘dstport_or_icmpcode_first’: 1023, ‘srcport_or_icmptype_last’: 1023, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x18’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex19’, ‘srcport_or_icmptype_first’: 1024, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1024, ‘dstport_or_icmpcode_first’: 1024, ‘srcport_or_icmptype_last’: 1024, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x19’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex1a’, ‘srcport_or_icmptype_first’: 1025, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1025, ‘dstport_or_icmpcode_first’: 1025, ‘srcport_or_icmptype_last’: 1025, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x1a’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex1b’, ‘srcport_or_icmptype_first’: 1026, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1026, ‘dstport_or_icmpcode_first’: 1026, ‘srcport_or_icmptype_last’: 1026, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x1b’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex1c’, ‘srcport_or_icmptype_first’: 1027, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1027, ‘dstport_or_icmpcode_first’: 1027, ‘srcport_or_icmptype_last’: 1027, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x1c’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex1d’, ‘srcport_or_icmptype_first’: 1028, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1028, ‘dstport_or_icmpcode_first’: 1028, ‘srcport_or_icmptype_last’: 1028, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x1d’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex1e’, ‘srcport_or_icmptype_first’: 1029, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1029, ‘dstport_or_icmpcode_first’: 1029, ‘srcport_or_icmptype_last’: 1029, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x1e’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex1f’, ‘srcport_or_icmptype_first’: 1030, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1030, ‘dstport_or_icmpcode_first’: 1030, ‘srcport_or_icmptype_last’: 1030, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x1f’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e ‘, ‘srcport_or_icmptype_first’: 1031, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1031, ‘dstport_or_icmpcode_first’: 1031, ‘srcport_or_icmptype_last’: 1031, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘((( ‘, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e!’, ‘srcport_or_icmptype_first’: 1032, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1032, ‘dstport_or_icmpcode_first’: 1032, ‘srcport_or_icmptype_last’: 1032, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((!’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e’’, ‘srcport_or_icmptype_first’: 1033, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1033, ‘dstport_or_icmpcode_first’: 1033, ‘srcport_or_icmptype_last’: 1033, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((‘’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e#’, ‘srcport_or_icmptype_first’: 1034, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1034, ‘dstport_or_icmpcode_first’: 1034, ‘srcport_or_icmptype_last’: 1034, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((#’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e$’, ‘srcport_or_icmptype_first’: 1035, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1035, ‘dstport_or_icmpcode_first’: 1035, ‘srcport_or_icmptype_last’: 1035, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘((($’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e%’, ‘srcport_or_icmptype_first’: 1036, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1036, ‘dstport_or_icmpcode_first’: 1036, ‘srcport_or_icmptype_last’: 1036, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((%’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e&’, ‘srcport_or_icmptype_first’: 1037, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1037, ‘dstport_or_icmpcode_first’: 1037, ‘srcport_or_icmptype_last’: 1037, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((&’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e’’, ‘srcport_or_icmptype_first’: 1038, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1038, ‘dstport_or_icmpcode_first’: 1038, ‘srcport_or_icmptype_last’: 1038, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((‘’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e(‘, ‘srcport_or_icmptype_first’: 1039, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1039, ‘dstport_or_icmpcode_first’: 1039, ‘srcport_or_icmptype_last’: 1039, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘((((‘, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e)’, ‘srcport_or_icmptype_first’: 1040, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1040, ‘dstport_or_icmpcode_first’: 1040, ‘srcport_or_icmptype_last’: 1040, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘((()’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e*’, ‘srcport_or_icmptype_first’: 1041, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1041, ‘dstport_or_icmpcode_first’: 1041, ‘srcport_or_icmptype_last’: 1041, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((*’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e+’, ‘srcport_or_icmptype_first’: 1042, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1042, ‘dstport_or_icmpcode_first’: 1042, ‘srcport_or_icmptype_last’: 1042, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((+’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e,’, ‘srcport_or_icmptype_first’: 1043, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1043, ‘dstport_or_icmpcode_first’: 1043, ‘srcport_or_icmptype_last’: 1043, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((,’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e-‘, ‘srcport_or_icmptype_first’: 1044, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1044, ‘dstport_or_icmpcode_first’: 1044, ‘srcport_or_icmptype_last’: 1044, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((-‘, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e.’, ‘srcport_or_icmptype_first’: 1045, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1045, ‘dstport_or_icmpcode_first’: 1045, ‘srcport_or_icmptype_last’: 1045, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((.’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e/’, ‘srcport_or_icmptype_first’: 1046, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1046, ‘dstport_or_icmpcode_first’: 1046, ‘srcport_or_icmptype_last’: 1046, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((/’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e0’, ‘srcport_or_icmptype_first’: 1047, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1047, ‘dstport_or_icmpcode_first’: 1047, ‘srcport_or_icmptype_last’: 1047, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((0’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e1’, ‘srcport_or_icmptype_first’: 1048, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1048, ‘dstport_or_icmpcode_first’: 1048, ‘srcport_or_icmptype_last’: 1048, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((1’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e2’, ‘srcport_or_icmptype_first’: 1049, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1049, ‘dstport_or_icmpcode_first’: 1049, ‘srcport_or_icmptype_last’: 1049, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((2’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 24, ‘srcport_or_icmptype_first’: 0, ‘proto’: 0, ‘is_permit’: 1, ‘dstport_or_icmpcode_last’: 65535, ‘dstport_or_icmpcode_first’: 0, ‘srcport_or_icmptype_last’: 65535, ‘src_ip_addr’: ‘nnnx00’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 24, ‘srcport_or_icmptype_first’: 0, ‘proto’: 0, ‘is_permit’: 1, ‘dstport_or_icmpcode_last’: 65535, ‘dstport_or_icmpcode_first’: 0, ‘srcport_or_icmptype_last’: 65535, ‘src_ip_addr’: ‘x14x14x14x00’, ‘is_ipv6’: 0}],acl_index=4294967295,tag=’’)
acl_interface_set_acl_list(count=1,n_input=0,acls=[0],sw_if_index=1)
acl_interface_set_acl_list(count=1,n_input=0,acls=[0],sw_if_index=2)
cli_inband(cmd=’clear runtime’)
vpp-stats(path=’^/sys/node’)
cli_inband(cmd=’clear runtime’)
cli_inband(cmd=’clear interfaces’)
cli_inband(cmd=’clear hardware’)
cli_inband(cmd=’clear errors’)
cli_inband(cmd=’elog trace api cli barrier’)
cli_inband(cmd=’show event-logger’)
cli_inband(cmd=’show errors’)
cli_inband(cmd=’show hardware verbose’)
vpp-stats(path=’^/sys/node’)

2n1l-10ge2p1x553-ethip4udp-ip4base-oacl50sl-10kflows-mrr

RFC2544: Packet throughput IPv4 test cases with ACL

  • [Top] Network Topologies: TG-DUT1-TG 2-node circular topology with single links between nodes.
  • [Enc] Packet Encapsulations: Eth-IPv4-UDP for IPv4 routing.
  • [Cfg] DUT configuration: DUT1 is configured with IPv4 routing. Required ACL rules are applied to input paths of both DUT1 intefaces. DUT1 is tested with Intel-X553.
  • [Ver] TG verification: In MaxReceivedRate tests TG sends traffic at line rate and reports total received packets over trial period. Test packets are generated by TG on links to DUT1. TG traffic profile contains two L3 flow-groups (flow-group per direction, 10k flows per flow-group) with all packets containing Ethernet header, IPv4 header with IP protocol=61 and static payload. MAC addresses are matching MAC addresses of the TG node interfaces.
  • [Ref] Applicable standard specifications: RFC2544.
Name VPP API Test Commands History - Commands Used Per Test Case
64b-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-mrr
 DUT1:  
cli_inband(cmd=’show log’)
show_version()
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_set_flags(sw_if_index=1,admin_up_down=1)
sw_interface_set_flags(sw_if_index=2,admin_up_down=1)
hw_interface_set_mtu(sw_if_index=1,mtu=9200)
hw_interface_set_mtu(sw_if_index=2,mtu=9200)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘10.10.10.2’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘20.20.20.2’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘10.10.10.3’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘20.20.20.3’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘10.10.10.4’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘20.20.20.4’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘10.10.10.5’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘20.20.20.5’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘10.10.10.6’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘20.20.20.6’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘10.10.10.7’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘20.20.20.7’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘10.10.10.8’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘20.20.20.8’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘10.10.10.9’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘20.20.20.9’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘10.10.10.10’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘20.20.20.10’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘10.10.10.11’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘20.20.20.11’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
sw_interface_add_del_address(address_length=24,del_all=0,is_add=1,sw_if_index=1,address=’nnnx01’,is_ipv6=0)
sw_interface_add_del_address(address_length=24,del_all=0,is_add=1,sw_if_index=2,address=’x14x14x14x01’,is_ipv6=0)
acl_add_replace(count=52,r=[{‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex01’, ‘srcport_or_icmptype_first’: 1000, ‘proto’: 0, ‘is_permit’: 1, ‘dstport_or_icmpcode_last’: 1000, ‘dstport_or_icmpcode_first’: 1000, ‘srcport_or_icmptype_last’: 1000, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x01’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex02’, ‘srcport_or_icmptype_first’: 1001, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1001, ‘dstport_or_icmpcode_first’: 1001, ‘srcport_or_icmptype_last’: 1001, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x02’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex03’, ‘srcport_or_icmptype_first’: 1002, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1002, ‘dstport_or_icmpcode_first’: 1002, ‘srcport_or_icmptype_last’: 1002, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x03’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex04’, ‘srcport_or_icmptype_first’: 1003, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1003, ‘dstport_or_icmpcode_first’: 1003, ‘srcport_or_icmptype_last’: 1003, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x04’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex05’, ‘srcport_or_icmptype_first’: 1004, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1004, ‘dstport_or_icmpcode_first’: 1004, ‘srcport_or_icmptype_last’: 1004, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x05’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex06’, ‘srcport_or_icmptype_first’: 1005, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1005, ‘dstport_or_icmpcode_first’: 1005, ‘srcport_or_icmptype_last’: 1005, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x06’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex07’, ‘srcport_or_icmptype_first’: 1006, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1006, ‘dstport_or_icmpcode_first’: 1006, ‘srcport_or_icmptype_last’: 1006, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x07’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex08’, ‘srcport_or_icmptype_first’: 1007, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1007, ‘dstport_or_icmpcode_first’: 1007, ‘srcport_or_icmptype_last’: 1007, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x08’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1et’, ‘srcport_or_icmptype_first’: 1008, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1008, ‘dstport_or_icmpcode_first’: 1008, ‘srcport_or_icmptype_last’: 1008, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((t’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1en’, ‘srcport_or_icmptype_first’: 1009, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1009, ‘dstport_or_icmpcode_first’: 1009, ‘srcport_or_icmptype_last’: 1009, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((n’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex0b’, ‘srcport_or_icmptype_first’: 1010, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1010, ‘dstport_or_icmpcode_first’: 1010, ‘srcport_or_icmptype_last’: 1010, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x0b’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex0c’, ‘srcport_or_icmptype_first’: 1011, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1011, ‘dstport_or_icmpcode_first’: 1011, ‘srcport_or_icmptype_last’: 1011, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x0c’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1er’, ‘srcport_or_icmptype_first’: 1012, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1012, ‘dstport_or_icmpcode_first’: 1012, ‘srcport_or_icmptype_last’: 1012, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((r’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex0e’, ‘srcport_or_icmptype_first’: 1013, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1013, ‘dstport_or_icmpcode_first’: 1013, ‘srcport_or_icmptype_last’: 1013, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x0e’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex0f’, ‘srcport_or_icmptype_first’: 1014, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1014, ‘dstport_or_icmpcode_first’: 1014, ‘srcport_or_icmptype_last’: 1014, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x0f’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex10’, ‘srcport_or_icmptype_first’: 1015, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1015, ‘dstport_or_icmpcode_first’: 1015, ‘srcport_or_icmptype_last’: 1015, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x10’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex11’, ‘srcport_or_icmptype_first’: 1016, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1016, ‘dstport_or_icmpcode_first’: 1016, ‘srcport_or_icmptype_last’: 1016, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x11’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex12’, ‘srcport_or_icmptype_first’: 1017, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1017, ‘dstport_or_icmpcode_first’: 1017, ‘srcport_or_icmptype_last’: 1017, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x12’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex13’, ‘srcport_or_icmptype_first’: 1018, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1018, ‘dstport_or_icmpcode_first’: 1018, ‘srcport_or_icmptype_last’: 1018, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x13’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex14’, ‘srcport_or_icmptype_first’: 1019, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1019, ‘dstport_or_icmpcode_first’: 1019, ‘srcport_or_icmptype_last’: 1019, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x14’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex15’, ‘srcport_or_icmptype_first’: 1020, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1020, ‘dstport_or_icmpcode_first’: 1020, ‘srcport_or_icmptype_last’: 1020, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x15’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex16’, ‘srcport_or_icmptype_first’: 1021, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1021, ‘dstport_or_icmpcode_first’: 1021, ‘srcport_or_icmptype_last’: 1021, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x16’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex17’, ‘srcport_or_icmptype_first’: 1022, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1022, ‘dstport_or_icmpcode_first’: 1022, ‘srcport_or_icmptype_last’: 1022, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x17’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex18’, ‘srcport_or_icmptype_first’: 1023, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1023, ‘dstport_or_icmpcode_first’: 1023, ‘srcport_or_icmptype_last’: 1023, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x18’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex19’, ‘srcport_or_icmptype_first’: 1024, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1024, ‘dstport_or_icmpcode_first’: 1024, ‘srcport_or_icmptype_last’: 1024, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x19’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex1a’, ‘srcport_or_icmptype_first’: 1025, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1025, ‘dstport_or_icmpcode_first’: 1025, ‘srcport_or_icmptype_last’: 1025, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x1a’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex1b’, ‘srcport_or_icmptype_first’: 1026, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1026, ‘dstport_or_icmpcode_first’: 1026, ‘srcport_or_icmptype_last’: 1026, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x1b’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex1c’, ‘srcport_or_icmptype_first’: 1027, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1027, ‘dstport_or_icmpcode_first’: 1027, ‘srcport_or_icmptype_last’: 1027, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x1c’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex1d’, ‘srcport_or_icmptype_first’: 1028, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1028, ‘dstport_or_icmpcode_first’: 1028, ‘srcport_or_icmptype_last’: 1028, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x1d’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex1e’, ‘srcport_or_icmptype_first’: 1029, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1029, ‘dstport_or_icmpcode_first’: 1029, ‘srcport_or_icmptype_last’: 1029, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x1e’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex1f’, ‘srcport_or_icmptype_first’: 1030, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1030, ‘dstport_or_icmpcode_first’: 1030, ‘srcport_or_icmptype_last’: 1030, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x1f’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e ‘, ‘srcport_or_icmptype_first’: 1031, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1031, ‘dstport_or_icmpcode_first’: 1031, ‘srcport_or_icmptype_last’: 1031, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘((( ‘, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e!’, ‘srcport_or_icmptype_first’: 1032, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1032, ‘dstport_or_icmpcode_first’: 1032, ‘srcport_or_icmptype_last’: 1032, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((!’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e’’, ‘srcport_or_icmptype_first’: 1033, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1033, ‘dstport_or_icmpcode_first’: 1033, ‘srcport_or_icmptype_last’: 1033, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((‘’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e#’, ‘srcport_or_icmptype_first’: 1034, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1034, ‘dstport_or_icmpcode_first’: 1034, ‘srcport_or_icmptype_last’: 1034, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((#’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e$’, ‘srcport_or_icmptype_first’: 1035, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1035, ‘dstport_or_icmpcode_first’: 1035, ‘srcport_or_icmptype_last’: 1035, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘((($’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e%’, ‘srcport_or_icmptype_first’: 1036, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1036, ‘dstport_or_icmpcode_first’: 1036, ‘srcport_or_icmptype_last’: 1036, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((%’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e&’, ‘srcport_or_icmptype_first’: 1037, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1037, ‘dstport_or_icmpcode_first’: 1037, ‘srcport_or_icmptype_last’: 1037, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((&’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e’’, ‘srcport_or_icmptype_first’: 1038, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1038, ‘dstport_or_icmpcode_first’: 1038, ‘srcport_or_icmptype_last’: 1038, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((‘’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e(‘, ‘srcport_or_icmptype_first’: 1039, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1039, ‘dstport_or_icmpcode_first’: 1039, ‘srcport_or_icmptype_last’: 1039, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘((((‘, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e)’, ‘srcport_or_icmptype_first’: 1040, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1040, ‘dstport_or_icmpcode_first’: 1040, ‘srcport_or_icmptype_last’: 1040, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘((()’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e*’, ‘srcport_or_icmptype_first’: 1041, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1041, ‘dstport_or_icmpcode_first’: 1041, ‘srcport_or_icmptype_last’: 1041, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((*’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e+’, ‘srcport_or_icmptype_first’: 1042, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1042, ‘dstport_or_icmpcode_first’: 1042, ‘srcport_or_icmptype_last’: 1042, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((+’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e,’, ‘srcport_or_icmptype_first’: 1043, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1043, ‘dstport_or_icmpcode_first’: 1043, ‘srcport_or_icmptype_last’: 1043, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((,’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e-‘, ‘srcport_or_icmptype_first’: 1044, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1044, ‘dstport_or_icmpcode_first’: 1044, ‘srcport_or_icmptype_last’: 1044, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((-‘, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e.’, ‘srcport_or_icmptype_first’: 1045, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1045, ‘dstport_or_icmpcode_first’: 1045, ‘srcport_or_icmptype_last’: 1045, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((.’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e/’, ‘srcport_or_icmptype_first’: 1046, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1046, ‘dstport_or_icmpcode_first’: 1046, ‘srcport_or_icmptype_last’: 1046, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((/’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e0’, ‘srcport_or_icmptype_first’: 1047, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1047, ‘dstport_or_icmpcode_first’: 1047, ‘srcport_or_icmptype_last’: 1047, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((0’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e1’, ‘srcport_or_icmptype_first’: 1048, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1048, ‘dstport_or_icmpcode_first’: 1048, ‘srcport_or_icmptype_last’: 1048, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((1’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e2’, ‘srcport_or_icmptype_first’: 1049, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1049, ‘dstport_or_icmpcode_first’: 1049, ‘srcport_or_icmptype_last’: 1049, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((2’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 24, ‘srcport_or_icmptype_first’: 0, ‘proto’: 0, ‘is_permit’: 1, ‘dstport_or_icmpcode_last’: 65535, ‘dstport_or_icmpcode_first’: 0, ‘srcport_or_icmptype_last’: 65535, ‘src_ip_addr’: ‘nnnx00’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 24, ‘srcport_or_icmptype_first’: 0, ‘proto’: 0, ‘is_permit’: 1, ‘dstport_or_icmpcode_last’: 65535, ‘dstport_or_icmpcode_first’: 0, ‘srcport_or_icmptype_last’: 65535, ‘src_ip_addr’: ‘x14x14x14x00’, ‘is_ipv6’: 0}],acl_index=4294967295,tag=’’)
acl_interface_set_acl_list(count=1,n_input=0,acls=[0],sw_if_index=1)
acl_interface_set_acl_list(count=1,n_input=0,acls=[0],sw_if_index=2)
cli_inband(cmd=’clear runtime’)
vpp-stats(path=’^/sys/node’)
cli_inband(cmd=’clear runtime’)
cli_inband(cmd=’clear interfaces’)
cli_inband(cmd=’clear hardware’)
cli_inband(cmd=’clear errors’)
cli_inband(cmd=’elog trace api cli barrier’)
cli_inband(cmd=’show event-logger’)
cli_inband(cmd=’show errors’)
cli_inband(cmd=’show hardware verbose’)
vpp-stats(path=’^/sys/node’)
64b-2t2c-ethip4udp-ip4base-oacl50sl-10kflows-mrr
 DUT1:  
cli_inband(cmd=’show log’)
show_version()
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_set_flags(sw_if_index=1,admin_up_down=1)
sw_interface_set_flags(sw_if_index=2,admin_up_down=1)
hw_interface_set_mtu(sw_if_index=1,mtu=9200)
hw_interface_set_mtu(sw_if_index=2,mtu=9200)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘10.10.10.2’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘20.20.20.2’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘10.10.10.3’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘20.20.20.3’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘10.10.10.4’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘20.20.20.4’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘10.10.10.5’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘20.20.20.5’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘10.10.10.6’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘20.20.20.6’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘10.10.10.7’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘20.20.20.7’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘10.10.10.8’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘20.20.20.8’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘10.10.10.9’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘20.20.20.9’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘10.10.10.10’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘20.20.20.10’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘10.10.10.11’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘20.20.20.11’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
sw_interface_add_del_address(address_length=24,del_all=0,is_add=1,sw_if_index=1,address=’nnnx01’,is_ipv6=0)
sw_interface_add_del_address(address_length=24,del_all=0,is_add=1,sw_if_index=2,address=’x14x14x14x01’,is_ipv6=0)
acl_add_replace(count=52,r=[{‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex01’, ‘srcport_or_icmptype_first’: 1000, ‘proto’: 0, ‘is_permit’: 1, ‘dstport_or_icmpcode_last’: 1000, ‘dstport_or_icmpcode_first’: 1000, ‘srcport_or_icmptype_last’: 1000, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x01’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex02’, ‘srcport_or_icmptype_first’: 1001, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1001, ‘dstport_or_icmpcode_first’: 1001, ‘srcport_or_icmptype_last’: 1001, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x02’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex03’, ‘srcport_or_icmptype_first’: 1002, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1002, ‘dstport_or_icmpcode_first’: 1002, ‘srcport_or_icmptype_last’: 1002, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x03’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex04’, ‘srcport_or_icmptype_first’: 1003, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1003, ‘dstport_or_icmpcode_first’: 1003, ‘srcport_or_icmptype_last’: 1003, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x04’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex05’, ‘srcport_or_icmptype_first’: 1004, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1004, ‘dstport_or_icmpcode_first’: 1004, ‘srcport_or_icmptype_last’: 1004, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x05’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex06’, ‘srcport_or_icmptype_first’: 1005, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1005, ‘dstport_or_icmpcode_first’: 1005, ‘srcport_or_icmptype_last’: 1005, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x06’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex07’, ‘srcport_or_icmptype_first’: 1006, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1006, ‘dstport_or_icmpcode_first’: 1006, ‘srcport_or_icmptype_last’: 1006, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x07’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex08’, ‘srcport_or_icmptype_first’: 1007, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1007, ‘dstport_or_icmpcode_first’: 1007, ‘srcport_or_icmptype_last’: 1007, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x08’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1et’, ‘srcport_or_icmptype_first’: 1008, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1008, ‘dstport_or_icmpcode_first’: 1008, ‘srcport_or_icmptype_last’: 1008, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((t’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1en’, ‘srcport_or_icmptype_first’: 1009, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1009, ‘dstport_or_icmpcode_first’: 1009, ‘srcport_or_icmptype_last’: 1009, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((n’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex0b’, ‘srcport_or_icmptype_first’: 1010, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1010, ‘dstport_or_icmpcode_first’: 1010, ‘srcport_or_icmptype_last’: 1010, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x0b’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex0c’, ‘srcport_or_icmptype_first’: 1011, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1011, ‘dstport_or_icmpcode_first’: 1011, ‘srcport_or_icmptype_last’: 1011, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x0c’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1er’, ‘srcport_or_icmptype_first’: 1012, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1012, ‘dstport_or_icmpcode_first’: 1012, ‘srcport_or_icmptype_last’: 1012, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((r’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex0e’, ‘srcport_or_icmptype_first’: 1013, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1013, ‘dstport_or_icmpcode_first’: 1013, ‘srcport_or_icmptype_last’: 1013, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x0e’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex0f’, ‘srcport_or_icmptype_first’: 1014, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1014, ‘dstport_or_icmpcode_first’: 1014, ‘srcport_or_icmptype_last’: 1014, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x0f’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex10’, ‘srcport_or_icmptype_first’: 1015, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1015, ‘dstport_or_icmpcode_first’: 1015, ‘srcport_or_icmptype_last’: 1015, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x10’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex11’, ‘srcport_or_icmptype_first’: 1016, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1016, ‘dstport_or_icmpcode_first’: 1016, ‘srcport_or_icmptype_last’: 1016, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x11’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex12’, ‘srcport_or_icmptype_first’: 1017, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1017, ‘dstport_or_icmpcode_first’: 1017, ‘srcport_or_icmptype_last’: 1017, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x12’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex13’, ‘srcport_or_icmptype_first’: 1018, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1018, ‘dstport_or_icmpcode_first’: 1018, ‘srcport_or_icmptype_last’: 1018, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x13’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex14’, ‘srcport_or_icmptype_first’: 1019, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1019, ‘dstport_or_icmpcode_first’: 1019, ‘srcport_or_icmptype_last’: 1019, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x14’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex15’, ‘srcport_or_icmptype_first’: 1020, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1020, ‘dstport_or_icmpcode_first’: 1020, ‘srcport_or_icmptype_last’: 1020, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x15’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex16’, ‘srcport_or_icmptype_first’: 1021, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1021, ‘dstport_or_icmpcode_first’: 1021, ‘srcport_or_icmptype_last’: 1021, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x16’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex17’, ‘srcport_or_icmptype_first’: 1022, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1022, ‘dstport_or_icmpcode_first’: 1022, ‘srcport_or_icmptype_last’: 1022, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x17’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex18’, ‘srcport_or_icmptype_first’: 1023, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1023, ‘dstport_or_icmpcode_first’: 1023, ‘srcport_or_icmptype_last’: 1023, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x18’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex19’, ‘srcport_or_icmptype_first’: 1024, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1024, ‘dstport_or_icmpcode_first’: 1024, ‘srcport_or_icmptype_last’: 1024, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x19’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex1a’, ‘srcport_or_icmptype_first’: 1025, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1025, ‘dstport_or_icmpcode_first’: 1025, ‘srcport_or_icmptype_last’: 1025, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x1a’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex1b’, ‘srcport_or_icmptype_first’: 1026, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1026, ‘dstport_or_icmpcode_first’: 1026, ‘srcport_or_icmptype_last’: 1026, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x1b’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex1c’, ‘srcport_or_icmptype_first’: 1027, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1027, ‘dstport_or_icmpcode_first’: 1027, ‘srcport_or_icmptype_last’: 1027, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x1c’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex1d’, ‘srcport_or_icmptype_first’: 1028, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1028, ‘dstport_or_icmpcode_first’: 1028, ‘srcport_or_icmptype_last’: 1028, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x1d’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex1e’, ‘srcport_or_icmptype_first’: 1029, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1029, ‘dstport_or_icmpcode_first’: 1029, ‘srcport_or_icmptype_last’: 1029, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x1e’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex1f’, ‘srcport_or_icmptype_first’: 1030, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1030, ‘dstport_or_icmpcode_first’: 1030, ‘srcport_or_icmptype_last’: 1030, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x1f’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e ‘, ‘srcport_or_icmptype_first’: 1031, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1031, ‘dstport_or_icmpcode_first’: 1031, ‘srcport_or_icmptype_last’: 1031, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘((( ‘, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e!’, ‘srcport_or_icmptype_first’: 1032, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1032, ‘dstport_or_icmpcode_first’: 1032, ‘srcport_or_icmptype_last’: 1032, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((!’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e’’, ‘srcport_or_icmptype_first’: 1033, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1033, ‘dstport_or_icmpcode_first’: 1033, ‘srcport_or_icmptype_last’: 1033, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((‘’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e#’, ‘srcport_or_icmptype_first’: 1034, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1034, ‘dstport_or_icmpcode_first’: 1034, ‘srcport_or_icmptype_last’: 1034, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((#’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e$’, ‘srcport_or_icmptype_first’: 1035, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1035, ‘dstport_or_icmpcode_first’: 1035, ‘srcport_or_icmptype_last’: 1035, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘((($’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e%’, ‘srcport_or_icmptype_first’: 1036, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1036, ‘dstport_or_icmpcode_first’: 1036, ‘srcport_or_icmptype_last’: 1036, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((%’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e&’, ‘srcport_or_icmptype_first’: 1037, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1037, ‘dstport_or_icmpcode_first’: 1037, ‘srcport_or_icmptype_last’: 1037, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((&’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e’’, ‘srcport_or_icmptype_first’: 1038, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1038, ‘dstport_or_icmpcode_first’: 1038, ‘srcport_or_icmptype_last’: 1038, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((‘’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e(‘, ‘srcport_or_icmptype_first’: 1039, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1039, ‘dstport_or_icmpcode_first’: 1039, ‘srcport_or_icmptype_last’: 1039, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘((((‘, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e)’, ‘srcport_or_icmptype_first’: 1040, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1040, ‘dstport_or_icmpcode_first’: 1040, ‘srcport_or_icmptype_last’: 1040, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘((()’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e*’, ‘srcport_or_icmptype_first’: 1041, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1041, ‘dstport_or_icmpcode_first’: 1041, ‘srcport_or_icmptype_last’: 1041, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((*’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e+’, ‘srcport_or_icmptype_first’: 1042, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1042, ‘dstport_or_icmpcode_first’: 1042, ‘srcport_or_icmptype_last’: 1042, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((+’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e,’, ‘srcport_or_icmptype_first’: 1043, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1043, ‘dstport_or_icmpcode_first’: 1043, ‘srcport_or_icmptype_last’: 1043, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((,’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e-‘, ‘srcport_or_icmptype_first’: 1044, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1044, ‘dstport_or_icmpcode_first’: 1044, ‘srcport_or_icmptype_last’: 1044, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((-‘, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e.’, ‘srcport_or_icmptype_first’: 1045, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1045, ‘dstport_or_icmpcode_first’: 1045, ‘srcport_or_icmptype_last’: 1045, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((.’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e/’, ‘srcport_or_icmptype_first’: 1046, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1046, ‘dstport_or_icmpcode_first’: 1046, ‘srcport_or_icmptype_last’: 1046, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((/’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e0’, ‘srcport_or_icmptype_first’: 1047, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1047, ‘dstport_or_icmpcode_first’: 1047, ‘srcport_or_icmptype_last’: 1047, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((0’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e1’, ‘srcport_or_icmptype_first’: 1048, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1048, ‘dstport_or_icmpcode_first’: 1048, ‘srcport_or_icmptype_last’: 1048, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((1’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e2’, ‘srcport_or_icmptype_first’: 1049, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1049, ‘dstport_or_icmpcode_first’: 1049, ‘srcport_or_icmptype_last’: 1049, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((2’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 24, ‘srcport_or_icmptype_first’: 0, ‘proto’: 0, ‘is_permit’: 1, ‘dstport_or_icmpcode_last’: 65535, ‘dstport_or_icmpcode_first’: 0, ‘srcport_or_icmptype_last’: 65535, ‘src_ip_addr’: ‘nnnx00’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 24, ‘srcport_or_icmptype_first’: 0, ‘proto’: 0, ‘is_permit’: 1, ‘dstport_or_icmpcode_last’: 65535, ‘dstport_or_icmpcode_first’: 0, ‘srcport_or_icmptype_last’: 65535, ‘src_ip_addr’: ‘x14x14x14x00’, ‘is_ipv6’: 0}],acl_index=4294967295,tag=’’)
acl_interface_set_acl_list(count=1,n_input=0,acls=[0],sw_if_index=1)
acl_interface_set_acl_list(count=1,n_input=0,acls=[0],sw_if_index=2)
cli_inband(cmd=’clear runtime’)
vpp-stats(path=’^/sys/node’)
cli_inband(cmd=’clear runtime’)
cli_inband(cmd=’clear interfaces’)
cli_inband(cmd=’clear hardware’)
cli_inband(cmd=’clear errors’)
cli_inband(cmd=’elog trace api cli barrier’)
cli_inband(cmd=’show event-logger’)
cli_inband(cmd=’show errors’)
cli_inband(cmd=’show hardware verbose’)
vpp-stats(path=’^/sys/node’)
64b-4t4c-ethip4udp-ip4base-oacl50sl-10kflows-mrr
 DUT1:  
cli_inband(cmd=’show log’)
show_version()
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_set_flags(sw_if_index=1,admin_up_down=1)
sw_interface_set_flags(sw_if_index=2,admin_up_down=1)
hw_interface_set_mtu(sw_if_index=1,mtu=9200)
hw_interface_set_mtu(sw_if_index=2,mtu=9200)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘10.10.10.2’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘20.20.20.2’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘10.10.10.3’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘20.20.20.3’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘10.10.10.4’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘20.20.20.4’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘10.10.10.5’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘20.20.20.5’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘10.10.10.6’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘20.20.20.6’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘10.10.10.7’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘20.20.20.7’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘10.10.10.8’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘20.20.20.8’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘10.10.10.9’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘20.20.20.9’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘10.10.10.10’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘20.20.20.10’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘10.10.10.11’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘20.20.20.11’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
sw_interface_add_del_address(address_length=24,del_all=0,is_add=1,sw_if_index=1,address=’nnnx01’,is_ipv6=0)
sw_interface_add_del_address(address_length=24,del_all=0,is_add=1,sw_if_index=2,address=’x14x14x14x01’,is_ipv6=0)
acl_add_replace(count=52,r=[{‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex01’, ‘srcport_or_icmptype_first’: 1000, ‘proto’: 0, ‘is_permit’: 1, ‘dstport_or_icmpcode_last’: 1000, ‘dstport_or_icmpcode_first’: 1000, ‘srcport_or_icmptype_last’: 1000, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x01’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex02’, ‘srcport_or_icmptype_first’: 1001, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1001, ‘dstport_or_icmpcode_first’: 1001, ‘srcport_or_icmptype_last’: 1001, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x02’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex03’, ‘srcport_or_icmptype_first’: 1002, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1002, ‘dstport_or_icmpcode_first’: 1002, ‘srcport_or_icmptype_last’: 1002, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x03’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex04’, ‘srcport_or_icmptype_first’: 1003, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1003, ‘dstport_or_icmpcode_first’: 1003, ‘srcport_or_icmptype_last’: 1003, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x04’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex05’, ‘srcport_or_icmptype_first’: 1004, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1004, ‘dstport_or_icmpcode_first’: 1004, ‘srcport_or_icmptype_last’: 1004, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x05’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex06’, ‘srcport_or_icmptype_first’: 1005, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1005, ‘dstport_or_icmpcode_first’: 1005, ‘srcport_or_icmptype_last’: 1005, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x06’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex07’, ‘srcport_or_icmptype_first’: 1006, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1006, ‘dstport_or_icmpcode_first’: 1006, ‘srcport_or_icmptype_last’: 1006, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x07’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex08’, ‘srcport_or_icmptype_first’: 1007, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1007, ‘dstport_or_icmpcode_first’: 1007, ‘srcport_or_icmptype_last’: 1007, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x08’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1et’, ‘srcport_or_icmptype_first’: 1008, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1008, ‘dstport_or_icmpcode_first’: 1008, ‘srcport_or_icmptype_last’: 1008, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((t’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1en’, ‘srcport_or_icmptype_first’: 1009, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1009, ‘dstport_or_icmpcode_first’: 1009, ‘srcport_or_icmptype_last’: 1009, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((n’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex0b’, ‘srcport_or_icmptype_first’: 1010, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1010, ‘dstport_or_icmpcode_first’: 1010, ‘srcport_or_icmptype_last’: 1010, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x0b’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex0c’, ‘srcport_or_icmptype_first’: 1011, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1011, ‘dstport_or_icmpcode_first’: 1011, ‘srcport_or_icmptype_last’: 1011, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x0c’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1er’, ‘srcport_or_icmptype_first’: 1012, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1012, ‘dstport_or_icmpcode_first’: 1012, ‘srcport_or_icmptype_last’: 1012, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((r’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex0e’, ‘srcport_or_icmptype_first’: 1013, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1013, ‘dstport_or_icmpcode_first’: 1013, ‘srcport_or_icmptype_last’: 1013, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x0e’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex0f’, ‘srcport_or_icmptype_first’: 1014, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1014, ‘dstport_or_icmpcode_first’: 1014, ‘srcport_or_icmptype_last’: 1014, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x0f’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex10’, ‘srcport_or_icmptype_first’: 1015, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1015, ‘dstport_or_icmpcode_first’: 1015, ‘srcport_or_icmptype_last’: 1015, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x10’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex11’, ‘srcport_or_icmptype_first’: 1016, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1016, ‘dstport_or_icmpcode_first’: 1016, ‘srcport_or_icmptype_last’: 1016, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x11’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex12’, ‘srcport_or_icmptype_first’: 1017, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1017, ‘dstport_or_icmpcode_first’: 1017, ‘srcport_or_icmptype_last’: 1017, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x12’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex13’, ‘srcport_or_icmptype_first’: 1018, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1018, ‘dstport_or_icmpcode_first’: 1018, ‘srcport_or_icmptype_last’: 1018, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x13’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex14’, ‘srcport_or_icmptype_first’: 1019, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1019, ‘dstport_or_icmpcode_first’: 1019, ‘srcport_or_icmptype_last’: 1019, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x14’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex15’, ‘srcport_or_icmptype_first’: 1020, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1020, ‘dstport_or_icmpcode_first’: 1020, ‘srcport_or_icmptype_last’: 1020, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x15’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex16’, ‘srcport_or_icmptype_first’: 1021, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1021, ‘dstport_or_icmpcode_first’: 1021, ‘srcport_or_icmptype_last’: 1021, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x16’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex17’, ‘srcport_or_icmptype_first’: 1022, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1022, ‘dstport_or_icmpcode_first’: 1022, ‘srcport_or_icmptype_last’: 1022, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x17’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex18’, ‘srcport_or_icmptype_first’: 1023, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1023, ‘dstport_or_icmpcode_first’: 1023, ‘srcport_or_icmptype_last’: 1023, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x18’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex19’, ‘srcport_or_icmptype_first’: 1024, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1024, ‘dstport_or_icmpcode_first’: 1024, ‘srcport_or_icmptype_last’: 1024, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x19’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex1a’, ‘srcport_or_icmptype_first’: 1025, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1025, ‘dstport_or_icmpcode_first’: 1025, ‘srcport_or_icmptype_last’: 1025, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x1a’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex1b’, ‘srcport_or_icmptype_first’: 1026, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1026, ‘dstport_or_icmpcode_first’: 1026, ‘srcport_or_icmptype_last’: 1026, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x1b’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex1c’, ‘srcport_or_icmptype_first’: 1027, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1027, ‘dstport_or_icmpcode_first’: 1027, ‘srcport_or_icmptype_last’: 1027, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x1c’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex1d’, ‘srcport_or_icmptype_first’: 1028, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1028, ‘dstport_or_icmpcode_first’: 1028, ‘srcport_or_icmptype_last’: 1028, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x1d’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex1e’, ‘srcport_or_icmptype_first’: 1029, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1029, ‘dstport_or_icmpcode_first’: 1029, ‘srcport_or_icmptype_last’: 1029, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x1e’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1ex1f’, ‘srcport_or_icmptype_first’: 1030, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1030, ‘dstport_or_icmpcode_first’: 1030, ‘srcport_or_icmptype_last’: 1030, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((x1f’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e ‘, ‘srcport_or_icmptype_first’: 1031, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1031, ‘dstport_or_icmpcode_first’: 1031, ‘srcport_or_icmptype_last’: 1031, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘((( ‘, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e!’, ‘srcport_or_icmptype_first’: 1032, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1032, ‘dstport_or_icmpcode_first’: 1032, ‘srcport_or_icmptype_last’: 1032, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((!’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e’’, ‘srcport_or_icmptype_first’: 1033, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1033, ‘dstport_or_icmpcode_first’: 1033, ‘srcport_or_icmptype_last’: 1033, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((‘’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e#’, ‘srcport_or_icmptype_first’: 1034, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1034, ‘dstport_or_icmpcode_first’: 1034, ‘srcport_or_icmptype_last’: 1034, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((#’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e$’, ‘srcport_or_icmptype_first’: 1035, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1035, ‘dstport_or_icmpcode_first’: 1035, ‘srcport_or_icmptype_last’: 1035, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘((($’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e%’, ‘srcport_or_icmptype_first’: 1036, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1036, ‘dstport_or_icmpcode_first’: 1036, ‘srcport_or_icmptype_last’: 1036, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((%’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e&’, ‘srcport_or_icmptype_first’: 1037, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1037, ‘dstport_or_icmpcode_first’: 1037, ‘srcport_or_icmptype_last’: 1037, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((&’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e’’, ‘srcport_or_icmptype_first’: 1038, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1038, ‘dstport_or_icmpcode_first’: 1038, ‘srcport_or_icmptype_last’: 1038, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((‘’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e(‘, ‘srcport_or_icmptype_first’: 1039, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1039, ‘dstport_or_icmpcode_first’: 1039, ‘srcport_or_icmptype_last’: 1039, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘((((‘, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e)’, ‘srcport_or_icmptype_first’: 1040, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1040, ‘dstport_or_icmpcode_first’: 1040, ‘srcport_or_icmptype_last’: 1040, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘((()’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e*’, ‘srcport_or_icmptype_first’: 1041, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1041, ‘dstport_or_icmpcode_first’: 1041, ‘srcport_or_icmptype_last’: 1041, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((*’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e+’, ‘srcport_or_icmptype_first’: 1042, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1042, ‘dstport_or_icmpcode_first’: 1042, ‘srcport_or_icmptype_last’: 1042, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((+’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e,’, ‘srcport_or_icmptype_first’: 1043, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1043, ‘dstport_or_icmpcode_first’: 1043, ‘srcport_or_icmptype_last’: 1043, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((,’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e-‘, ‘srcport_or_icmptype_first’: 1044, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1044, ‘dstport_or_icmpcode_first’: 1044, ‘srcport_or_icmptype_last’: 1044, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((-‘, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e.’, ‘srcport_or_icmptype_first’: 1045, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1045, ‘dstport_or_icmpcode_first’: 1045, ‘srcport_or_icmptype_last’: 1045, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((.’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e/’, ‘srcport_or_icmptype_first’: 1046, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1046, ‘dstport_or_icmpcode_first’: 1046, ‘srcport_or_icmptype_last’: 1046, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((/’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e0’, ‘srcport_or_icmptype_first’: 1047, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1047, ‘dstport_or_icmpcode_first’: 1047, ‘srcport_or_icmptype_last’: 1047, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((0’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e1’, ‘srcport_or_icmptype_first’: 1048, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1048, ‘dstport_or_icmpcode_first’: 1048, ‘srcport_or_icmptype_last’: 1048, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((1’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 32, ‘src_ip_addr’: ‘x1ex1ex1e2’, ‘srcport_or_icmptype_first’: 1049, ‘proto’: 0, ‘is_permit’: 0, ‘dstport_or_icmpcode_last’: 1049, ‘dstport_or_icmpcode_first’: 1049, ‘srcport_or_icmptype_last’: 1049, ‘dst_ip_prefix_len’: 32, ‘dst_ip_addr’: ‘(((2’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 24, ‘srcport_or_icmptype_first’: 0, ‘proto’: 0, ‘is_permit’: 1, ‘dstport_or_icmpcode_last’: 65535, ‘dstport_or_icmpcode_first’: 0, ‘srcport_or_icmptype_last’: 65535, ‘src_ip_addr’: ‘nnnx00’, ‘is_ipv6’: 0}, {‘src_ip_prefix_len’: 24, ‘srcport_or_icmptype_first’: 0, ‘proto’: 0, ‘is_permit’: 1, ‘dstport_or_icmpcode_last’: 65535, ‘dstport_or_icmpcode_first’: 0, ‘srcport_or_icmptype_last’: 65535, ‘src_ip_addr’: ‘x14x14x14x00’, ‘is_ipv6’: 0}],acl_index=4294967295,tag=’’)
acl_interface_set_acl_list(count=1,n_input=0,acls=[0],sw_if_index=1)
acl_interface_set_acl_list(count=1,n_input=0,acls=[0],sw_if_index=2)
cli_inband(cmd=’clear runtime’)
vpp-stats(path=’^/sys/node’)
cli_inband(cmd=’clear runtime’)
cli_inband(cmd=’clear interfaces’)
cli_inband(cmd=’clear hardware’)
cli_inband(cmd=’clear errors’)
cli_inband(cmd=’elog trace api cli barrier’)
cli_inband(cmd=’show event-logger’)
cli_inband(cmd=’show errors’)
cli_inband(cmd=’show hardware verbose’)
vpp-stats(path=’^/sys/node’)

ip6

2n1l-10ge2p1x553-dot1q-ip6base-mrr

RFC2544: Pkt throughput IPv6 routing with IEEE 802.1Q test cases

  • [Top] Network Topologies: TG-DUT1-TG 2-node circular topology with single links between nodes.
  • [Enc] Packet Encapsulations: Eth-IPv6 for IPv6 routing. IEEE 802.1Q tagging is applied on link between DUT1-if2 and TG-if2.
  • [Cfg] DUT configuration: DUT1 is configured with IPv6 routing and two static IPv6 /64 route entries. DUT1 is tested with Intel-X553.
  • [Ver] TG verification: In MaxReceivedRate tests TG sends traffic at line rate and reports total received packets over trial period. Test packets are generated by TG on links to DUT1. TG traffic profile contains two L3 flow-groups (flow-group per direction, 253 flows per flow-group) with all packets containing Ethernet header, IPv6 header with IP protocol=61 and static payload. MAC addresses are matching MAC addresses of the TG node interfaces.
  • [Ref] Applicable standard specifications: RFC2544.
Name VPP API Test Commands History - Commands Used Per Test Case
78b-1t1c-dot1q-ip6base-mrr
 DUT1:  
cli_inband(cmd=’show log’)
show_version()
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_set_flags(sw_if_index=1,admin_up_down=1)
sw_interface_set_flags(sw_if_index=2,admin_up_down=1)
hw_interface_set_mtu(sw_if_index=1,mtu=9200)
hw_interface_set_mtu(sw_if_index=2,mtu=9200)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_set_flags(sw_if_index=2,admin_up_down=1)
create_vlan_subif(vlan_id=10,sw_if_index=2)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_set_flags(sw_if_index=3,admin_up_down=1)
l2_interface_vlan_tag_rewrite(vtr_op=3,tag2=0,push_dot1q=1,tag1=0,sw_if_index=3)
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘2002:1::1’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘2002:3::1’, ‘flags’: 0, ‘sw_if_index’: 3, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
sw_interface_add_del_address(address_length=64,del_all=0,is_add=1,sw_if_index=1,address=’ x02x00x01x00x00x00x00x00x00x00x00x00x00x00x02’,is_ipv6=1)
sw_interface_add_del_address(address_length=64,del_all=0,is_add=1,sw_if_index=3,address=’ x02x00x03x00x00x00x00x00x00x00x00x00x00x00x02’,is_ipv6=1)
ip_address_dump(sw_if_index=3,is_ipv6=1)
sw_interface_ip6nd_ra_config(suppress=1,sw_if_index=3)
ip_address_dump(sw_if_index=2,is_ipv6=1)
ip_address_dump(sw_if_index=1,is_ipv6=1)
sw_interface_ip6nd_ra_config(suppress=1,sw_if_index=1)
ip_route_add_del(route={‘paths’: [{‘nh’: {‘obj_id’: 4294967295, ‘via_label’: 1048576, ‘address’: {‘ip6’: ‘ x02x00x01x00x00x00x00x00x00x00x00x00x00x00x01’}}, ‘rpf_id’: 4294967295, ‘weight’: 1, ‘proto’: 1, ‘n_labels’: 0, ‘label_stack’: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], ‘sw_if_index’: 1, ‘flags’: 0, ‘preference’: 1, ‘table_id’: 0, ‘type’: 0}], ‘prefix’: {‘len’: 64, ‘address’: {‘un’: {‘ip6’: ‘ x01x00x01x00x00x00x00x00x00x00x00x00x00x00x00’}, ‘af’: 1}}, ‘n_paths’: 1, ‘table_id’: 0},is_add=1,is_multipath=0)
ip_route_add_del(route={‘paths’: [{‘nh’: {‘obj_id’: 4294967295, ‘via_label’: 1048576, ‘address’: {‘ip6’: ‘ x02x00x03x00x00x00x00x00x00x00x00x00x00x00x01’}}, ‘rpf_id’: 4294967295, ‘weight’: 1, ‘proto’: 1, ‘n_labels’: 0, ‘label_stack’: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], ‘sw_if_index’: 3, ‘flags’: 0, ‘preference’: 1, ‘table_id’: 0, ‘type’: 0}], ‘prefix’: {‘len’: 64, ‘address’: {‘un’: {‘ip6’: ‘ x01x00x02x00x00x00x00x00x00x00x00x00x00x00x00’}, ‘af’: 1}}, ‘n_paths’: 1, ‘table_id’: 0},is_add=1,is_multipath=0)
cli_inband(cmd=’clear runtime’)
vpp-stats(path=’^/sys/node’)
cli_inband(cmd=’clear runtime’)
cli_inband(cmd=’clear interfaces’)
cli_inband(cmd=’clear hardware’)
cli_inband(cmd=’clear errors’)
cli_inband(cmd=’elog trace api cli barrier’)
cli_inband(cmd=’show event-logger’)
cli_inband(cmd=’show errors’)
cli_inband(cmd=’show hardware verbose’)
vpp-stats(path=’^/sys/node’)
78b-2t2c-dot1q-ip6base-mrr
 DUT1:  
cli_inband(cmd=’show log’)
show_version()
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_set_flags(sw_if_index=1,admin_up_down=1)
sw_interface_set_flags(sw_if_index=2,admin_up_down=1)
hw_interface_set_mtu(sw_if_index=1,mtu=9200)
hw_interface_set_mtu(sw_if_index=2,mtu=9200)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_set_flags(sw_if_index=2,admin_up_down=1)
create_vlan_subif(vlan_id=10,sw_if_index=2)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_set_flags(sw_if_index=3,admin_up_down=1)
l2_interface_vlan_tag_rewrite(vtr_op=3,tag2=0,push_dot1q=1,tag1=0,sw_if_index=3)
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘2002:1::1’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘2002:3::1’, ‘flags’: 0, ‘sw_if_index’: 3, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
sw_interface_add_del_address(address_length=64,del_all=0,is_add=1,sw_if_index=1,address=’ x02x00x01x00x00x00x00x00x00x00x00x00x00x00x02’,is_ipv6=1)
sw_interface_add_del_address(address_length=64,del_all=0,is_add=1,sw_if_index=3,address=’ x02x00x03x00x00x00x00x00x00x00x00x00x00x00x02’,is_ipv6=1)
ip_address_dump(sw_if_index=3,is_ipv6=1)
sw_interface_ip6nd_ra_config(suppress=1,sw_if_index=3)
ip_address_dump(sw_if_index=2,is_ipv6=1)
ip_address_dump(sw_if_index=1,is_ipv6=1)
sw_interface_ip6nd_ra_config(suppress=1,sw_if_index=1)
ip_route_add_del(route={‘paths’: [{‘nh’: {‘obj_id’: 4294967295, ‘via_label’: 1048576, ‘address’: {‘ip6’: ‘ x02x00x01x00x00x00x00x00x00x00x00x00x00x00x01’}}, ‘rpf_id’: 4294967295, ‘weight’: 1, ‘proto’: 1, ‘n_labels’: 0, ‘label_stack’: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], ‘sw_if_index’: 1, ‘flags’: 0, ‘preference’: 1, ‘table_id’: 0, ‘type’: 0}], ‘prefix’: {‘len’: 64, ‘address’: {‘un’: {‘ip6’: ‘ x01x00x01x00x00x00x00x00x00x00x00x00x00x00x00’}, ‘af’: 1}}, ‘n_paths’: 1, ‘table_id’: 0},is_add=1,is_multipath=0)
ip_route_add_del(route={‘paths’: [{‘nh’: {‘obj_id’: 4294967295, ‘via_label’: 1048576, ‘address’: {‘ip6’: ‘ x02x00x03x00x00x00x00x00x00x00x00x00x00x00x01’}}, ‘rpf_id’: 4294967295, ‘weight’: 1, ‘proto’: 1, ‘n_labels’: 0, ‘label_stack’: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], ‘sw_if_index’: 3, ‘flags’: 0, ‘preference’: 1, ‘table_id’: 0, ‘type’: 0}], ‘prefix’: {‘len’: 64, ‘address’: {‘un’: {‘ip6’: ‘ x01x00x02x00x00x00x00x00x00x00x00x00x00x00x00’}, ‘af’: 1}}, ‘n_paths’: 1, ‘table_id’: 0},is_add=1,is_multipath=0)
cli_inband(cmd=’clear runtime’)
vpp-stats(path=’^/sys/node’)
cli_inband(cmd=’clear runtime’)
cli_inband(cmd=’clear interfaces’)
cli_inband(cmd=’clear hardware’)
cli_inband(cmd=’clear errors’)
cli_inband(cmd=’elog trace api cli barrier’)
cli_inband(cmd=’show event-logger’)
cli_inband(cmd=’show errors’)
cli_inband(cmd=’show hardware verbose’)
vpp-stats(path=’^/sys/node’)
78b-4t4c-dot1q-ip6base-mrr
 DUT1:  
cli_inband(cmd=’show log’)
show_version()
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_set_flags(sw_if_index=1,admin_up_down=1)
sw_interface_set_flags(sw_if_index=2,admin_up_down=1)
hw_interface_set_mtu(sw_if_index=1,mtu=9200)
hw_interface_set_mtu(sw_if_index=2,mtu=9200)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_set_flags(sw_if_index=2,admin_up_down=1)
create_vlan_subif(vlan_id=10,sw_if_index=2)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_set_flags(sw_if_index=3,admin_up_down=1)
l2_interface_vlan_tag_rewrite(vtr_op=3,tag2=0,push_dot1q=1,tag1=0,sw_if_index=3)
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘2002:1::1’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘2002:3::1’, ‘flags’: 0, ‘sw_if_index’: 3, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
sw_interface_add_del_address(address_length=64,del_all=0,is_add=1,sw_if_index=1,address=’ x02x00x01x00x00x00x00x00x00x00x00x00x00x00x02’,is_ipv6=1)
sw_interface_add_del_address(address_length=64,del_all=0,is_add=1,sw_if_index=3,address=’ x02x00x03x00x00x00x00x00x00x00x00x00x00x00x02’,is_ipv6=1)
ip_address_dump(sw_if_index=3,is_ipv6=1)
sw_interface_ip6nd_ra_config(suppress=1,sw_if_index=3)
ip_address_dump(sw_if_index=2,is_ipv6=1)
ip_address_dump(sw_if_index=1,is_ipv6=1)
sw_interface_ip6nd_ra_config(suppress=1,sw_if_index=1)
ip_route_add_del(route={‘paths’: [{‘nh’: {‘obj_id’: 4294967295, ‘via_label’: 1048576, ‘address’: {‘ip6’: ‘ x02x00x01x00x00x00x00x00x00x00x00x00x00x00x01’}}, ‘rpf_id’: 4294967295, ‘weight’: 1, ‘proto’: 1, ‘n_labels’: 0, ‘label_stack’: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], ‘sw_if_index’: 1, ‘flags’: 0, ‘preference’: 1, ‘table_id’: 0, ‘type’: 0}], ‘prefix’: {‘len’: 64, ‘address’: {‘un’: {‘ip6’: ‘ x01x00x01x00x00x00x00x00x00x00x00x00x00x00x00’}, ‘af’: 1}}, ‘n_paths’: 1, ‘table_id’: 0},is_add=1,is_multipath=0)
ip_route_add_del(route={‘paths’: [{‘nh’: {‘obj_id’: 4294967295, ‘via_label’: 1048576, ‘address’: {‘ip6’: ‘ x02x00x03x00x00x00x00x00x00x00x00x00x00x00x01’}}, ‘rpf_id’: 4294967295, ‘weight’: 1, ‘proto’: 1, ‘n_labels’: 0, ‘label_stack’: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], ‘sw_if_index’: 3, ‘flags’: 0, ‘preference’: 1, ‘table_id’: 0, ‘type’: 0}], ‘prefix’: {‘len’: 64, ‘address’: {‘un’: {‘ip6’: ‘ x01x00x02x00x00x00x00x00x00x00x00x00x00x00x00’}, ‘af’: 1}}, ‘n_paths’: 1, ‘table_id’: 0},is_add=1,is_multipath=0)
cli_inband(cmd=’clear runtime’)
vpp-stats(path=’^/sys/node’)
cli_inband(cmd=’clear runtime’)
cli_inband(cmd=’clear interfaces’)
cli_inband(cmd=’clear hardware’)
cli_inband(cmd=’clear errors’)
cli_inband(cmd=’elog trace api cli barrier’)
cli_inband(cmd=’show event-logger’)
cli_inband(cmd=’show errors’)
cli_inband(cmd=’show hardware verbose’)
vpp-stats(path=’^/sys/node’)

2n1l-10ge2p1x553-ethip6-ip6base-mrr

Packet throughput routing test cases

  • [Top] Network Topologies: TG-DUT1-TG 2-node circular topology with single links between nodes.
  • [Enc] Packet Encapsulations: Eth-IPv6 for IPv6 routing.
  • [Cfg] DUT configuration: DUT1 is configured with IPv6 routing and two static IPv6 /64 route entries. DUT1 tested with Intel-X553.
  • [Ver] TG verification: In MaxReceivedRate tests TG sends traffic at line rate and reports total received packets over trial period. Test packets are generated by TG on links to DUTs. TG traffic profile contains two L3 flow-groups (flow-group per direction, 253 flows per flow-group) with all packets containing Ethernet header,IPv6 header with static payload. MAC addresses are matching MAC addresses of the TG node interfaces.
  • [Ref] Applicable standard specifications: RFC2544.
Name VPP API Test Commands History - Commands Used Per Test Case
78b-1t1c-ethip6-ip6base-mrr
 DUT1:  
cli_inband(cmd=’show log’)
show_version()
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_set_flags(sw_if_index=1,admin_up_down=1)
sw_interface_set_flags(sw_if_index=2,admin_up_down=1)
hw_interface_set_mtu(sw_if_index=1,mtu=9200)
hw_interface_set_mtu(sw_if_index=2,mtu=9200)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘2001:1::2’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘2001:2::2’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
sw_interface_add_del_address(address_length=64,del_all=0,is_add=1,sw_if_index=1,address=’ x01x00x01x00x00x00x00x00x00x00x00x00x00x00x01’,is_ipv6=1)
sw_interface_add_del_address(address_length=64,del_all=0,is_add=1,sw_if_index=2,address=’ x01x00x02x00x00x00x00x00x00x00x00x00x00x00x01’,is_ipv6=1)
ip_address_dump(sw_if_index=2,is_ipv6=1)
sw_interface_ip6nd_ra_config(suppress=1,sw_if_index=2)
ip_address_dump(sw_if_index=1,is_ipv6=1)
sw_interface_ip6nd_ra_config(suppress=1,sw_if_index=1)
cli_inband(cmd=’clear runtime’)
vpp-stats(path=’^/sys/node’)
cli_inband(cmd=’clear runtime’)
cli_inband(cmd=’clear interfaces’)
cli_inband(cmd=’clear hardware’)
cli_inband(cmd=’clear errors’)
cli_inband(cmd=’elog trace api cli barrier’)
cli_inband(cmd=’show event-logger’)
cli_inband(cmd=’show errors’)
cli_inband(cmd=’show hardware verbose’)
vpp-stats(path=’^/sys/node’)
78b-2t2c-ethip6-ip6base-mrr
 DUT1:  
cli_inband(cmd=’show log’)
show_version()
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_set_flags(sw_if_index=1,admin_up_down=1)
sw_interface_set_flags(sw_if_index=2,admin_up_down=1)
hw_interface_set_mtu(sw_if_index=1,mtu=9200)
hw_interface_set_mtu(sw_if_index=2,mtu=9200)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘2001:1::2’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘2001:2::2’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
sw_interface_add_del_address(address_length=64,del_all=0,is_add=1,sw_if_index=1,address=’ x01x00x01x00x00x00x00x00x00x00x00x00x00x00x01’,is_ipv6=1)
sw_interface_add_del_address(address_length=64,del_all=0,is_add=1,sw_if_index=2,address=’ x01x00x02x00x00x00x00x00x00x00x00x00x00x00x01’,is_ipv6=1)
ip_address_dump(sw_if_index=2,is_ipv6=1)
sw_interface_ip6nd_ra_config(suppress=1,sw_if_index=2)
ip_address_dump(sw_if_index=1,is_ipv6=1)
sw_interface_ip6nd_ra_config(suppress=1,sw_if_index=1)
cli_inband(cmd=’clear runtime’)
vpp-stats(path=’^/sys/node’)
cli_inband(cmd=’clear runtime’)
cli_inband(cmd=’clear interfaces’)
cli_inband(cmd=’clear hardware’)
cli_inband(cmd=’clear errors’)
cli_inband(cmd=’elog trace api cli barrier’)
cli_inband(cmd=’show event-logger’)
cli_inband(cmd=’show errors’)
cli_inband(cmd=’show hardware verbose’)
vpp-stats(path=’^/sys/node’)
78b-4t4c-ethip6-ip6base-mrr
 DUT1:  
cli_inband(cmd=’show log’)
show_version()
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_set_flags(sw_if_index=1,admin_up_down=1)
sw_interface_set_flags(sw_if_index=2,admin_up_down=1)
hw_interface_set_mtu(sw_if_index=1,mtu=9200)
hw_interface_set_mtu(sw_if_index=2,mtu=9200)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘2001:1::2’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘2001:2::2’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
sw_interface_add_del_address(address_length=64,del_all=0,is_add=1,sw_if_index=1,address=’ x01x00x01x00x00x00x00x00x00x00x00x00x00x00x01’,is_ipv6=1)
sw_interface_add_del_address(address_length=64,del_all=0,is_add=1,sw_if_index=2,address=’ x01x00x02x00x00x00x00x00x00x00x00x00x00x00x01’,is_ipv6=1)
ip_address_dump(sw_if_index=2,is_ipv6=1)
sw_interface_ip6nd_ra_config(suppress=1,sw_if_index=2)
ip_address_dump(sw_if_index=1,is_ipv6=1)
sw_interface_ip6nd_ra_config(suppress=1,sw_if_index=1)
cli_inband(cmd=’clear runtime’)
vpp-stats(path=’^/sys/node’)
cli_inband(cmd=’clear runtime’)
cli_inband(cmd=’clear interfaces’)
cli_inband(cmd=’clear hardware’)
cli_inband(cmd=’clear errors’)
cli_inband(cmd=’elog trace api cli barrier’)
cli_inband(cmd=’show event-logger’)
cli_inband(cmd=’show errors’)
cli_inband(cmd=’show hardware verbose’)
vpp-stats(path=’^/sys/node’)

2n1l-10ge2p1x553-ethip6-ip6scale200k-mrr

RFC2544: Pkt throughput IPv6 routing test cases

  • [Top] Network Topologies: TG-DUT1-TG 2-node circular topology with single links between nodes.
  • [Enc] Packet Encapsulations: Eth-IPv6 for IPv6 routing.
  • [Cfg] DUT configuration: DUT1 is configured with IPv6 routing and 2x100k static IPv6 /64 route entries. DUT1 is tested with Intel-X553.
  • [Ver] TG verification: In MaxReceivedRate tests TG sends traffic at line rate and reports total received packets over trial period. Test packets are generated by TG on links to DUT1. TG traffic profile contains two L3 flow-groups (flow-group per direction, 100k flows per flow-group) with all packets containing Ethernet header, IPv6 header with IP and static payload. MAC addresses are matching MAC addresses of the TG node interfaces. Incrementing of IP.dst (IPv6 destination address) field is applied to both streams.
  • [Ref] Applicable standard specifications: RFC2544.
Name VPP API Test Commands History - Commands Used Per Test Case
78b-1t1c-ethip6-ip6scale200k-mrr
 DUT1:  
cli_inband(cmd=’show log’)
show_version()
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_set_flags(sw_if_index=1,admin_up_down=1)
sw_interface_set_flags(sw_if_index=2,admin_up_down=1)
hw_interface_set_mtu(sw_if_index=1,mtu=9200)
hw_interface_set_mtu(sw_if_index=2,mtu=9200)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_add_del_address(address_length=64,del_all=0,is_add=1,sw_if_index=1,address=’ x01x00x03x00x00x00x00x00x00x00x00x00x00x00x01’,is_ipv6=1)
sw_interface_add_del_address(address_length=64,del_all=0,is_add=1,sw_if_index=2,address=’ x01x00x05x00x00x00x00x00x00x00x00x00x00x00x01’,is_ipv6=1)
ip_address_dump(sw_if_index=2,is_ipv6=1)
sw_interface_ip6nd_ra_config(suppress=1,sw_if_index=2)
ip_address_dump(sw_if_index=1,is_ipv6=1)
sw_interface_ip6nd_ra_config(suppress=1,sw_if_index=1)
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘2001:3::2’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘2001:5::2’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
ip_route_add_del 2001:1::0/128 count 100000 via 2001:3::2 sw_if_index 1
ip_route_add_del 2001:2::0/128 count 100000 via 2001:5::2 sw_if_index 2
cli_inband(cmd=’clear runtime’)
vpp-stats(path=’^/sys/node’)
cli_inband(cmd=’clear runtime’)
cli_inband(cmd=’clear interfaces’)
cli_inband(cmd=’clear hardware’)
cli_inband(cmd=’clear errors’)
cli_inband(cmd=’elog trace api cli barrier’)
cli_inband(cmd=’show event-logger’)
cli_inband(cmd=’show errors’)
cli_inband(cmd=’show hardware verbose’)
vpp-stats(path=’^/sys/node’)
78b-2t2c-ethip6-ip6scale200k-mrr
 DUT1:  
cli_inband(cmd=’show log’)
show_version()
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_set_flags(sw_if_index=1,admin_up_down=1)
sw_interface_set_flags(sw_if_index=2,admin_up_down=1)
hw_interface_set_mtu(sw_if_index=1,mtu=9200)
hw_interface_set_mtu(sw_if_index=2,mtu=9200)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_add_del_address(address_length=64,del_all=0,is_add=1,sw_if_index=1,address=’ x01x00x03x00x00x00x00x00x00x00x00x00x00x00x01’,is_ipv6=1)
sw_interface_add_del_address(address_length=64,del_all=0,is_add=1,sw_if_index=2,address=’ x01x00x05x00x00x00x00x00x00x00x00x00x00x00x01’,is_ipv6=1)
ip_address_dump(sw_if_index=2,is_ipv6=1)
sw_interface_ip6nd_ra_config(suppress=1,sw_if_index=2)
ip_address_dump(sw_if_index=1,is_ipv6=1)
sw_interface_ip6nd_ra_config(suppress=1,sw_if_index=1)
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘2001:3::2’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘2001:5::2’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
ip_route_add_del 2001:1::0/128 count 100000 via 2001:3::2 sw_if_index 1
ip_route_add_del 2001:2::0/128 count 100000 via 2001:5::2 sw_if_index 2
cli_inband(cmd=’clear runtime’)
vpp-stats(path=’^/sys/node’)
cli_inband(cmd=’clear runtime’)
cli_inband(cmd=’clear interfaces’)
cli_inband(cmd=’clear hardware’)
cli_inband(cmd=’clear errors’)
cli_inband(cmd=’elog trace api cli barrier’)
cli_inband(cmd=’show event-logger’)
cli_inband(cmd=’show errors’)
cli_inband(cmd=’show hardware verbose’)
vpp-stats(path=’^/sys/node’)
78b-4t4c-ethip6-ip6scale200k-mrr
 DUT1:  
cli_inband(cmd=’show log’)
show_version()
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_set_flags(sw_if_index=1,admin_up_down=1)
sw_interface_set_flags(sw_if_index=2,admin_up_down=1)
hw_interface_set_mtu(sw_if_index=1,mtu=9200)
hw_interface_set_mtu(sw_if_index=2,mtu=9200)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_add_del_address(address_length=64,del_all=0,is_add=1,sw_if_index=1,address=’ x01x00x03x00x00x00x00x00x00x00x00x00x00x00x01’,is_ipv6=1)
sw_interface_add_del_address(address_length=64,del_all=0,is_add=1,sw_if_index=2,address=’ x01x00x05x00x00x00x00x00x00x00x00x00x00x00x01’,is_ipv6=1)
ip_address_dump(sw_if_index=2,is_ipv6=1)
sw_interface_ip6nd_ra_config(suppress=1,sw_if_index=2)
ip_address_dump(sw_if_index=1,is_ipv6=1)
sw_interface_ip6nd_ra_config(suppress=1,sw_if_index=1)
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘2001:3::2’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘2001:5::2’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
ip_route_add_del 2001:1::0/128 count 100000 via 2001:3::2 sw_if_index 1
ip_route_add_del 2001:2::0/128 count 100000 via 2001:5::2 sw_if_index 2
cli_inband(cmd=’clear runtime’)
vpp-stats(path=’^/sys/node’)
cli_inband(cmd=’clear runtime’)
cli_inband(cmd=’clear interfaces’)
cli_inband(cmd=’clear hardware’)
cli_inband(cmd=’clear errors’)
cli_inband(cmd=’elog trace api cli barrier’)
cli_inband(cmd=’show event-logger’)
cli_inband(cmd=’show errors’)
cli_inband(cmd=’show hardware verbose’)
vpp-stats(path=’^/sys/node’)

2n1l-10ge2p1x553-ethip6-ip6scale20k-mrr

RFC2544: Pkt throughput IPv6 routing test cases

  • [Top] Network Topologies: TG-DUT1-TG 2-node circular topology with single links between nodes.
  • [Enc] Packet Encapsulations: Eth-IPv6 for IPv6 routing.
  • [Cfg] DUT configuration: DUT1 is configured with IPv6 routing and 2x10k static IPv6 /64 route entries. DUT1 is tested with Intel-X553.
  • [Ver] TG verification: In MaxReceivedRate tests TG sends traffic at line rate and reports total received packets over trial period. Test packets are generated by TG on links to DUT1. TG traffic profile contains two L3 flow-groups (flow-group per direction, 10k flows per flow-group) with all packets containing Ethernet header, IPv6 header with IP and static payload. MAC addresses are matching MAC addresses of the TG node interfaces. Incrementing of IP.dst (IPv6 destination address) field is applied to both streams.
  • [Ref] Applicable standard specifications: RFC2544.
Name VPP API Test Commands History - Commands Used Per Test Case
78b-1t1c-ethip6-ip6scale20k-mrr
 DUT1:  
cli_inband(cmd=’show log’)
show_version()
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_set_flags(sw_if_index=1,admin_up_down=1)
sw_interface_set_flags(sw_if_index=2,admin_up_down=1)
hw_interface_set_mtu(sw_if_index=1,mtu=9200)
hw_interface_set_mtu(sw_if_index=2,mtu=9200)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_add_del_address(address_length=64,del_all=0,is_add=1,sw_if_index=1,address=’ x01x00x03x00x00x00x00x00x00x00x00x00x00x00x01’,is_ipv6=1)
sw_interface_add_del_address(address_length=64,del_all=0,is_add=1,sw_if_index=2,address=’ x01x00x05x00x00x00x00x00x00x00x00x00x00x00x01’,is_ipv6=1)
ip_address_dump(sw_if_index=2,is_ipv6=1)
sw_interface_ip6nd_ra_config(suppress=1,sw_if_index=2)
ip_address_dump(sw_if_index=1,is_ipv6=1)
sw_interface_ip6nd_ra_config(suppress=1,sw_if_index=1)
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘2001:3::2’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘2001:5::2’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
ip_route_add_del 2001:1::0/128 count 10000 via 2001:3::2 sw_if_index 1
ip_route_add_del 2001:2::0/128 count 10000 via 2001:5::2 sw_if_index 2
cli_inband(cmd=’clear runtime’)
vpp-stats(path=’^/sys/node’)
cli_inband(cmd=’clear runtime’)
cli_inband(cmd=’clear interfaces’)
cli_inband(cmd=’clear hardware’)
cli_inband(cmd=’clear errors’)
cli_inband(cmd=’elog trace api cli barrier’)
cli_inband(cmd=’show event-logger’)
cli_inband(cmd=’show errors’)
cli_inband(cmd=’show hardware verbose’)
vpp-stats(path=’^/sys/node’)
78b-2t2c-ethip6-ip6scale20k-mrr
 DUT1:  
cli_inband(cmd=’show log’)
show_version()
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_set_flags(sw_if_index=1,admin_up_down=1)
sw_interface_set_flags(sw_if_index=2,admin_up_down=1)
hw_interface_set_mtu(sw_if_index=1,mtu=9200)
hw_interface_set_mtu(sw_if_index=2,mtu=9200)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_add_del_address(address_length=64,del_all=0,is_add=1,sw_if_index=1,address=’ x01x00x03x00x00x00x00x00x00x00x00x00x00x00x01’,is_ipv6=1)
sw_interface_add_del_address(address_length=64,del_all=0,is_add=1,sw_if_index=2,address=’ x01x00x05x00x00x00x00x00x00x00x00x00x00x00x01’,is_ipv6=1)
ip_address_dump(sw_if_index=2,is_ipv6=1)
sw_interface_ip6nd_ra_config(suppress=1,sw_if_index=2)
ip_address_dump(sw_if_index=1,is_ipv6=1)
sw_interface_ip6nd_ra_config(suppress=1,sw_if_index=1)
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘2001:3::2’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘2001:5::2’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
ip_route_add_del 2001:1::0/128 count 10000 via 2001:3::2 sw_if_index 1
ip_route_add_del 2001:2::0/128 count 10000 via 2001:5::2 sw_if_index 2
cli_inband(cmd=’clear runtime’)
vpp-stats(path=’^/sys/node’)
cli_inband(cmd=’clear runtime’)
cli_inband(cmd=’clear interfaces’)
cli_inband(cmd=’clear hardware’)
cli_inband(cmd=’clear errors’)
cli_inband(cmd=’elog trace api cli barrier’)
cli_inband(cmd=’show event-logger’)
cli_inband(cmd=’show errors’)
cli_inband(cmd=’show hardware verbose’)
vpp-stats(path=’^/sys/node’)
78b-4t4c-ethip6-ip6scale20k-mrr
 DUT1:  
cli_inband(cmd=’show log’)
show_version()
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_set_flags(sw_if_index=1,admin_up_down=1)
sw_interface_set_flags(sw_if_index=2,admin_up_down=1)
hw_interface_set_mtu(sw_if_index=1,mtu=9200)
hw_interface_set_mtu(sw_if_index=2,mtu=9200)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_add_del_address(address_length=64,del_all=0,is_add=1,sw_if_index=1,address=’ x01x00x03x00x00x00x00x00x00x00x00x00x00x00x01’,is_ipv6=1)
sw_interface_add_del_address(address_length=64,del_all=0,is_add=1,sw_if_index=2,address=’ x01x00x05x00x00x00x00x00x00x00x00x00x00x00x01’,is_ipv6=1)
ip_address_dump(sw_if_index=2,is_ipv6=1)
sw_interface_ip6nd_ra_config(suppress=1,sw_if_index=2)
ip_address_dump(sw_if_index=1,is_ipv6=1)
sw_interface_ip6nd_ra_config(suppress=1,sw_if_index=1)
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘2001:3::2’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘2001:5::2’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
ip_route_add_del 2001:1::0/128 count 10000 via 2001:3::2 sw_if_index 1
ip_route_add_del 2001:2::0/128 count 10000 via 2001:5::2 sw_if_index 2
cli_inband(cmd=’clear runtime’)
vpp-stats(path=’^/sys/node’)
cli_inband(cmd=’clear runtime’)
cli_inband(cmd=’clear interfaces’)
cli_inband(cmd=’clear hardware’)
cli_inband(cmd=’clear errors’)
cli_inband(cmd=’elog trace api cli barrier’)
cli_inband(cmd=’show event-logger’)
cli_inband(cmd=’show errors’)
cli_inband(cmd=’show hardware verbose’)
vpp-stats(path=’^/sys/node’)

2n1l-10ge2p1x553-ethip6-ip6scale2m-mrr

RFC2544: Pkt throughput IPv6 routing test cases

  • [Top] Network Topologies: TG-DUT1-TG 2-node circular topology with single links between nodes.
  • [Enc] Packet Encapsulations: Eth-IPv6 for IPv6 routing.
  • [Cfg] DUT configuration: DUT1 is configured with IPv6 routing and 2x1M static IPv6 /64 route entries. DUT1 is tested with Intel-X553.
  • [Ver] TG verification: In MaxReceivedRate tests TG sends traffic at line rate and reports total received packets over trial period. Test packets are generated by TG on links to DUT1. TG traffic profile contains two L3 flow-groups (flow-group per direction, 1M flows per flow-group) with all packets containing Ethernet header, IPv6 header with IP and static payload. MAC addresses are matching MAC addresses of the TG node interfaces. Incrementing of IP.dst (IPv6 destination address) field is applied to both streams.
  • [Ref] Applicable standard specifications: RFC2544.
Name VPP API Test Commands History - Commands Used Per Test Case
78b-1t1c-ethip6-ip6scale2m-mrr
 DUT1:  
cli_inband(cmd=’show log’)
show_version()
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_set_flags(sw_if_index=1,admin_up_down=1)
sw_interface_set_flags(sw_if_index=2,admin_up_down=1)
hw_interface_set_mtu(sw_if_index=1,mtu=9200)
hw_interface_set_mtu(sw_if_index=2,mtu=9200)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_add_del_address(address_length=64,del_all=0,is_add=1,sw_if_index=1,address=’ x01x00x03x00x00x00x00x00x00x00x00x00x00x00x01’,is_ipv6=1)
sw_interface_add_del_address(address_length=64,del_all=0,is_add=1,sw_if_index=2,address=’ x01x00x05x00x00x00x00x00x00x00x00x00x00x00x01’,is_ipv6=1)
ip_address_dump(sw_if_index=2,is_ipv6=1)
sw_interface_ip6nd_ra_config(suppress=1,sw_if_index=2)
ip_address_dump(sw_if_index=1,is_ipv6=1)
sw_interface_ip6nd_ra_config(suppress=1,sw_if_index=1)
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘2001:3::2’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘2001:5::2’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
ip_route_add_del 2001:1::0/128 count 1000000 via 2001:3::2 sw_if_index 1
ip_route_add_del 2001:2::0/128 count 1000000 via 2001:5::2 sw_if_index 2
cli_inband(cmd=’clear runtime’)
vpp-stats(path=’^/sys/node’)
cli_inband(cmd=’clear runtime’)
cli_inband(cmd=’clear interfaces’)
cli_inband(cmd=’clear hardware’)
cli_inband(cmd=’clear errors’)
cli_inband(cmd=’elog trace api cli barrier’)
cli_inband(cmd=’show event-logger’)
cli_inband(cmd=’show errors’)
cli_inband(cmd=’show hardware verbose’)
vpp-stats(path=’^/sys/node’)
78b-2t2c-ethip6-ip6scale2m-mrr
 DUT1:  
cli_inband(cmd=’show log’)
show_version()
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_set_flags(sw_if_index=1,admin_up_down=1)
sw_interface_set_flags(sw_if_index=2,admin_up_down=1)
hw_interface_set_mtu(sw_if_index=1,mtu=9200)
hw_interface_set_mtu(sw_if_index=2,mtu=9200)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_add_del_address(address_length=64,del_all=0,is_add=1,sw_if_index=1,address=’ x01x00x03x00x00x00x00x00x00x00x00x00x00x00x01’,is_ipv6=1)
sw_interface_add_del_address(address_length=64,del_all=0,is_add=1,sw_if_index=2,address=’ x01x00x05x00x00x00x00x00x00x00x00x00x00x00x01’,is_ipv6=1)
ip_address_dump(sw_if_index=2,is_ipv6=1)
sw_interface_ip6nd_ra_config(suppress=1,sw_if_index=2)
ip_address_dump(sw_if_index=1,is_ipv6=1)
sw_interface_ip6nd_ra_config(suppress=1,sw_if_index=1)
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘2001:3::2’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘2001:5::2’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
ip_route_add_del 2001:1::0/128 count 1000000 via 2001:3::2 sw_if_index 1
ip_route_add_del 2001:2::0/128 count 1000000 via 2001:5::2 sw_if_index 2
cli_inband(cmd=’clear runtime’)
vpp-stats(path=’^/sys/node’)
cli_inband(cmd=’clear runtime’)
cli_inband(cmd=’clear interfaces’)
cli_inband(cmd=’clear hardware’)
cli_inband(cmd=’clear errors’)
cli_inband(cmd=’elog trace api cli barrier’)
cli_inband(cmd=’show event-logger’)
cli_inband(cmd=’show errors’)
cli_inband(cmd=’show hardware verbose’)
vpp-stats(path=’^/sys/node’)
78b-4t4c-ethip6-ip6scale2m-mrr
 DUT1:  
cli_inband(cmd=’show log’)
show_version()
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_set_flags(sw_if_index=1,admin_up_down=1)
sw_interface_set_flags(sw_if_index=2,admin_up_down=1)
hw_interface_set_mtu(sw_if_index=1,mtu=9200)
hw_interface_set_mtu(sw_if_index=2,mtu=9200)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_add_del_address(address_length=64,del_all=0,is_add=1,sw_if_index=1,address=’ x01x00x03x00x00x00x00x00x00x00x00x00x00x00x01’,is_ipv6=1)
sw_interface_add_del_address(address_length=64,del_all=0,is_add=1,sw_if_index=2,address=’ x01x00x05x00x00x00x00x00x00x00x00x00x00x00x01’,is_ipv6=1)
ip_address_dump(sw_if_index=2,is_ipv6=1)
sw_interface_ip6nd_ra_config(suppress=1,sw_if_index=2)
ip_address_dump(sw_if_index=1,is_ipv6=1)
sw_interface_ip6nd_ra_config(suppress=1,sw_if_index=1)
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘2001:3::2’, ‘flags’: 0, ‘sw_if_index’: 1, ‘mac_address’: ‘b4:96:91:46:b3:d4’})
ip_neighbor_add_del(is_add=1,neighbor={‘ip_address’: ‘2001:5::2’, ‘flags’: 0, ‘sw_if_index’: 2, ‘mac_address’: ‘b4:96:91:46:b3:9c’})
ip_route_add_del 2001:1::0/128 count 1000000 via 2001:3::2 sw_if_index 1
ip_route_add_del 2001:2::0/128 count 1000000 via 2001:5::2 sw_if_index 2
cli_inband(cmd=’clear runtime’)
vpp-stats(path=’^/sys/node’)
cli_inband(cmd=’clear runtime’)
cli_inband(cmd=’clear interfaces’)
cli_inband(cmd=’clear hardware’)
cli_inband(cmd=’clear errors’)
cli_inband(cmd=’elog trace api cli barrier’)
cli_inband(cmd=’show event-logger’)
cli_inband(cmd=’show errors’)
cli_inband(cmd=’show hardware verbose’)
vpp-stats(path=’^/sys/node’)

l2

2n1l-10ge2p1x553-dot1q-l2bdbasemaclrn-mrr

RFC2544: Pkt throughput L2BD with IEEE 802.1Q test cases

  • [Top] Network Topologies: TG-DUT1-TG 2-node circular topology with single links between nodes.
  • [Enc] Packet Encapsulations: Dot1q-IPv4 for L2 switching of IPv4. IEEE 802.1Q tagging is applied on both links TG-DUT1 .
  • [Cfg] DUT configuration: DUT1 is configured with: 2 VLAN subinterfaces (VID 100 and 200), 1 L2 BD with the 2 VLAN subinterfaces, DUT1 tested with Intel-X553 with VF enabled.
  • [Ver] TG verification: In MaxReceivedRate tests TG sends traffic at line rate and reports total received packets over trial period. Test packets are generated by TG on links to DUT1. TG traffic profile contains two L3 flow-groups (flow-group per direction, 254 flows per flow-group) with all packets containing Ethernet header, IPv4 header with IP protocol=61 and static payload. MAC addresses are matching MAC addresses of the TG node interfaces.
  • [Ref] Applicable standard specifications: RFC2544.
Name VPP API Test Commands History - Commands Used Per Test Case
64b-1t1c-dot1q-l2bdbasemaclrn-mrr
 DUT1:  
cli_inband(cmd=’show log’)
show_version()
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_set_flags(sw_if_index=1,admin_up_down=1)
sw_interface_set_flags(sw_if_index=2,admin_up_down=1)
hw_interface_set_mtu(sw_if_index=1,mtu=9200)
hw_interface_set_mtu(sw_if_index=2,mtu=9200)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
create_vlan_subif(vlan_id=100,sw_if_index=1)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
create_vlan_subif(vlan_id=200,sw_if_index=2)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_set_flags(sw_if_index=3,admin_up_down=1)
sw_interface_set_flags(sw_if_index=4,admin_up_down=1)
l2_interface_vlan_tag_rewrite(vtr_op=3,tag2=0,push_dot1q=1,tag1=0,sw_if_index=3)
l2_interface_vlan_tag_rewrite(vtr_op=3,tag2=0,push_dot1q=1,tag1=0,sw_if_index=4)
sw_interface_set_l2_bridge(rx_sw_if_index=3,enable=1,shg=0,port_type=0,bd_id=1)
sw_interface_set_l2_bridge(rx_sw_if_index=4,enable=1,shg=0,port_type=0,bd_id=1)
cli_inband(cmd=’clear runtime’)
vpp-stats(path=’^/sys/node’)
cli_inband(cmd=’clear runtime’)
cli_inband(cmd=’clear interfaces’)
cli_inband(cmd=’clear hardware’)
cli_inband(cmd=’clear errors’)
cli_inband(cmd=’elog trace api cli barrier’)
cli_inband(cmd=’show event-logger’)
cli_inband(cmd=’show errors’)
cli_inband(cmd=’show hardware verbose’)
vpp-stats(path=’^/sys/node’)
64b-2t2c-dot1q-l2bdbasemaclrn-mrr
 DUT1:  
cli_inband(cmd=’show log’)
show_version()
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_set_flags(sw_if_index=1,admin_up_down=1)
sw_interface_set_flags(sw_if_index=2,admin_up_down=1)
hw_interface_set_mtu(sw_if_index=1,mtu=9200)
hw_interface_set_mtu(sw_if_index=2,mtu=9200)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
create_vlan_subif(vlan_id=100,sw_if_index=1)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
create_vlan_subif(vlan_id=200,sw_if_index=2)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_set_flags(sw_if_index=3,admin_up_down=1)
sw_interface_set_flags(sw_if_index=4,admin_up_down=1)
l2_interface_vlan_tag_rewrite(vtr_op=3,tag2=0,push_dot1q=1,tag1=0,sw_if_index=3)
l2_interface_vlan_tag_rewrite(vtr_op=3,tag2=0,push_dot1q=1,tag1=0,sw_if_index=4)
sw_interface_set_l2_bridge(rx_sw_if_index=3,enable=1,shg=0,port_type=0,bd_id=1)
sw_interface_set_l2_bridge(rx_sw_if_index=4,enable=1,shg=0,port_type=0,bd_id=1)
cli_inband(cmd=’clear runtime’)
vpp-stats(path=’^/sys/node’)
cli_inband(cmd=’clear runtime’)
cli_inband(cmd=’clear interfaces’)
cli_inband(cmd=’clear hardware’)
cli_inband(cmd=’clear errors’)
cli_inband(cmd=’elog trace api cli barrier’)
cli_inband(cmd=’show event-logger’)
cli_inband(cmd=’show errors’)
cli_inband(cmd=’show hardware verbose’)
vpp-stats(path=’^/sys/node’)
64b-4t4c-dot1q-l2bdbasemaclrn-mrr
 DUT1:  
cli_inband(cmd=’show log’)
show_version()
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_set_flags(sw_if_index=1,admin_up_down=1)
sw_interface_set_flags(sw_if_index=2,admin_up_down=1)
hw_interface_set_mtu(sw_if_index=1,mtu=9200)
hw_interface_set_mtu(sw_if_index=2,mtu=9200)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
create_vlan_subif(vlan_id=100,sw_if_index=1)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
create_vlan_subif(vlan_id=200,sw_if_index=2)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_set_flags(sw_if_index=3,admin_up_down=1)
sw_interface_set_flags(sw_if_index=4,admin_up_down=1)
l2_interface_vlan_tag_rewrite(vtr_op=3,tag2=0,push_dot1q=1,tag1=0,sw_if_index=3)
l2_interface_vlan_tag_rewrite(vtr_op=3,tag2=0,push_dot1q=1,tag1=0,sw_if_index=4)
sw_interface_set_l2_bridge(rx_sw_if_index=3,enable=1,shg=0,port_type=0,bd_id=1)
sw_interface_set_l2_bridge(rx_sw_if_index=4,enable=1,shg=0,port_type=0,bd_id=1)
cli_inband(cmd=’clear runtime’)
vpp-stats(path=’^/sys/node’)
cli_inband(cmd=’clear runtime’)
cli_inband(cmd=’clear interfaces’)
cli_inband(cmd=’clear hardware’)
cli_inband(cmd=’clear errors’)
cli_inband(cmd=’elog trace api cli barrier’)
cli_inband(cmd=’show event-logger’)
cli_inband(cmd=’show errors’)
cli_inband(cmd=’show hardware verbose’)
vpp-stats(path=’^/sys/node’)

2n1l-10ge2p1x553-dot1q-l2xcbase-mrr

RFC2544: Pkt throughput L2XC with IEEE 802.1Q test cases

  • [Top] Network Topologies: TG-DUT1-TG 2-node circular topology with single links between nodes.
  • [Enc] Packet Encapsulations: Eth-IPv4 for L2 cross connect. IEEE 802.1Q tagging is applied on link between DUT1-if2 and TG-if2.
  • [Cfg] DUT configuration: DUT1 is configured with L2 cross- connect. DUT1 is tested with Intel-X553.
  • [Ver] TG verification: In MaxReceivedRate tests TG sends traffic at line rate and reports total received packets over trial period. Test packets are generated by TG on links to DUTs. TG traffic profile contains two L3 flow-groups (flow-group per direction, 254 flows per flow-group) with all packets containing Ethernet header, IPv4 header with IP protocol=61 and static payload. MAC addresses are matching MAC addresses of the TG node interfaces.
  • [Ref] Applicable standard specifications: RFC2544.
Name VPP API Test Commands History - Commands Used Per Test Case
64b-1t1c-dot1q-l2xcbase-mrr
 DUT1:  
cli_inband(cmd=’show log’)
show_version()
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_set_flags(sw_if_index=2,admin_up_down=1)
create_vlan_subif(vlan_id=10,sw_if_index=2)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_set_flags(sw_if_index=3,admin_up_down=1)
l2_interface_vlan_tag_rewrite(vtr_op=3,tag2=0,push_dot1q=1,tag1=0,sw_if_index=3)
sw_interface_set_flags(sw_if_index=1,admin_up_down=1)
sw_interface_set_flags(sw_if_index=3,admin_up_down=1)
sw_interface_set_l2_xconnect(rx_sw_if_index=1,enable=1,tx_sw_if_index=3)
sw_interface_set_l2_xconnect(rx_sw_if_index=3,enable=1,tx_sw_if_index=1)
64b-2t2c-dot1q-l2xcbase-mrr
 DUT1:  
cli_inband(cmd=’show log’)
show_version()
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_set_flags(sw_if_index=2,admin_up_down=1)
create_vlan_subif(vlan_id=10,sw_if_index=2)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_set_flags(sw_if_index=3,admin_up_down=1)
l2_interface_vlan_tag_rewrite(vtr_op=3,tag2=0,push_dot1q=1,tag1=0,sw_if_index=3)
sw_interface_set_flags(sw_if_index=1,admin_up_down=1)
sw_interface_set_flags(sw_if_index=3,admin_up_down=1)
sw_interface_set_l2_xconnect(rx_sw_if_index=1,enable=1,tx_sw_if_index=3)
sw_interface_set_l2_xconnect(rx_sw_if_index=3,enable=1,tx_sw_if_index=1)
64b-4t4c-dot1q-l2xcbase-mrr
 DUT1:  
cli_inband(cmd=’show log’)
show_version()
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_set_flags(sw_if_index=2,admin_up_down=1)
create_vlan_subif(vlan_id=10,sw_if_index=2)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_set_flags(sw_if_index=3,admin_up_down=1)
l2_interface_vlan_tag_rewrite(vtr_op=3,tag2=0,push_dot1q=1,tag1=0,sw_if_index=3)
sw_interface_set_flags(sw_if_index=1,admin_up_down=1)
sw_interface_set_flags(sw_if_index=3,admin_up_down=1)
sw_interface_set_l2_xconnect(rx_sw_if_index=1,enable=1,tx_sw_if_index=3)
sw_interface_set_l2_xconnect(rx_sw_if_index=3,enable=1,tx_sw_if_index=1)

2n1l-10ge2p1x553-eth-l2bdbasemaclrn-mrr

RFC2544: Pkt throughput L2BD test cases

  • [Top] Network Topologies: TG-DUT1-TG 2-node circular topology with single links between nodes.
  • [Enc] Packet Encapsulations: Eth-IPv4 for L2 switching of IPv4.
  • [Cfg] DUT configuration: DUT1 is configured with L2 bridge-domain and MAC learning enabled. DUT1 tested with Intel-X553.
  • [Ver] TG verification: In MaxReceivedRate tests TG sends traffic at line rate and reports total received packets over trial period. Test packets are generated by TG on links to DUT1. TG traffic profile contains two L3 flow-groups (flow-group per direction, 254 flows per flow-group) with all packets containing Ethernet header, IPv4 header with IP protocol=61 and static payload. MAC addresses are matching MAC addresses of the TG node interfaces.
  • [Ref] Applicable standard specifications: RFC2544.
Name VPP API Test Commands History - Commands Used Per Test Case
64b-1t1c-eth-l2bdbasemaclrn-mrr
 DUT1:  
cli_inband(cmd=’show log’)
show_version()
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_set_flags(sw_if_index=1,admin_up_down=1)
sw_interface_set_flags(sw_if_index=2,admin_up_down=1)
hw_interface_set_mtu(sw_if_index=1,mtu=9200)
hw_interface_set_mtu(sw_if_index=2,mtu=9200)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_set_l2_bridge(rx_sw_if_index=1,enable=1,shg=0,port_type=0,bd_id=1)
sw_interface_set_l2_bridge(rx_sw_if_index=2,enable=1,shg=0,port_type=0,bd_id=1)
cli_inband(cmd=’clear runtime’)
vpp-stats(path=’^/sys/node’)
cli_inband(cmd=’clear runtime’)
cli_inband(cmd=’clear interfaces’)
cli_inband(cmd=’clear hardware’)
cli_inband(cmd=’clear errors’)
cli_inband(cmd=’elog trace api cli barrier’)
cli_inband(cmd=’show event-logger’)
cli_inband(cmd=’show errors’)
cli_inband(cmd=’show hardware verbose’)
vpp-stats(path=’^/sys/node’)
64b-2t2c-eth-l2bdbasemaclrn-mrr
 DUT1:  
cli_inband(cmd=’show log’)
show_version()
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_set_flags(sw_if_index=1,admin_up_down=1)
sw_interface_set_flags(sw_if_index=2,admin_up_down=1)
hw_interface_set_mtu(sw_if_index=1,mtu=9200)
hw_interface_set_mtu(sw_if_index=2,mtu=9200)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_set_l2_bridge(rx_sw_if_index=1,enable=1,shg=0,port_type=0,bd_id=1)
sw_interface_set_l2_bridge(rx_sw_if_index=2,enable=1,shg=0,port_type=0,bd_id=1)
cli_inband(cmd=’clear runtime’)
vpp-stats(path=’^/sys/node’)
cli_inband(cmd=’clear runtime’)
cli_inband(cmd=’clear interfaces’)
cli_inband(cmd=’clear hardware’)
cli_inband(cmd=’clear errors’)
cli_inband(cmd=’elog trace api cli barrier’)
cli_inband(cmd=’show event-logger’)
cli_inband(cmd=’show errors’)
cli_inband(cmd=’show hardware verbose’)
vpp-stats(path=’^/sys/node’)
64b-4t4c-eth-l2bdbasemaclrn-mrr
 DUT1:  
cli_inband(cmd=’show log’)
show_version()
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_set_flags(sw_if_index=1,admin_up_down=1)
sw_interface_set_flags(sw_if_index=2,admin_up_down=1)
hw_interface_set_mtu(sw_if_index=1,mtu=9200)
hw_interface_set_mtu(sw_if_index=2,mtu=9200)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_set_l2_bridge(rx_sw_if_index=1,enable=1,shg=0,port_type=0,bd_id=1)
sw_interface_set_l2_bridge(rx_sw_if_index=2,enable=1,shg=0,port_type=0,bd_id=1)
cli_inband(cmd=’clear runtime’)
vpp-stats(path=’^/sys/node’)
cli_inband(cmd=’clear runtime’)
cli_inband(cmd=’clear interfaces’)
cli_inband(cmd=’clear hardware’)
cli_inband(cmd=’clear errors’)
cli_inband(cmd=’elog trace api cli barrier’)
cli_inband(cmd=’show event-logger’)
cli_inband(cmd=’show errors’)
cli_inband(cmd=’show hardware verbose’)
vpp-stats(path=’^/sys/node’)

2n1l-10ge2p1x553-eth-l2bdscale100kmaclrn-mrr

RFC2544: Pkt throughput for L2BD test cases

  • [Top] Network Topologies: TG-DUT1-DUT2-TG 2-node circular topology with single links between nodes.
  • [Enc] Packet Encapsulations: Eth-IPv4 for L2 switching of IPv4.
  • [Cfg] DUT configuration: DUT1 is configured with L2 bridge-domain and MAC learning enabled. DUT1 tested with Intel-X553.
  • [Ver] TG verification: In MaxReceivedRate tests TG sends traffic at line rate and reports total received packets over trial period. Test packets are generated by TG on links to DUT1. TG traffic profile contains two L3 flow-groups (flow-group per direction, 50k flows per flow-group) with all packets containing Ethernet header, IPv4 header with IP protocol=61 and static payload. MAC addresses ranges are incremented as follows: port01_src ca:fe:00:00:00:00 - port01_src ca:fe:00:07:a1:1f, port01_dst fa:ce:00:00:00:00 - port01_dst fa:ce:00:07:a1:1f, port02_src fa:ce:00:00:00:00 - port02_src fa:ce:00:07:a1:1f, port02_dst ca:fe:00:00:00:00 - port02_dst ca:fe:00:07:a1:1f
  • [Ref] Applicable standard specifications: RFC2544.
Name VPP API Test Commands History - Commands Used Per Test Case
64b-1t1c-eth-l2bdscale100kmaclrn-mrr
 DUT1:  
cli_inband(cmd=’show log’)
show_version()
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_set_flags(sw_if_index=1,admin_up_down=1)
sw_interface_set_flags(sw_if_index=2,admin_up_down=1)
hw_interface_set_mtu(sw_if_index=1,mtu=9200)
hw_interface_set_mtu(sw_if_index=2,mtu=9200)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_set_l2_bridge(rx_sw_if_index=1,enable=1,shg=0,port_type=0,bd_id=1)
sw_interface_set_l2_bridge(rx_sw_if_index=2,enable=1,shg=0,port_type=0,bd_id=1)
cli_inband(cmd=’clear runtime’)
vpp-stats(path=’^/sys/node’)
cli_inband(cmd=’clear runtime’)
cli_inband(cmd=’clear interfaces’)
cli_inband(cmd=’clear hardware’)
cli_inband(cmd=’clear errors’)
cli_inband(cmd=’elog trace api cli barrier’)
cli_inband(cmd=’show event-logger’)
cli_inband(cmd=’show errors’)
cli_inband(cmd=’show hardware verbose’)
vpp-stats(path=’^/sys/node’)
64b-2t2c-eth-l2bdscale100kmaclrn-mrr
 DUT1:  
cli_inband(cmd=’show log’)
show_version()
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_set_flags(sw_if_index=1,admin_up_down=1)
sw_interface_set_flags(sw_if_index=2,admin_up_down=1)
hw_interface_set_mtu(sw_if_index=1,mtu=9200)
hw_interface_set_mtu(sw_if_index=2,mtu=9200)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_set_l2_bridge(rx_sw_if_index=1,enable=1,shg=0,port_type=0,bd_id=1)
sw_interface_set_l2_bridge(rx_sw_if_index=2,enable=1,shg=0,port_type=0,bd_id=1)
cli_inband(cmd=’clear runtime’)
vpp-stats(path=’^/sys/node’)
cli_inband(cmd=’clear runtime’)
cli_inband(cmd=’clear interfaces’)
cli_inband(cmd=’clear hardware’)
cli_inband(cmd=’clear errors’)
cli_inband(cmd=’elog trace api cli barrier’)
cli_inband(cmd=’show event-logger’)
cli_inband(cmd=’show errors’)
cli_inband(cmd=’show hardware verbose’)
vpp-stats(path=’^/sys/node’)
64b-4t4c-eth-l2bdscale100kmaclrn-mrr
 DUT1:  
cli_inband(cmd=’show log’)
show_version()
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_set_flags(sw_if_index=1,admin_up_down=1)
sw_interface_set_flags(sw_if_index=2,admin_up_down=1)
hw_interface_set_mtu(sw_if_index=1,mtu=9200)
hw_interface_set_mtu(sw_if_index=2,mtu=9200)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_set_l2_bridge(rx_sw_if_index=1,enable=1,shg=0,port_type=0,bd_id=1)
sw_interface_set_l2_bridge(rx_sw_if_index=2,enable=1,shg=0,port_type=0,bd_id=1)
cli_inband(cmd=’clear runtime’)
vpp-stats(path=’^/sys/node’)
cli_inband(cmd=’clear runtime’)
cli_inband(cmd=’clear interfaces’)
cli_inband(cmd=’clear hardware’)
cli_inband(cmd=’clear errors’)
cli_inband(cmd=’elog trace api cli barrier’)
cli_inband(cmd=’show event-logger’)
cli_inband(cmd=’show errors’)
cli_inband(cmd=’show hardware verbose’)
vpp-stats(path=’^/sys/node’)

2n1l-10ge2p1x553-eth-l2bdscale10kmaclrn-mrr

RFC2544: Pkt throughput for L2BD test cases

  • [Top] Network Topologies: TG-DUT1-DUT2-TG 2-node circular topology with single links between nodes.
  • [Enc] Packet Encapsulations: Eth-IPv4 for L2 switching of IPv4.
  • [Cfg] DUT configuration: DUT1 is configured with L2 bridge-domain and MAC learning enabled. DUT1 tested with Intel-X553.
  • [Ver] TG verification: In MaxReceivedRate tests TG sends traffic at line rate and reports total received packets over trial period. Test packets are generated by TG on links to DUT1. TG traffic profile contains two L3 flow-groups (flow-group per direction, 5k flows per flow-group) with all packets containing Ethernet header, IPv4 header with IP protocol=61 and static payload. MAC addresses ranges are incremented as follows: port01_src ca:fe:00:00:00:00 - port01_src ca:fe:00:07:a1:1f, port01_dst fa:ce:00:00:00:00 - port01_dst fa:ce:00:07:a1:1f, port02_src fa:ce:00:00:00:00 - port02_src fa:ce:00:07:a1:1f, port02_dst ca:fe:00:00:00:00 - port02_dst ca:fe:00:07:a1:1f
  • [Ref] Applicable standard specifications: RFC2544.
Name VPP API Test Commands History - Commands Used Per Test Case
64b-1t1c-eth-l2bdscale10kmaclrn-mrr
 DUT1:  
cli_inband(cmd=’show log’)
show_version()
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_set_flags(sw_if_index=1,admin_up_down=1)
sw_interface_set_flags(sw_if_index=2,admin_up_down=1)
hw_interface_set_mtu(sw_if_index=1,mtu=9200)
hw_interface_set_mtu(sw_if_index=2,mtu=9200)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_set_l2_bridge(rx_sw_if_index=1,enable=1,shg=0,port_type=0,bd_id=1)
sw_interface_set_l2_bridge(rx_sw_if_index=2,enable=1,shg=0,port_type=0,bd_id=1)
cli_inband(cmd=’clear runtime’)
vpp-stats(path=’^/sys/node’)
cli_inband(cmd=’clear runtime’)
cli_inband(cmd=’clear interfaces’)
cli_inband(cmd=’clear hardware’)
cli_inband(cmd=’clear errors’)
cli_inband(cmd=’elog trace api cli barrier’)
cli_inband(cmd=’show event-logger’)
cli_inband(cmd=’show errors’)
cli_inband(cmd=’show hardware verbose’)
vpp-stats(path=’^/sys/node’)
64b-2t2c-eth-l2bdscale10kmaclrn-mrr
 DUT1:  
cli_inband(cmd=’show log’)
show_version()
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_set_flags(sw_if_index=1,admin_up_down=1)
sw_interface_set_flags(sw_if_index=2,admin_up_down=1)
hw_interface_set_mtu(sw_if_index=1,mtu=9200)
hw_interface_set_mtu(sw_if_index=2,mtu=9200)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_set_l2_bridge(rx_sw_if_index=1,enable=1,shg=0,port_type=0,bd_id=1)
sw_interface_set_l2_bridge(rx_sw_if_index=2,enable=1,shg=0,port_type=0,bd_id=1)
cli_inband(cmd=’clear runtime’)
vpp-stats(path=’^/sys/node’)
cli_inband(cmd=’clear runtime’)
cli_inband(cmd=’clear interfaces’)
cli_inband(cmd=’clear hardware’)
cli_inband(cmd=’clear errors’)
cli_inband(cmd=’elog trace api cli barrier’)
cli_inband(cmd=’show event-logger’)
cli_inband(cmd=’show errors’)
cli_inband(cmd=’show hardware verbose’)
vpp-stats(path=’^/sys/node’)
64b-4t4c-eth-l2bdscale10kmaclrn-mrr
 DUT1:  
cli_inband(cmd=’show log’)
show_version()
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_set_flags(sw_if_index=1,admin_up_down=1)
sw_interface_set_flags(sw_if_index=2,admin_up_down=1)
hw_interface_set_mtu(sw_if_index=1,mtu=9200)
hw_interface_set_mtu(sw_if_index=2,mtu=9200)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_set_l2_bridge(rx_sw_if_index=1,enable=1,shg=0,port_type=0,bd_id=1)
sw_interface_set_l2_bridge(rx_sw_if_index=2,enable=1,shg=0,port_type=0,bd_id=1)
cli_inband(cmd=’clear runtime’)
vpp-stats(path=’^/sys/node’)
cli_inband(cmd=’clear runtime’)
cli_inband(cmd=’clear interfaces’)
cli_inband(cmd=’clear hardware’)
cli_inband(cmd=’clear errors’)
cli_inband(cmd=’elog trace api cli barrier’)
cli_inband(cmd=’show event-logger’)
cli_inband(cmd=’show errors’)
cli_inband(cmd=’show hardware verbose’)
vpp-stats(path=’^/sys/node’)

2n1l-10ge2p1x553-eth-l2bdscale1mmaclrn-mrr

RFC2544: Pkt throughput for L2BD test cases

  • [Top] Network Topologies: TG-DUT1-DUT2-TG 2-node circular topology with single links between nodes.
  • [Enc] Packet Encapsulations: Eth-IPv4 for L2 switching of IPv4.
  • [Cfg] DUT configuration: DUT1 is configured with L2 bridge-domain and MAC learning enabled. DUT1 tested with Intel-X553.
  • [Ver] TG verification: In MaxReceivedRate tests TG sends traffic at line rate and reports total received packets over trial period. Test packets are generated by TG on links to DUT1. TG traffic profile contains two L3 flow-groups (flow-group per direction, 500k flows per flow-group) with all packets containing Ethernet header, IPv4 header with IP protocol=61 and static payload. MAC addresses ranges are incremented as follows: port01_src ca:fe:00:00:00:00 - port01_src ca:fe:00:07:a1:1f, port01_dst fa:ce:00:00:00:00 - port01_dst fa:ce:00:07:a1:1f, port02_src fa:ce:00:00:00:00 - port02_src fa:ce:00:07:a1:1f, port02_dst ca:fe:00:00:00:00 - port02_dst ca:fe:00:07:a1:1f
  • [Ref] Applicable standard specifications: RFC2544.
Name VPP API Test Commands History - Commands Used Per Test Case
64b-1t1c-eth-l2bdscale1mmaclrn-mrr
 DUT1:  
cli_inband(cmd=’show log’)
show_version()
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_set_flags(sw_if_index=1,admin_up_down=1)
sw_interface_set_flags(sw_if_index=2,admin_up_down=1)
hw_interface_set_mtu(sw_if_index=1,mtu=9200)
hw_interface_set_mtu(sw_if_index=2,mtu=9200)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_set_l2_bridge(rx_sw_if_index=1,enable=1,shg=0,port_type=0,bd_id=1)
sw_interface_set_l2_bridge(rx_sw_if_index=2,enable=1,shg=0,port_type=0,bd_id=1)
cli_inband(cmd=’clear runtime’)
vpp-stats(path=’^/sys/node’)
cli_inband(cmd=’clear runtime’)
cli_inband(cmd=’clear interfaces’)
cli_inband(cmd=’clear hardware’)
cli_inband(cmd=’clear errors’)
cli_inband(cmd=’elog trace api cli barrier’)
cli_inband(cmd=’show event-logger’)
cli_inband(cmd=’show errors’)
cli_inband(cmd=’show hardware verbose’)
vpp-stats(path=’^/sys/node’)
64b-2t2c-eth-l2bdscale1mmaclrn-mrr
 DUT1:  
cli_inband(cmd=’show log’)
show_version()
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_set_flags(sw_if_index=1,admin_up_down=1)
sw_interface_set_flags(sw_if_index=2,admin_up_down=1)
hw_interface_set_mtu(sw_if_index=1,mtu=9200)
hw_interface_set_mtu(sw_if_index=2,mtu=9200)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_set_l2_bridge(rx_sw_if_index=1,enable=1,shg=0,port_type=0,bd_id=1)
sw_interface_set_l2_bridge(rx_sw_if_index=2,enable=1,shg=0,port_type=0,bd_id=1)
cli_inband(cmd=’clear runtime’)
vpp-stats(path=’^/sys/node’)
cli_inband(cmd=’clear runtime’)
cli_inband(cmd=’clear interfaces’)
cli_inband(cmd=’clear hardware’)
cli_inband(cmd=’clear errors’)
cli_inband(cmd=’elog trace api cli barrier’)
cli_inband(cmd=’show event-logger’)
cli_inband(cmd=’show errors’)
cli_inband(cmd=’show hardware verbose’)
vpp-stats(path=’^/sys/node’)
64b-4t4c-eth-l2bdscale1mmaclrn-mrr
 DUT1:  
cli_inband(cmd=’show log’)
show_version()
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_set_flags(sw_if_index=1,admin_up_down=1)
sw_interface_set_flags(sw_if_index=2,admin_up_down=1)
hw_interface_set_mtu(sw_if_index=1,mtu=9200)
hw_interface_set_mtu(sw_if_index=2,mtu=9200)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_set_l2_bridge(rx_sw_if_index=1,enable=1,shg=0,port_type=0,bd_id=1)
sw_interface_set_l2_bridge(rx_sw_if_index=2,enable=1,shg=0,port_type=0,bd_id=1)
cli_inband(cmd=’clear runtime’)
vpp-stats(path=’^/sys/node’)
cli_inband(cmd=’clear runtime’)
cli_inband(cmd=’clear interfaces’)
cli_inband(cmd=’clear hardware’)
cli_inband(cmd=’clear errors’)
cli_inband(cmd=’elog trace api cli barrier’)
cli_inband(cmd=’show event-logger’)
cli_inband(cmd=’show errors’)
cli_inband(cmd=’show hardware verbose’)
vpp-stats(path=’^/sys/node’)

2n1l-10ge2p1x553-eth-l2patch-mrr

RFC2544: Pkt throughput L2patch test cases

  • [Top] Network Topologies: TG-DUT1-TG 2-node circular topology with single links between nodes.
  • [Enc] Packet Encapsulations: Eth-IPv4 for L2 patch.
  • [Cfg] DUT configuration: DUT1 is configured with L2 patch DUT1 tested with Intel-X553.
  • [Ver] TG verification: In MaxReceivedRate tests TG sends traffic at line rate and reports total received packets over trial period. Test packets are generated by TG on links to DUTs. TG traffic profile contains two L3 flow-groups (flow-group per direction, 254 flows per flow-group) with all packets containing Ethernet header,IPv4 header with static payload. MAC addresses are matching MAC addresses of the TG node interfaces.
  • [Ref] Applicable standard specifications: RFC2544.
Name VPP API Test Commands History - Commands Used Per Test Case
64b-1t1c-eth-l2patch-mrr
 DUT1:  
cli_inband(cmd=’show log’)
show_version()
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_set_flags(sw_if_index=1,admin_up_down=1)
sw_interface_set_flags(sw_if_index=2,admin_up_down=1)
hw_interface_set_mtu(sw_if_index=1,mtu=9200)
hw_interface_set_mtu(sw_if_index=2,mtu=9200)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
l2_patch_add_del(rx_sw_if_index=1,is_add=1,tx_sw_if_index=2)
l2_patch_add_del(rx_sw_if_index=2,is_add=1,tx_sw_if_index=1)
cli_inband(cmd=’clear runtime’)
vpp-stats(path=’^/sys/node’)
cli_inband(cmd=’clear runtime’)
cli_inband(cmd=’clear interfaces’)
cli_inband(cmd=’clear hardware’)
cli_inband(cmd=’clear errors’)
cli_inband(cmd=’elog trace api cli barrier’)
cli_inband(cmd=’show event-logger’)
cli_inband(cmd=’show errors’)
cli_inband(cmd=’show hardware verbose’)
vpp-stats(path=’^/sys/node’)
64b-2t2c-eth-l2patch-mrr
 DUT1:  
cli_inband(cmd=’show log’)
show_version()
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_set_flags(sw_if_index=1,admin_up_down=1)
sw_interface_set_flags(sw_if_index=2,admin_up_down=1)
hw_interface_set_mtu(sw_if_index=1,mtu=9200)
hw_interface_set_mtu(sw_if_index=2,mtu=9200)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
l2_patch_add_del(rx_sw_if_index=1,is_add=1,tx_sw_if_index=2)
l2_patch_add_del(rx_sw_if_index=2,is_add=1,tx_sw_if_index=1)
cli_inband(cmd=’clear runtime’)
vpp-stats(path=’^/sys/node’)
cli_inband(cmd=’clear runtime’)
cli_inband(cmd=’clear interfaces’)
cli_inband(cmd=’clear hardware’)
cli_inband(cmd=’clear errors’)
cli_inband(cmd=’elog trace api cli barrier’)
cli_inband(cmd=’show event-logger’)
cli_inband(cmd=’show errors’)
cli_inband(cmd=’show hardware verbose’)
vpp-stats(path=’^/sys/node’)
64b-4t4c-eth-l2patch-mrr
 DUT1:  
cli_inband(cmd=’show log’)
show_version()
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_set_flags(sw_if_index=1,admin_up_down=1)
sw_interface_set_flags(sw_if_index=2,admin_up_down=1)
hw_interface_set_mtu(sw_if_index=1,mtu=9200)
hw_interface_set_mtu(sw_if_index=2,mtu=9200)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
l2_patch_add_del(rx_sw_if_index=1,is_add=1,tx_sw_if_index=2)
l2_patch_add_del(rx_sw_if_index=2,is_add=1,tx_sw_if_index=1)
cli_inband(cmd=’clear runtime’)
vpp-stats(path=’^/sys/node’)
cli_inband(cmd=’clear runtime’)
cli_inband(cmd=’clear interfaces’)
cli_inband(cmd=’clear hardware’)
cli_inband(cmd=’clear errors’)
cli_inband(cmd=’elog trace api cli barrier’)
cli_inband(cmd=’show event-logger’)
cli_inband(cmd=’show errors’)
cli_inband(cmd=’show hardware verbose’)
vpp-stats(path=’^/sys/node’)

2n1l-10ge2p1x553-eth-l2xcbase-mrr

RFC2544: Pkt throughput L2XC test cases

  • [Top] Network Topologies: TG-DUT1-TG 2-node circular topology with single links between nodes.
  • [Enc] Packet Encapsulations: Eth-IPv4 for L2 switching of IPv4.
  • [Cfg] DUT configuration: DUT1 is configured with L2 cross-connect. DUT1 tested with Intel-X553.
  • [Ver] TG verification: In MaxReceivedRate tests TG sends traffic at line rate and reports total received packets over trial period. Test packets are generated by TG on links to DUTs. TG traffic profile contains two L3 flow-groups (flow-group per direction, 254 flows per flow-group) with all packets containing Ethernet header,IPv4 header with static payload. MAC addresses are matching MAC addresses of the TG node interfaces.
  • [Ref] Applicable standard specifications: RFC2544.
Name VPP API Test Commands History - Commands Used Per Test Case
64b-1t1c-eth-l2xcbase-mrr
 DUT1:  
cli_inband(cmd=’show log’)
show_version()
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_set_flags(sw_if_index=1,admin_up_down=1)
sw_interface_set_flags(sw_if_index=2,admin_up_down=1)
hw_interface_set_mtu(sw_if_index=1,mtu=9200)
hw_interface_set_mtu(sw_if_index=2,mtu=9200)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_set_l2_xconnect(rx_sw_if_index=1,enable=1,tx_sw_if_index=2)
sw_interface_set_l2_xconnect(rx_sw_if_index=2,enable=1,tx_sw_if_index=1)
cli_inband(cmd=’clear runtime’)
vpp-stats(path=’^/sys/node’)
cli_inband(cmd=’clear runtime’)
cli_inband(cmd=’clear interfaces’)
cli_inband(cmd=’clear hardware’)
cli_inband(cmd=’clear errors’)
cli_inband(cmd=’elog trace api cli barrier’)
cli_inband(cmd=’show event-logger’)
cli_inband(cmd=’show errors’)
cli_inband(cmd=’show hardware verbose’)
vpp-stats(path=’^/sys/node’)
64b-2t2c-eth-l2xcbase-mrr
 DUT1:  
cli_inband(cmd=’show log’)
show_version()
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_set_flags(sw_if_index=1,admin_up_down=1)
sw_interface_set_flags(sw_if_index=2,admin_up_down=1)
hw_interface_set_mtu(sw_if_index=1,mtu=9200)
hw_interface_set_mtu(sw_if_index=2,mtu=9200)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_set_l2_xconnect(rx_sw_if_index=1,enable=1,tx_sw_if_index=2)
sw_interface_set_l2_xconnect(rx_sw_if_index=2,enable=1,tx_sw_if_index=1)
cli_inband(cmd=’clear runtime’)
vpp-stats(path=’^/sys/node’)
cli_inband(cmd=’clear runtime’)
cli_inband(cmd=’clear interfaces’)
cli_inband(cmd=’clear hardware’)
cli_inband(cmd=’clear errors’)
cli_inband(cmd=’elog trace api cli barrier’)
cli_inband(cmd=’show event-logger’)
cli_inband(cmd=’show errors’)
cli_inband(cmd=’show hardware verbose’)
vpp-stats(path=’^/sys/node’)
64b-4t4c-eth-l2xcbase-mrr
 DUT1:  
cli_inband(cmd=’show log’)
show_version()
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_set_flags(sw_if_index=1,admin_up_down=1)
sw_interface_set_flags(sw_if_index=2,admin_up_down=1)
hw_interface_set_mtu(sw_if_index=1,mtu=9200)
hw_interface_set_mtu(sw_if_index=2,mtu=9200)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_dump(name_filter=’’,name_filter_valid=0)
sw_interface_set_l2_xconnect(rx_sw_if_index=1,enable=1,tx_sw_if_index=2)
sw_interface_set_l2_xconnect(rx_sw_if_index=2,enable=1,tx_sw_if_index=1)
cli_inband(cmd=’clear runtime’)
vpp-stats(path=’^/sys/node’)
cli_inband(cmd=’clear runtime’)
cli_inband(cmd=’clear interfaces’)
cli_inband(cmd=’clear hardware’)
cli_inband(cmd=’clear errors’)
cli_inband(cmd=’elog trace api cli barrier’)
cli_inband(cmd=’show event-logger’)
cli_inband(cmd=’show errors’)
cli_inband(cmd=’show hardware verbose’)
vpp-stats(path=’^/sys/node’)