Add RTR + EID virt test (6over46)
[one.git] / tests / data_plane / configs / vpp_lite_config / vpp2_ip4_6.conf
1 create host-interface name vpp2
2 set int state host-vpp2 up
3 set int ip address host-vpp2 6.0.2.1/24
4 set int ip address host-vpp2 6:0:2::1/64
5
6 create host-interface name intervpp2
7 set int state host-intervpp2 up
8 set int ip address host-intervpp2 6.0.3.2/24
9 set int ip address host-intervpp2 6:0:3::2/64
10
11 lisp enable
12
13 lisp locator-set add ls1 iface host-intervpp2 p 1 w 1
14 lisp eid-table add eid 6.0.2.0/24 locator-set ls1
15 lisp eid-table add eid 6:0:2::0/64 locator-set ls1
16 lisp map-resolver add 6.0.3.100
17 lisp map-resolver add 6:0:3::100