Hi, We have installed vpp in our ucs server VM. We have been trying to configure some ACLs. We went thru the wiki page https://wiki.fd.io/view/VPP/Introduction_To_N-tuple_Classifiers and https://wiki.fd.io/view/VPP/SecurityGroups . However all the messages mentioned in those wiki pages we tried to invoke using the http://stdio.be/vpp/t/classifier_script_simple_policy.txt . How ever we observe the vpp crash with that script.
1. Are there any commands to configure ACL for ip address, protocol number and tcp,udp port numbers and action to matched flows like drop, rate limit etc. 2. If these acl need to be configured using some messaging only. Can u please give some example of sending these messages to VPP for the below APIs. 3. Also how to use vnet_classify_add_del_table (any command from the vpp command prompt or from any python scripts) acl_add_replace permit acl_interface_add_del sw_if_index 1 add input acl 0 acl_interface_add_del sw_if_index 1 add output acl 0 acl_interface_add_del sw_if_index 2 add input acl 0 acl_interface_add_del sw_if_index 2 add output acl 0 Sanjay
_______________________________________________ vpp-dev mailing list vpp-dev@lists.fd.io https://lists.fd.io/mailman/listinfo/vpp-dev