Hi Tran,

Please see below configuration for gtpu-encap, which I used for test:

set int state TenGigabitEthernet5/0/0 up
set int ip table TenGigabitEthernet5/0/0 0
set int ip address TenGigabitEthernet5/0/0 192.168.50.72/24
ip route add 192.168.50.71/24 via 192.168.50.72 TenGigabitEthernet5/0/0
set ip arp TenGigabitEthernet5/0/0 192.168.50.71 90e2.ba48.7a71

set int state TenGigabitEthernet5/0/1 up
set int ip table TenGigabitEthernet5/0/1 0
set int ip address TenGigabitEthernet5/0/1 192.168.50.73/24
ip route add 192.168.50.74/24 via 192.168.50.73 TenGigabitEthernet5/0/1
set ip arp TenGigabitEthernet5/0/1 192.168.50.74 90e2.ba48.7a74

create gtpu tunnel src 192.168.50.72 dst 192.168.50.71 teid 9 encap-vrf-id 0

set int ip address gtpu_tunnel0 192.168.50.75/24
ip route add 192.168.50.70/24 via gtpu_tunnel0
set ip arp gtpu_tunnel0 192.168.50.70 90e2.ba48.7a70

Hope it helps.

-Hongjun

From: Tran Long [mailto:long...@gmail.com]
Sent: Wednesday, September 27, 2017 6:51 PM
To: Ni, Hongjun <hongjun...@intel.com>
Subject: mprove Performance of Kube-proxy and GTP-U using VPP

Dear Mr Hongjun ni

I have read your slide Improve Performance of Kube-proxy and GTP-U using VPP. 
It's very useful for me. Thank you.

I am building the  vpp  gtp-u and still stuck on it. The packets don't go via 
gtpu-encap. Could you give me a setup guide of vpp gtp-u?

Thank you very much!

Best Regards

----------------------------------------------------------------------------------------------------------------------
Tran Bao Long
Phone: (+84) 985 900 949
HaNoi - VietNam
_______________________________________________
vpp-dev mailing list
vpp-dev@lists.fd.io
https://lists.fd.io/mailman/listinfo/vpp-dev

Reply via email to