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