3f8d4367a90330d4a52c7d83c74a58b78326bd03
[one.git] / tests / data_plane / configs / vpp_lite_config / rtr_two_iface_two_customers / 6o46 / vpp1.config
1 create host-interface name vpp1_cus1
2 set int state host-vpp1_cus1 up
3 set interface ip6 table host-vpp1_cus1 100
4 set int ip address host-vpp1_cus1 6:0:2::1/64
5
6 create host-interface name vpp1_cus2
7 set int state host-vpp1_cus2 up
8 set interface ip6 table host-vpp1_cus2 200
9 set int ip address host-vpp1_cus2 6:0:2::1/64
10
11 create host-interface name vpp1_rtr
12 set int state host-vpp1_rtr up
13 set int ip address host-vpp1_rtr 6.0.3.1/24
14
15 lisp enable
16 lisp map-resolver add 6.0.3.100
17
18 lisp locator-set add ls1 iface host-vpp1_rtr p 1 w 1
19 lisp eid-table map vni 100 vrf 100
20 lisp eid-table add vni 100 eid 6:0:2::0/64 locator-set ls1
21
22 lisp locator-set add ls2 iface host-vpp1_rtr p 1 w 1
23 lisp eid-table map vni 200 vrf 200
24 lisp eid-table add vni 200 eid 6:0:2::0/64 locator-set ls2