From 58f678f923f497ea9678b3a6a1e908f08f083938 Mon Sep 17 00:00:00 2001 From: Filip Tehlar Date: Tue, 28 Mar 2017 15:31:04 +0200 Subject: Add L3 RTR test with EIDs in non-default VNI Change-Id: If5d35aff850ae03300a26258835d018f55793f7e Signed-off-by: Filip Tehlar --- .../configs/vpp_lite_config/rtr_single_iface/4o4_vni/vpp1.config | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tests/data_plane/configs/vpp_lite_config/rtr_single_iface/4o4_vni/vpp1.config (limited to 'tests/data_plane/configs/vpp_lite_config/rtr_single_iface/4o4_vni/vpp1.config') diff --git a/tests/data_plane/configs/vpp_lite_config/rtr_single_iface/4o4_vni/vpp1.config b/tests/data_plane/configs/vpp_lite_config/rtr_single_iface/4o4_vni/vpp1.config new file mode 100644 index 0000000..9e00cf6 --- /dev/null +++ b/tests/data_plane/configs/vpp_lite_config/rtr_single_iface/4o4_vni/vpp1.config @@ -0,0 +1,9 @@ +create_host_iface_vrf vpp1 6.0.1.1/24 100 +create_host_iface_vrf vpp3 6.0.2.1/24 200 +create_host_iface xtr1 6.0.3.1/24 + +lisp_state enable +lisp_eid_map_vrf 100 100 +lisp_locator_set_with_locator ls1 host-xtr1 1 1 +lisp_local_eid vni 100 eid 6.0.1.0/24 locator-set ls1 +lisp_map_resolver 6.0.3.100 -- cgit 1.2.3-korg