Hi, Vpp 17.04. I am trying to add 1 million prefix. 1) up interface vpp# set int state GigabitEthernet82/0/3 up vpp# set int l3 GigabitEthernet82/0/3 vpp# set int ip addr GigabitEthernet82/0/3 1.1.1.10/24 vpp# set ip arp GigabitEthernet82/0/3 1.1.1.1 11:22:33:44:55:66 static 2) and repeat vppctl with cmd like vppctl ip route add 10.x.x.x/32 via 1.1.1.1 3) check fib vpp# show fib mem
My tests always end at ~162k prefixes and vpp stops responding. FIB memory Name Size in-use /allocated totals Entry 72 161883 / 161883 11655576/11655576 Entry Source 32 161884 / 161884 5180288/5180288 Entry Path-Extensions 56 0 / 0 0/0 multicast-Entry 192 6 / 6 1152/1152 Path-list 40 15 / 16 600/640 uRPF-list 16 11 / 11 176/176 Path 80 15 / 16 1200/1280 Node-list elements 20 161889 / 161889 3237780/3237780 Node-list heads 8 18 / 18 144/144 What do I need to do to increase the number of FIB entries? Thanks.
_______________________________________________ vpp-dev mailing list vpp-dev@lists.fd.io https://lists.fd.io/mailman/listinfo/vpp-dev