Hello All, We are trying to bind one classifier to multiple classify session. However, we wish to configure src ip alone for one session, src ip and dest ip for the next session, Destination IP alone for another session, etc.. Unfortunately, though config is accepted, functionality wise classification itself didn't happen.
We have a GTPU Tunnel to support multiple classifiers . We are able to support only one and are not able to support without *dst *field in the following VPP-CLI command. *classify table mask l3 ip4 src dst* The following piece of commands are given after the above: set policer classify interface VirtualFunctionEthernet1/10/1 ip4-table 0 configure policer name ambr cir 450 eir 600 cb 51200 eb 51200 rate kbps round up type 2r3c-4115 conform-action transmit exceed-action transmit classify session policer-hit-next ambr exceed-color table-index 0 match l3 ip4 src 172.23.48.50 classify session policer-hit-next ambr exceed-color table-index 0 match l3 ip4 dst 192.168.45.200 classify session policer-hit-next ambr exceed-color table-index 0 match l3 ip4 src 172.23.49.50 dst 192.168.45.200 If we configure both src and dst in all the sessions, functionality is working fine( classification is proper, traffic falls into all the sessions properly) as below : classify session policer-hit-next ambr exceed-color table-index 0 match l3 ip4 src 172.23.49.50 dst 192.168.45.200 Is it not possible if I have mask for more than one field but setting only any of it? Kindly suggest whether any extra configs or how to handle this? Thanks in Advance! Regards, Akash
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#19422): https://lists.fd.io/g/vpp-dev/message/19422 Mute This Topic: https://lists.fd.io/mt/82980975/21656 Group Owner: vpp-dev+ow...@lists.fd.io Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-