From 057b1af3b501d575104350eaf1251a07be81b5ef Mon Sep 17 00:00:00 2001 From: zhou-run Date: Tue, 30 Jul 2024 14:55:51 +0800 Subject: [PATCH] isisd: Fix the calculated metric and backup routes for IPv4 local connected routes The IPv4 directly connected route prefix exists in both the root LSP and the root's neighbor LSP: When generating vertices for directly connected route prefixes with a metric of 0 based on the root LSP, the isis_spf_preload_tent_ip_reach_cb function only generates vertices of type VTYPE_IPREACH_INTERNAL without distinguishing between area->oldmetric and area->newmetric. When generating vertices for the directly connected route prefix based on the neighbor LSP, the isis_spf_process_lsp function will generate vertices of type VTYPE_IPREACH_INTERNAL and VTYPE_IPREACH_TE based on area->oldmetric and area->newmetric, where the vertex metric is the sum of the metric from the root IS to the neighbor IS and from the neighbor IS to the root IS, respectively. If area->newmetric==1, the same directly connected route prefix will have both VTYPE_IPREACH_INTERNAL vertices with a metric of 0 and VTYPE_IPREACH_TE vertices with a non-zero metric. During route generation, the isis_spf_loop function will prioritize selecting VTYPE_IPREACH_TE vertices, leading to incorrect metrics for the directly connected routes. Supplement topotest modifications. Directly connected routes with incorrect ISIS cost calculations should not appear in the RIB. Signed-off-by: zhou-run --- isisd/isis_spf.c | 24 +- tests/isisd/test_isis_spf.refout | 2784 ++++++++--------- .../rt1/step1/show_ip_route.ref | 20 - .../rt1/step2/show_ip_route.ref | 20 - .../rt1/step3/show_ip_route.ref | 20 - .../rt1/step4/show_ip_route.ref | 20 - .../rt2/step1/show_ip_route.ref | 35 - .../rt3/step1/show_ip_route.ref | 35 - .../rt4/step1/show_ip_route.ref | 45 - .../rt5/step1/show_ip_route.ref | 46 - .../rt6/step1/show_ip_route.ref | 30 - .../rt6/step2/show_ip_route.ref | 30 - .../rt6/step3/show_ip_route.ref | 30 - .../rt6/step4/show_ip_route.ref | 30 - .../isis_sr_topo1/rt1/step1/show_ip_route.ref | 20 - .../rt1/step10/show_ip_route.ref | 20 - .../isis_sr_topo1/rt1/step2/show_ip_route.ref | 20 - .../isis_sr_topo1/rt1/step3/show_ip_route.ref | 20 - .../isis_sr_topo1/rt1/step4/show_ip_route.ref | 20 - .../isis_sr_topo1/rt1/step5/show_ip_route.ref | 20 - .../isis_sr_topo1/rt1/step6/show_ip_route.ref | 20 - .../isis_sr_topo1/rt1/step7/show_ip_route.ref | 20 - .../isis_sr_topo1/rt1/step8/show_ip_route.ref | 20 - .../isis_sr_topo1/rt1/step9/show_ip_route.ref | 20 - .../isis_sr_topo1/rt2/step1/show_ip_route.ref | 62 - .../rt2/step10/show_ip_route.ref | 35 - .../isis_sr_topo1/rt2/step2/show_ip_route.ref | 62 - .../isis_sr_topo1/rt2/step3/show_ip_route.ref | 62 - .../isis_sr_topo1/rt2/step4/show_ip_route.ref | 62 - .../isis_sr_topo1/rt2/step5/show_ip_route.ref | 62 - .../isis_sr_topo1/rt2/step6/show_ip_route.ref | 62 - .../isis_sr_topo1/rt2/step7/show_ip_route.ref | 62 - .../isis_sr_topo1/rt2/step8/show_ip_route.ref | 62 - .../isis_sr_topo1/rt2/step9/show_ip_route.ref | 62 - .../isis_sr_topo1/rt3/step1/show_ip_route.ref | 62 - .../rt3/step10/show_ip_route.ref | 62 - .../isis_sr_topo1/rt3/step2/show_ip_route.ref | 62 - .../isis_sr_topo1/rt3/step3/show_ip_route.ref | 62 - .../isis_sr_topo1/rt3/step4/show_ip_route.ref | 62 - .../isis_sr_topo1/rt3/step5/show_ip_route.ref | 62 - .../isis_sr_topo1/rt3/step6/show_ip_route.ref | 62 - .../isis_sr_topo1/rt3/step7/show_ip_route.ref | 62 - .../isis_sr_topo1/rt3/step8/show_ip_route.ref | 62 - .../isis_sr_topo1/rt3/step9/show_ip_route.ref | 62 - .../isis_sr_topo1/rt4/step1/show_ip_route.ref | 91 - .../rt4/step1/show_mpls_table.ref | 5 +- .../rt4/step10/show_ip_route.ref | 69 - .../rt4/step10/show_mpls_table.ref | 5 +- .../isis_sr_topo1/rt4/step2/show_ip_route.ref | 76 - .../rt4/step2/show_mpls_table.ref | 5 +- .../isis_sr_topo1/rt4/step3/show_ip_route.ref | 70 - .../rt4/step3/show_mpls_table.ref | 11 +- .../isis_sr_topo1/rt4/step4/show_ip_route.ref | 76 - .../rt4/step4/show_mpls_table.ref | 5 +- .../isis_sr_topo1/rt4/step5/show_ip_route.ref | 74 - .../rt4/step5/show_mpls_table.ref | 11 + .../isis_sr_topo1/rt4/step6/show_ip_route.ref | 76 - .../rt4/step6/show_mpls_table.ref | 5 +- .../isis_sr_topo1/rt4/step7/show_ip_route.ref | 76 - .../rt4/step7/show_mpls_table.ref | 5 +- .../isis_sr_topo1/rt4/step8/show_ip_route.ref | 76 - .../rt4/step8/show_mpls_table.ref | 5 +- .../isis_sr_topo1/rt4/step9/show_ip_route.ref | 76 - .../rt4/step9/show_mpls_table.ref | 5 +- .../isis_sr_topo1/rt5/step1/show_ip_route.ref | 91 - .../rt5/step1/show_mpls_table.ref | 5 +- .../rt5/step10/show_ip_route.ref | 76 - .../rt5/step10/show_mpls_table.ref | 5 +- .../isis_sr_topo1/rt5/step2/show_ip_route.ref | 76 - .../rt5/step2/show_mpls_table.ref | 5 +- .../isis_sr_topo1/rt5/step3/show_ip_route.ref | 70 - .../rt5/step3/show_mpls_table.ref | 11 +- .../isis_sr_topo1/rt5/step4/show_ip_route.ref | 61 - .../rt5/step4/show_mpls_table.ref | 5 +- .../isis_sr_topo1/rt5/step5/show_ip_route.ref | 59 - .../rt5/step5/show_mpls_table.ref | 11 + .../isis_sr_topo1/rt5/step6/show_ip_route.ref | 61 - .../rt5/step6/show_mpls_table.ref | 5 +- .../isis_sr_topo1/rt5/step7/show_ip_route.ref | 61 - .../rt5/step7/show_mpls_table.ref | 5 +- .../isis_sr_topo1/rt5/step8/show_ip_route.ref | 61 - .../rt5/step8/show_mpls_table.ref | 5 +- .../isis_sr_topo1/rt5/step9/show_ip_route.ref | 61 - .../rt5/step9/show_mpls_table.ref | 5 +- .../isis_sr_topo1/rt6/step1/show_ip_route.ref | 30 - .../rt6/step10/show_ip_route.ref | 30 - .../isis_sr_topo1/rt6/step2/show_ip_route.ref | 30 - .../isis_sr_topo1/rt6/step4/show_ip_route.ref | 30 - .../isis_sr_topo1/rt6/step5/show_ip_route.ref | 30 - .../isis_sr_topo1/rt6/step6/show_ip_route.ref | 30 - .../isis_sr_topo1/rt6/step7/show_ip_route.ref | 30 - .../isis_sr_topo1/rt6/step8/show_ip_route.ref | 30 - .../isis_sr_topo1/rt6/step9/show_ip_route.ref | 30 - .../rt1/step1/show_ip_route.ref | 20 - .../rt1/step2/show_ip_route.ref | 20 - .../rt1/step3/show_ip_route.ref | 20 - .../rt1/step4/show_ip_route.ref | 20 - .../rt1/step5/show_ip_route.ref | 20 - .../rt1/step6/show_ip_route.ref | 20 - .../rt1/step7/show_ip_route.ref | 20 - .../rt1/step8/show_ip_route.ref | 20 - .../rt1/step9/show_ip_route.ref | 20 - .../rt2/step1/show_ip_route.ref | 62 - .../rt2/step2/show_ip_route.ref | 62 - .../rt2/step3/show_ip_route.ref | 62 - .../rt2/step4/show_ip_route.ref | 62 - .../rt2/step5/show_ip_route.ref | 62 - .../rt2/step6/show_ip_route.ref | 62 - .../rt2/step7/show_ip_route.ref | 62 - .../rt2/step8/show_ip_route.ref | 62 - .../rt2/step9/show_ip_route.ref | 62 - .../rt3/step1/show_ip_route.ref | 62 - .../rt3/step2/show_ip_route.ref | 62 - .../rt3/step3/show_ip_route.ref | 62 - .../rt3/step4/show_ip_route.ref | 62 - .../rt3/step5/show_ip_route.ref | 62 - .../rt3/step6/show_ip_route.ref | 62 - .../rt3/step7/show_ip_route.ref | 62 - .../rt3/step8/show_ip_route.ref | 62 - .../rt3/step9/show_ip_route.ref | 62 - .../rt4/step1/show_ip_route.ref | 72 - .../rt4/step2/show_ip_route.ref | 72 - .../rt4/step3/show_ip_route.ref | 72 - .../rt4/step4/show_ip_route.ref | 72 - .../rt4/step5/show_ip_route.ref | 72 - .../rt4/step6/show_ip_route.ref | 72 - .../rt4/step7/show_ip_route.ref | 72 - .../rt4/step8/show_ip_route.ref | 72 - .../rt4/step9/show_ip_route.ref | 72 - .../rt5/step1/show_ip_route.ref | 72 - .../rt5/step2/show_ip_route.ref | 72 - .../rt5/step3/show_ip_route.ref | 72 - .../rt5/step4/show_ip_route.ref | 72 - .../rt5/step5/show_ip_route.ref | 72 - .../rt5/step6/show_ip_route.ref | 72 - .../rt5/step7/show_ip_route.ref | 72 - .../rt5/step8/show_ip_route.ref | 72 - .../rt5/step9/show_ip_route.ref | 72 - .../rt6/step1/show_ip_route.ref | 30 - .../rt6/step2/show_ip_route.ref | 30 - .../rt6/step3/show_ip_route.ref | 30 - .../rt6/step4/show_ip_route.ref | 30 - .../rt6/step5/show_ip_route.ref | 30 - .../rt6/step6/show_ip_route.ref | 30 - .../rt6/step7/show_ip_route.ref | 30 - .../rt6/step8/show_ip_route.ref | 30 - .../rt6/step9/show_ip_route.ref | 30 - .../rt1/step1/show_ip_route.ref | 20 - .../rt1/step2/show_ip_route.ref | 20 - .../rt1/step3/show_ip_route.ref | 20 - .../rt1/step4/show_ip_route.ref | 20 - .../rt1/step5/show_ip_route.ref | 20 - .../rt1/step6/show_ip_route.ref | 20 - .../rt1/step7/show_ip_route.ref | 20 - .../rt1/step8/show_ip_route.ref | 20 - .../rt1/step9/show_ip_route.ref | 20 - .../rt2/step1/show_ip_route.ref | 124 - .../rt2/step2/show_ip_route.ref | 96 - .../rt2/step3/show_ip_route.ref | 124 - .../rt2/step4/show_ip_route.ref | 96 - .../rt2/step5/show_ip_route.ref | 124 - .../rt2/step6/show_ip_route.ref | 124 - .../rt2/step7/show_ip_route.ref | 62 - .../rt2/step8/show_ip_route.ref | 124 - .../rt2/step9/show_ip_route.ref | 124 - .../rt3/step1/show_ip_route.ref | 124 - .../rt3/step2/show_ip_route.ref | 124 - .../rt3/step3/show_ip_route.ref | 124 - .../rt3/step4/show_ip_route.ref | 62 - .../rt3/step5/show_ip_route.ref | 124 - .../rt3/step6/show_ip_route.ref | 124 - .../rt3/step7/show_ip_route.ref | 124 - .../rt3/step8/show_ip_route.ref | 124 - .../rt3/step9/show_ip_route.ref | 124 - .../rt4/step1/show_ip_route.ref | 128 - .../rt4/step2/show_ip_route.ref | 128 - .../rt4/step3/show_ip_route.ref | 128 - .../rt4/step4/show_ip_route.ref | 72 - .../rt4/step5/show_ip_route.ref | 128 - .../rt4/step6/show_ip_route.ref | 128 - .../rt4/step7/show_ip_route.ref | 128 - .../rt4/step8/show_ip_route.ref | 128 - .../rt4/step9/show_ip_route.ref | 128 - .../rt5/step1/show_ip_route.ref | 128 - .../rt5/step10/show_ip_route.ref | 122 - .../rt5/step2/show_ip_route.ref | 128 - .../rt5/step3/show_ip_route.ref | 128 - .../rt5/step4/show_ip_route.ref | 94 - .../rt5/step5/show_ip_route.ref | 128 - .../rt5/step6/show_ip_route.ref | 128 - .../rt5/step7/show_ip_route.ref | 128 - .../rt5/step8/show_ip_route.ref | 128 - .../rt5/step9/show_ip_route.ref | 128 - .../rt6/step1/show_ip_route.ref | 52 - .../rt6/step10/show_ip_route.ref | 43 - .../rt6/step2/show_ip_route.ref | 52 - .../rt6/step3/show_ip_route.ref | 52 - .../rt6/step4/show_ip_route.ref | 52 - .../rt6/step5/show_ip_route.ref | 52 - .../rt6/step6/show_ip_route.ref | 52 - .../rt6/step7/show_ip_route.ref | 52 - .../rt6/step8/show_ip_route.ref | 52 - .../rt6/step9/show_ip_route.ref | 52 - .../topotests/isis_topo1/r1/r1_topology.json | 10 +- .../topotests/isis_topo1/r2/r2_topology.json | 10 +- tests/topotests/isis_topo1/r3/r3_route.json | 13 - .../topotests/isis_topo1/r3/r3_topology.json | 20 +- .../topotests/isis_topo1/r4/r4_topology.json | 20 +- tests/topotests/isis_topo1/r5/r5_route.json | 26 - .../topotests/isis_topo1/r5/r5_topology.json | 20 +- .../isis_topo1_vrf/r1/r1_topology.json | 10 +- .../isis_topo1_vrf/r2/r2_topology.json | 10 +- .../topotests/isis_topo1_vrf/r3/r3_route.json | 14 - .../isis_topo1_vrf/r3/r3_topology.json | 20 +- .../topotests/isis_topo1_vrf/r4/r4_route.json | 12 - .../isis_topo1_vrf/r4/r4_topology.json | 20 +- .../topotests/isis_topo1_vrf/r5/r5_route.json | 26 - .../isis_topo1_vrf/r5/r5_topology.json | 20 +- tests/topotests/ldp_snmp/r1/show_ip_route.ref | 26 - tests/topotests/ldp_snmp/r2/show_ip_route.ref | 26 - tests/topotests/ldp_snmp/r3/show_ip_route.ref | 26 - .../ldp_sync_isis_topo1/r1/show_ip_route.ref | 26 - .../ldp_sync_isis_topo1/r2/show_ip_route.ref | 26 - .../ldp_sync_isis_topo1/r3/show_ip_route.ref | 26 - 224 files changed, 1486 insertions(+), 13275 deletions(-) diff --git a/isisd/isis_spf.c b/isisd/isis_spf.c index 86302076f82d..d188dddebc35 100644 --- a/isisd/isis_spf.c +++ b/isisd/isis_spf.c @@ -1265,7 +1265,7 @@ static int isis_spf_preload_tent_ip_reach_cb(const struct prefix *prefix, struct isis_vertex *parent = args->parent; struct prefix_pair ip_info; enum vertextype vtype; - bool has_valid_psid = false; + bool has_valid_psid = false, transition = false; if (external) return LSP_ITER_CONTINUE; @@ -1275,10 +1275,17 @@ static int isis_spf_preload_tent_ip_reach_cb(const struct prefix *prefix, prefix_copy(&ip_info.dest, prefix); apply_mask(&ip_info.dest); - if (prefix->family == AF_INET) + if (prefix->family == AF_INET) { vtype = VTYPE_IPREACH_INTERNAL; - else + + if (spftree->area->newmetric) + vtype = VTYPE_IPREACH_TE; + + if (spftree->area->oldmetric && spftree->area->newmetric) + transition = true; + } else { vtype = VTYPE_IP6REACH_INTERNAL; + } /* Parse list of Prefix-SID subTLVs if SR is enabled */ if (spftree->area->srdb.enabled && subtlvs) { @@ -1293,6 +1300,11 @@ static int isis_spf_preload_tent_ip_reach_cb(const struct prefix *prefix, has_valid_psid = true; isis_spf_add_local(spftree, vtype, &ip_info, NULL, 0, psid, parent); + if (transition) + isis_spf_add_local(spftree, + VTYPE_IPREACH_INTERNAL, + &ip_info, NULL, 0, psid, + parent); /* * Stop the Prefix-SID iteration since we only support @@ -1301,9 +1313,13 @@ static int isis_spf_preload_tent_ip_reach_cb(const struct prefix *prefix, break; } } - if (!has_valid_psid) + if (!has_valid_psid) { isis_spf_add_local(spftree, vtype, &ip_info, NULL, 0, NULL, parent); + if (transition) + isis_spf_add_local(spftree, VTYPE_IPREACH_INTERNAL, + &ip_info, NULL, 0, NULL, parent); + } return LSP_ITER_CONTINUE; } diff --git a/tests/isisd/test_isis_spf.refout b/tests/isisd/test_isis_spf.refout index 255d920c10cb..c163d67fb4f2 100644 --- a/tests/isisd/test_isis_spf.refout +++ b/tests/isisd/test_isis_spf.refout @@ -1,21 +1,21 @@ test# test isis topology 1 root rt1 spf IS-IS paths to level-1 routers that speak IP - Vertex Type Metric Next-Hop Interface Parent - ----------------------------------------------------------------- - rt1 - 10.0.255.1/32 IP internal 0 rt1(4) - rt2 TE-IS 10 rt2 - rt1(4) - rt3 TE-IS 10 rt3 - rt1(4) - rt4 TE-IS 20 rt2 - rt2(4) - rt5 TE-IS 20 rt3 - rt3(4) - 10.0.255.2/32 IP TE 20 rt2 - rt2(4) - 10.0.255.3/32 IP TE 20 rt3 - rt3(4) - rt6 TE-IS 30 rt2 - rt4(4) - rt3 - rt5(4) - 10.0.255.4/32 IP TE 30 rt2 - rt4(4) - 10.0.255.5/32 IP TE 30 rt3 - rt5(4) - 10.0.255.6/32 IP TE 40 rt2 - rt6(4) - rt3 - rt6(4) + Vertex Type Metric Next-Hop Interface Parent + ----------------------------------------------------------- + rt1 + 10.0.255.1/32 IP TE 0 rt1(4) + rt2 TE-IS 10 rt2 - rt1(4) + rt3 TE-IS 10 rt3 - rt1(4) + rt4 TE-IS 20 rt2 - rt2(4) + rt5 TE-IS 20 rt3 - rt3(4) + 10.0.255.2/32 IP TE 20 rt2 - rt2(4) + 10.0.255.3/32 IP TE 20 rt3 - rt3(4) + rt6 TE-IS 30 rt2 - rt4(4) + rt3 - rt5(4) + 10.0.255.4/32 IP TE 30 rt2 - rt4(4) + 10.0.255.5/32 IP TE 30 rt3 - rt5(4) + 10.0.255.6/32 IP TE 40 rt2 - rt6(4) + rt3 - rt6(4) IS-IS L1 IPv4 routing table: @@ -63,23 +63,23 @@ IS-IS L1 IPv6 routing table: test# test isis topology 2 root rt1 spf IS-IS paths to level-1 routers that speak IP - Vertex Type Metric Next-Hop Interface Parent - ----------------------------------------------------------------- - rt1 - 10.0.255.1/32 IP internal 0 rt1(4) - rt4 TE-IS 10 rt4 - rt1(4) - rt5 TE-IS 10 rt5 - rt1(4) - rt2 TE-IS 15 rt2 - rt1(4) - rt1 - rt6 TE-IS 20 rt4 - rt4(4) - rt5 - rt5(4) - 10.0.255.4/32 IP TE 20 rt4 - rt4(4) - 10.0.255.5/32 IP TE 20 rt5 - rt5(4) - 10.0.255.2/32 IP TE 25 rt2 - rt2(4) - rt3 TE-IS 30 rt3 - rt1(4) - 10.0.255.6/32 IP TE 30 rt4 - rt6(4) - rt5 - rt6(4) - 10.0.255.3/32 IP TE 40 rt3 - rt3(4) + Vertex Type Metric Next-Hop Interface Parent + ----------------------------------------------------------- + rt1 + 10.0.255.1/32 IP TE 0 rt1(4) + rt4 TE-IS 10 rt4 - rt1(4) + rt5 TE-IS 10 rt5 - rt1(4) + rt2 TE-IS 15 rt2 - rt1(4) + rt1 + rt6 TE-IS 20 rt4 - rt4(4) + rt5 - rt5(4) + 10.0.255.4/32 IP TE 20 rt4 - rt4(4) + 10.0.255.5/32 IP TE 20 rt5 - rt5(4) + 10.0.255.2/32 IP TE 25 rt2 - rt2(4) + rt3 TE-IS 30 rt3 - rt1(4) + 10.0.255.6/32 IP TE 30 rt4 - rt6(4) + rt5 - rt6(4) + 10.0.255.3/32 IP TE 40 rt3 - rt3(4) IS-IS L1 IPv4 routing table: @@ -128,20 +128,20 @@ IS-IS L1 IPv6 routing table: test# test isis topology 3 root rt1 spf ipv4-only IS-IS paths to level-1 routers that speak IP - Vertex Type Metric Next-Hop Interface Parent - ----------------------------------------------------------------- - rt1 - 10.0.255.1/32 IP internal 0 rt1(4) - rt2 TE-IS 10 rt2 - rt1(4) - rt3 TE-IS 10 rt3 - rt1(4) - rt4 TE-IS 20 rt2 - rt2(4) - 10.0.255.2/32 IP TE 20 rt2 - rt2(4) - 10.0.255.3/32 IP TE 20 rt3 - rt3(4) - rt5 TE-IS 30 rt2 - rt4(4) - rt6 TE-IS 30 rt2 - rt4(4) - 10.0.255.4/32 IP TE 30 rt2 - rt4(4) - 10.0.255.5/32 IP TE 40 rt2 - rt5(4) - 10.0.255.6/32 IP TE 40 rt2 - rt6(4) + Vertex Type Metric Next-Hop Interface Parent + ----------------------------------------------------------- + rt1 + 10.0.255.1/32 IP TE 0 rt1(4) + rt2 TE-IS 10 rt2 - rt1(4) + rt3 TE-IS 10 rt3 - rt1(4) + rt4 TE-IS 20 rt2 - rt2(4) + 10.0.255.2/32 IP TE 20 rt2 - rt2(4) + 10.0.255.3/32 IP TE 20 rt3 - rt3(4) + rt5 TE-IS 30 rt2 - rt4(4) + rt6 TE-IS 30 rt2 - rt4(4) + 10.0.255.4/32 IP TE 30 rt2 - rt4(4) + 10.0.255.5/32 IP TE 40 rt2 - rt5(4) + 10.0.255.6/32 IP TE 40 rt2 - rt6(4) IS-IS L1 IPv4 routing table: @@ -157,24 +157,24 @@ IS-IS L1 IPv4 routing table: test# test isis topology 4 root rt1 spf ipv4-only IS-IS paths to level-1 routers that speak IP - Vertex Type Metric Next-Hop Interface Parent - ----------------------------------------------------------------- - rt1 - 10.0.255.1/32 IP internal 0 rt1(4) - rt2 TE-IS 10 rt2 - rt1(4) - rt3 TE-IS 10 rt3 - rt1(4) - rt4 TE-IS 20 rt2 - rt2(4) - rt5 TE-IS 20 rt3 - rt3(4) - 10.0.255.2/32 IP TE 20 rt2 - rt2(4) - 10.0.255.3/32 IP TE 20 rt3 - rt3(4) - rt6 TE-IS 30 rt2 - rt4(4) - rt7 TE-IS 30 rt3 - rt5(4) - 10.0.255.4/32 IP TE 30 rt2 - rt4(4) - 10.0.255.5/32 IP TE 30 rt3 - rt5(4) - rt8 TE-IS 40 rt2 - rt6(4) - 10.0.255.6/32 IP TE 40 rt2 - rt6(4) - 10.0.255.7/32 IP TE 40 rt3 - rt7(4) - 10.0.255.8/32 IP TE 50 rt2 - rt8(4) + Vertex Type Metric Next-Hop Interface Parent + ----------------------------------------------------------- + rt1 + 10.0.255.1/32 IP TE 0 rt1(4) + rt2 TE-IS 10 rt2 - rt1(4) + rt3 TE-IS 10 rt3 - rt1(4) + rt4 TE-IS 20 rt2 - rt2(4) + rt5 TE-IS 20 rt3 - rt3(4) + 10.0.255.2/32 IP TE 20 rt2 - rt2(4) + 10.0.255.3/32 IP TE 20 rt3 - rt3(4) + rt6 TE-IS 30 rt2 - rt4(4) + rt7 TE-IS 30 rt3 - rt5(4) + 10.0.255.4/32 IP TE 30 rt2 - rt4(4) + 10.0.255.5/32 IP TE 30 rt3 - rt5(4) + rt8 TE-IS 40 rt2 - rt6(4) + 10.0.255.6/32 IP TE 40 rt2 - rt6(4) + 10.0.255.7/32 IP TE 40 rt3 - rt7(4) + 10.0.255.8/32 IP TE 50 rt2 - rt8(4) IS-IS L1 IPv4 routing table: @@ -192,26 +192,26 @@ IS-IS L1 IPv4 routing table: test# test isis topology 5 root rt1 spf ipv4-only IS-IS paths to level-1 routers that speak IP - Vertex Type Metric Next-Hop Interface Parent - ----------------------------------------------------------------- - rt1 - 10.0.255.1/32 IP internal 0 rt1(4) - rt2 TE-IS 10 rt2 - rt1(4) - rt3 TE-IS 10 rt3 - rt1(4) - rt4 TE-IS 20 rt2 - rt2(4) - rt5 TE-IS 20 rt3 - rt3(4) - 10.0.255.2/32 IP TE 20 rt2 - rt2(4) - 10.0.255.3/32 IP TE 20 rt3 - rt3(4) - rt6 TE-IS 30 rt2 - rt4(4) - rt7 TE-IS 30 rt3 - rt5(4) - 10.0.255.4/32 IP TE 30 rt2 - rt4(4) - 10.0.255.5/32 IP TE 30 rt3 - rt5(4) - rt8 TE-IS 40 rt2 - rt6(4) - rt3 - rt7(4) - 10.0.255.6/32 IP TE 40 rt2 - rt6(4) - 10.0.255.7/32 IP TE 40 rt3 - rt7(4) - 10.0.255.8/32 IP TE 50 rt2 - rt8(4) - rt3 - rt8(4) + Vertex Type Metric Next-Hop Interface Parent + ----------------------------------------------------------- + rt1 + 10.0.255.1/32 IP TE 0 rt1(4) + rt2 TE-IS 10 rt2 - rt1(4) + rt3 TE-IS 10 rt3 - rt1(4) + rt4 TE-IS 20 rt2 - rt2(4) + rt5 TE-IS 20 rt3 - rt3(4) + 10.0.255.2/32 IP TE 20 rt2 - rt2(4) + 10.0.255.3/32 IP TE 20 rt3 - rt3(4) + rt6 TE-IS 30 rt2 - rt4(4) + rt7 TE-IS 30 rt3 - rt5(4) + 10.0.255.4/32 IP TE 30 rt2 - rt4(4) + 10.0.255.5/32 IP TE 30 rt3 - rt5(4) + rt8 TE-IS 40 rt2 - rt6(4) + rt3 - rt7(4) + 10.0.255.6/32 IP TE 40 rt2 - rt6(4) + 10.0.255.7/32 IP TE 40 rt3 - rt7(4) + 10.0.255.8/32 IP TE 50 rt2 - rt8(4) + rt3 - rt8(4) IS-IS L1 IPv4 routing table: @@ -230,34 +230,34 @@ IS-IS L1 IPv4 routing table: test# test isis topology 6 root rt1 spf ipv4-only IS-IS paths to level-1 routers that speak IP - Vertex Type Metric Next-Hop Interface Parent - ----------------------------------------------------------------- - rt1 - 10.0.255.1/32 IP internal 0 rt1(4) - rt2 TE-IS 10 rt2 - rt1(4) - rt3 TE-IS 10 rt3 - rt1(4) - rt4 TE-IS 20 rt2 - rt2(4) - rt3 - rt3(4) - 10.0.255.2/32 IP TE 20 rt2 - rt2(4) - 10.0.255.3/32 IP TE 20 rt3 - rt3(4) - rt6 TE-IS 30 rt2 - rt4(4) - rt3 - rt4(4) - 10.0.255.4/32 IP TE 30 rt2 - rt4(4) - rt3 - rt4(4) - rt5 TE-IS 40 rt2 - rt6(4) - rt3 - rt6(4) - rt8 TE-IS 40 rt2 - rt6(4) - rt3 - rt6(4) - 10.0.255.6/32 IP TE 40 rt2 - rt6(4) - rt3 - rt6(4) - rt7 TE-IS 50 rt2 - rt5(4) - rt3 - rt8(4) - 10.0.255.5/32 IP TE 50 rt2 - rt5(4) - rt3 - rt5(4) - 10.0.255.8/32 IP TE 50 rt2 - rt8(4) - rt3 - rt8(4) - 10.0.255.7/32 IP TE 60 rt2 - rt7(4) - rt3 - rt7(4) + Vertex Type Metric Next-Hop Interface Parent + ----------------------------------------------------------- + rt1 + 10.0.255.1/32 IP TE 0 rt1(4) + rt2 TE-IS 10 rt2 - rt1(4) + rt3 TE-IS 10 rt3 - rt1(4) + rt4 TE-IS 20 rt2 - rt2(4) + rt3 - rt3(4) + 10.0.255.2/32 IP TE 20 rt2 - rt2(4) + 10.0.255.3/32 IP TE 20 rt3 - rt3(4) + rt6 TE-IS 30 rt2 - rt4(4) + rt3 - rt4(4) + 10.0.255.4/32 IP TE 30 rt2 - rt4(4) + rt3 - rt4(4) + rt5 TE-IS 40 rt2 - rt6(4) + rt3 - rt6(4) + rt8 TE-IS 40 rt2 - rt6(4) + rt3 - rt6(4) + 10.0.255.6/32 IP TE 40 rt2 - rt6(4) + rt3 - rt6(4) + rt7 TE-IS 50 rt2 - rt5(4) + rt3 - rt8(4) + 10.0.255.5/32 IP TE 50 rt2 - rt5(4) + rt3 - rt5(4) + 10.0.255.8/32 IP TE 50 rt2 - rt8(4) + rt3 - rt8(4) + 10.0.255.7/32 IP TE 60 rt2 - rt7(4) + rt3 - rt7(4) IS-IS L1 IPv4 routing table: @@ -280,35 +280,35 @@ IS-IS L1 IPv4 routing table: test# test isis topology 7 root rt1 spf ipv4-only IS-IS paths to level-1 routers that speak IP - Vertex Type Metric Next-Hop Interface Parent - ------------------------------------------------------------------- - rt1 - 10.0.255.1/32 IP internal 0 rt1(4) - rt4 TE-IS 10 rt4 - rt1(4) - rt5 TE-IS 20 rt4 - rt4(4) - rt7 TE-IS 20 rt4 - rt4(4) - 10.0.255.4/32 IP TE 20 rt4 - rt4(4) - rt2 TE-IS 30 rt4 - rt5(4) - rt6 TE-IS 30 rt4 - rt5(4) - rt8 TE-IS 30 rt4 - rt5(4) - rt7(4) - 10.0.255.5/32 IP TE 30 rt4 - rt5(4) - 10.0.255.7/32 IP TE 30 rt4 - rt7(4) - rt10 TE-IS 40 rt4 - rt7(4) - rt3 TE-IS 40 rt4 - rt2(4) - rt6(4) - rt9 TE-IS 40 rt4 - rt8(4) - rt11 TE-IS 40 rt4 - rt8(4) - 10.0.255.2/32 IP TE 40 rt4 - rt2(4) - 10.0.255.6/32 IP TE 40 rt4 - rt6(4) - 10.0.255.8/32 IP TE 40 rt4 - rt8(4) - rt12 TE-IS 50 rt4 - rt9(4) - rt11(4) - 10.0.255.10/32 IP TE 50 rt4 - rt10(4) - 10.0.255.3/32 IP TE 50 rt4 - rt3(4) - 10.0.255.9/32 IP TE 50 rt4 - rt9(4) - 10.0.255.11/32 IP TE 50 rt4 - rt11(4) - 10.0.255.12/32 IP TE 60 rt4 - rt12(4) + Vertex Type Metric Next-Hop Interface Parent + ------------------------------------------------------------- + rt1 + 10.0.255.1/32 IP TE 0 rt1(4) + rt4 TE-IS 10 rt4 - rt1(4) + rt5 TE-IS 20 rt4 - rt4(4) + rt7 TE-IS 20 rt4 - rt4(4) + 10.0.255.4/32 IP TE 20 rt4 - rt4(4) + rt2 TE-IS 30 rt4 - rt5(4) + rt6 TE-IS 30 rt4 - rt5(4) + rt8 TE-IS 30 rt4 - rt5(4) + rt7(4) + 10.0.255.5/32 IP TE 30 rt4 - rt5(4) + 10.0.255.7/32 IP TE 30 rt4 - rt7(4) + rt10 TE-IS 40 rt4 - rt7(4) + rt3 TE-IS 40 rt4 - rt2(4) + rt6(4) + rt9 TE-IS 40 rt4 - rt8(4) + rt11 TE-IS 40 rt4 - rt8(4) + 10.0.255.2/32 IP TE 40 rt4 - rt2(4) + 10.0.255.6/32 IP TE 40 rt4 - rt6(4) + 10.0.255.8/32 IP TE 40 rt4 - rt8(4) + rt12 TE-IS 50 rt4 - rt9(4) + rt11(4) + 10.0.255.10/32 IP TE 50 rt4 - rt10(4) + 10.0.255.3/32 IP TE 50 rt4 - rt3(4) + 10.0.255.9/32 IP TE 50 rt4 - rt9(4) + 10.0.255.11/32 IP TE 50 rt4 - rt11(4) + 10.0.255.12/32 IP TE 60 rt4 - rt12(4) IS-IS L1 IPv4 routing table: @@ -330,34 +330,34 @@ IS-IS L1 IPv4 routing table: test# test isis topology 8 root rt1 spf ipv4-only IS-IS paths to level-1 routers that speak IP - Vertex Type Metric Next-Hop Interface Parent - ------------------------------------------------------------------- - rt1 - 10.0.255.1/32 IP internal 0 rt1(4) - rt2 TE-IS 10 rt2 - rt1(4) - rt4 TE-IS 10 rt4 - rt1(4) - rt3 TE-IS 20 rt2 - rt2(4) - rt5 TE-IS 20 rt2 - rt2(4) - rt7 TE-IS 20 rt4 - rt4(4) - 10.0.255.2/32 IP TE 20 rt2 - rt2(4) - 10.0.255.4/32 IP TE 20 rt4 - rt4(4) - rt6 TE-IS 30 rt2 - rt3(4) - rt5(4) - rt8 TE-IS 30 rt2 - rt5(4) - rt10 TE-IS 30 rt4 - rt7(4) - 10.0.255.3/32 IP TE 30 rt2 - rt3(4) - 10.0.255.5/32 IP TE 30 rt2 - rt5(4) - 10.0.255.7/32 IP TE 30 rt4 - rt7(4) - rt9 TE-IS 40 rt2 - rt8(4) - rt11 TE-IS 40 rt2 - rt8(4) - 10.0.255.6/32 IP TE 40 rt2 - rt6(4) - 10.0.255.8/32 IP TE 40 rt2 - rt8(4) - 10.0.255.10/32 IP TE 40 rt4 - rt10(4) - rt12 TE-IS 50 rt2 - rt9(4) - rt11(4) - 10.0.255.9/32 IP TE 50 rt2 - rt9(4) - 10.0.255.11/32 IP TE 50 rt2 - rt11(4) - 10.0.255.12/32 IP TE 60 rt2 - rt12(4) + Vertex Type Metric Next-Hop Interface Parent + ------------------------------------------------------------- + rt1 + 10.0.255.1/32 IP TE 0 rt1(4) + rt2 TE-IS 10 rt2 - rt1(4) + rt4 TE-IS 10 rt4 - rt1(4) + rt3 TE-IS 20 rt2 - rt2(4) + rt5 TE-IS 20 rt2 - rt2(4) + rt7 TE-IS 20 rt4 - rt4(4) + 10.0.255.2/32 IP TE 20 rt2 - rt2(4) + 10.0.255.4/32 IP TE 20 rt4 - rt4(4) + rt6 TE-IS 30 rt2 - rt3(4) + rt5(4) + rt8 TE-IS 30 rt2 - rt5(4) + rt10 TE-IS 30 rt4 - rt7(4) + 10.0.255.3/32 IP TE 30 rt2 - rt3(4) + 10.0.255.5/32 IP TE 30 rt2 - rt5(4) + 10.0.255.7/32 IP TE 30 rt4 - rt7(4) + rt9 TE-IS 40 rt2 - rt8(4) + rt11 TE-IS 40 rt2 - rt8(4) + 10.0.255.6/32 IP TE 40 rt2 - rt6(4) + 10.0.255.8/32 IP TE 40 rt2 - rt8(4) + 10.0.255.10/32 IP TE 40 rt4 - rt10(4) + rt12 TE-IS 50 rt2 - rt9(4) + rt11(4) + 10.0.255.9/32 IP TE 50 rt2 - rt9(4) + 10.0.255.11/32 IP TE 50 rt2 - rt11(4) + 10.0.255.12/32 IP TE 60 rt2 - rt12(4) IS-IS L1 IPv4 routing table: @@ -379,29 +379,29 @@ IS-IS L1 IPv4 routing table: test# test isis topology 9 root rt1 spf IS-IS paths to level-1 routers that speak IP - Vertex Type Metric Next-Hop Interface Parent - ----------------------------------------------------------------- - rt1 - 10.0.255.1/32 IP internal 0 rt1(4) - rt2 TE-IS 10 rt2 - rt1(4) - rt3 TE-IS 10 rt3 - rt1(4) - rt4 TE-IS 20 rt2 - rt2(4) - 10.0.255.2/32 IP TE 20 rt2 - rt2(4) - 10.0.255.3/32 IP TE 20 rt3 - rt3(4) - rt5 TE-IS 30 rt2 - rt4(4) - 10.0.255.4/32 IP TE 30 rt2 - rt4(4) - rt9 TE-IS 40 rt2 - rt5(4) - 10.0.255.5/32 IP TE 40 rt2 - rt5(4) - rt6 TE-IS 50 rt2 - rt4(4) - rt9(4) - rt7 TE-IS 50 rt2 - rt4(4) - rt9(4) - rt8 TE-IS 50 rt2 - rt4(4) - rt9(4) - 10.0.255.9/32 IP TE 50 rt2 - rt9(4) - 10.0.255.6/32 IP TE 60 rt2 - rt6(4) - 10.0.255.7/32 IP TE 60 rt2 - rt7(4) - 10.0.255.8/32 IP TE 60 rt2 - rt8(4) + Vertex Type Metric Next-Hop Interface Parent + ----------------------------------------------------------- + rt1 + 10.0.255.1/32 IP TE 0 rt1(4) + rt2 TE-IS 10 rt2 - rt1(4) + rt3 TE-IS 10 rt3 - rt1(4) + rt4 TE-IS 20 rt2 - rt2(4) + 10.0.255.2/32 IP TE 20 rt2 - rt2(4) + 10.0.255.3/32 IP TE 20 rt3 - rt3(4) + rt5 TE-IS 30 rt2 - rt4(4) + 10.0.255.4/32 IP TE 30 rt2 - rt4(4) + rt9 TE-IS 40 rt2 - rt5(4) + 10.0.255.5/32 IP TE 40 rt2 - rt5(4) + rt6 TE-IS 50 rt2 - rt4(4) + rt9(4) + rt7 TE-IS 50 rt2 - rt4(4) + rt9(4) + rt8 TE-IS 50 rt2 - rt4(4) + rt9(4) + 10.0.255.9/32 IP TE 50 rt2 - rt9(4) + 10.0.255.6/32 IP TE 60 rt2 - rt6(4) + 10.0.255.7/32 IP TE 60 rt2 - rt7(4) + 10.0.255.8/32 IP TE 60 rt2 - rt8(4) IS-IS L1 IPv4 routing table: @@ -460,24 +460,24 @@ IS-IS L1 IPv6 routing table: test# test isis topology 10 root rt1 spf IS-IS paths to level-1 routers that speak IP - Vertex Type Metric Next-Hop Interface Parent - ----------------------------------------------------------------- - rt1 - 10.0.255.1/32 IP internal 0 rt1(4) - rt2 TE-IS 10 rt2 - rt1(4) - rt3 TE-IS 20 rt3 - rt1(4) - rt4 TE-IS 20 rt4 - rt1(4) - rt5 TE-IS 20 rt2 - rt2(4) - 10.0.255.2/32 IP TE 20 rt2 - rt2(4) - rt6 TE-IS 30 rt3 - rt3(4) - rt7 TE-IS 30 rt4 - rt4(4) - rt8 TE-IS 30 rt2 - rt5(4) - 10.0.255.3/32 IP TE 30 rt3 - rt3(4) - 10.0.255.4/32 IP TE 30 rt4 - rt4(4) - 10.0.255.5/32 IP TE 30 rt2 - rt5(4) - 10.0.255.6/32 IP TE 40 rt3 - rt6(4) - 10.0.255.7/32 IP TE 40 rt4 - rt7(4) - 10.0.255.8/32 IP TE 40 rt2 - rt8(4) + Vertex Type Metric Next-Hop Interface Parent + ----------------------------------------------------------- + rt1 + 10.0.255.1/32 IP TE 0 rt1(4) + rt2 TE-IS 10 rt2 - rt1(4) + rt3 TE-IS 20 rt3 - rt1(4) + rt4 TE-IS 20 rt4 - rt1(4) + rt5 TE-IS 20 rt2 - rt2(4) + 10.0.255.2/32 IP TE 20 rt2 - rt2(4) + rt6 TE-IS 30 rt3 - rt3(4) + rt7 TE-IS 30 rt4 - rt4(4) + rt8 TE-IS 30 rt2 - rt5(4) + 10.0.255.3/32 IP TE 30 rt3 - rt3(4) + 10.0.255.4/32 IP TE 30 rt4 - rt4(4) + 10.0.255.5/32 IP TE 30 rt2 - rt5(4) + 10.0.255.6/32 IP TE 40 rt3 - rt6(4) + 10.0.255.7/32 IP TE 40 rt4 - rt7(4) + 10.0.255.8/32 IP TE 40 rt2 - rt8(4) IS-IS L1 IPv4 routing table: @@ -532,7 +532,7 @@ IS-IS paths to level-1 routers that speak IP Vertex Type Metric Next-Hop Interface Parent ------------------------------------------------------------------ rt1 - 10.0.255.1/32 IP internal 0 rt1(4) + 10.0.255.1/32 IP TE 0 rt1(4) rt2 TE-IS 10 rt2 - rt1(4) rt3 TE-IS 10 rt3 - rt1(4) rt2 pseudo_TE-IS 20 rt3 - rt3(4) @@ -594,28 +594,28 @@ IS-IS L1 IPv6 routing table: test# test isis topology 12 root rt1 spf ipv4-only IS-IS paths to level-1 routers that speak IP - Vertex Type Metric Next-Hop Interface Parent - ------------------------------------------------------------------- - rt1 - 10.0.255.1/32 IP internal 0 rt1(4) - rt2 TE-IS 10 rt2 - rt1(4) - rt3 TE-IS 10 rt3 - rt1(4) - rt4 TE-IS 20 rt2 - rt2(4) - rt5 TE-IS 20 rt3 - rt3(4) - 10.0.255.2/32 IP TE 20 rt2 - rt2(4) - 10.0.255.3/32 IP TE 20 rt3 - rt3(4) - rt6 TE-IS 30 rt2 - rt4(4) - rt7 TE-IS 30 rt3 - rt5(4) - 10.0.255.4/32 IP TE 30 rt2 - rt4(4) - 10.0.255.5/32 IP TE 30 rt3 - rt5(4) - rt8 TE-IS 40 rt2 - rt6(4) - rt9 TE-IS 40 rt3 - rt7(4) - 10.0.255.6/32 IP TE 40 rt2 - rt6(4) - 10.0.255.7/32 IP TE 40 rt3 - rt7(4) - rt10 TE-IS 50 rt2 - rt8(4) - 10.0.255.8/32 IP TE 50 rt2 - rt8(4) - 10.0.255.9/32 IP TE 50 rt3 - rt9(4) - 10.0.255.10/32 IP TE 60 rt2 - rt10(4) + Vertex Type Metric Next-Hop Interface Parent + ------------------------------------------------------------- + rt1 + 10.0.255.1/32 IP TE 0 rt1(4) + rt2 TE-IS 10 rt2 - rt1(4) + rt3 TE-IS 10 rt3 - rt1(4) + rt4 TE-IS 20 rt2 - rt2(4) + rt5 TE-IS 20 rt3 - rt3(4) + 10.0.255.2/32 IP TE 20 rt2 - rt2(4) + 10.0.255.3/32 IP TE 20 rt3 - rt3(4) + rt6 TE-IS 30 rt2 - rt4(4) + rt7 TE-IS 30 rt3 - rt5(4) + 10.0.255.4/32 IP TE 30 rt2 - rt4(4) + 10.0.255.5/32 IP TE 30 rt3 - rt5(4) + rt8 TE-IS 40 rt2 - rt6(4) + rt9 TE-IS 40 rt3 - rt7(4) + 10.0.255.6/32 IP TE 40 rt2 - rt6(4) + 10.0.255.7/32 IP TE 40 rt3 - rt7(4) + rt10 TE-IS 50 rt2 - rt8(4) + 10.0.255.8/32 IP TE 50 rt2 - rt8(4) + 10.0.255.9/32 IP TE 50 rt3 - rt9(4) + 10.0.255.10/32 IP TE 60 rt2 - rt10(4) IS-IS L1 IPv4 routing table: @@ -635,25 +635,25 @@ IS-IS L1 IPv4 routing table: test# test isis topology 13 root rt1 spf ipv4-only IS-IS paths to level-1 routers that speak IP - Vertex Type Metric Next-Hop Interface Parent - ----------------------------------------------------------------- - rt1 - 10.0.255.1/32 IP internal 0 rt1(4) - rt2 TE-IS 10 rt2 - rt1(4) - rt3 TE-IS 10 rt3 - rt1(4) - rt4 TE-IS 20 rt2 - rt2(4) - rt3 - rt3(4) - rt5 TE-IS 20 rt3 - rt3(4) - rt6 TE-IS 20 rt3 - rt3(4) - 10.0.255.2/32 IP TE 20 rt2 - rt2(4) - 10.0.255.3/32 IP TE 20 rt3 - rt3(4) - rt7 TE-IS 30 rt3 - rt5(4) - rt6(4) - 10.0.255.4/32 IP TE 30 rt2 - rt4(4) - rt3 - rt4(4) - 10.0.255.5/32 IP TE 30 rt3 - rt5(4) - 10.0.255.6/32 IP TE 30 rt3 - rt6(4) - 10.0.255.7/32 IP TE 40 rt3 - rt7(4) + Vertex Type Metric Next-Hop Interface Parent + ----------------------------------------------------------- + rt1 + 10.0.255.1/32 IP TE 0 rt1(4) + rt2 TE-IS 10 rt2 - rt1(4) + rt3 TE-IS 10 rt3 - rt1(4) + rt4 TE-IS 20 rt2 - rt2(4) + rt3 - rt3(4) + rt5 TE-IS 20 rt3 - rt3(4) + rt6 TE-IS 20 rt3 - rt3(4) + 10.0.255.2/32 IP TE 20 rt2 - rt2(4) + 10.0.255.3/32 IP TE 20 rt3 - rt3(4) + rt7 TE-IS 30 rt3 - rt5(4) + rt6(4) + 10.0.255.4/32 IP TE 30 rt2 - rt4(4) + rt3 - rt4(4) + 10.0.255.5/32 IP TE 30 rt3 - rt5(4) + 10.0.255.6/32 IP TE 30 rt3 - rt6(4) + 10.0.255.7/32 IP TE 40 rt3 - rt7(4) IS-IS L1 IPv4 routing table: @@ -672,24 +672,24 @@ IS-IS L1 IPv4 routing table: test# test# test isis topology 4 root rt1 reverse-spf ipv4-only IS-IS paths to level-1 routers that speak IP - Vertex Type Metric Next-Hop Interface Parent - ----------------------------------------------------------------- - rt1 - 10.0.255.1/32 IP internal 0 rt1(4) - rt2 TE-IS 10 rt2 - rt1(4) - rt3 TE-IS 10 rt3 - rt1(4) - rt4 TE-IS 20 rt2 - rt2(4) - rt5 TE-IS 20 rt3 - rt3(4) - 10.0.255.2/32 IP TE 20 rt2 - rt2(4) - 10.0.255.3/32 IP TE 20 rt3 - rt3(4) - rt6 TE-IS 30 rt2 - rt4(4) - rt7 TE-IS 30 rt3 - rt5(4) - 10.0.255.4/32 IP TE 30 rt2 - rt4(4) - 10.0.255.5/32 IP TE 30 rt3 - rt5(4) - rt8 TE-IS 40 rt2 - rt6(4) - 10.0.255.6/32 IP TE 40 rt2 - rt6(4) - 10.0.255.7/32 IP TE 40 rt3 - rt7(4) - 10.0.255.8/32 IP TE 50 rt2 - rt8(4) + Vertex Type Metric Next-Hop Interface Parent + ----------------------------------------------------------- + rt1 + 10.0.255.1/32 IP TE 0 rt1(4) + rt2 TE-IS 10 rt2 - rt1(4) + rt3 TE-IS 10 rt3 - rt1(4) + rt4 TE-IS 20 rt2 - rt2(4) + rt5 TE-IS 20 rt3 - rt3(4) + 10.0.255.2/32 IP TE 20 rt2 - rt2(4) + 10.0.255.3/32 IP TE 20 rt3 - rt3(4) + rt6 TE-IS 30 rt2 - rt4(4) + rt7 TE-IS 30 rt3 - rt5(4) + 10.0.255.4/32 IP TE 30 rt2 - rt4(4) + 10.0.255.5/32 IP TE 30 rt3 - rt5(4) + rt8 TE-IS 40 rt2 - rt6(4) + 10.0.255.6/32 IP TE 40 rt2 - rt6(4) + 10.0.255.7/32 IP TE 40 rt3 - rt7(4) + 10.0.255.8/32 IP TE 50 rt2 - rt8(4) IS-IS L1 IPv4 routing table: @@ -710,7 +710,7 @@ IS-IS paths to level-1 routers that speak IP Vertex Type Metric Next-Hop Interface Parent ------------------------------------------------------------------ rt1 - 10.0.255.1/32 IP internal 0 rt1(4) + 10.0.255.1/32 IP TE 0 rt1(4) rt2 TE-IS 10 rt1(4) rt3 TE-IS 10 rt3 - rt1(4) rt2 pseudo_TE-IS 20 rt3 - rt3(4) @@ -765,22 +765,22 @@ IS-IS L1 IPv6 routing table: test# test# test isis topology 1 root rt1 lfa system-id rt2 IS-IS paths to level-1 routers that speak IP - Vertex Type Metric Next-Hop Interface Parent - ----------------------------------------------------------------- - rt1 - 10.0.255.1/32 IP internal 0 rt1(4) - rt2 TE-IS 10 rt2 - rt1(4) - rt3 TE-IS 10 rt3 - rt1(4) - rt4 TE-IS 20 rt2 - rt2(4) - rt5 TE-IS 20 rt3 - rt3(4) - 10.0.255.2/32 IP TE 20 rt2 - rt2(4) - 10.0.255.3/32 IP TE 20 rt3 - rt3(4) - rt6 TE-IS 30 rt2 - rt4(4) - rt3 - rt5(4) - 10.0.255.4/32 IP TE 30 rt2 - rt4(4) - 10.0.255.5/32 IP TE 30 rt3 - rt5(4) - 10.0.255.6/32 IP TE 40 rt2 - rt6(4) - rt3 - rt6(4) + Vertex Type Metric Next-Hop Interface Parent + ----------------------------------------------------------- + rt1 + 10.0.255.1/32 IP TE 0 rt1(4) + rt2 TE-IS 10 rt2 - rt1(4) + rt3 TE-IS 10 rt3 - rt1(4) + rt4 TE-IS 20 rt2 - rt2(4) + rt5 TE-IS 20 rt3 - rt3(4) + 10.0.255.2/32 IP TE 20 rt2 - rt2(4) + 10.0.255.3/32 IP TE 20 rt3 - rt3(4) + rt6 TE-IS 30 rt2 - rt4(4) + rt3 - rt5(4) + 10.0.255.4/32 IP TE 30 rt2 - rt4(4) + 10.0.255.5/32 IP TE 30 rt3 - rt5(4) + 10.0.255.6/32 IP TE 40 rt2 - rt6(4) + rt3 - rt6(4) Main: @@ -839,7 +839,7 @@ IS-IS paths to level-1 routers that speak IP Vertex Type Metric Next-Hop Interface Parent ------------------------------------------------------------------ rt4 - 10.0.255.4/32 IP internal 0 rt4(4) + 10.0.255.4/32 IP TE 0 rt4(4) rt1 TE-IS 10 rt1 - rt4(4) rt5 TE-IS 10 rt5 - rt4(4) rt6 TE-IS 10 rt6 - rt4(4) @@ -916,7 +916,7 @@ IS-IS paths to level-1 routers that speak IP Vertex Type Metric Next-Hop Interface Parent ------------------------------------------------------------------ rt4 - 10.0.255.4/32 IP internal 0 rt4(4) + 10.0.255.4/32 IP TE 0 rt4(4) rt1 TE-IS 10 rt1 - rt4(4) rt5 TE-IS 10 rt5 - rt4(4) rt6 TE-IS 10 rt6 - rt4(4) @@ -990,20 +990,20 @@ IS-IS L1 IPv6 routing table: test# test isis topology 3 root rt1 lfa system-id rt2 IS-IS paths to level-1 routers that speak IP - Vertex Type Metric Next-Hop Interface Parent - ----------------------------------------------------------------- - rt1 - 10.0.255.1/32 IP internal 0 rt1(4) - rt2 TE-IS 10 rt2 - rt1(4) - rt3 TE-IS 10 rt3 - rt1(4) - rt4 TE-IS 20 rt2 - rt2(4) - 10.0.255.2/32 IP TE 20 rt2 - rt2(4) - 10.0.255.3/32 IP TE 20 rt3 - rt3(4) - rt5 TE-IS 30 rt2 - rt4(4) - rt6 TE-IS 30 rt2 - rt4(4) - 10.0.255.4/32 IP TE 30 rt2 - rt4(4) - 10.0.255.5/32 IP TE 40 rt2 - rt5(4) - 10.0.255.6/32 IP TE 40 rt2 - rt6(4) + Vertex Type Metric Next-Hop Interface Parent + ----------------------------------------------------------- + rt1 + 10.0.255.1/32 IP TE 0 rt1(4) + rt2 TE-IS 10 rt2 - rt1(4) + rt3 TE-IS 10 rt3 - rt1(4) + rt4 TE-IS 20 rt2 - rt2(4) + 10.0.255.2/32 IP TE 20 rt2 - rt2(4) + 10.0.255.3/32 IP TE 20 rt3 - rt3(4) + rt5 TE-IS 30 rt2 - rt4(4) + rt6 TE-IS 30 rt2 - rt4(4) + 10.0.255.4/32 IP TE 30 rt2 - rt4(4) + 10.0.255.5/32 IP TE 40 rt2 - rt5(4) + 10.0.255.6/32 IP TE 40 rt2 - rt6(4) Main: @@ -1044,20 +1044,20 @@ IS-IS L1 IPv6 routing table: test# test isis topology 3 root rt1 lfa system-id rt3 IS-IS paths to level-1 routers that speak IP - Vertex Type Metric Next-Hop Interface Parent - ----------------------------------------------------------------- - rt1 - 10.0.255.1/32 IP internal 0 rt1(4) - rt2 TE-IS 10 rt2 - rt1(4) - rt3 TE-IS 10 rt3 - rt1(4) - rt4 TE-IS 20 rt2 - rt2(4) - 10.0.255.2/32 IP TE 20 rt2 - rt2(4) - 10.0.255.3/32 IP TE 20 rt3 - rt3(4) - rt5 TE-IS 30 rt2 - rt4(4) - rt6 TE-IS 30 rt2 - rt4(4) - 10.0.255.4/32 IP TE 30 rt2 - rt4(4) - 10.0.255.5/32 IP TE 40 rt2 - rt5(4) - 10.0.255.6/32 IP TE 40 rt2 - rt6(4) + Vertex Type Metric Next-Hop Interface Parent + ----------------------------------------------------------- + rt1 + 10.0.255.1/32 IP TE 0 rt1(4) + rt2 TE-IS 10 rt2 - rt1(4) + rt3 TE-IS 10 rt3 - rt1(4) + rt4 TE-IS 20 rt2 - rt2(4) + 10.0.255.2/32 IP TE 20 rt2 - rt2(4) + 10.0.255.3/32 IP TE 20 rt3 - rt3(4) + rt5 TE-IS 30 rt2 - rt4(4) + rt6 TE-IS 30 rt2 - rt4(4) + 10.0.255.4/32 IP TE 30 rt2 - rt4(4) + 10.0.255.5/32 IP TE 40 rt2 - rt5(4) + 10.0.255.6/32 IP TE 40 rt2 - rt6(4) Main: @@ -1095,35 +1095,35 @@ IS-IS L1 IPv6 routing table: test# test isis topology 7 root rt1 lfa system-id rt4 IS-IS paths to level-1 routers that speak IP - Vertex Type Metric Next-Hop Interface Parent - ------------------------------------------------------------------- - rt1 - 10.0.255.1/32 IP internal 0 rt1(4) - rt4 TE-IS 10 rt4 - rt1(4) - rt5 TE-IS 20 rt4 - rt4(4) - rt7 TE-IS 20 rt4 - rt4(4) - 10.0.255.4/32 IP TE 20 rt4 - rt4(4) - rt2 TE-IS 30 rt4 - rt5(4) - rt6 TE-IS 30 rt4 - rt5(4) - rt8 TE-IS 30 rt4 - rt5(4) - rt7(4) - 10.0.255.5/32 IP TE 30 rt4 - rt5(4) - 10.0.255.7/32 IP TE 30 rt4 - rt7(4) - rt10 TE-IS 40 rt4 - rt7(4) - rt3 TE-IS 40 rt4 - rt2(4) - rt6(4) - rt9 TE-IS 40 rt4 - rt8(4) - rt11 TE-IS 40 rt4 - rt8(4) - 10.0.255.2/32 IP TE 40 rt4 - rt2(4) - 10.0.255.6/32 IP TE 40 rt4 - rt6(4) - 10.0.255.8/32 IP TE 40 rt4 - rt8(4) - rt12 TE-IS 50 rt4 - rt9(4) - rt11(4) - 10.0.255.10/32 IP TE 50 rt4 - rt10(4) - 10.0.255.3/32 IP TE 50 rt4 - rt3(4) - 10.0.255.9/32 IP TE 50 rt4 - rt9(4) - 10.0.255.11/32 IP TE 50 rt4 - rt11(4) - 10.0.255.12/32 IP TE 60 rt4 - rt12(4) + Vertex Type Metric Next-Hop Interface Parent + ------------------------------------------------------------- + rt1 + 10.0.255.1/32 IP TE 0 rt1(4) + rt4 TE-IS 10 rt4 - rt1(4) + rt5 TE-IS 20 rt4 - rt4(4) + rt7 TE-IS 20 rt4 - rt4(4) + 10.0.255.4/32 IP TE 20 rt4 - rt4(4) + rt2 TE-IS 30 rt4 - rt5(4) + rt6 TE-IS 30 rt4 - rt5(4) + rt8 TE-IS 30 rt4 - rt5(4) + rt7(4) + 10.0.255.5/32 IP TE 30 rt4 - rt5(4) + 10.0.255.7/32 IP TE 30 rt4 - rt7(4) + rt10 TE-IS 40 rt4 - rt7(4) + rt3 TE-IS 40 rt4 - rt2(4) + rt6(4) + rt9 TE-IS 40 rt4 - rt8(4) + rt11 TE-IS 40 rt4 - rt8(4) + 10.0.255.2/32 IP TE 40 rt4 - rt2(4) + 10.0.255.6/32 IP TE 40 rt4 - rt6(4) + 10.0.255.8/32 IP TE 40 rt4 - rt8(4) + rt12 TE-IS 50 rt4 - rt9(4) + rt11(4) + 10.0.255.10/32 IP TE 50 rt4 - rt10(4) + 10.0.255.3/32 IP TE 50 rt4 - rt3(4) + 10.0.255.9/32 IP TE 50 rt4 - rt9(4) + 10.0.255.11/32 IP TE 50 rt4 - rt11(4) + 10.0.255.12/32 IP TE 60 rt4 - rt12(4) Main: @@ -1177,41 +1177,41 @@ IS-IS L1 IPv6 routing table: test# test isis topology 7 root rt7 lfa system-id rt8 IS-IS paths to level-1 routers that speak IP - Vertex Type Metric Next-Hop Interface Parent - ------------------------------------------------------------------- - rt7 - 10.0.255.7/32 IP internal 0 rt7(4) - rt4 TE-IS 10 rt4 - rt7(4) - rt8 TE-IS 10 rt8 - rt7(4) - rt10 TE-IS 20 rt10 - rt7(4) - rt1 TE-IS 20 rt4 - rt4(4) - rt5 TE-IS 20 rt4 - rt4(4) - rt8 - rt8(4) - rt9 TE-IS 20 rt8 - rt8(4) - rt11 TE-IS 20 rt8 - rt8(4) - 10.0.255.4/32 IP TE 20 rt4 - rt4(4) - 10.0.255.8/32 IP TE 20 rt8 - rt8(4) - rt2 TE-IS 30 rt4 - rt5(4) - rt8 - rt5(4) - rt6 TE-IS 30 rt4 - rt5(4) - rt8 - rt5(4) - rt12 TE-IS 30 rt8 - rt9(4) - rt11(4) - 10.0.255.10/32 IP TE 30 rt10 - rt10(4) - 10.0.255.1/32 IP TE 30 rt4 - rt1(4) - 10.0.255.5/32 IP TE 30 rt4 - rt5(4) - rt8 - rt5(4) - 10.0.255.9/32 IP TE 30 rt8 - rt9(4) - 10.0.255.11/32 IP TE 30 rt8 - rt11(4) - rt3 TE-IS 40 rt4 - rt2(4) - rt8 - rt6(4) - 10.0.255.2/32 IP TE 40 rt4 - rt2(4) - rt8 - rt2(4) - 10.0.255.6/32 IP TE 40 rt4 - rt6(4) - rt8 - rt6(4) - 10.0.255.12/32 IP TE 40 rt8 - rt12(4) - 10.0.255.3/32 IP TE 50 rt4 - rt3(4) - rt8 - rt3(4) + Vertex Type Metric Next-Hop Interface Parent + ------------------------------------------------------------- + rt7 + 10.0.255.7/32 IP TE 0 rt7(4) + rt4 TE-IS 10 rt4 - rt7(4) + rt8 TE-IS 10 rt8 - rt7(4) + rt10 TE-IS 20 rt10 - rt7(4) + rt1 TE-IS 20 rt4 - rt4(4) + rt5 TE-IS 20 rt4 - rt4(4) + rt8 - rt8(4) + rt9 TE-IS 20 rt8 - rt8(4) + rt11 TE-IS 20 rt8 - rt8(4) + 10.0.255.4/32 IP TE 20 rt4 - rt4(4) + 10.0.255.8/32 IP TE 20 rt8 - rt8(4) + rt2 TE-IS 30 rt4 - rt5(4) + rt8 - rt5(4) + rt6 TE-IS 30 rt4 - rt5(4) + rt8 - rt5(4) + rt12 TE-IS 30 rt8 - rt9(4) + rt11(4) + 10.0.255.10/32 IP TE 30 rt10 - rt10(4) + 10.0.255.1/32 IP TE 30 rt4 - rt1(4) + 10.0.255.5/32 IP TE 30 rt4 - rt5(4) + rt8 - rt5(4) + 10.0.255.9/32 IP TE 30 rt8 - rt9(4) + 10.0.255.11/32 IP TE 30 rt8 - rt11(4) + rt3 TE-IS 40 rt4 - rt2(4) + rt8 - rt6(4) + 10.0.255.2/32 IP TE 40 rt4 - rt2(4) + rt8 - rt2(4) + 10.0.255.6/32 IP TE 40 rt4 - rt6(4) + rt8 - rt6(4) + 10.0.255.12/32 IP TE 40 rt8 - rt12(4) + 10.0.255.3/32 IP TE 50 rt4 - rt3(4) + rt8 - rt3(4) Main: @@ -1263,39 +1263,39 @@ IS-IS L1 IPv6 routing table: test# test isis topology 7 root rt8 lfa system-id rt11 IS-IS paths to level-1 routers that speak IP - Vertex Type Metric Next-Hop Interface Parent - ------------------------------------------------------------------- - rt8 - 10.0.255.8/32 IP internal 0 rt8(4) - rt5 TE-IS 10 rt5 - rt8(4) - rt7 TE-IS 10 rt7 - rt8(4) - rt9 TE-IS 10 rt9 - rt8(4) - rt11 TE-IS 10 rt11 - rt8(4) - rt2 TE-IS 20 rt5 - rt5(4) - rt4 TE-IS 20 rt5 - rt5(4) - rt7 - rt7(4) - rt6 TE-IS 20 rt5 - rt5(4) - rt12 TE-IS 20 rt9 - rt9(4) - rt11 - rt11(4) - rt10 TE-IS 20 rt11 - rt11(4) - 10.0.255.5/32 IP TE 20 rt5 - rt5(4) - 10.0.255.7/32 IP TE 20 rt7 - rt7(4) - 10.0.255.9/32 IP TE 20 rt9 - rt9(4) - 10.0.255.11/32 IP TE 20 rt11 - rt11(4) - rt3 TE-IS 30 rt5 - rt2(4) - rt6(4) - rt1 TE-IS 30 rt5 - rt4(4) - rt7 - rt4(4) - 10.0.255.2/32 IP TE 30 rt5 - rt2(4) - 10.0.255.4/32 IP TE 30 rt5 - rt4(4) - rt7 - rt4(4) - 10.0.255.6/32 IP TE 30 rt5 - rt6(4) - 10.0.255.12/32 IP TE 30 rt9 - rt12(4) - rt11 - rt12(4) - 10.0.255.10/32 IP TE 30 rt11 - rt10(4) - 10.0.255.3/32 IP TE 40 rt5 - rt3(4) - 10.0.255.1/32 IP TE 40 rt5 - rt1(4) - rt7 - rt1(4) + Vertex Type Metric Next-Hop Interface Parent + ------------------------------------------------------------- + rt8 + 10.0.255.8/32 IP TE 0 rt8(4) + rt5 TE-IS 10 rt5 - rt8(4) + rt7 TE-IS 10 rt7 - rt8(4) + rt9 TE-IS 10 rt9 - rt8(4) + rt11 TE-IS 10 rt11 - rt8(4) + rt2 TE-IS 20 rt5 - rt5(4) + rt4 TE-IS 20 rt5 - rt5(4) + rt7 - rt7(4) + rt6 TE-IS 20 rt5 - rt5(4) + rt12 TE-IS 20 rt9 - rt9(4) + rt11 - rt11(4) + rt10 TE-IS 20 rt11 - rt11(4) + 10.0.255.5/32 IP TE 20 rt5 - rt5(4) + 10.0.255.7/32 IP TE 20 rt7 - rt7(4) + 10.0.255.9/32 IP TE 20 rt9 - rt9(4) + 10.0.255.11/32 IP TE 20 rt11 - rt11(4) + rt3 TE-IS 30 rt5 - rt2(4) + rt6(4) + rt1 TE-IS 30 rt5 - rt4(4) + rt7 - rt4(4) + 10.0.255.2/32 IP TE 30 rt5 - rt2(4) + 10.0.255.4/32 IP TE 30 rt5 - rt4(4) + rt7 - rt4(4) + 10.0.255.6/32 IP TE 30 rt5 - rt6(4) + 10.0.255.12/32 IP TE 30 rt9 - rt12(4) + rt11 - rt12(4) + 10.0.255.10/32 IP TE 30 rt11 - rt10(4) + 10.0.255.3/32 IP TE 40 rt5 - rt3(4) + 10.0.255.1/32 IP TE 40 rt5 - rt1(4) + rt7 - rt1(4) Main: @@ -1344,29 +1344,29 @@ IS-IS L1 IPv6 routing table: test# test isis topology 9 root rt3 lfa system-id rt1 IS-IS paths to level-1 routers that speak IP - Vertex Type Metric Next-Hop Interface Parent - ----------------------------------------------------------------- - rt3 - 10.0.255.3/32 IP internal 0 rt3(4) - rt1 TE-IS 10 rt1 - rt3(4) - rt2 TE-IS 20 rt1 - rt1(4) - 10.0.255.1/32 IP TE 20 rt1 - rt1(4) - rt4 TE-IS 30 rt1 - rt2(4) - 10.0.255.2/32 IP TE 30 rt1 - rt2(4) - rt5 TE-IS 40 rt1 - rt4(4) - 10.0.255.4/32 IP TE 40 rt1 - rt4(4) - rt9 TE-IS 50 rt1 - rt5(4) - 10.0.255.5/32 IP TE 50 rt1 - rt5(4) - rt6 TE-IS 60 rt1 - rt4(4) - rt9(4) - rt7 TE-IS 60 rt1 - rt4(4) - rt9(4) - rt8 TE-IS 60 rt1 - rt4(4) - rt9(4) - 10.0.255.9/32 IP TE 60 rt1 - rt9(4) - 10.0.255.6/32 IP TE 70 rt1 - rt6(4) - 10.0.255.7/32 IP TE 70 rt1 - rt7(4) - 10.0.255.8/32 IP TE 70 rt1 - rt8(4) + Vertex Type Metric Next-Hop Interface Parent + ----------------------------------------------------------- + rt3 + 10.0.255.3/32 IP TE 0 rt3(4) + rt1 TE-IS 10 rt1 - rt3(4) + rt2 TE-IS 20 rt1 - rt1(4) + 10.0.255.1/32 IP TE 20 rt1 - rt1(4) + rt4 TE-IS 30 rt1 - rt2(4) + 10.0.255.2/32 IP TE 30 rt1 - rt2(4) + rt5 TE-IS 40 rt1 - rt4(4) + 10.0.255.4/32 IP TE 40 rt1 - rt4(4) + rt9 TE-IS 50 rt1 - rt5(4) + 10.0.255.5/32 IP TE 50 rt1 - rt5(4) + rt6 TE-IS 60 rt1 - rt4(4) + rt9(4) + rt7 TE-IS 60 rt1 - rt4(4) + rt9(4) + rt8 TE-IS 60 rt1 - rt4(4) + rt9(4) + 10.0.255.9/32 IP TE 60 rt1 - rt9(4) + 10.0.255.6/32 IP TE 70 rt1 - rt6(4) + 10.0.255.7/32 IP TE 70 rt1 - rt7(4) + 10.0.255.8/32 IP TE 70 rt1 - rt8(4) Main: @@ -1455,24 +1455,24 @@ IS-IS L1 IPv6 routing table: test# test isis topology 10 root rt8 lfa system-id rt5 IS-IS paths to level-1 routers that speak IP - Vertex Type Metric Next-Hop Interface Parent - ----------------------------------------------------------------- - rt8 - 10.0.255.8/32 IP internal 0 rt8(4) - rt5 TE-IS 10 rt5 - rt8(4) - rt2 TE-IS 20 rt5 - rt5(4) - 10.0.255.5/32 IP TE 20 rt5 - rt5(4) - rt1 TE-IS 30 rt5 - rt2(4) - 10.0.255.2/32 IP TE 30 rt5 - rt2(4) - 10.0.255.1/32 IP TE 40 rt5 - rt1(4) - rt6 TE-IS 50 rt6 - rt8(4) - rt7 TE-IS 50 rt7 - rt8(4) - rt3 TE-IS 50 rt5 - rt1(4) - rt4 TE-IS 50 rt5 - rt1(4) - 10.0.255.6/32 IP TE 60 rt6 - rt6(4) - 10.0.255.7/32 IP TE 60 rt7 - rt7(4) - 10.0.255.3/32 IP TE 60 rt5 - rt3(4) - 10.0.255.4/32 IP TE 60 rt5 - rt4(4) + Vertex Type Metric Next-Hop Interface Parent + ----------------------------------------------------------- + rt8 + 10.0.255.8/32 IP TE 0 rt8(4) + rt5 TE-IS 10 rt5 - rt8(4) + rt2 TE-IS 20 rt5 - rt5(4) + 10.0.255.5/32 IP TE 20 rt5 - rt5(4) + rt1 TE-IS 30 rt5 - rt2(4) + 10.0.255.2/32 IP TE 30 rt5 - rt2(4) + 10.0.255.1/32 IP TE 40 rt5 - rt1(4) + rt6 TE-IS 50 rt6 - rt8(4) + rt7 TE-IS 50 rt7 - rt8(4) + rt3 TE-IS 50 rt5 - rt1(4) + rt4 TE-IS 50 rt5 - rt1(4) + 10.0.255.6/32 IP TE 60 rt6 - rt6(4) + 10.0.255.7/32 IP TE 60 rt7 - rt7(4) + 10.0.255.3/32 IP TE 60 rt5 - rt3(4) + 10.0.255.4/32 IP TE 60 rt5 - rt4(4) Main: @@ -1561,7 +1561,7 @@ IS-IS paths to level-1 routers that speak IP Vertex Type Metric Next-Hop Interface Parent ------------------------------------------------------------------ rt3 - 10.0.255.3/32 IP internal 0 rt3(4) + 10.0.255.3/32 IP TE 0 rt3(4) rt1 TE-IS 10 rt1 - rt3(4) rt2 TE-IS 10 rt2 - rt3(4) rt5 TE-IS 10 rt5 - rt3(4) @@ -1641,25 +1641,25 @@ IS-IS L1 IPv6 routing table: test# test isis topology 13 root rt4 lfa system-id rt3 IS-IS paths to level-1 routers that speak IP - Vertex Type Metric Next-Hop Interface Parent - ----------------------------------------------------------------- - rt4 - 10.0.255.4/32 IP internal 0 rt4(4) - rt2 TE-IS 10 rt2 - rt4(4) - rt3 TE-IS 10 rt3 - rt4(4) - rt1 TE-IS 20 rt2 - rt2(4) - rt3 - rt3(4) - rt5 TE-IS 20 rt3 - rt3(4) - rt6 TE-IS 20 rt3 - rt3(4) - 10.0.255.2/32 IP TE 20 rt2 - rt2(4) - 10.0.255.3/32 IP TE 20 rt3 - rt3(4) - rt7 TE-IS 30 rt3 - rt5(4) - rt6(4) - 10.0.255.1/32 IP TE 30 rt2 - rt1(4) - rt3 - rt1(4) - 10.0.255.5/32 IP TE 30 rt3 - rt5(4) - 10.0.255.6/32 IP TE 30 rt3 - rt6(4) - 10.0.255.7/32 IP TE 40 rt3 - rt7(4) + Vertex Type Metric Next-Hop Interface Parent + ----------------------------------------------------------- + rt4 + 10.0.255.4/32 IP TE 0 rt4(4) + rt2 TE-IS 10 rt2 - rt4(4) + rt3 TE-IS 10 rt3 - rt4(4) + rt1 TE-IS 20 rt2 - rt2(4) + rt3 - rt3(4) + rt5 TE-IS 20 rt3 - rt3(4) + rt6 TE-IS 20 rt3 - rt3(4) + 10.0.255.2/32 IP TE 20 rt2 - rt2(4) + 10.0.255.3/32 IP TE 20 rt3 - rt3(4) + rt7 TE-IS 30 rt3 - rt5(4) + rt6(4) + 10.0.255.1/32 IP TE 30 rt2 - rt1(4) + rt3 - rt1(4) + 10.0.255.5/32 IP TE 30 rt3 - rt5(4) + 10.0.255.6/32 IP TE 30 rt3 - rt6(4) + 10.0.255.7/32 IP TE 40 rt3 - rt7(4) Main: @@ -1703,19 +1703,19 @@ IS-IS L1 IPv6 routing table: test# test isis topology 14 root rt1 lfa system-id rt1 pseudonode-id 1 IS-IS paths to level-1 routers that speak IP - Vertex Type Metric Next-Hop Interface Parent - ----------------------------------------------------------------- - rt1 - 10.0.255.1/32 IP internal 0 rt1(4) - rt3 TE-IS 10 rt3 - rt1(4) - rt4 TE-IS 10 rt4 - rt1(4) - rt2 TE-IS 10 rt2 - rt1(4) - rt1 - rt5 TE-IS 20 rt4 - rt4(4) - 10.0.255.3/32 IP TE 20 rt3 - rt3(4) - 10.0.255.4/32 IP TE 20 rt4 - rt4(4) - 10.0.255.2/32 IP TE 20 rt2 - rt2(4) - 10.0.255.5/32 IP TE 30 rt4 - rt5(4) + Vertex Type Metric Next-Hop Interface Parent + ----------------------------------------------------------- + rt1 + 10.0.255.1/32 IP TE 0 rt1(4) + rt3 TE-IS 10 rt3 - rt1(4) + rt4 TE-IS 10 rt4 - rt1(4) + rt2 TE-IS 10 rt2 - rt1(4) + rt1 + rt5 TE-IS 20 rt4 - rt4(4) + 10.0.255.3/32 IP TE 20 rt3 - rt3(4) + 10.0.255.4/32 IP TE 20 rt4 - rt4(4) + 10.0.255.2/32 IP TE 20 rt2 - rt2(4) + 10.0.255.5/32 IP TE 30 rt4 - rt5(4) Main: @@ -1764,19 +1764,19 @@ IS-IS L1 IPv6 routing table: test# test isis topology 14 root rt1 lfa system-id rt2 IS-IS paths to level-1 routers that speak IP - Vertex Type Metric Next-Hop Interface Parent - ----------------------------------------------------------------- - rt1 - 10.0.255.1/32 IP internal 0 rt1(4) - rt3 TE-IS 10 rt3 - rt1(4) - rt4 TE-IS 10 rt4 - rt1(4) - rt2 TE-IS 10 rt2 - rt1(4) - rt1 - rt5 TE-IS 20 rt4 - rt4(4) - 10.0.255.3/32 IP TE 20 rt3 - rt3(4) - 10.0.255.4/32 IP TE 20 rt4 - rt4(4) - 10.0.255.2/32 IP TE 20 rt2 - rt2(4) - 10.0.255.5/32 IP TE 30 rt4 - rt5(4) + Vertex Type Metric Next-Hop Interface Parent + ----------------------------------------------------------- + rt1 + 10.0.255.1/32 IP TE 0 rt1(4) + rt3 TE-IS 10 rt3 - rt1(4) + rt4 TE-IS 10 rt4 - rt1(4) + rt2 TE-IS 10 rt2 - rt1(4) + rt1 + rt5 TE-IS 20 rt4 - rt4(4) + 10.0.255.3/32 IP TE 20 rt3 - rt3(4) + 10.0.255.4/32 IP TE 20 rt4 - rt4(4) + 10.0.255.2/32 IP TE 20 rt2 - rt2(4) + 10.0.255.5/32 IP TE 30 rt4 - rt5(4) Main: @@ -1836,7 +1836,7 @@ IS-IS paths to level-1 routers that speak IP Vertex Type Metric Next-Hop Interface Parent ------------------------------------------------------------------ rt5 - 10.0.255.5/32 IP internal 0 rt5(4) + 10.0.255.5/32 IP TE 0 rt5(4) rt4 TE-IS 10 rt4 - rt5(4) rt1 pseudo_TE-IS 20 rt4 - rt4(4) rt1 TE-IS 20 rt4 - rt1(2) @@ -1925,39 +1925,39 @@ Q-space: rt6 IS-IS paths to level-1 routers that speak IP - Vertex Type Metric Next-Hop Interface Parent - ----------------------------------------------------------------- - rt1 - 10.0.255.1/32 IP internal 0 rt1(4) - rt3 TE-IS 10 rt3 - rt1(4) - rt5 TE-IS 20 rt3 - rt3(4) - 10.0.255.3/32 IP TE 20 rt3 - rt3(4) - rt6 TE-IS 30 rt3 - rt5(4) - 10.0.255.5/32 IP TE 30 rt3 - rt5(4) - rt4 TE-IS 40 rt3 - rt6(4) - 10.0.255.6/32 IP TE 40 rt3 - rt6(4) - rt2 TE-IS 50 rt3 - rt4(4) - 10.0.255.4/32 IP TE 50 rt3 - rt4(4) - 10.0.255.2/32 IP TE 60 rt3 - rt2(4) + Vertex Type Metric Next-Hop Interface Parent + ----------------------------------------------------------- + rt1 + 10.0.255.1/32 IP TE 0 rt1(4) + rt3 TE-IS 10 rt3 - rt1(4) + rt5 TE-IS 20 rt3 - rt3(4) + 10.0.255.3/32 IP TE 20 rt3 - rt3(4) + rt6 TE-IS 30 rt3 - rt5(4) + 10.0.255.5/32 IP TE 30 rt3 - rt5(4) + rt4 TE-IS 40 rt3 - rt6(4) + 10.0.255.6/32 IP TE 40 rt3 - rt6(4) + rt2 TE-IS 50 rt3 - rt4(4) + 10.0.255.4/32 IP TE 50 rt3 - rt4(4) + 10.0.255.2/32 IP TE 60 rt3 - rt2(4) IS-IS paths to level-1 routers that speak IP - Vertex Type Metric Next-Hop Interface Parent - ----------------------------------------------------------------- - rt1 - 10.0.255.1/32 IP internal 0 rt1(4) - rt2 TE-IS 10 rt2 - rt1(4) - rt3 TE-IS 10 rt3 - rt1(4) - rt4 TE-IS 20 rt2 - rt2(4) - rt5 TE-IS 20 rt3 - rt3(4) - 10.0.255.2/32 IP TE 20 rt2 - rt2(4) - 10.0.255.3/32 IP TE 20 rt3 - rt3(4) - rt6 TE-IS 30 rt2 - rt4(4) - rt3 - rt5(4) - 10.0.255.4/32 IP TE 30 rt2 - rt4(4) - 10.0.255.5/32 IP TE 30 rt3 - rt5(4) - 10.0.255.6/32 IP TE 40 rt2 - rt6(4) - rt3 - rt6(4) + Vertex Type Metric Next-Hop Interface Parent + ----------------------------------------------------------- + rt1 + 10.0.255.1/32 IP TE 0 rt1(4) + rt2 TE-IS 10 rt2 - rt1(4) + rt3 TE-IS 10 rt3 - rt1(4) + rt4 TE-IS 20 rt2 - rt2(4) + rt5 TE-IS 20 rt3 - rt3(4) + 10.0.255.2/32 IP TE 20 rt2 - rt2(4) + 10.0.255.3/32 IP TE 20 rt3 - rt3(4) + rt6 TE-IS 30 rt2 - rt4(4) + rt3 - rt5(4) + 10.0.255.4/32 IP TE 30 rt2 - rt4(4) + 10.0.255.5/32 IP TE 30 rt3 - rt5(4) + 10.0.255.6/32 IP TE 40 rt2 - rt6(4) + rt3 - rt6(4) Main: @@ -2077,7 +2077,7 @@ IS-IS paths to level-1 routers that speak IP Vertex Type Metric Next-Hop Interface Parent ------------------------------------------------------------------ rt5 - 10.0.255.5/32 IP internal 0 rt5(4) + 10.0.255.5/32 IP TE 0 rt5(4) rt6 TE-IS 10 rt6 - rt5(4) rt4 TE-IS 20 rt6 - rt6(4) 10.0.255.6/32 IP TE 20 rt6 - rt6(4) @@ -2095,7 +2095,7 @@ IS-IS paths to level-1 routers that speak IP Vertex Type Metric Next-Hop Interface Parent ------------------------------------------------------------------ rt5 - 10.0.255.5/32 IP internal 0 rt5(4) + 10.0.255.5/32 IP TE 0 rt5(4) rt1 TE-IS 10 rt1 - rt5(4) rt4 TE-IS 10 rt4 - rt5(4) rt6 TE-IS 10 rt6 - rt5(4) @@ -2241,41 +2241,41 @@ Q-space: rt6 IS-IS paths to level-1 routers that speak IP - Vertex Type Metric Next-Hop Interface Parent - ----------------------------------------------------------------- - rt5 - 10.0.255.5/32 IP internal 0 rt5(4) - rt6 TE-IS 10 rt6 - rt5(4) - rt4 TE-IS 20 rt6 - rt6(4) - 10.0.255.6/32 IP TE 20 rt6 - rt6(4) - rt3 TE-IS 30 rt3 - rt5(4) - rt2 TE-IS 30 rt6 - rt4(4) - 10.0.255.4/32 IP TE 30 rt6 - rt4(4) - rt1 TE-IS 40 rt3 - rt3(4) - rt6 - rt2(4) - 10.0.255.3/32 IP TE 40 rt3 - rt3(4) - 10.0.255.2/32 IP TE 40 rt6 - rt2(4) - 10.0.255.1/32 IP TE 50 rt3 - rt1(4) - rt6 - rt1(4) + Vertex Type Metric Next-Hop Interface Parent + ----------------------------------------------------------- + rt5 + 10.0.255.5/32 IP TE 0 rt5(4) + rt6 TE-IS 10 rt6 - rt5(4) + rt4 TE-IS 20 rt6 - rt6(4) + 10.0.255.6/32 IP TE 20 rt6 - rt6(4) + rt3 TE-IS 30 rt3 - rt5(4) + rt2 TE-IS 30 rt6 - rt4(4) + 10.0.255.4/32 IP TE 30 rt6 - rt4(4) + rt1 TE-IS 40 rt3 - rt3(4) + rt6 - rt2(4) + 10.0.255.3/32 IP TE 40 rt3 - rt3(4) + 10.0.255.2/32 IP TE 40 rt6 - rt2(4) + 10.0.255.1/32 IP TE 50 rt3 - rt1(4) + rt6 - rt1(4) IS-IS paths to level-1 routers that speak IP - Vertex Type Metric Next-Hop Interface Parent - ----------------------------------------------------------------- - rt5 - 10.0.255.5/32 IP internal 0 rt5(4) - rt4 TE-IS 10 rt4 - rt5(4) - rt6 TE-IS 10 rt6 - rt5(4) - rt2 TE-IS 20 rt4 - rt4(4) - 10.0.255.4/32 IP TE 20 rt4 - rt4(4) - 10.0.255.6/32 IP TE 20 rt6 - rt6(4) - rt3 TE-IS 30 rt3 - rt5(4) - rt4 - rt2(4) - rt1 TE-IS 30 rt4 - rt2(4) - 10.0.255.2/32 IP TE 30 rt4 - rt2(4) - 10.0.255.3/32 IP TE 40 rt3 - rt3(4) - rt4 - rt3(4) - 10.0.255.1/32 IP TE 40 rt4 - rt1(4) + Vertex Type Metric Next-Hop Interface Parent + ----------------------------------------------------------- + rt5 + 10.0.255.5/32 IP TE 0 rt5(4) + rt4 TE-IS 10 rt4 - rt5(4) + rt6 TE-IS 10 rt6 - rt5(4) + rt2 TE-IS 20 rt4 - rt4(4) + 10.0.255.4/32 IP TE 20 rt4 - rt4(4) + 10.0.255.6/32 IP TE 20 rt6 - rt6(4) + rt3 TE-IS 30 rt3 - rt5(4) + rt4 - rt2(4) + rt1 TE-IS 30 rt4 - rt2(4) + 10.0.255.2/32 IP TE 30 rt4 - rt2(4) + 10.0.255.3/32 IP TE 40 rt3 - rt3(4) + rt4 - rt3(4) + 10.0.255.1/32 IP TE 40 rt4 - rt1(4) Main: @@ -2332,39 +2332,39 @@ Q-space: rt6 IS-IS paths to level-1 routers that speak IP - Vertex Type Metric Next-Hop Interface Parent - ----------------------------------------------------------------- - rt5 - 10.0.255.5/32 IP internal 0 rt5(4) - rt4 TE-IS 10 rt4 - rt5(4) - rt6 TE-IS 10 rt6 - rt5(4) - rt2 TE-IS 20 rt4 - rt4(4) - 10.0.255.4/32 IP TE 20 rt4 - rt4(4) - 10.0.255.6/32 IP TE 20 rt6 - rt6(4) - rt1 TE-IS 30 rt4 - rt2(4) - rt3 TE-IS 30 rt4 - rt2(4) - 10.0.255.2/32 IP TE 30 rt4 - rt2(4) - 10.0.255.1/32 IP TE 40 rt4 - rt1(4) - 10.0.255.3/32 IP TE 40 rt4 - rt3(4) + Vertex Type Metric Next-Hop Interface Parent + ----------------------------------------------------------- + rt5 + 10.0.255.5/32 IP TE 0 rt5(4) + rt4 TE-IS 10 rt4 - rt5(4) + rt6 TE-IS 10 rt6 - rt5(4) + rt2 TE-IS 20 rt4 - rt4(4) + 10.0.255.4/32 IP TE 20 rt4 - rt4(4) + 10.0.255.6/32 IP TE 20 rt6 - rt6(4) + rt1 TE-IS 30 rt4 - rt2(4) + rt3 TE-IS 30 rt4 - rt2(4) + 10.0.255.2/32 IP TE 30 rt4 - rt2(4) + 10.0.255.1/32 IP TE 40 rt4 - rt1(4) + 10.0.255.3/32 IP TE 40 rt4 - rt3(4) IS-IS paths to level-1 routers that speak IP - Vertex Type Metric Next-Hop Interface Parent - ----------------------------------------------------------------- - rt5 - 10.0.255.5/32 IP internal 0 rt5(4) - rt4 TE-IS 10 rt4 - rt5(4) - rt6 TE-IS 10 rt6 - rt5(4) - rt2 TE-IS 20 rt4 - rt4(4) - 10.0.255.4/32 IP TE 20 rt4 - rt4(4) - 10.0.255.6/32 IP TE 20 rt6 - rt6(4) - rt3 TE-IS 30 rt3 - rt5(4) - rt4 - rt2(4) - rt1 TE-IS 30 rt4 - rt2(4) - 10.0.255.2/32 IP TE 30 rt4 - rt2(4) - 10.0.255.3/32 IP TE 40 rt3 - rt3(4) - rt4 - rt3(4) - 10.0.255.1/32 IP TE 40 rt4 - rt1(4) + Vertex Type Metric Next-Hop Interface Parent + ----------------------------------------------------------- + rt5 + 10.0.255.5/32 IP TE 0 rt5(4) + rt4 TE-IS 10 rt4 - rt5(4) + rt6 TE-IS 10 rt6 - rt5(4) + rt2 TE-IS 20 rt4 - rt4(4) + 10.0.255.4/32 IP TE 20 rt4 - rt4(4) + 10.0.255.6/32 IP TE 20 rt6 - rt6(4) + rt3 TE-IS 30 rt3 - rt5(4) + rt4 - rt2(4) + rt1 TE-IS 30 rt4 - rt2(4) + 10.0.255.2/32 IP TE 30 rt4 - rt2(4) + 10.0.255.3/32 IP TE 40 rt3 - rt3(4) + rt4 - rt3(4) + 10.0.255.1/32 IP TE 40 rt4 - rt1(4) Main: @@ -2402,47 +2402,47 @@ Q-space: rt8 IS-IS paths to level-1 routers that speak IP - Vertex Type Metric Next-Hop Interface Parent - ----------------------------------------------------------------- - rt1 - 10.0.255.1/32 IP internal 0 rt1(4) - rt3 TE-IS 10 rt3 - rt1(4) - rt5 TE-IS 20 rt3 - rt3(4) - 10.0.255.3/32 IP TE 20 rt3 - rt3(4) - rt7 TE-IS 30 rt3 - rt5(4) - 10.0.255.5/32 IP TE 30 rt3 - rt5(4) - rt8 TE-IS 40 rt3 - rt7(4) - 10.0.255.7/32 IP TE 40 rt3 - rt7(4) - rt6 TE-IS 50 rt3 - rt8(4) - 10.0.255.8/32 IP TE 50 rt3 - rt8(4) - rt4 TE-IS 60 rt3 - rt6(4) - 10.0.255.6/32 IP TE 60 rt3 - rt6(4) - rt2 TE-IS 70 rt3 - rt4(4) - 10.0.255.4/32 IP TE 70 rt3 - rt4(4) - 10.0.255.2/32 IP TE 80 rt3 - rt2(4) + Vertex Type Metric Next-Hop Interface Parent + ----------------------------------------------------------- + rt1 + 10.0.255.1/32 IP TE 0 rt1(4) + rt3 TE-IS 10 rt3 - rt1(4) + rt5 TE-IS 20 rt3 - rt3(4) + 10.0.255.3/32 IP TE 20 rt3 - rt3(4) + rt7 TE-IS 30 rt3 - rt5(4) + 10.0.255.5/32 IP TE 30 rt3 - rt5(4) + rt8 TE-IS 40 rt3 - rt7(4) + 10.0.255.7/32 IP TE 40 rt3 - rt7(4) + rt6 TE-IS 50 rt3 - rt8(4) + 10.0.255.8/32 IP TE 50 rt3 - rt8(4) + rt4 TE-IS 60 rt3 - rt6(4) + 10.0.255.6/32 IP TE 60 rt3 - rt6(4) + rt2 TE-IS 70 rt3 - rt4(4) + 10.0.255.4/32 IP TE 70 rt3 - rt4(4) + 10.0.255.2/32 IP TE 80 rt3 - rt2(4) IS-IS paths to level-1 routers that speak IP - Vertex Type Metric Next-Hop Interface Parent - ----------------------------------------------------------------- - rt1 - 10.0.255.1/32 IP internal 0 rt1(4) - rt2 TE-IS 10 rt2 - rt1(4) - rt3 TE-IS 10 rt3 - rt1(4) - rt4 TE-IS 20 rt2 - rt2(4) - rt5 TE-IS 20 rt3 - rt3(4) - 10.0.255.2/32 IP TE 20 rt2 - rt2(4) - 10.0.255.3/32 IP TE 20 rt3 - rt3(4) - rt6 TE-IS 30 rt2 - rt4(4) - rt7 TE-IS 30 rt3 - rt5(4) - 10.0.255.4/32 IP TE 30 rt2 - rt4(4) - 10.0.255.5/32 IP TE 30 rt3 - rt5(4) - rt8 TE-IS 40 rt2 - rt6(4) - rt3 - rt7(4) - 10.0.255.6/32 IP TE 40 rt2 - rt6(4) - 10.0.255.7/32 IP TE 40 rt3 - rt7(4) - 10.0.255.8/32 IP TE 50 rt2 - rt8(4) - rt3 - rt8(4) + Vertex Type Metric Next-Hop Interface Parent + ----------------------------------------------------------- + rt1 + 10.0.255.1/32 IP TE 0 rt1(4) + rt2 TE-IS 10 rt2 - rt1(4) + rt3 TE-IS 10 rt3 - rt1(4) + rt4 TE-IS 20 rt2 - rt2(4) + rt5 TE-IS 20 rt3 - rt3(4) + 10.0.255.2/32 IP TE 20 rt2 - rt2(4) + 10.0.255.3/32 IP TE 20 rt3 - rt3(4) + rt6 TE-IS 30 rt2 - rt4(4) + rt7 TE-IS 30 rt3 - rt5(4) + 10.0.255.4/32 IP TE 30 rt2 - rt4(4) + 10.0.255.5/32 IP TE 30 rt3 - rt5(4) + rt8 TE-IS 40 rt2 - rt6(4) + rt3 - rt7(4) + 10.0.255.6/32 IP TE 40 rt2 - rt6(4) + 10.0.255.7/32 IP TE 40 rt3 - rt7(4) + 10.0.255.8/32 IP TE 50 rt2 - rt8(4) + rt3 - rt8(4) Main: @@ -2492,49 +2492,49 @@ Q-space: rt3 IS-IS paths to level-1 routers that speak IP - Vertex Type Metric Next-Hop Interface Parent - ----------------------------------------------------------------- - rt4 - 10.0.255.4/32 IP internal 0 rt4(4) - rt2 TE-IS 10 rt2 - rt4(4) - rt6 TE-IS 10 rt6 - rt4(4) - rt1 TE-IS 20 rt2 - rt2(4) - rt5 TE-IS 20 rt6 - rt6(4) - rt8 TE-IS 20 rt6 - rt6(4) - 10.0.255.2/32 IP TE 20 rt2 - rt2(4) - 10.0.255.6/32 IP TE 20 rt6 - rt6(4) - rt3 TE-IS 30 rt2 - rt1(4) - rt7 TE-IS 30 rt6 - rt5(4) - rt8(4) - 10.0.255.1/32 IP TE 30 rt2 - rt1(4) - 10.0.255.5/32 IP TE 30 rt6 - rt5(4) - 10.0.255.8/32 IP TE 30 rt6 - rt8(4) - 10.0.255.3/32 IP TE 40 rt2 - rt3(4) - 10.0.255.7/32 IP TE 40 rt6 - rt7(4) + Vertex Type Metric Next-Hop Interface Parent + ----------------------------------------------------------- + rt4 + 10.0.255.4/32 IP TE 0 rt4(4) + rt2 TE-IS 10 rt2 - rt4(4) + rt6 TE-IS 10 rt6 - rt4(4) + rt1 TE-IS 20 rt2 - rt2(4) + rt5 TE-IS 20 rt6 - rt6(4) + rt8 TE-IS 20 rt6 - rt6(4) + 10.0.255.2/32 IP TE 20 rt2 - rt2(4) + 10.0.255.6/32 IP TE 20 rt6 - rt6(4) + rt3 TE-IS 30 rt2 - rt1(4) + rt7 TE-IS 30 rt6 - rt5(4) + rt8(4) + 10.0.255.1/32 IP TE 30 rt2 - rt1(4) + 10.0.255.5/32 IP TE 30 rt6 - rt5(4) + 10.0.255.8/32 IP TE 30 rt6 - rt8(4) + 10.0.255.3/32 IP TE 40 rt2 - rt3(4) + 10.0.255.7/32 IP TE 40 rt6 - rt7(4) IS-IS paths to level-1 routers that speak IP - Vertex Type Metric Next-Hop Interface Parent - ----------------------------------------------------------------- - rt4 - 10.0.255.4/32 IP internal 0 rt4(4) - rt2 TE-IS 10 rt2 - rt4(4) - rt3 TE-IS 10 rt3 - rt4(4) - rt6 TE-IS 10 rt6 - rt4(4) - rt1 TE-IS 20 rt2 - rt2(4) - rt3 - rt3(4) - rt5 TE-IS 20 rt6 - rt6(4) - rt8 TE-IS 20 rt6 - rt6(4) - 10.0.255.2/32 IP TE 20 rt2 - rt2(4) - 10.0.255.3/32 IP TE 20 rt3 - rt3(4) - 10.0.255.6/32 IP TE 20 rt6 - rt6(4) - rt7 TE-IS 30 rt6 - rt5(4) - rt8(4) - 10.0.255.1/32 IP TE 30 rt2 - rt1(4) - rt3 - rt1(4) - 10.0.255.5/32 IP TE 30 rt6 - rt5(4) - 10.0.255.8/32 IP TE 30 rt6 - rt8(4) - 10.0.255.7/32 IP TE 40 rt6 - rt7(4) + Vertex Type Metric Next-Hop Interface Parent + ----------------------------------------------------------- + rt4 + 10.0.255.4/32 IP TE 0 rt4(4) + rt2 TE-IS 10 rt2 - rt4(4) + rt3 TE-IS 10 rt3 - rt4(4) + rt6 TE-IS 10 rt6 - rt4(4) + rt1 TE-IS 20 rt2 - rt2(4) + rt3 - rt3(4) + rt5 TE-IS 20 rt6 - rt6(4) + rt8 TE-IS 20 rt6 - rt6(4) + 10.0.255.2/32 IP TE 20 rt2 - rt2(4) + 10.0.255.3/32 IP TE 20 rt3 - rt3(4) + 10.0.255.6/32 IP TE 20 rt6 - rt6(4) + rt7 TE-IS 30 rt6 - rt5(4) + rt8(4) + 10.0.255.1/32 IP TE 30 rt2 - rt1(4) + rt3 - rt1(4) + 10.0.255.5/32 IP TE 30 rt6 - rt5(4) + 10.0.255.8/32 IP TE 30 rt6 - rt8(4) + 10.0.255.7/32 IP TE 40 rt6 - rt7(4) Main: @@ -2586,67 +2586,67 @@ Q-space: rt9 IS-IS paths to level-1 routers that speak IP - Vertex Type Metric Next-Hop Interface Parent - ------------------------------------------------------------------- - rt11 - 10.0.255.11/32 IP internal 0 rt11(4) - rt10 TE-IS 10 rt10 - rt11(4) - rt12 TE-IS 10 rt12 - rt11(4) - rt9 TE-IS 20 rt12 - rt12(4) - 10.0.255.10/32 IP TE 20 rt10 - rt10(4) - 10.0.255.12/32 IP TE 20 rt12 - rt12(4) - rt7 TE-IS 30 rt10 - rt10(4) - rt8 TE-IS 30 rt12 - rt9(4) - 10.0.255.9/32 IP TE 30 rt12 - rt9(4) - rt4 TE-IS 40 rt10 - rt7(4) - rt5 TE-IS 40 rt12 - rt8(4) - 10.0.255.7/32 IP TE 40 rt10 - rt7(4) - 10.0.255.8/32 IP TE 40 rt12 - rt8(4) - rt6 TE-IS 50 rt12 - rt9(4) - rt5(4) - rt1 TE-IS 50 rt10 - rt4(4) - rt2 TE-IS 50 rt12 - rt5(4) - 10.0.255.4/32 IP TE 50 rt10 - rt4(4) - 10.0.255.5/32 IP TE 50 rt12 - rt5(4) - rt3 TE-IS 60 rt12 - rt6(4) - rt2(4) - 10.0.255.6/32 IP TE 60 rt12 - rt6(4) - 10.0.255.1/32 IP TE 60 rt10 - rt1(4) - 10.0.255.2/32 IP TE 60 rt12 - rt2(4) - 10.0.255.3/32 IP TE 70 rt12 - rt3(4) + Vertex Type Metric Next-Hop Interface Parent + ------------------------------------------------------------- + rt11 + 10.0.255.11/32 IP TE 0 rt11(4) + rt10 TE-IS 10 rt10 - rt11(4) + rt12 TE-IS 10 rt12 - rt11(4) + rt9 TE-IS 20 rt12 - rt12(4) + 10.0.255.10/32 IP TE 20 rt10 - rt10(4) + 10.0.255.12/32 IP TE 20 rt12 - rt12(4) + rt7 TE-IS 30 rt10 - rt10(4) + rt8 TE-IS 30 rt12 - rt9(4) + 10.0.255.9/32 IP TE 30 rt12 - rt9(4) + rt4 TE-IS 40 rt10 - rt7(4) + rt5 TE-IS 40 rt12 - rt8(4) + 10.0.255.7/32 IP TE 40 rt10 - rt7(4) + 10.0.255.8/32 IP TE 40 rt12 - rt8(4) + rt6 TE-IS 50 rt12 - rt9(4) + rt5(4) + rt1 TE-IS 50 rt10 - rt4(4) + rt2 TE-IS 50 rt12 - rt5(4) + 10.0.255.4/32 IP TE 50 rt10 - rt4(4) + 10.0.255.5/32 IP TE 50 rt12 - rt5(4) + rt3 TE-IS 60 rt12 - rt6(4) + rt2(4) + 10.0.255.6/32 IP TE 60 rt12 - rt6(4) + 10.0.255.1/32 IP TE 60 rt10 - rt1(4) + 10.0.255.2/32 IP TE 60 rt12 - rt2(4) + 10.0.255.3/32 IP TE 70 rt12 - rt3(4) IS-IS paths to level-1 routers that speak IP - Vertex Type Metric Next-Hop Interface Parent - ------------------------------------------------------------------- - rt11 - 10.0.255.11/32 IP internal 0 rt11(4) - rt8 TE-IS 10 rt8 - rt11(4) - rt10 TE-IS 10 rt10 - rt11(4) - rt12 TE-IS 10 rt12 - rt11(4) - rt5 TE-IS 20 rt8 - rt8(4) - rt7 TE-IS 20 rt8 - rt8(4) - rt9 TE-IS 20 rt8 - rt8(4) - rt12 - rt12(4) - 10.0.255.8/32 IP TE 20 rt8 - rt8(4) - 10.0.255.10/32 IP TE 20 rt10 - rt10(4) - 10.0.255.12/32 IP TE 20 rt12 - rt12(4) - rt2 TE-IS 30 rt8 - rt5(4) - rt4 TE-IS 30 rt8 - rt5(4) - rt7(4) - rt6 TE-IS 30 rt8 - rt5(4) - 10.0.255.5/32 IP TE 30 rt8 - rt5(4) - 10.0.255.7/32 IP TE 30 rt8 - rt7(4) - 10.0.255.9/32 IP TE 30 rt8 - rt9(4) - rt12 - rt9(4) - rt3 TE-IS 40 rt8 - rt2(4) - rt6(4) - rt1 TE-IS 40 rt8 - rt4(4) - 10.0.255.2/32 IP TE 40 rt8 - rt2(4) - 10.0.255.4/32 IP TE 40 rt8 - rt4(4) - 10.0.255.6/32 IP TE 40 rt8 - rt6(4) - 10.0.255.3/32 IP TE 50 rt8 - rt3(4) - 10.0.255.1/32 IP TE 50 rt8 - rt1(4) + Vertex Type Metric Next-Hop Interface Parent + ------------------------------------------------------------- + rt11 + 10.0.255.11/32 IP TE 0 rt11(4) + rt8 TE-IS 10 rt8 - rt11(4) + rt10 TE-IS 10 rt10 - rt11(4) + rt12 TE-IS 10 rt12 - rt11(4) + rt5 TE-IS 20 rt8 - rt8(4) + rt7 TE-IS 20 rt8 - rt8(4) + rt9 TE-IS 20 rt8 - rt8(4) + rt12 - rt12(4) + 10.0.255.8/32 IP TE 20 rt8 - rt8(4) + 10.0.255.10/32 IP TE 20 rt10 - rt10(4) + 10.0.255.12/32 IP TE 20 rt12 - rt12(4) + rt2 TE-IS 30 rt8 - rt5(4) + rt4 TE-IS 30 rt8 - rt5(4) + rt7(4) + rt6 TE-IS 30 rt8 - rt5(4) + 10.0.255.5/32 IP TE 30 rt8 - rt5(4) + 10.0.255.7/32 IP TE 30 rt8 - rt7(4) + 10.0.255.9/32 IP TE 30 rt8 - rt9(4) + rt12 - rt9(4) + rt3 TE-IS 40 rt8 - rt2(4) + rt6(4) + rt1 TE-IS 40 rt8 - rt4(4) + 10.0.255.2/32 IP TE 40 rt8 - rt2(4) + 10.0.255.4/32 IP TE 40 rt8 - rt4(4) + 10.0.255.6/32 IP TE 40 rt8 - rt6(4) + 10.0.255.3/32 IP TE 50 rt8 - rt3(4) + 10.0.255.1/32 IP TE 50 rt8 - rt1(4) Main: @@ -2715,76 +2715,76 @@ Q-space: rt12 IS-IS paths to level-1 routers that speak IP - Vertex Type Metric Next-Hop Interface Parent - ------------------------------------------------------------------- - rt6 - 10.0.255.6/32 IP internal 0 rt6(4) - rt3 TE-IS 10 rt3 - rt6(4) - rt2 TE-IS 20 rt3 - rt3(4) - 10.0.255.3/32 IP TE 20 rt3 - rt3(4) - rt9 TE-IS 30 rt9 - rt6(4) - rt5 TE-IS 30 rt3 - rt2(4) - 10.0.255.2/32 IP TE 30 rt3 - rt2(4) - rt8 TE-IS 40 rt9 - rt9(4) - rt3 - rt5(4) - rt12 TE-IS 40 rt9 - rt9(4) - rt4 TE-IS 40 rt3 - rt5(4) - 10.0.255.9/32 IP TE 40 rt9 - rt9(4) - 10.0.255.5/32 IP TE 40 rt3 - rt5(4) - rt7 TE-IS 50 rt9 - rt8(4) - rt3 - rt4(4) - rt11 TE-IS 50 rt9 - rt8(4) - rt3 - rt12(4) - rt1 TE-IS 50 rt3 - rt4(4) - 10.0.255.8/32 IP TE 50 rt9 - rt8(4) - rt3 - rt8(4) - 10.0.255.12/32 IP TE 50 rt9 - rt12(4) - 10.0.255.4/32 IP TE 50 rt3 - rt4(4) - rt10 TE-IS 60 rt9 - rt11(4) - rt3 - rt11(4) - 10.0.255.7/32 IP TE 60 rt9 - rt7(4) - rt3 - rt7(4) - 10.0.255.11/32 IP TE 60 rt9 - rt11(4) - rt3 - rt11(4) - 10.0.255.1/32 IP TE 60 rt3 - rt1(4) - 10.0.255.10/32 IP TE 70 rt9 - rt10(4) - rt3 - rt10(4) + Vertex Type Metric Next-Hop Interface Parent + ------------------------------------------------------------- + rt6 + 10.0.255.6/32 IP TE 0 rt6(4) + rt3 TE-IS 10 rt3 - rt6(4) + rt2 TE-IS 20 rt3 - rt3(4) + 10.0.255.3/32 IP TE 20 rt3 - rt3(4) + rt9 TE-IS 30 rt9 - rt6(4) + rt5 TE-IS 30 rt3 - rt2(4) + 10.0.255.2/32 IP TE 30 rt3 - rt2(4) + rt8 TE-IS 40 rt9 - rt9(4) + rt3 - rt5(4) + rt12 TE-IS 40 rt9 - rt9(4) + rt4 TE-IS 40 rt3 - rt5(4) + 10.0.255.9/32 IP TE 40 rt9 - rt9(4) + 10.0.255.5/32 IP TE 40 rt3 - rt5(4) + rt7 TE-IS 50 rt9 - rt8(4) + rt3 - rt4(4) + rt11 TE-IS 50 rt9 - rt8(4) + rt3 - rt12(4) + rt1 TE-IS 50 rt3 - rt4(4) + 10.0.255.8/32 IP TE 50 rt9 - rt8(4) + rt3 - rt8(4) + 10.0.255.12/32 IP TE 50 rt9 - rt12(4) + 10.0.255.4/32 IP TE 50 rt3 - rt4(4) + rt10 TE-IS 60 rt9 - rt11(4) + rt3 - rt11(4) + 10.0.255.7/32 IP TE 60 rt9 - rt7(4) + rt3 - rt7(4) + 10.0.255.11/32 IP TE 60 rt9 - rt11(4) + rt3 - rt11(4) + 10.0.255.1/32 IP TE 60 rt3 - rt1(4) + 10.0.255.10/32 IP TE 70 rt9 - rt10(4) + rt3 - rt10(4) IS-IS paths to level-1 routers that speak IP - Vertex Type Metric Next-Hop Interface Parent - ------------------------------------------------------------------- - rt6 - 10.0.255.6/32 IP internal 0 rt6(4) - rt3 TE-IS 10 rt3 - rt6(4) - rt5 TE-IS 10 rt5 - rt6(4) - rt2 TE-IS 20 rt3 - rt3(4) - rt5 - rt5(4) - rt4 TE-IS 20 rt5 - rt5(4) - rt8 TE-IS 20 rt5 - rt5(4) - 10.0.255.3/32 IP TE 20 rt3 - rt3(4) - 10.0.255.5/32 IP TE 20 rt5 - rt5(4) - rt9 TE-IS 30 rt9 - rt6(4) - rt5 - rt8(4) - rt1 TE-IS 30 rt5 - rt4(4) - rt7 TE-IS 30 rt5 - rt4(4) - rt8(4) - rt11 TE-IS 30 rt5 - rt8(4) - 10.0.255.2/32 IP TE 30 rt3 - rt2(4) - rt5 - rt2(4) - 10.0.255.4/32 IP TE 30 rt5 - rt4(4) - 10.0.255.8/32 IP TE 30 rt5 - rt8(4) - rt12 TE-IS 40 rt9 - rt9(4) - rt5 - rt11(4) - rt10 TE-IS 40 rt5 - rt11(4) - 10.0.255.9/32 IP TE 40 rt9 - rt9(4) - rt5 - rt9(4) - 10.0.255.1/32 IP TE 40 rt5 - rt1(4) - 10.0.255.7/32 IP TE 40 rt5 - rt7(4) - 10.0.255.11/32 IP TE 40 rt5 - rt11(4) - 10.0.255.12/32 IP TE 50 rt9 - rt12(4) - rt5 - rt12(4) - 10.0.255.10/32 IP TE 50 rt5 - rt10(4) + Vertex Type Metric Next-Hop Interface Parent + ------------------------------------------------------------- + rt6 + 10.0.255.6/32 IP TE 0 rt6(4) + rt3 TE-IS 10 rt3 - rt6(4) + rt5 TE-IS 10 rt5 - rt6(4) + rt2 TE-IS 20 rt3 - rt3(4) + rt5 - rt5(4) + rt4 TE-IS 20 rt5 - rt5(4) + rt8 TE-IS 20 rt5 - rt5(4) + 10.0.255.3/32 IP TE 20 rt3 - rt3(4) + 10.0.255.5/32 IP TE 20 rt5 - rt5(4) + rt9 TE-IS 30 rt9 - rt6(4) + rt5 - rt8(4) + rt1 TE-IS 30 rt5 - rt4(4) + rt7 TE-IS 30 rt5 - rt4(4) + rt8(4) + rt11 TE-IS 30 rt5 - rt8(4) + 10.0.255.2/32 IP TE 30 rt3 - rt2(4) + rt5 - rt2(4) + 10.0.255.4/32 IP TE 30 rt5 - rt4(4) + 10.0.255.8/32 IP TE 30 rt5 - rt8(4) + rt12 TE-IS 40 rt9 - rt9(4) + rt5 - rt11(4) + rt10 TE-IS 40 rt5 - rt11(4) + 10.0.255.9/32 IP TE 40 rt9 - rt9(4) + rt5 - rt9(4) + 10.0.255.1/32 IP TE 40 rt5 - rt1(4) + 10.0.255.7/32 IP TE 40 rt5 - rt7(4) + 10.0.255.11/32 IP TE 40 rt5 - rt11(4) + 10.0.255.12/32 IP TE 50 rt9 - rt12(4) + rt5 - rt12(4) + 10.0.255.10/32 IP TE 50 rt5 - rt10(4) Main: @@ -2848,65 +2848,65 @@ Q-space: rt12 IS-IS paths to level-1 routers that speak IP - Vertex Type Metric Next-Hop Interface Parent - ------------------------------------------------------------------- - rt2 - 10.0.255.2/32 IP internal 0 rt2(4) - rt1 TE-IS 10 rt1 - rt2(4) - rt3 TE-IS 10 rt3 - rt2(4) - rt4 TE-IS 20 rt1 - rt1(4) - rt6 TE-IS 20 rt3 - rt3(4) - 10.0.255.1/32 IP TE 20 rt1 - rt1(4) - 10.0.255.3/32 IP TE 20 rt3 - rt3(4) - rt7 TE-IS 30 rt1 - rt4(4) - rt5 TE-IS 30 rt3 - rt6(4) - 10.0.255.4/32 IP TE 30 rt1 - rt4(4) - 10.0.255.6/32 IP TE 30 rt3 - rt6(4) - rt10 TE-IS 40 rt1 - rt7(4) - rt8 TE-IS 40 rt3 - rt5(4) - 10.0.255.7/32 IP TE 40 rt1 - rt7(4) - 10.0.255.5/32 IP TE 40 rt3 - rt5(4) - rt9 TE-IS 50 rt3 - rt8(4) - rt11 TE-IS 50 rt3 - rt8(4) - 10.0.255.10/32 IP TE 50 rt1 - rt10(4) - 10.0.255.8/32 IP TE 50 rt3 - rt8(4) - rt12 TE-IS 60 rt3 - rt9(4) - rt11(4) - 10.0.255.9/32 IP TE 60 rt3 - rt9(4) - 10.0.255.11/32 IP TE 60 rt3 - rt11(4) - 10.0.255.12/32 IP TE 70 rt3 - rt12(4) + Vertex Type Metric Next-Hop Interface Parent + ------------------------------------------------------------- + rt2 + 10.0.255.2/32 IP TE 0 rt2(4) + rt1 TE-IS 10 rt1 - rt2(4) + rt3 TE-IS 10 rt3 - rt2(4) + rt4 TE-IS 20 rt1 - rt1(4) + rt6 TE-IS 20 rt3 - rt3(4) + 10.0.255.1/32 IP TE 20 rt1 - rt1(4) + 10.0.255.3/32 IP TE 20 rt3 - rt3(4) + rt7 TE-IS 30 rt1 - rt4(4) + rt5 TE-IS 30 rt3 - rt6(4) + 10.0.255.4/32 IP TE 30 rt1 - rt4(4) + 10.0.255.6/32 IP TE 30 rt3 - rt6(4) + rt10 TE-IS 40 rt1 - rt7(4) + rt8 TE-IS 40 rt3 - rt5(4) + 10.0.255.7/32 IP TE 40 rt1 - rt7(4) + 10.0.255.5/32 IP TE 40 rt3 - rt5(4) + rt9 TE-IS 50 rt3 - rt8(4) + rt11 TE-IS 50 rt3 - rt8(4) + 10.0.255.10/32 IP TE 50 rt1 - rt10(4) + 10.0.255.8/32 IP TE 50 rt3 - rt8(4) + rt12 TE-IS 60 rt3 - rt9(4) + rt11(4) + 10.0.255.9/32 IP TE 60 rt3 - rt9(4) + 10.0.255.11/32 IP TE 60 rt3 - rt11(4) + 10.0.255.12/32 IP TE 70 rt3 - rt12(4) IS-IS paths to level-1 routers that speak IP - Vertex Type Metric Next-Hop Interface Parent - ------------------------------------------------------------------- - rt2 - 10.0.255.2/32 IP internal 0 rt2(4) - rt1 TE-IS 10 rt1 - rt2(4) - rt3 TE-IS 10 rt3 - rt2(4) - rt5 TE-IS 10 rt5 - rt2(4) - rt4 TE-IS 20 rt1 - rt1(4) - rt6 TE-IS 20 rt3 - rt3(4) - rt5 - rt5(4) - rt8 TE-IS 20 rt5 - rt5(4) - 10.0.255.1/32 IP TE 20 rt1 - rt1(4) - 10.0.255.3/32 IP TE 20 rt3 - rt3(4) - 10.0.255.5/32 IP TE 20 rt5 - rt5(4) - rt7 TE-IS 30 rt1 - rt4(4) - rt9 TE-IS 30 rt5 - rt8(4) - rt11 TE-IS 30 rt5 - rt8(4) - 10.0.255.4/32 IP TE 30 rt1 - rt4(4) - 10.0.255.6/32 IP TE 30 rt3 - rt6(4) - rt5 - rt6(4) - 10.0.255.8/32 IP TE 30 rt5 - rt8(4) - rt10 TE-IS 40 rt1 - rt7(4) - rt12 TE-IS 40 rt5 - rt9(4) - rt11(4) - 10.0.255.7/32 IP TE 40 rt1 - rt7(4) - 10.0.255.9/32 IP TE 40 rt5 - rt9(4) - 10.0.255.11/32 IP TE 40 rt5 - rt11(4) - 10.0.255.10/32 IP TE 50 rt1 - rt10(4) - 10.0.255.12/32 IP TE 50 rt5 - rt12(4) + Vertex Type Metric Next-Hop Interface Parent + ------------------------------------------------------------- + rt2 + 10.0.255.2/32 IP TE 0 rt2(4) + rt1 TE-IS 10 rt1 - rt2(4) + rt3 TE-IS 10 rt3 - rt2(4) + rt5 TE-IS 10 rt5 - rt2(4) + rt4 TE-IS 20 rt1 - rt1(4) + rt6 TE-IS 20 rt3 - rt3(4) + rt5 - rt5(4) + rt8 TE-IS 20 rt5 - rt5(4) + 10.0.255.1/32 IP TE 20 rt1 - rt1(4) + 10.0.255.3/32 IP TE 20 rt3 - rt3(4) + 10.0.255.5/32 IP TE 20 rt5 - rt5(4) + rt7 TE-IS 30 rt1 - rt4(4) + rt9 TE-IS 30 rt5 - rt8(4) + rt11 TE-IS 30 rt5 - rt8(4) + 10.0.255.4/32 IP TE 30 rt1 - rt4(4) + 10.0.255.6/32 IP TE 30 rt3 - rt6(4) + rt5 - rt6(4) + 10.0.255.8/32 IP TE 30 rt5 - rt8(4) + rt10 TE-IS 40 rt1 - rt7(4) + rt12 TE-IS 40 rt5 - rt9(4) + rt11(4) + 10.0.255.7/32 IP TE 40 rt1 - rt7(4) + 10.0.255.9/32 IP TE 40 rt5 - rt9(4) + 10.0.255.11/32 IP TE 40 rt5 - rt11(4) + 10.0.255.10/32 IP TE 50 rt1 - rt10(4) + 10.0.255.12/32 IP TE 50 rt5 - rt12(4) Main: @@ -2961,39 +2961,39 @@ Q-space: rt6 IS-IS paths to level-1 routers that speak IP - Vertex Type Metric Next-Hop Interface Parent - ----------------------------------------------------------------- - rt2 - 10.0.255.2/32 IP internal 0 rt2(4) - rt1 TE-IS 50 rt1 - rt2(4) - rt3 TE-IS 50 rt3 - rt2(4) - rt2 - rt5 TE-IS 60 rt3 - rt3(4) - 10.0.255.1/32 IP TE 60 rt1 - rt1(4) - 10.0.255.3/32 IP TE 60 rt3 - rt3(4) - rt4 TE-IS 70 rt3 - rt5(4) - rt6 TE-IS 70 rt3 - rt5(4) - 10.0.255.5/32 IP TE 70 rt3 - rt5(4) - 10.0.255.4/32 IP TE 80 rt3 - rt4(4) - 10.0.255.6/32 IP TE 80 rt3 - rt6(4) + Vertex Type Metric Next-Hop Interface Parent + ----------------------------------------------------------- + rt2 + 10.0.255.2/32 IP TE 0 rt2(4) + rt1 TE-IS 50 rt1 - rt2(4) + rt3 TE-IS 50 rt3 - rt2(4) + rt2 + rt5 TE-IS 60 rt3 - rt3(4) + 10.0.255.1/32 IP TE 60 rt1 - rt1(4) + 10.0.255.3/32 IP TE 60 rt3 - rt3(4) + rt4 TE-IS 70 rt3 - rt5(4) + rt6 TE-IS 70 rt3 - rt5(4) + 10.0.255.5/32 IP TE 70 rt3 - rt5(4) + 10.0.255.4/32 IP TE 80 rt3 - rt4(4) + 10.0.255.6/32 IP TE 80 rt3 - rt6(4) IS-IS paths to level-1 routers that speak IP - Vertex Type Metric Next-Hop Interface Parent - ----------------------------------------------------------------- - rt2 - 10.0.255.2/32 IP internal 0 rt2(4) - rt4 TE-IS 10 rt4 - rt2(4) - rt5 TE-IS 20 rt4 - rt4(4) - rt6 TE-IS 20 rt4 - rt4(4) - 10.0.255.4/32 IP TE 20 rt4 - rt4(4) - rt3 TE-IS 30 rt4 - rt5(4) - 10.0.255.5/32 IP TE 30 rt4 - rt5(4) - 10.0.255.6/32 IP TE 30 rt4 - rt6(4) - rt2 - rt1 TE-IS 40 rt4 - rt2(2) - 10.0.255.3/32 IP TE 40 rt4 - rt3(4) - 10.0.255.1/32 IP TE 50 rt4 - rt1(4) + Vertex Type Metric Next-Hop Interface Parent + ----------------------------------------------------------- + rt2 + 10.0.255.2/32 IP TE 0 rt2(4) + rt4 TE-IS 10 rt4 - rt2(4) + rt5 TE-IS 20 rt4 - rt4(4) + rt6 TE-IS 20 rt4 - rt4(4) + 10.0.255.4/32 IP TE 20 rt4 - rt4(4) + rt3 TE-IS 30 rt4 - rt5(4) + 10.0.255.5/32 IP TE 30 rt4 - rt5(4) + 10.0.255.6/32 IP TE 30 rt4 - rt6(4) + rt2 + rt1 TE-IS 40 rt4 - rt2(2) + 10.0.255.3/32 IP TE 40 rt4 - rt3(4) + 10.0.255.1/32 IP TE 50 rt4 - rt1(4) Main: @@ -3120,45 +3120,45 @@ Q-space: rt7 IS-IS paths to level-1 routers that speak IP - Vertex Type Metric Next-Hop Interface Parent - ----------------------------------------------------------------- - rt1 - 10.0.255.1/32 IP internal 0 rt1(4) - rt2 TE-IS 10 rt2 - rt1(4) - rt4 TE-IS 20 rt2 - rt2(4) - 10.0.255.2/32 IP TE 20 rt2 - rt2(4) - rt3 TE-IS 30 rt2 - rt4(4) - 10.0.255.4/32 IP TE 30 rt2 - rt4(4) - rt5 TE-IS 40 rt2 - rt3(4) - rt6 TE-IS 40 rt2 - rt3(4) - 10.0.255.3/32 IP TE 40 rt2 - rt3(4) - rt7 TE-IS 50 rt2 - rt5(4) - rt6(4) - 10.0.255.5/32 IP TE 50 rt2 - rt5(4) - 10.0.255.6/32 IP TE 50 rt2 - rt6(4) - 10.0.255.7/32 IP TE 60 rt2 - rt7(4) + Vertex Type Metric Next-Hop Interface Parent + ----------------------------------------------------------- + rt1 + 10.0.255.1/32 IP TE 0 rt1(4) + rt2 TE-IS 10 rt2 - rt1(4) + rt4 TE-IS 20 rt2 - rt2(4) + 10.0.255.2/32 IP TE 20 rt2 - rt2(4) + rt3 TE-IS 30 rt2 - rt4(4) + 10.0.255.4/32 IP TE 30 rt2 - rt4(4) + rt5 TE-IS 40 rt2 - rt3(4) + rt6 TE-IS 40 rt2 - rt3(4) + 10.0.255.3/32 IP TE 40 rt2 - rt3(4) + rt7 TE-IS 50 rt2 - rt5(4) + rt6(4) + 10.0.255.5/32 IP TE 50 rt2 - rt5(4) + 10.0.255.6/32 IP TE 50 rt2 - rt6(4) + 10.0.255.7/32 IP TE 60 rt2 - rt7(4) IS-IS paths to level-1 routers that speak IP - Vertex Type Metric Next-Hop Interface Parent - ----------------------------------------------------------------- - rt1 - 10.0.255.1/32 IP internal 0 rt1(4) - rt2 TE-IS 10 rt2 - rt1(4) - rt3 TE-IS 10 rt3 - rt1(4) - rt4 TE-IS 20 rt2 - rt2(4) - rt3 - rt3(4) - rt5 TE-IS 20 rt3 - rt3(4) - rt6 TE-IS 20 rt3 - rt3(4) - 10.0.255.2/32 IP TE 20 rt2 - rt2(4) - 10.0.255.3/32 IP TE 20 rt3 - rt3(4) - rt7 TE-IS 30 rt3 - rt5(4) - rt6(4) - 10.0.255.4/32 IP TE 30 rt2 - rt4(4) - rt3 - rt4(4) - 10.0.255.5/32 IP TE 30 rt3 - rt5(4) - 10.0.255.6/32 IP TE 30 rt3 - rt6(4) - 10.0.255.7/32 IP TE 40 rt3 - rt7(4) + Vertex Type Metric Next-Hop Interface Parent + ----------------------------------------------------------- + rt1 + 10.0.255.1/32 IP TE 0 rt1(4) + rt2 TE-IS 10 rt2 - rt1(4) + rt3 TE-IS 10 rt3 - rt1(4) + rt4 TE-IS 20 rt2 - rt2(4) + rt3 - rt3(4) + rt5 TE-IS 20 rt3 - rt3(4) + rt6 TE-IS 20 rt3 - rt3(4) + 10.0.255.2/32 IP TE 20 rt2 - rt2(4) + 10.0.255.3/32 IP TE 20 rt3 - rt3(4) + rt7 TE-IS 30 rt3 - rt5(4) + rt6(4) + 10.0.255.4/32 IP TE 30 rt2 - rt4(4) + rt3 - rt4(4) + 10.0.255.5/32 IP TE 30 rt3 - rt5(4) + 10.0.255.6/32 IP TE 30 rt3 - rt6(4) + 10.0.255.7/32 IP TE 40 rt3 - rt7(4) Main: @@ -3202,20 +3202,20 @@ Q-space: rt6 IS-IS paths to level-1 routers that speak IP - Vertex Type Metric Next-Hop Interface Parent - ----------------------------------------------------------------- - rt1 - 10.0.255.1/32 IP internal 0 rt1(4) - rt3 TE-IS 10 rt3 - rt1(4) - rt5 TE-IS 20 rt3 - rt3(4) - 10.0.255.3/32 IP TE 20 rt3 - rt3(4) - rt6 TE-IS 30 rt3 - rt5(4) - 10.0.255.5/32 IP TE 30 rt3 - rt5(4) - rt4 TE-IS 40 rt3 - rt6(4) - 10.0.255.6/32 IP TE 40 rt3 - rt6(4) - rt2 TE-IS 50 rt3 - rt4(4) - 10.0.255.4/32 IP TE 50 rt3 - rt4(4) - 10.0.255.2/32 IP TE 60 rt3 - rt2(4) + Vertex Type Metric Next-Hop Interface Parent + ----------------------------------------------------------- + rt1 + 10.0.255.1/32 IP TE 0 rt1(4) + rt3 TE-IS 10 rt3 - rt1(4) + rt5 TE-IS 20 rt3 - rt3(4) + 10.0.255.3/32 IP TE 20 rt3 - rt3(4) + rt6 TE-IS 30 rt3 - rt5(4) + 10.0.255.5/32 IP TE 30 rt3 - rt5(4) + rt4 TE-IS 40 rt3 - rt6(4) + 10.0.255.6/32 IP TE 40 rt3 - rt6(4) + rt2 TE-IS 50 rt3 - rt4(4) + 10.0.255.4/32 IP TE 50 rt3 - rt4(4) + 10.0.255.2/32 IP TE 60 rt3 - rt2(4) IS-IS L1 IPv4 routing table: @@ -3289,23 +3289,23 @@ Q-space: rt3 IS-IS paths to level-1 routers that speak IP - Vertex Type Metric Next-Hop Interface Parent - ----------------------------------------------------------------- - rt1 - 10.0.255.1/32 IP internal 0 rt1(4) - rt4 TE-IS 10 rt4 - rt1(4) - rt5 TE-IS 10 rt5 - rt1(4) - rt2 TE-IS 15 rt2 - rt1(4) - rt1 - rt6 TE-IS 20 rt4 - rt4(4) - rt5 - rt5(4) - 10.0.255.4/32 IP TE 20 rt4 - rt4(4) - 10.0.255.5/32 IP TE 20 rt5 - rt5(4) - 10.0.255.2/32 IP TE 25 rt2 - rt2(4) - 10.0.255.6/32 IP TE 30 rt4 - rt6(4) - rt5 - rt6(4) - rt3 TE-IS 50 rt5 - rt5(4) - 10.0.255.3/32 IP TE 60 rt5 - rt3(4) + Vertex Type Metric Next-Hop Interface Parent + ----------------------------------------------------------- + rt1 + 10.0.255.1/32 IP TE 0 rt1(4) + rt4 TE-IS 10 rt4 - rt1(4) + rt5 TE-IS 10 rt5 - rt1(4) + rt2 TE-IS 15 rt2 - rt1(4) + rt1 + rt6 TE-IS 20 rt4 - rt4(4) + rt5 - rt5(4) + 10.0.255.4/32 IP TE 20 rt4 - rt4(4) + 10.0.255.5/32 IP TE 20 rt5 - rt5(4) + 10.0.255.2/32 IP TE 25 rt2 - rt2(4) + 10.0.255.6/32 IP TE 30 rt4 - rt6(4) + rt5 - rt6(4) + rt3 TE-IS 50 rt5 - rt5(4) + 10.0.255.3/32 IP TE 60 rt5 - rt3(4) IS-IS L1 IPv4 routing table: @@ -3383,21 +3383,21 @@ Q-space: rt6 IS-IS paths to level-1 routers that speak IP - Vertex Type Metric Next-Hop Interface Parent - ----------------------------------------------------------------- - rt1 - 10.0.255.1/32 IP internal 0 rt1(4) - rt2 TE-IS 15 rt2 - rt1(4) - 10.0.255.2/32 IP TE 25 rt2 - rt2(4) - rt3 TE-IS 30 rt3 - rt1(4) - 10.0.255.3/32 IP TE 40 rt3 - rt3(4) - rt4 TE-IS 55 rt2 - rt2(4) - rt1 - rt6 TE-IS 65 rt2 - rt4(4) - rt5 TE-IS 65 rt2 - rt1(2) - 10.0.255.4/32 IP TE 65 rt2 - rt4(4) - 10.0.255.6/32 IP TE 75 rt2 - rt6(4) - 10.0.255.5/32 IP TE 75 rt2 - rt5(4) + Vertex Type Metric Next-Hop Interface Parent + ----------------------------------------------------------- + rt1 + 10.0.255.1/32 IP TE 0 rt1(4) + rt2 TE-IS 15 rt2 - rt1(4) + 10.0.255.2/32 IP TE 25 rt2 - rt2(4) + rt3 TE-IS 30 rt3 - rt1(4) + 10.0.255.3/32 IP TE 40 rt3 - rt3(4) + rt4 TE-IS 55 rt2 - rt2(4) + rt1 + rt6 TE-IS 65 rt2 - rt4(4) + rt5 TE-IS 65 rt2 - rt1(2) + 10.0.255.4/32 IP TE 65 rt2 - rt4(4) + 10.0.255.6/32 IP TE 75 rt2 - rt6(4) + 10.0.255.5/32 IP TE 75 rt2 - rt5(4) IS-IS L1 IPv4 routing table: @@ -3476,7 +3476,7 @@ IS-IS paths to level-1 routers that speak IP Vertex Type Metric Next-Hop Interface Parent ------------------------------------------------------------------ rt5 - 10.0.255.5/32 IP internal 0 rt5(4) + 10.0.255.5/32 IP TE 0 rt5(4) rt6 TE-IS 10 rt6 - rt5(4) rt4 TE-IS 20 rt6 - rt6(4) 10.0.255.6/32 IP TE 20 rt6 - rt6(4) @@ -3570,22 +3570,22 @@ Q-space: rt6 IS-IS paths to level-1 routers that speak IP - Vertex Type Metric Next-Hop Interface Parent - ----------------------------------------------------------------- - rt5 - 10.0.255.5/32 IP internal 0 rt5(4) - rt6 TE-IS 10 rt6 - rt5(4) - rt4 TE-IS 20 rt6 - rt6(4) - 10.0.255.6/32 IP TE 20 rt6 - rt6(4) - rt3 TE-IS 30 rt3 - rt5(4) - rt2 TE-IS 30 rt6 - rt4(4) - 10.0.255.4/32 IP TE 30 rt6 - rt4(4) - rt1 TE-IS 40 rt3 - rt3(4) - rt6 - rt2(4) - 10.0.255.3/32 IP TE 40 rt3 - rt3(4) - 10.0.255.2/32 IP TE 40 rt6 - rt2(4) - 10.0.255.1/32 IP TE 50 rt3 - rt1(4) - rt6 - rt1(4) + Vertex Type Metric Next-Hop Interface Parent + ----------------------------------------------------------- + rt5 + 10.0.255.5/32 IP TE 0 rt5(4) + rt6 TE-IS 10 rt6 - rt5(4) + rt4 TE-IS 20 rt6 - rt6(4) + 10.0.255.6/32 IP TE 20 rt6 - rt6(4) + rt3 TE-IS 30 rt3 - rt5(4) + rt2 TE-IS 30 rt6 - rt4(4) + 10.0.255.4/32 IP TE 30 rt6 - rt4(4) + rt1 TE-IS 40 rt3 - rt3(4) + rt6 - rt2(4) + 10.0.255.3/32 IP TE 40 rt3 - rt3(4) + 10.0.255.2/32 IP TE 40 rt6 - rt2(4) + 10.0.255.1/32 IP TE 50 rt3 - rt1(4) + rt6 - rt1(4) IS-IS L1 IPv4 routing table: @@ -3626,20 +3626,20 @@ Q-space: rt6 IS-IS paths to level-1 routers that speak IP - Vertex Type Metric Next-Hop Interface Parent - ----------------------------------------------------------------- - rt5 - 10.0.255.5/32 IP internal 0 rt5(4) - rt4 TE-IS 10 rt4 - rt5(4) - rt6 TE-IS 10 rt6 - rt5(4) - rt2 TE-IS 20 rt4 - rt4(4) - 10.0.255.4/32 IP TE 20 rt4 - rt4(4) - 10.0.255.6/32 IP TE 20 rt6 - rt6(4) - rt1 TE-IS 30 rt4 - rt2(4) - rt3 TE-IS 30 rt4 - rt2(4) - 10.0.255.2/32 IP TE 30 rt4 - rt2(4) - 10.0.255.1/32 IP TE 40 rt4 - rt1(4) - 10.0.255.3/32 IP TE 40 rt4 - rt3(4) + Vertex Type Metric Next-Hop Interface Parent + ----------------------------------------------------------- + rt5 + 10.0.255.5/32 IP TE 0 rt5(4) + rt4 TE-IS 10 rt4 - rt5(4) + rt6 TE-IS 10 rt6 - rt5(4) + rt2 TE-IS 20 rt4 - rt4(4) + 10.0.255.4/32 IP TE 20 rt4 - rt4(4) + 10.0.255.6/32 IP TE 20 rt6 - rt6(4) + rt1 TE-IS 30 rt4 - rt2(4) + rt3 TE-IS 30 rt4 - rt2(4) + 10.0.255.2/32 IP TE 30 rt4 - rt2(4) + 10.0.255.1/32 IP TE 40 rt4 - rt1(4) + 10.0.255.3/32 IP TE 40 rt4 - rt3(4) IS-IS L1 IPv4 routing table: @@ -3662,24 +3662,24 @@ Q-space: rt8 IS-IS paths to level-1 routers that speak IP - Vertex Type Metric Next-Hop Interface Parent - ----------------------------------------------------------------- - rt1 - 10.0.255.1/32 IP internal 0 rt1(4) - rt3 TE-IS 10 rt3 - rt1(4) - rt5 TE-IS 20 rt3 - rt3(4) - 10.0.255.3/32 IP TE 20 rt3 - rt3(4) - rt7 TE-IS 30 rt3 - rt5(4) - 10.0.255.5/32 IP TE 30 rt3 - rt5(4) - 10.0.255.7/32 IP TE 40 rt3 - rt7(4) - rt6 TE-IS 70 rt3 - rt5(4) - rt4 TE-IS 80 rt3 - rt6(4) - rt8 TE-IS 80 rt3 - rt6(4) - 10.0.255.6/32 IP TE 80 rt3 - rt6(4) - rt2 TE-IS 90 rt3 - rt4(4) - 10.0.255.4/32 IP TE 90 rt3 - rt4(4) - 10.0.255.8/32 IP TE 90 rt3 - rt8(4) - 10.0.255.2/32 IP TE 100 rt3 - rt2(4) + Vertex Type Metric Next-Hop Interface Parent + ----------------------------------------------------------- + rt1 + 10.0.255.1/32 IP TE 0 rt1(4) + rt3 TE-IS 10 rt3 - rt1(4) + rt5 TE-IS 20 rt3 - rt3(4) + 10.0.255.3/32 IP TE 20 rt3 - rt3(4) + rt7 TE-IS 30 rt3 - rt5(4) + 10.0.255.5/32 IP TE 30 rt3 - rt5(4) + 10.0.255.7/32 IP TE 40 rt3 - rt7(4) + rt6 TE-IS 70 rt3 - rt5(4) + rt4 TE-IS 80 rt3 - rt6(4) + rt8 TE-IS 80 rt3 - rt6(4) + 10.0.255.6/32 IP TE 80 rt3 - rt6(4) + rt2 TE-IS 90 rt3 - rt4(4) + 10.0.255.4/32 IP TE 90 rt3 - rt4(4) + 10.0.255.8/32 IP TE 90 rt3 - rt8(4) + 10.0.255.2/32 IP TE 100 rt3 - rt2(4) IS-IS L1 IPv4 routing table: @@ -3711,24 +3711,24 @@ Q-space: rt8 IS-IS paths to level-1 routers that speak IP - Vertex Type Metric Next-Hop Interface Parent - ----------------------------------------------------------------- - rt4 - 10.0.255.4/32 IP internal 0 rt4(4) - rt2 TE-IS 10 rt2 - rt4(4) - rt1 TE-IS 20 rt2 - rt2(4) - 10.0.255.2/32 IP TE 20 rt2 - rt2(4) - rt3 TE-IS 30 rt2 - rt1(4) - 10.0.255.1/32 IP TE 30 rt2 - rt1(4) - rt5 TE-IS 40 rt2 - rt3(4) - 10.0.255.3/32 IP TE 40 rt2 - rt3(4) - rt7 TE-IS 50 rt2 - rt5(4) - 10.0.255.5/32 IP TE 50 rt2 - rt5(4) - 10.0.255.7/32 IP TE 60 rt2 - rt7(4) - rt6 TE-IS 90 rt2 - rt5(4) - rt8 TE-IS 100 rt2 - rt6(4) - 10.0.255.6/32 IP TE 100 rt2 - rt6(4) - 10.0.255.8/32 IP TE 110 rt2 - rt8(4) + Vertex Type Metric Next-Hop Interface Parent + ----------------------------------------------------------- + rt4 + 10.0.255.4/32 IP TE 0 rt4(4) + rt2 TE-IS 10 rt2 - rt4(4) + rt1 TE-IS 20 rt2 - rt2(4) + 10.0.255.2/32 IP TE 20 rt2 - rt2(4) + rt3 TE-IS 30 rt2 - rt1(4) + 10.0.255.1/32 IP TE 30 rt2 - rt1(4) + rt5 TE-IS 40 rt2 - rt3(4) + 10.0.255.3/32 IP TE 40 rt2 - rt3(4) + rt7 TE-IS 50 rt2 - rt5(4) + 10.0.255.5/32 IP TE 50 rt2 - rt5(4) + 10.0.255.7/32 IP TE 60 rt2 - rt7(4) + rt6 TE-IS 90 rt2 - rt5(4) + rt8 TE-IS 100 rt2 - rt6(4) + 10.0.255.6/32 IP TE 100 rt2 - rt6(4) + 10.0.255.8/32 IP TE 110 rt2 - rt8(4) IS-IS L1 IPv4 routing table: @@ -3757,24 +3757,24 @@ Q-space: rt8 IS-IS paths to level-1 routers that speak IP - Vertex Type Metric Next-Hop Interface Parent - ----------------------------------------------------------------- - rt1 - 10.0.255.1/32 IP internal 0 rt1(4) - rt3 TE-IS 10 rt3 - rt1(4) - rt5 TE-IS 20 rt3 - rt3(4) - 10.0.255.3/32 IP TE 20 rt3 - rt3(4) - rt7 TE-IS 30 rt3 - rt5(4) - 10.0.255.5/32 IP TE 30 rt3 - rt5(4) - rt8 TE-IS 40 rt3 - rt7(4) - 10.0.255.7/32 IP TE 40 rt3 - rt7(4) - rt6 TE-IS 50 rt3 - rt8(4) - 10.0.255.8/32 IP TE 50 rt3 - rt8(4) - rt4 TE-IS 60 rt3 - rt6(4) - 10.0.255.6/32 IP TE 60 rt3 - rt6(4) - rt2 TE-IS 70 rt3 - rt4(4) - 10.0.255.4/32 IP TE 70 rt3 - rt4(4) - 10.0.255.2/32 IP TE 80 rt3 - rt2(4) + Vertex Type Metric Next-Hop Interface Parent + ----------------------------------------------------------- + rt1 + 10.0.255.1/32 IP TE 0 rt1(4) + rt3 TE-IS 10 rt3 - rt1(4) + rt5 TE-IS 20 rt3 - rt3(4) + 10.0.255.3/32 IP TE 20 rt3 - rt3(4) + rt7 TE-IS 30 rt3 - rt5(4) + 10.0.255.5/32 IP TE 30 rt3 - rt5(4) + rt8 TE-IS 40 rt3 - rt7(4) + 10.0.255.7/32 IP TE 40 rt3 - rt7(4) + rt6 TE-IS 50 rt3 - rt8(4) + 10.0.255.8/32 IP TE 50 rt3 - rt8(4) + rt4 TE-IS 60 rt3 - rt6(4) + 10.0.255.6/32 IP TE 60 rt3 - rt6(4) + rt2 TE-IS 70 rt3 - rt4(4) + 10.0.255.4/32 IP TE 70 rt3 - rt4(4) + 10.0.255.2/32 IP TE 80 rt3 - rt2(4) IS-IS L1 IPv4 routing table: @@ -3808,25 +3808,25 @@ Q-space: rt3 IS-IS paths to level-1 routers that speak IP - Vertex Type Metric Next-Hop Interface Parent - ----------------------------------------------------------------- - rt4 - 10.0.255.4/32 IP internal 0 rt4(4) - rt2 TE-IS 10 rt2 - rt4(4) - rt6 TE-IS 10 rt6 - rt4(4) - rt1 TE-IS 20 rt2 - rt2(4) - rt5 TE-IS 20 rt6 - rt6(4) - rt8 TE-IS 20 rt6 - rt6(4) - 10.0.255.2/32 IP TE 20 rt2 - rt2(4) - 10.0.255.6/32 IP TE 20 rt6 - rt6(4) - rt3 TE-IS 30 rt2 - rt1(4) - rt7 TE-IS 30 rt6 - rt5(4) - rt8(4) - 10.0.255.1/32 IP TE 30 rt2 - rt1(4) - 10.0.255.5/32 IP TE 30 rt6 - rt5(4) - 10.0.255.8/32 IP TE 30 rt6 - rt8(4) - 10.0.255.3/32 IP TE 40 rt2 - rt3(4) - 10.0.255.7/32 IP TE 40 rt6 - rt7(4) + Vertex Type Metric Next-Hop Interface Parent + ----------------------------------------------------------- + rt4 + 10.0.255.4/32 IP TE 0 rt4(4) + rt2 TE-IS 10 rt2 - rt4(4) + rt6 TE-IS 10 rt6 - rt4(4) + rt1 TE-IS 20 rt2 - rt2(4) + rt5 TE-IS 20 rt6 - rt6(4) + rt8 TE-IS 20 rt6 - rt6(4) + 10.0.255.2/32 IP TE 20 rt2 - rt2(4) + 10.0.255.6/32 IP TE 20 rt6 - rt6(4) + rt3 TE-IS 30 rt2 - rt1(4) + rt7 TE-IS 30 rt6 - rt5(4) + rt8(4) + 10.0.255.1/32 IP TE 30 rt2 - rt1(4) + 10.0.255.5/32 IP TE 30 rt6 - rt5(4) + 10.0.255.8/32 IP TE 30 rt6 - rt8(4) + 10.0.255.3/32 IP TE 40 rt2 - rt3(4) + 10.0.255.7/32 IP TE 40 rt6 - rt7(4) IS-IS L1 IPv4 routing table: @@ -3862,34 +3862,34 @@ Q-space: rt9 IS-IS paths to level-1 routers that speak IP - Vertex Type Metric Next-Hop Interface Parent - ------------------------------------------------------------------- - rt11 - 10.0.255.11/32 IP internal 0 rt11(4) - rt10 TE-IS 10 rt10 - rt11(4) - rt12 TE-IS 10 rt12 - rt11(4) - rt9 TE-IS 20 rt12 - rt12(4) - 10.0.255.10/32 IP TE 20 rt10 - rt10(4) - 10.0.255.12/32 IP TE 20 rt12 - rt12(4) - rt7 TE-IS 30 rt10 - rt10(4) - rt8 TE-IS 30 rt12 - rt9(4) - 10.0.255.9/32 IP TE 30 rt12 - rt9(4) - rt4 TE-IS 40 rt10 - rt7(4) - rt5 TE-IS 40 rt12 - rt8(4) - 10.0.255.7/32 IP TE 40 rt10 - rt7(4) - 10.0.255.8/32 IP TE 40 rt12 - rt8(4) - rt6 TE-IS 50 rt12 - rt9(4) - rt5(4) - rt1 TE-IS 50 rt10 - rt4(4) - rt2 TE-IS 50 rt12 - rt5(4) - 10.0.255.4/32 IP TE 50 rt10 - rt4(4) - 10.0.255.5/32 IP TE 50 rt12 - rt5(4) - rt3 TE-IS 60 rt12 - rt6(4) - rt2(4) - 10.0.255.6/32 IP TE 60 rt12 - rt6(4) - 10.0.255.1/32 IP TE 60 rt10 - rt1(4) - 10.0.255.2/32 IP TE 60 rt12 - rt2(4) - 10.0.255.3/32 IP TE 70 rt12 - rt3(4) + Vertex Type Metric Next-Hop Interface Parent + ------------------------------------------------------------- + rt11 + 10.0.255.11/32 IP TE 0 rt11(4) + rt10 TE-IS 10 rt10 - rt11(4) + rt12 TE-IS 10 rt12 - rt11(4) + rt9 TE-IS 20 rt12 - rt12(4) + 10.0.255.10/32 IP TE 20 rt10 - rt10(4) + 10.0.255.12/32 IP TE 20 rt12 - rt12(4) + rt7 TE-IS 30 rt10 - rt10(4) + rt8 TE-IS 30 rt12 - rt9(4) + 10.0.255.9/32 IP TE 30 rt12 - rt9(4) + rt4 TE-IS 40 rt10 - rt7(4) + rt5 TE-IS 40 rt12 - rt8(4) + 10.0.255.7/32 IP TE 40 rt10 - rt7(4) + 10.0.255.8/32 IP TE 40 rt12 - rt8(4) + rt6 TE-IS 50 rt12 - rt9(4) + rt5(4) + rt1 TE-IS 50 rt10 - rt4(4) + rt2 TE-IS 50 rt12 - rt5(4) + 10.0.255.4/32 IP TE 50 rt10 - rt4(4) + 10.0.255.5/32 IP TE 50 rt12 - rt5(4) + rt3 TE-IS 60 rt12 - rt6(4) + rt2(4) + 10.0.255.6/32 IP TE 60 rt12 - rt6(4) + 10.0.255.1/32 IP TE 60 rt10 - rt1(4) + 10.0.255.2/32 IP TE 60 rt12 - rt2(4) + 10.0.255.3/32 IP TE 70 rt12 - rt3(4) IS-IS L1 IPv4 routing table: @@ -3938,40 +3938,40 @@ Q-space: rt12 IS-IS paths to level-1 routers that speak IP - Vertex Type Metric Next-Hop Interface Parent - ------------------------------------------------------------------- - rt6 - 10.0.255.6/32 IP internal 0 rt6(4) - rt3 TE-IS 10 rt3 - rt6(4) - rt2 TE-IS 20 rt3 - rt3(4) - 10.0.255.3/32 IP TE 20 rt3 - rt3(4) - rt9 TE-IS 30 rt9 - rt6(4) - rt5 TE-IS 30 rt3 - rt2(4) - 10.0.255.2/32 IP TE 30 rt3 - rt2(4) - rt8 TE-IS 40 rt9 - rt9(4) - rt3 - rt5(4) - rt12 TE-IS 40 rt9 - rt9(4) - rt4 TE-IS 40 rt3 - rt5(4) - 10.0.255.9/32 IP TE 40 rt9 - rt9(4) - 10.0.255.5/32 IP TE 40 rt3 - rt5(4) - rt7 TE-IS 50 rt9 - rt8(4) - rt3 - rt4(4) - rt11 TE-IS 50 rt9 - rt8(4) - rt3 - rt12(4) - rt1 TE-IS 50 rt3 - rt4(4) - 10.0.255.8/32 IP TE 50 rt9 - rt8(4) - rt3 - rt8(4) - 10.0.255.12/32 IP TE 50 rt9 - rt12(4) - 10.0.255.4/32 IP TE 50 rt3 - rt4(4) - rt10 TE-IS 60 rt9 - rt11(4) - rt3 - rt11(4) - 10.0.255.7/32 IP TE 60 rt9 - rt7(4) - rt3 - rt7(4) - 10.0.255.11/32 IP TE 60 rt9 - rt11(4) - rt3 - rt11(4) - 10.0.255.1/32 IP TE 60 rt3 - rt1(4) - 10.0.255.10/32 IP TE 70 rt9 - rt10(4) - rt3 - rt10(4) + Vertex Type Metric Next-Hop Interface Parent + ------------------------------------------------------------- + rt6 + 10.0.255.6/32 IP TE 0 rt6(4) + rt3 TE-IS 10 rt3 - rt6(4) + rt2 TE-IS 20 rt3 - rt3(4) + 10.0.255.3/32 IP TE 20 rt3 - rt3(4) + rt9 TE-IS 30 rt9 - rt6(4) + rt5 TE-IS 30 rt3 - rt2(4) + 10.0.255.2/32 IP TE 30 rt3 - rt2(4) + rt8 TE-IS 40 rt9 - rt9(4) + rt3 - rt5(4) + rt12 TE-IS 40 rt9 - rt9(4) + rt4 TE-IS 40 rt3 - rt5(4) + 10.0.255.9/32 IP TE 40 rt9 - rt9(4) + 10.0.255.5/32 IP TE 40 rt3 - rt5(4) + rt7 TE-IS 50 rt9 - rt8(4) + rt3 - rt4(4) + rt11 TE-IS 50 rt9 - rt8(4) + rt3 - rt12(4) + rt1 TE-IS 50 rt3 - rt4(4) + 10.0.255.8/32 IP TE 50 rt9 - rt8(4) + rt3 - rt8(4) + 10.0.255.12/32 IP TE 50 rt9 - rt12(4) + 10.0.255.4/32 IP TE 50 rt3 - rt4(4) + rt10 TE-IS 60 rt9 - rt11(4) + rt3 - rt11(4) + 10.0.255.7/32 IP TE 60 rt9 - rt7(4) + rt3 - rt7(4) + 10.0.255.11/32 IP TE 60 rt9 - rt11(4) + rt3 - rt11(4) + 10.0.255.1/32 IP TE 60 rt3 - rt1(4) + 10.0.255.10/32 IP TE 70 rt9 - rt10(4) + rt3 - rt10(4) IS-IS L1 IPv4 routing table: @@ -4019,35 +4019,35 @@ Q-space: rt10 IS-IS paths to level-1 routers that speak IP - Vertex Type Metric Next-Hop Interface Parent - ------------------------------------------------------------------- - rt2 - 10.0.255.2/32 IP internal 0 rt2(4) - rt3 TE-IS 10 rt3 - rt2(4) - rt5 TE-IS 10 rt5 - rt2(4) - rt6 TE-IS 20 rt3 - rt3(4) - rt5 - rt5(4) - rt8 TE-IS 20 rt5 - rt5(4) - 10.0.255.3/32 IP TE 20 rt3 - rt3(4) - 10.0.255.5/32 IP TE 20 rt5 - rt5(4) - rt9 TE-IS 30 rt5 - rt8(4) - rt11 TE-IS 30 rt5 - rt8(4) - 10.0.255.6/32 IP TE 30 rt3 - rt6(4) - rt5 - rt6(4) - 10.0.255.8/32 IP TE 30 rt5 - rt8(4) - rt12 TE-IS 40 rt5 - rt9(4) - rt11(4) - 10.0.255.9/32 IP TE 40 rt5 - rt9(4) - 10.0.255.11/32 IP TE 40 rt5 - rt11(4) - 10.0.255.12/32 IP TE 50 rt5 - rt12(4) - rt10 TE-IS 60 rt5 - rt11(4) - rt7 TE-IS 70 rt5 - rt10(4) - 10.0.255.10/32 IP TE 70 rt5 - rt10(4) - rt4 TE-IS 80 rt5 - rt7(4) - 10.0.255.7/32 IP TE 80 rt5 - rt7(4) - rt1 TE-IS 90 rt5 - rt4(4) - 10.0.255.4/32 IP TE 90 rt5 - rt4(4) - 10.0.255.1/32 IP TE 100 rt5 - rt1(4) + Vertex Type Metric Next-Hop Interface Parent + ------------------------------------------------------------- + rt2 + 10.0.255.2/32 IP TE 0 rt2(4) + rt3 TE-IS 10 rt3 - rt2(4) + rt5 TE-IS 10 rt5 - rt2(4) + rt6 TE-IS 20 rt3 - rt3(4) + rt5 - rt5(4) + rt8 TE-IS 20 rt5 - rt5(4) + 10.0.255.3/32 IP TE 20 rt3 - rt3(4) + 10.0.255.5/32 IP TE 20 rt5 - rt5(4) + rt9 TE-IS 30 rt5 - rt8(4) + rt11 TE-IS 30 rt5 - rt8(4) + 10.0.255.6/32 IP TE 30 rt3 - rt6(4) + rt5 - rt6(4) + 10.0.255.8/32 IP TE 30 rt5 - rt8(4) + rt12 TE-IS 40 rt5 - rt9(4) + rt11(4) + 10.0.255.9/32 IP TE 40 rt5 - rt9(4) + 10.0.255.11/32 IP TE 40 rt5 - rt11(4) + 10.0.255.12/32 IP TE 50 rt5 - rt12(4) + rt10 TE-IS 60 rt5 - rt11(4) + rt7 TE-IS 70 rt5 - rt10(4) + 10.0.255.10/32 IP TE 70 rt5 - rt10(4) + rt4 TE-IS 80 rt5 - rt7(4) + 10.0.255.7/32 IP TE 80 rt5 - rt7(4) + rt1 TE-IS 90 rt5 - rt4(4) + 10.0.255.4/32 IP TE 90 rt5 - rt4(4) + 10.0.255.1/32 IP TE 100 rt5 - rt1(4) IS-IS L1 IPv4 routing table: @@ -4086,33 +4086,33 @@ Q-space: rt12 IS-IS paths to level-1 routers that speak IP - Vertex Type Metric Next-Hop Interface Parent - ------------------------------------------------------------------- - rt2 - 10.0.255.2/32 IP internal 0 rt2(4) - rt1 TE-IS 10 rt1 - rt2(4) - rt3 TE-IS 10 rt3 - rt2(4) - rt4 TE-IS 20 rt1 - rt1(4) - rt6 TE-IS 20 rt3 - rt3(4) - 10.0.255.1/32 IP TE 20 rt1 - rt1(4) - 10.0.255.3/32 IP TE 20 rt3 - rt3(4) - rt7 TE-IS 30 rt1 - rt4(4) - rt5 TE-IS 30 rt3 - rt6(4) - 10.0.255.4/32 IP TE 30 rt1 - rt4(4) - 10.0.255.6/32 IP TE 30 rt3 - rt6(4) - rt10 TE-IS 40 rt1 - rt7(4) - rt8 TE-IS 40 rt3 - rt5(4) - 10.0.255.7/32 IP TE 40 rt1 - rt7(4) - 10.0.255.5/32 IP TE 40 rt3 - rt5(4) - rt9 TE-IS 50 rt3 - rt8(4) - rt11 TE-IS 50 rt3 - rt8(4) - 10.0.255.10/32 IP TE 50 rt1 - rt10(4) - 10.0.255.8/32 IP TE 50 rt3 - rt8(4) - rt12 TE-IS 60 rt3 - rt9(4) - rt11(4) - 10.0.255.9/32 IP TE 60 rt3 - rt9(4) - 10.0.255.11/32 IP TE 60 rt3 - rt11(4) - 10.0.255.12/32 IP TE 70 rt3 - rt12(4) + Vertex Type Metric Next-Hop Interface Parent + ------------------------------------------------------------- + rt2 + 10.0.255.2/32 IP TE 0 rt2(4) + rt1 TE-IS 10 rt1 - rt2(4) + rt3 TE-IS 10 rt3 - rt2(4) + rt4 TE-IS 20 rt1 - rt1(4) + rt6 TE-IS 20 rt3 - rt3(4) + 10.0.255.1/32 IP TE 20 rt1 - rt1(4) + 10.0.255.3/32 IP TE 20 rt3 - rt3(4) + rt7 TE-IS 30 rt1 - rt4(4) + rt5 TE-IS 30 rt3 - rt6(4) + 10.0.255.4/32 IP TE 30 rt1 - rt4(4) + 10.0.255.6/32 IP TE 30 rt3 - rt6(4) + rt10 TE-IS 40 rt1 - rt7(4) + rt8 TE-IS 40 rt3 - rt5(4) + 10.0.255.7/32 IP TE 40 rt1 - rt7(4) + 10.0.255.5/32 IP TE 40 rt3 - rt5(4) + rt9 TE-IS 50 rt3 - rt8(4) + rt11 TE-IS 50 rt3 - rt8(4) + 10.0.255.10/32 IP TE 50 rt1 - rt10(4) + 10.0.255.8/32 IP TE 50 rt3 - rt8(4) + rt12 TE-IS 60 rt3 - rt9(4) + rt11(4) + 10.0.255.9/32 IP TE 60 rt3 - rt9(4) + 10.0.255.11/32 IP TE 60 rt3 - rt11(4) + 10.0.255.12/32 IP TE 70 rt3 - rt12(4) IS-IS L1 IPv4 routing table: @@ -4148,29 +4148,29 @@ Q-space: rt3 IS-IS paths to level-1 routers that speak IP - Vertex Type Metric Next-Hop Interface Parent - ----------------------------------------------------------------- - rt1 - 10.0.255.1/32 IP internal 0 rt1(4) - rt2 TE-IS 10 rt2 - rt1(4) - rt4 TE-IS 20 rt2 - rt2(4) - 10.0.255.2/32 IP TE 20 rt2 - rt2(4) - rt5 TE-IS 30 rt2 - rt4(4) - 10.0.255.4/32 IP TE 30 rt2 - rt4(4) - rt9 TE-IS 40 rt2 - rt5(4) - 10.0.255.5/32 IP TE 40 rt2 - rt5(4) - rt6 TE-IS 50 rt2 - rt4(4) - rt9(4) - rt7 TE-IS 50 rt2 - rt4(4) - rt9(4) - rt8 TE-IS 50 rt2 - rt4(4) - rt9(4) - 10.0.255.9/32 IP TE 50 rt2 - rt9(4) - 10.0.255.6/32 IP TE 60 rt2 - rt6(4) - 10.0.255.7/32 IP TE 60 rt2 - rt7(4) - 10.0.255.8/32 IP TE 60 rt2 - rt8(4) - rt3 TE-IS 120 rt2 - rt4(4) - 10.0.255.3/32 IP TE 130 rt2 - rt3(4) + Vertex Type Metric Next-Hop Interface Parent + ----------------------------------------------------------- + rt1 + 10.0.255.1/32 IP TE 0 rt1(4) + rt2 TE-IS 10 rt2 - rt1(4) + rt4 TE-IS 20 rt2 - rt2(4) + 10.0.255.2/32 IP TE 20 rt2 - rt2(4) + rt5 TE-IS 30 rt2 - rt4(4) + 10.0.255.4/32 IP TE 30 rt2 - rt4(4) + rt9 TE-IS 40 rt2 - rt5(4) + 10.0.255.5/32 IP TE 40 rt2 - rt5(4) + rt6 TE-IS 50 rt2 - rt4(4) + rt9(4) + rt7 TE-IS 50 rt2 - rt4(4) + rt9(4) + rt8 TE-IS 50 rt2 - rt4(4) + rt9(4) + 10.0.255.9/32 IP TE 50 rt2 - rt9(4) + 10.0.255.6/32 IP TE 60 rt2 - rt6(4) + 10.0.255.7/32 IP TE 60 rt2 - rt7(4) + 10.0.255.8/32 IP TE 60 rt2 - rt8(4) + rt3 TE-IS 120 rt2 - rt4(4) + 10.0.255.3/32 IP TE 130 rt2 - rt3(4) IS-IS L1 IPv4 routing table: @@ -4249,29 +4249,29 @@ Q-space: rt9 IS-IS paths to level-1 routers that speak IP - Vertex Type Metric Next-Hop Interface Parent - ----------------------------------------------------------------- - rt1 - 10.0.255.1/32 IP internal 0 rt1(4) - rt3 TE-IS 10 rt3 - rt1(4) - 10.0.255.3/32 IP TE 20 rt3 - rt3(4) - rt4 TE-IS 110 rt3 - rt3(4) - rt2 TE-IS 120 rt3 - rt4(4) - rt5 TE-IS 120 rt3 - rt4(4) - 10.0.255.4/32 IP TE 120 rt3 - rt4(4) - rt9 TE-IS 130 rt3 - rt5(4) - 10.0.255.2/32 IP TE 130 rt3 - rt2(4) - 10.0.255.5/32 IP TE 130 rt3 - rt5(4) - rt6 TE-IS 140 rt3 - rt4(4) - rt9(4) - rt7 TE-IS 140 rt3 - rt4(4) - rt9(4) - rt8 TE-IS 140 rt3 - rt4(4) - rt9(4) - 10.0.255.9/32 IP TE 140 rt3 - rt9(4) - 10.0.255.6/32 IP TE 150 rt3 - rt6(4) - 10.0.255.7/32 IP TE 150 rt3 - rt7(4) - 10.0.255.8/32 IP TE 150 rt3 - rt8(4) + Vertex Type Metric Next-Hop Interface Parent + ----------------------------------------------------------- + rt1 + 10.0.255.1/32 IP TE 0 rt1(4) + rt3 TE-IS 10 rt3 - rt1(4) + 10.0.255.3/32 IP TE 20 rt3 - rt3(4) + rt4 TE-IS 110 rt3 - rt3(4) + rt2 TE-IS 120 rt3 - rt4(4) + rt5 TE-IS 120 rt3 - rt4(4) + 10.0.255.4/32 IP TE 120 rt3 - rt4(4) + rt9 TE-IS 130 rt3 - rt5(4) + 10.0.255.2/32 IP TE 130 rt3 - rt2(4) + 10.0.255.5/32 IP TE 130 rt3 - rt5(4) + rt6 TE-IS 140 rt3 - rt4(4) + rt9(4) + rt7 TE-IS 140 rt3 - rt4(4) + rt9(4) + rt8 TE-IS 140 rt3 - rt4(4) + rt9(4) + 10.0.255.9/32 IP TE 140 rt3 - rt9(4) + 10.0.255.6/32 IP TE 150 rt3 - rt6(4) + 10.0.255.7/32 IP TE 150 rt3 - rt7(4) + 10.0.255.8/32 IP TE 150 rt3 - rt8(4) IS-IS L1 IPv4 routing table: @@ -4362,46 +4362,46 @@ Q-space: rt5 IS-IS paths to level-1 routers that speak IP - Vertex Type Metric Next-Hop Interface Parent - ----------------------------------------------------------------- - rt9 - 10.0.255.9/32 IP internal 0 rt9(4) - rt6 TE-IS 10 rt6 - rt9(4) - rt7 TE-IS 10 rt7 - rt9(4) - rt8 TE-IS 10 rt8 - rt9(4) - 10.0.255.6/32 IP TE 20 rt6 - rt6(4) - 10.0.255.7/32 IP TE 20 rt7 - rt7(4) - 10.0.255.8/32 IP TE 20 rt8 - rt8(4) - rt4 TE-IS 40 rt6 - rt6(4) - rt7 - rt7(4) - rt8 - rt8(4) - rt2 TE-IS 50 rt6 - rt4(4) - rt7 - rt4(4) - rt8 - rt4(4) - rt5 TE-IS 50 rt6 - rt4(4) - rt7 - rt4(4) - rt8 - rt4(4) - 10.0.255.4/32 IP TE 50 rt6 - rt4(4) - rt7 - rt4(4) - rt8 - rt4(4) - rt1 TE-IS 60 rt6 - rt2(4) - rt7 - rt2(4) - rt8 - rt2(4) - 10.0.255.2/32 IP TE 60 rt6 - rt2(4) - rt7 - rt2(4) - rt8 - rt2(4) - 10.0.255.5/32 IP TE 60 rt6 - rt5(4) - rt7 - rt5(4) - rt8 - rt5(4) - rt3 TE-IS 70 rt6 - rt1(4) - rt7 - rt1(4) - rt8 - rt1(4) - 10.0.255.1/32 IP TE 70 rt6 - rt1(4) - rt7 - rt1(4) - rt8 - rt1(4) - 10.0.255.3/32 IP TE 80 rt6 - rt3(4) - rt7 - rt3(4) - rt8 - rt3(4) + Vertex Type Metric Next-Hop Interface Parent + ----------------------------------------------------------- + rt9 + 10.0.255.9/32 IP TE 0 rt9(4) + rt6 TE-IS 10 rt6 - rt9(4) + rt7 TE-IS 10 rt7 - rt9(4) + rt8 TE-IS 10 rt8 - rt9(4) + 10.0.255.6/32 IP TE 20 rt6 - rt6(4) + 10.0.255.7/32 IP TE 20 rt7 - rt7(4) + 10.0.255.8/32 IP TE 20 rt8 - rt8(4) + rt4 TE-IS 40 rt6 - rt6(4) + rt7 - rt7(4) + rt8 - rt8(4) + rt2 TE-IS 50 rt6 - rt4(4) + rt7 - rt4(4) + rt8 - rt4(4) + rt5 TE-IS 50 rt6 - rt4(4) + rt7 - rt4(4) + rt8 - rt4(4) + 10.0.255.4/32 IP TE 50 rt6 - rt4(4) + rt7 - rt4(4) + rt8 - rt4(4) + rt1 TE-IS 60 rt6 - rt2(4) + rt7 - rt2(4) + rt8 - rt2(4) + 10.0.255.2/32 IP TE 60 rt6 - rt2(4) + rt7 - rt2(4) + rt8 - rt2(4) + 10.0.255.5/32 IP TE 60 rt6 - rt5(4) + rt7 - rt5(4) + rt8 - rt5(4) + rt3 TE-IS 70 rt6 - rt1(4) + rt7 - rt1(4) + rt8 - rt1(4) + 10.0.255.1/32 IP TE 70 rt6 - rt1(4) + rt7 - rt1(4) + rt8 - rt1(4) + 10.0.255.3/32 IP TE 80 rt6 - rt3(4) + rt7 - rt3(4) + rt8 - rt3(4) IS-IS L1 IPv4 routing table: @@ -4535,26 +4535,26 @@ Q-space: rt8 IS-IS paths to level-1 routers that speak IP - Vertex Type Metric Next-Hop Interface Parent - ----------------------------------------------------------------- - rt9 - 10.0.255.9/32 IP internal 0 rt9(4) - rt5 TE-IS 10 rt5 - rt9(4) - rt6 TE-IS 10 rt6 - rt9(4) - rt7 TE-IS 10 rt7 - rt9(4) - rt4 TE-IS 20 rt5 - rt5(4) - 10.0.255.5/32 IP TE 20 rt5 - rt5(4) - 10.0.255.6/32 IP TE 20 rt6 - rt6(4) - 10.0.255.7/32 IP TE 20 rt7 - rt7(4) - rt2 TE-IS 30 rt5 - rt4(4) - 10.0.255.4/32 IP TE 30 rt5 - rt4(4) - rt1 TE-IS 40 rt5 - rt2(4) - 10.0.255.2/32 IP TE 40 rt5 - rt2(4) - rt8 TE-IS 50 rt5 - rt4(4) - rt3 TE-IS 50 rt5 - rt1(4) - 10.0.255.1/32 IP TE 50 rt5 - rt1(4) - 10.0.255.8/32 IP TE 60 rt5 - rt8(4) - 10.0.255.3/32 IP TE 60 rt5 - rt3(4) + Vertex Type Metric Next-Hop Interface Parent + ----------------------------------------------------------- + rt9 + 10.0.255.9/32 IP TE 0 rt9(4) + rt5 TE-IS 10 rt5 - rt9(4) + rt6 TE-IS 10 rt6 - rt9(4) + rt7 TE-IS 10 rt7 - rt9(4) + rt4 TE-IS 20 rt5 - rt5(4) + 10.0.255.5/32 IP TE 20 rt5 - rt5(4) + 10.0.255.6/32 IP TE 20 rt6 - rt6(4) + 10.0.255.7/32 IP TE 20 rt7 - rt7(4) + rt2 TE-IS 30 rt5 - rt4(4) + 10.0.255.4/32 IP TE 30 rt5 - rt4(4) + rt1 TE-IS 40 rt5 - rt2(4) + 10.0.255.2/32 IP TE 40 rt5 - rt2(4) + rt8 TE-IS 50 rt5 - rt4(4) + rt3 TE-IS 50 rt5 - rt1(4) + 10.0.255.1/32 IP TE 50 rt5 - rt1(4) + 10.0.255.8/32 IP TE 60 rt5 - rt8(4) + 10.0.255.3/32 IP TE 60 rt5 - rt3(4) IS-IS L1 IPv4 routing table: @@ -4638,30 +4638,30 @@ Q-space: rt8 IS-IS paths to level-1 routers that speak IP - Vertex Type Metric Next-Hop Interface Parent - ----------------------------------------------------------------- - rt1 - 10.0.255.1/32 IP internal 0 rt1(4) - rt3 TE-IS 20 rt3 - rt1(4) - rt4 TE-IS 20 rt4 - rt1(4) - rt6 TE-IS 30 rt3 - rt3(4) - rt7 TE-IS 30 rt4 - rt4(4) - 10.0.255.3/32 IP TE 30 rt3 - rt3(4) - 10.0.255.4/32 IP TE 30 rt4 - rt4(4) - 10.0.255.6/32 IP TE 40 rt3 - rt6(4) - 10.0.255.7/32 IP TE 40 rt4 - rt7(4) - rt8 TE-IS 80 rt3 - rt6(4) - rt4 - rt7(4) - rt5 TE-IS 90 rt3 - rt8(4) - rt4 - rt8(4) - 10.0.255.8/32 IP TE 90 rt3 - rt8(4) - rt4 - rt8(4) - rt2 TE-IS 100 rt3 - rt5(4) - rt4 - rt5(4) - 10.0.255.5/32 IP TE 100 rt3 - rt5(4) - rt4 - rt5(4) - 10.0.255.2/32 IP TE 110 rt3 - rt2(4) - rt4 - rt2(4) + Vertex Type Metric Next-Hop Interface Parent + ----------------------------------------------------------- + rt1 + 10.0.255.1/32 IP TE 0 rt1(4) + rt3 TE-IS 20 rt3 - rt1(4) + rt4 TE-IS 20 rt4 - rt1(4) + rt6 TE-IS 30 rt3 - rt3(4) + rt7 TE-IS 30 rt4 - rt4(4) + 10.0.255.3/32 IP TE 30 rt3 - rt3(4) + 10.0.255.4/32 IP TE 30 rt4 - rt4(4) + 10.0.255.6/32 IP TE 40 rt3 - rt6(4) + 10.0.255.7/32 IP TE 40 rt4 - rt7(4) + rt8 TE-IS 80 rt3 - rt6(4) + rt4 - rt7(4) + rt5 TE-IS 90 rt3 - rt8(4) + rt4 - rt8(4) + 10.0.255.8/32 IP TE 90 rt3 - rt8(4) + rt4 - rt8(4) + rt2 TE-IS 100 rt3 - rt5(4) + rt4 - rt5(4) + 10.0.255.5/32 IP TE 100 rt3 - rt5(4) + rt4 - rt5(4) + 10.0.255.2/32 IP TE 110 rt3 - rt2(4) + rt4 - rt2(4) IS-IS L1 IPv4 routing table: @@ -4754,24 +4754,24 @@ Q-space: rt7 IS-IS paths to level-1 routers that speak IP - Vertex Type Metric Next-Hop Interface Parent - ----------------------------------------------------------------- - rt1 - 10.0.255.1/32 IP internal 0 rt1(4) - rt2 TE-IS 10 rt2 - rt1(4) - rt3 TE-IS 20 rt3 - rt1(4) - rt5 TE-IS 20 rt2 - rt2(4) - 10.0.255.2/32 IP TE 20 rt2 - rt2(4) - rt6 TE-IS 30 rt3 - rt3(4) - rt8 TE-IS 30 rt2 - rt5(4) - 10.0.255.3/32 IP TE 30 rt3 - rt3(4) - 10.0.255.5/32 IP TE 30 rt2 - rt5(4) - 10.0.255.6/32 IP TE 40 rt3 - rt6(4) - 10.0.255.8/32 IP TE 40 rt2 - rt8(4) - rt7 TE-IS 80 rt2 - rt8(4) - rt4 TE-IS 90 rt2 - rt7(4) - 10.0.255.7/32 IP TE 90 rt2 - rt7(4) - 10.0.255.4/32 IP TE 100 rt2 - rt4(4) + Vertex Type Metric Next-Hop Interface Parent + ----------------------------------------------------------- + rt1 + 10.0.255.1/32 IP TE 0 rt1(4) + rt2 TE-IS 10 rt2 - rt1(4) + rt3 TE-IS 20 rt3 - rt1(4) + rt5 TE-IS 20 rt2 - rt2(4) + 10.0.255.2/32 IP TE 20 rt2 - rt2(4) + rt6 TE-IS 30 rt3 - rt3(4) + rt8 TE-IS 30 rt2 - rt5(4) + 10.0.255.3/32 IP TE 30 rt3 - rt3(4) + 10.0.255.5/32 IP TE 30 rt2 - rt5(4) + 10.0.255.6/32 IP TE 40 rt3 - rt6(4) + 10.0.255.8/32 IP TE 40 rt2 - rt8(4) + rt7 TE-IS 80 rt2 - rt8(4) + rt4 TE-IS 90 rt2 - rt7(4) + 10.0.255.7/32 IP TE 90 rt2 - rt7(4) + 10.0.255.4/32 IP TE 100 rt2 - rt4(4) IS-IS L1 IPv4 routing table: @@ -4851,21 +4851,21 @@ Q-space: rt6 IS-IS paths to level-1 routers that speak IP - Vertex Type Metric Next-Hop Interface Parent - ----------------------------------------------------------------- - rt2 - 10.0.255.2/32 IP internal 0 rt2(4) - rt1 TE-IS 50 rt1 - rt2(4) - rt3 TE-IS 50 rt3 - rt2(4) - rt2 - rt5 TE-IS 60 rt3 - rt3(4) - 10.0.255.1/32 IP TE 60 rt1 - rt1(4) - 10.0.255.3/32 IP TE 60 rt3 - rt3(4) - rt4 TE-IS 70 rt3 - rt5(4) - rt6 TE-IS 70 rt3 - rt5(4) - 10.0.255.5/32 IP TE 70 rt3 - rt5(4) - 10.0.255.4/32 IP TE 80 rt3 - rt4(4) - 10.0.255.6/32 IP TE 80 rt3 - rt6(4) + Vertex Type Metric Next-Hop Interface Parent + ----------------------------------------------------------- + rt2 + 10.0.255.2/32 IP TE 0 rt2(4) + rt1 TE-IS 50 rt1 - rt2(4) + rt3 TE-IS 50 rt3 - rt2(4) + rt2 + rt5 TE-IS 60 rt3 - rt3(4) + 10.0.255.1/32 IP TE 60 rt1 - rt1(4) + 10.0.255.3/32 IP TE 60 rt3 - rt3(4) + rt4 TE-IS 70 rt3 - rt5(4) + rt6 TE-IS 70 rt3 - rt5(4) + 10.0.255.5/32 IP TE 70 rt3 - rt5(4) + 10.0.255.4/32 IP TE 80 rt3 - rt4(4) + 10.0.255.6/32 IP TE 80 rt3 - rt6(4) IS-IS L1 IPv4 routing table: @@ -4945,28 +4945,28 @@ Q-space: rt3 IS-IS paths to level-1 routers that speak IP - Vertex Type Metric Next-Hop Interface Parent - ------------------------------------------------------------------- - rt1 - 10.0.255.1/32 IP internal 0 rt1(4) - rt2 TE-IS 10 rt2 - rt1(4) - rt4 TE-IS 20 rt2 - rt2(4) - 10.0.255.2/32 IP TE 20 rt2 - rt2(4) - rt6 TE-IS 30 rt2 - rt4(4) - 10.0.255.4/32 IP TE 30 rt2 - rt4(4) - rt8 TE-IS 40 rt2 - rt6(4) - 10.0.255.6/32 IP TE 40 rt2 - rt6(4) - rt10 TE-IS 50 rt2 - rt8(4) - 10.0.255.8/32 IP TE 50 rt2 - rt8(4) - 10.0.255.10/32 IP TE 60 rt2 - rt10(4) - rt7 TE-IS 140 rt2 - rt8(4) - rt9 TE-IS 150 rt2 - rt7(4) - 10.0.255.7/32 IP TE 150 rt2 - rt7(4) - 10.0.255.9/32 IP TE 160 rt2 - rt9(4) - rt5 TE-IS 340 rt2 - rt7(4) - 10.0.255.5/32 IP TE 350 rt2 - rt5(4) - rt3 TE-IS 740 rt2 - rt5(4) - 10.0.255.3/32 IP TE 750 rt2 - rt3(4) + Vertex Type Metric Next-Hop Interface Parent + ------------------------------------------------------------- + rt1 + 10.0.255.1/32 IP TE 0 rt1(4) + rt2 TE-IS 10 rt2 - rt1(4) + rt4 TE-IS 20 rt2 - rt2(4) + 10.0.255.2/32 IP TE 20 rt2 - rt2(4) + rt6 TE-IS 30 rt2 - rt4(4) + 10.0.255.4/32 IP TE 30 rt2 - rt4(4) + rt8 TE-IS 40 rt2 - rt6(4) + 10.0.255.6/32 IP TE 40 rt2 - rt6(4) + rt10 TE-IS 50 rt2 - rt8(4) + 10.0.255.8/32 IP TE 50 rt2 - rt8(4) + 10.0.255.10/32 IP TE 60 rt2 - rt10(4) + rt7 TE-IS 140 rt2 - rt8(4) + rt9 TE-IS 150 rt2 - rt7(4) + 10.0.255.7/32 IP TE 150 rt2 - rt7(4) + 10.0.255.9/32 IP TE 160 rt2 - rt9(4) + rt5 TE-IS 340 rt2 - rt7(4) + 10.0.255.5/32 IP TE 350 rt2 - rt5(4) + rt3 TE-IS 740 rt2 - rt5(4) + 10.0.255.3/32 IP TE 750 rt2 - rt3(4) IS-IS L1 IPv4 routing table: @@ -4994,23 +4994,23 @@ Q-space: rt7 IS-IS paths to level-1 routers that speak IP - Vertex Type Metric Next-Hop Interface Parent - ----------------------------------------------------------------- - rt1 - 10.0.255.1/32 IP internal 0 rt1(4) - rt2 TE-IS 10 rt2 - rt1(4) - rt4 TE-IS 20 rt2 - rt2(4) - 10.0.255.2/32 IP TE 20 rt2 - rt2(4) - rt3 TE-IS 30 rt2 - rt4(4) - 10.0.255.4/32 IP TE 30 rt2 - rt4(4) - rt5 TE-IS 40 rt2 - rt3(4) - rt6 TE-IS 40 rt2 - rt3(4) - 10.0.255.3/32 IP TE 40 rt2 - rt3(4) - rt7 TE-IS 50 rt2 - rt5(4) - rt6(4) - 10.0.255.5/32 IP TE 50 rt2 - rt5(4) - 10.0.255.6/32 IP TE 50 rt2 - rt6(4) - 10.0.255.7/32 IP TE 60 rt2 - rt7(4) + Vertex Type Metric Next-Hop Interface Parent + ----------------------------------------------------------- + rt1 + 10.0.255.1/32 IP TE 0 rt1(4) + rt2 TE-IS 10 rt2 - rt1(4) + rt4 TE-IS 20 rt2 - rt2(4) + 10.0.255.2/32 IP TE 20 rt2 - rt2(4) + rt3 TE-IS 30 rt2 - rt4(4) + 10.0.255.4/32 IP TE 30 rt2 - rt4(4) + rt5 TE-IS 40 rt2 - rt3(4) + rt6 TE-IS 40 rt2 - rt3(4) + 10.0.255.3/32 IP TE 40 rt2 - rt3(4) + rt7 TE-IS 50 rt2 - rt5(4) + rt6(4) + 10.0.255.5/32 IP TE 50 rt2 - rt5(4) + 10.0.255.6/32 IP TE 50 rt2 - rt6(4) + 10.0.255.7/32 IP TE 60 rt2 - rt7(4) IS-IS L1 IPv4 routing table: diff --git a/tests/topotests/isis_lsp_bits_topo1/rt1/step1/show_ip_route.ref b/tests/topotests/isis_lsp_bits_topo1/rt1/step1/show_ip_route.ref index 8557f4b010f2..e97c78057ce4 100644 --- a/tests/topotests/isis_lsp_bits_topo1/rt1/step1/show_ip_route.ref +++ b/tests/topotests/isis_lsp_bits_topo1/rt1/step1/show_ip_route.ref @@ -65,25 +65,5 @@ } ] } - ], - "10.0.1.0\/24":[ - { - "prefix":"10.0.1.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.1.2", - "afi":"ipv4", - "interfaceName":"eth-sw1" - }, - { - "ip":"10.0.1.3", - "afi":"ipv4", - "interfaceName":"eth-sw1" - } - ] - } ] } diff --git a/tests/topotests/isis_lsp_bits_topo1/rt1/step2/show_ip_route.ref b/tests/topotests/isis_lsp_bits_topo1/rt1/step2/show_ip_route.ref index c826efdcfe11..50b00cd97995 100644 --- a/tests/topotests/isis_lsp_bits_topo1/rt1/step2/show_ip_route.ref +++ b/tests/topotests/isis_lsp_bits_topo1/rt1/step2/show_ip_route.ref @@ -58,25 +58,5 @@ } ] } - ], - "10.0.1.0\/24":[ - { - "prefix":"10.0.1.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.1.2", - "afi":"ipv4", - "interfaceName":"eth-sw1" - }, - { - "ip":"10.0.1.3", - "afi":"ipv4", - "interfaceName":"eth-sw1" - } - ] - } ] } diff --git a/tests/topotests/isis_lsp_bits_topo1/rt1/step3/show_ip_route.ref b/tests/topotests/isis_lsp_bits_topo1/rt1/step3/show_ip_route.ref index 2b281b74fb24..e51763a851b9 100644 --- a/tests/topotests/isis_lsp_bits_topo1/rt1/step3/show_ip_route.ref +++ b/tests/topotests/isis_lsp_bits_topo1/rt1/step3/show_ip_route.ref @@ -38,25 +38,5 @@ } ] } - ], - "10.0.1.0\/24":[ - { - "prefix":"10.0.1.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.1.2", - "afi":"ipv4", - "interfaceName":"eth-sw1" - }, - { - "ip":"10.0.1.3", - "afi":"ipv4", - "interfaceName":"eth-sw1" - } - ] - } ] } diff --git a/tests/topotests/isis_lsp_bits_topo1/rt1/step4/show_ip_route.ref b/tests/topotests/isis_lsp_bits_topo1/rt1/step4/show_ip_route.ref index 8557f4b010f2..e97c78057ce4 100644 --- a/tests/topotests/isis_lsp_bits_topo1/rt1/step4/show_ip_route.ref +++ b/tests/topotests/isis_lsp_bits_topo1/rt1/step4/show_ip_route.ref @@ -65,25 +65,5 @@ } ] } - ], - "10.0.1.0\/24":[ - { - "prefix":"10.0.1.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.1.2", - "afi":"ipv4", - "interfaceName":"eth-sw1" - }, - { - "ip":"10.0.1.3", - "afi":"ipv4", - "interfaceName":"eth-sw1" - } - ] - } ] } diff --git a/tests/topotests/isis_lsp_bits_topo1/rt2/step1/show_ip_route.ref b/tests/topotests/isis_lsp_bits_topo1/rt2/step1/show_ip_route.ref index d7e886ce862d..2b9c1f354f78 100644 --- a/tests/topotests/isis_lsp_bits_topo1/rt2/step1/show_ip_route.ref +++ b/tests/topotests/isis_lsp_bits_topo1/rt2/step1/show_ip_route.ref @@ -38,40 +38,5 @@ } ] } - ], - "10.0.1.0\/24":[ - { - "prefix":"10.0.1.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.1.1", - "afi":"ipv4", - "interfaceName":"eth-sw1" - }, - { - "ip":"10.0.1.3", - "afi":"ipv4", - "interfaceName":"eth-sw1" - } - ] - } - ], - "10.0.2.0\/24":[ - { - "prefix":"10.0.2.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.2.4", - "afi":"ipv4", - "interfaceName":"eth-rt4" - } - ] - } ] } diff --git a/tests/topotests/isis_lsp_bits_topo1/rt3/step1/show_ip_route.ref b/tests/topotests/isis_lsp_bits_topo1/rt3/step1/show_ip_route.ref index 55f0aedef501..b0ed64f59111 100644 --- a/tests/topotests/isis_lsp_bits_topo1/rt3/step1/show_ip_route.ref +++ b/tests/topotests/isis_lsp_bits_topo1/rt3/step1/show_ip_route.ref @@ -58,40 +58,5 @@ } ] } - ], - "10.0.1.0\/24":[ - { - "prefix":"10.0.1.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.1.1", - "afi":"ipv4", - "interfaceName":"eth-sw1" - }, - { - "ip":"10.0.1.2", - "afi":"ipv4", - "interfaceName":"eth-sw1" - } - ] - } - ], - "10.0.4.0\/24":[ - { - "prefix":"10.0.4.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.4.5", - "afi":"ipv4", - "interfaceName":"eth-rt5" - } - ] - } ] } diff --git a/tests/topotests/isis_lsp_bits_topo1/rt4/step1/show_ip_route.ref b/tests/topotests/isis_lsp_bits_topo1/rt4/step1/show_ip_route.ref index 2cf5c406355f..50155fb47ed9 100644 --- a/tests/topotests/isis_lsp_bits_topo1/rt4/step1/show_ip_route.ref +++ b/tests/topotests/isis_lsp_bits_topo1/rt4/step1/show_ip_route.ref @@ -19,51 +19,6 @@ ] } ], - "10.0.2.0\/24":[ - { - "prefix":"10.0.2.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.2.2", - "afi":"ipv4", - "interfaceName":"eth-rt2" - } - ] - } - ], - "10.0.6.0\/24":[ - { - "prefix":"10.0.6.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.6.5", - "afi":"ipv4", - "interfaceName":"eth-rt5" - } - ] - } - ], - "10.0.7.0\/24":[ - { - "prefix":"10.0.7.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.7.6", - "afi":"ipv4", - "interfaceName":"eth-rt6" - } - ] - } - ], "10.0.8.0\/24":[ { "prefix":"10.0.8.0\/24", diff --git a/tests/topotests/isis_lsp_bits_topo1/rt5/step1/show_ip_route.ref b/tests/topotests/isis_lsp_bits_topo1/rt5/step1/show_ip_route.ref index 358d0a230cfb..9567a22cddf8 100644 --- a/tests/topotests/isis_lsp_bits_topo1/rt5/step1/show_ip_route.ref +++ b/tests/topotests/isis_lsp_bits_topo1/rt5/step1/show_ip_route.ref @@ -39,36 +39,6 @@ ] } ], - "10.0.4.0\/24":[ - { - "prefix":"10.0.4.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.4.3", - "afi":"ipv4", - "interfaceName":"eth-rt3" - } - ] - } - ], - "10.0.6.0\/24":[ - { - "prefix":"10.0.6.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.6.4", - "afi":"ipv4", - "interfaceName":"eth-rt4" - } - ] - } - ], "10.0.7.0\/24":[ { "prefix":"10.0.7.0\/24", @@ -96,21 +66,5 @@ } ] } - ], - "10.0.8.0\/24":[ - { - "prefix":"10.0.8.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.8.6", - "afi":"ipv4", - "interfaceName":"eth-rt6", - "weight":1 - } - ] - } ] } diff --git a/tests/topotests/isis_lsp_bits_topo1/rt6/step1/show_ip_route.ref b/tests/topotests/isis_lsp_bits_topo1/rt6/step1/show_ip_route.ref index 40375792a4cf..101a2902a059 100644 --- a/tests/topotests/isis_lsp_bits_topo1/rt6/step1/show_ip_route.ref +++ b/tests/topotests/isis_lsp_bits_topo1/rt6/step1/show_ip_route.ref @@ -72,35 +72,5 @@ } ] } - ], - "10.0.7.0\/24":[ - { - "prefix":"10.0.7.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.7.4", - "afi":"ipv4", - "interfaceName":"eth-rt4" - } - ] - } - ], - "10.0.8.0\/24":[ - { - "prefix":"10.0.8.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.8.5", - "afi":"ipv4", - "interfaceName":"eth-rt5" - } - ] - } ] } diff --git a/tests/topotests/isis_lsp_bits_topo1/rt6/step2/show_ip_route.ref b/tests/topotests/isis_lsp_bits_topo1/rt6/step2/show_ip_route.ref index 8083be4cfbfe..3b30cf33c675 100644 --- a/tests/topotests/isis_lsp_bits_topo1/rt6/step2/show_ip_route.ref +++ b/tests/topotests/isis_lsp_bits_topo1/rt6/step2/show_ip_route.ref @@ -65,35 +65,5 @@ } ] } - ], - "10.0.7.0\/24":[ - { - "prefix":"10.0.7.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.7.4", - "afi":"ipv4", - "interfaceName":"eth-rt4" - } - ] - } - ], - "10.0.8.0\/24":[ - { - "prefix":"10.0.8.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.8.5", - "afi":"ipv4", - "interfaceName":"eth-rt5" - } - ] - } ] } diff --git a/tests/topotests/isis_lsp_bits_topo1/rt6/step3/show_ip_route.ref b/tests/topotests/isis_lsp_bits_topo1/rt6/step3/show_ip_route.ref index 1ba8c8cda849..f83f944294f4 100644 --- a/tests/topotests/isis_lsp_bits_topo1/rt6/step3/show_ip_route.ref +++ b/tests/topotests/isis_lsp_bits_topo1/rt6/step3/show_ip_route.ref @@ -45,35 +45,5 @@ } ] } - ], - "10.0.7.0\/24":[ - { - "prefix":"10.0.7.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.7.4", - "afi":"ipv4", - "interfaceName":"eth-rt4" - } - ] - } - ], - "10.0.8.0\/24":[ - { - "prefix":"10.0.8.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.8.5", - "afi":"ipv4", - "interfaceName":"eth-rt5" - } - ] - } ] } diff --git a/tests/topotests/isis_lsp_bits_topo1/rt6/step4/show_ip_route.ref b/tests/topotests/isis_lsp_bits_topo1/rt6/step4/show_ip_route.ref index 40375792a4cf..101a2902a059 100644 --- a/tests/topotests/isis_lsp_bits_topo1/rt6/step4/show_ip_route.ref +++ b/tests/topotests/isis_lsp_bits_topo1/rt6/step4/show_ip_route.ref @@ -72,35 +72,5 @@ } ] } - ], - "10.0.7.0\/24":[ - { - "prefix":"10.0.7.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.7.4", - "afi":"ipv4", - "interfaceName":"eth-rt4" - } - ] - } - ], - "10.0.8.0\/24":[ - { - "prefix":"10.0.8.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.8.5", - "afi":"ipv4", - "interfaceName":"eth-rt5" - } - ] - } ] } diff --git a/tests/topotests/isis_sr_topo1/rt1/step1/show_ip_route.ref b/tests/topotests/isis_sr_topo1/rt1/step1/show_ip_route.ref index 53bf8cb4458b..bd211a830fc1 100644 --- a/tests/topotests/isis_sr_topo1/rt1/step1/show_ip_route.ref +++ b/tests/topotests/isis_sr_topo1/rt1/step1/show_ip_route.ref @@ -124,26 +124,6 @@ ] } ], - "10.0.1.0\/24":[ - { - "prefix":"10.0.1.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.1.2", - "afi":"ipv4", - "interfaceName":"eth-sw1" - }, - { - "ip":"10.0.1.3", - "afi":"ipv4", - "interfaceName":"eth-sw1" - } - ] - } - ], "10.0.2.0\/24":[ { "prefix":"10.0.2.0\/24", diff --git a/tests/topotests/isis_sr_topo1/rt1/step10/show_ip_route.ref b/tests/topotests/isis_sr_topo1/rt1/step10/show_ip_route.ref index c712538c00b3..95c94d55213f 100644 --- a/tests/topotests/isis_sr_topo1/rt1/step10/show_ip_route.ref +++ b/tests/topotests/isis_sr_topo1/rt1/step10/show_ip_route.ref @@ -124,26 +124,6 @@ ] } ], - "10.0.1.0\/24":[ - { - "prefix":"10.0.1.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.1.2", - "afi":"ipv4", - "interfaceName":"eth-sw1" - }, - { - "ip":"10.0.1.3", - "afi":"ipv4", - "interfaceName":"eth-sw1" - } - ] - } - ], "10.0.2.0\/24":[ { "prefix":"10.0.2.0\/24", diff --git a/tests/topotests/isis_sr_topo1/rt1/step2/show_ip_route.ref b/tests/topotests/isis_sr_topo1/rt1/step2/show_ip_route.ref index c712538c00b3..95c94d55213f 100644 --- a/tests/topotests/isis_sr_topo1/rt1/step2/show_ip_route.ref +++ b/tests/topotests/isis_sr_topo1/rt1/step2/show_ip_route.ref @@ -124,26 +124,6 @@ ] } ], - "10.0.1.0\/24":[ - { - "prefix":"10.0.1.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.1.2", - "afi":"ipv4", - "interfaceName":"eth-sw1" - }, - { - "ip":"10.0.1.3", - "afi":"ipv4", - "interfaceName":"eth-sw1" - } - ] - } - ], "10.0.2.0\/24":[ { "prefix":"10.0.2.0\/24", diff --git a/tests/topotests/isis_sr_topo1/rt1/step3/show_ip_route.ref b/tests/topotests/isis_sr_topo1/rt1/step3/show_ip_route.ref index 71f9ebddfbd2..0d5721c83b68 100644 --- a/tests/topotests/isis_sr_topo1/rt1/step3/show_ip_route.ref +++ b/tests/topotests/isis_sr_topo1/rt1/step3/show_ip_route.ref @@ -91,26 +91,6 @@ ] } ], - "10.0.1.0\/24":[ - { - "prefix":"10.0.1.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.1.2", - "afi":"ipv4", - "interfaceName":"eth-sw1" - }, - { - "ip":"10.0.1.3", - "afi":"ipv4", - "interfaceName":"eth-sw1" - } - ] - } - ], "10.0.2.0\/24":[ { "prefix":"10.0.2.0\/24", diff --git a/tests/topotests/isis_sr_topo1/rt1/step4/show_ip_route.ref b/tests/topotests/isis_sr_topo1/rt1/step4/show_ip_route.ref index c712538c00b3..95c94d55213f 100644 --- a/tests/topotests/isis_sr_topo1/rt1/step4/show_ip_route.ref +++ b/tests/topotests/isis_sr_topo1/rt1/step4/show_ip_route.ref @@ -124,26 +124,6 @@ ] } ], - "10.0.1.0\/24":[ - { - "prefix":"10.0.1.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.1.2", - "afi":"ipv4", - "interfaceName":"eth-sw1" - }, - { - "ip":"10.0.1.3", - "afi":"ipv4", - "interfaceName":"eth-sw1" - } - ] - } - ], "10.0.2.0\/24":[ { "prefix":"10.0.2.0\/24", diff --git a/tests/topotests/isis_sr_topo1/rt1/step5/show_ip_route.ref b/tests/topotests/isis_sr_topo1/rt1/step5/show_ip_route.ref index 16d9358468a9..3c3060199e0c 100644 --- a/tests/topotests/isis_sr_topo1/rt1/step5/show_ip_route.ref +++ b/tests/topotests/isis_sr_topo1/rt1/step5/show_ip_route.ref @@ -118,26 +118,6 @@ ] } ], - "10.0.1.0\/24":[ - { - "prefix":"10.0.1.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.1.2", - "afi":"ipv4", - "interfaceName":"eth-sw1" - }, - { - "ip":"10.0.1.3", - "afi":"ipv4", - "interfaceName":"eth-sw1" - } - ] - } - ], "10.0.2.0\/24":[ { "prefix":"10.0.2.0\/24", diff --git a/tests/topotests/isis_sr_topo1/rt1/step6/show_ip_route.ref b/tests/topotests/isis_sr_topo1/rt1/step6/show_ip_route.ref index c712538c00b3..95c94d55213f 100644 --- a/tests/topotests/isis_sr_topo1/rt1/step6/show_ip_route.ref +++ b/tests/topotests/isis_sr_topo1/rt1/step6/show_ip_route.ref @@ -124,26 +124,6 @@ ] } ], - "10.0.1.0\/24":[ - { - "prefix":"10.0.1.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.1.2", - "afi":"ipv4", - "interfaceName":"eth-sw1" - }, - { - "ip":"10.0.1.3", - "afi":"ipv4", - "interfaceName":"eth-sw1" - } - ] - } - ], "10.0.2.0\/24":[ { "prefix":"10.0.2.0\/24", diff --git a/tests/topotests/isis_sr_topo1/rt1/step7/show_ip_route.ref b/tests/topotests/isis_sr_topo1/rt1/step7/show_ip_route.ref index c712538c00b3..95c94d55213f 100644 --- a/tests/topotests/isis_sr_topo1/rt1/step7/show_ip_route.ref +++ b/tests/topotests/isis_sr_topo1/rt1/step7/show_ip_route.ref @@ -124,26 +124,6 @@ ] } ], - "10.0.1.0\/24":[ - { - "prefix":"10.0.1.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.1.2", - "afi":"ipv4", - "interfaceName":"eth-sw1" - }, - { - "ip":"10.0.1.3", - "afi":"ipv4", - "interfaceName":"eth-sw1" - } - ] - } - ], "10.0.2.0\/24":[ { "prefix":"10.0.2.0\/24", diff --git a/tests/topotests/isis_sr_topo1/rt1/step8/show_ip_route.ref b/tests/topotests/isis_sr_topo1/rt1/step8/show_ip_route.ref index c712538c00b3..95c94d55213f 100644 --- a/tests/topotests/isis_sr_topo1/rt1/step8/show_ip_route.ref +++ b/tests/topotests/isis_sr_topo1/rt1/step8/show_ip_route.ref @@ -124,26 +124,6 @@ ] } ], - "10.0.1.0\/24":[ - { - "prefix":"10.0.1.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.1.2", - "afi":"ipv4", - "interfaceName":"eth-sw1" - }, - { - "ip":"10.0.1.3", - "afi":"ipv4", - "interfaceName":"eth-sw1" - } - ] - } - ], "10.0.2.0\/24":[ { "prefix":"10.0.2.0\/24", diff --git a/tests/topotests/isis_sr_topo1/rt1/step9/show_ip_route.ref b/tests/topotests/isis_sr_topo1/rt1/step9/show_ip_route.ref index c712538c00b3..95c94d55213f 100644 --- a/tests/topotests/isis_sr_topo1/rt1/step9/show_ip_route.ref +++ b/tests/topotests/isis_sr_topo1/rt1/step9/show_ip_route.ref @@ -124,26 +124,6 @@ ] } ], - "10.0.1.0\/24":[ - { - "prefix":"10.0.1.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.1.2", - "afi":"ipv4", - "interfaceName":"eth-sw1" - }, - { - "ip":"10.0.1.3", - "afi":"ipv4", - "interfaceName":"eth-sw1" - } - ] - } - ], "10.0.2.0\/24":[ { "prefix":"10.0.2.0\/24", diff --git a/tests/topotests/isis_sr_topo1/rt2/step1/show_ip_route.ref b/tests/topotests/isis_sr_topo1/rt2/step1/show_ip_route.ref index 109b94f7a198..284060833119 100644 --- a/tests/topotests/isis_sr_topo1/rt2/step1/show_ip_route.ref +++ b/tests/topotests/isis_sr_topo1/rt2/step1/show_ip_route.ref @@ -154,68 +154,6 @@ ] } ], - "10.0.1.0\/24":[ - { - "prefix":"10.0.1.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.1.1", - "afi":"ipv4", - "interfaceName":"eth-sw1" - }, - { - "ip":"10.0.1.3", - "afi":"ipv4", - "interfaceName":"eth-sw1" - } - ] - } - ], - "10.0.2.0\/24":[ - { - "prefix":"10.0.2.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.2.4", - "afi":"ipv4", - "interfaceName":"eth-rt4-1" - }, - { - "ip":"10.0.3.4", - "afi":"ipv4", - "interfaceName":"eth-rt4-2", - "active":true - } - ] - } - ], - "10.0.3.0\/24":[ - { - "prefix":"10.0.3.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.2.4", - "afi":"ipv4", - "interfaceName":"eth-rt4-1", - "active":true - }, - { - "ip":"10.0.3.4", - "afi":"ipv4", - "interfaceName":"eth-rt4-2" - } - ] - } - ], "10.0.4.0\/24":[ { "prefix":"10.0.4.0\/24", diff --git a/tests/topotests/isis_sr_topo1/rt2/step10/show_ip_route.ref b/tests/topotests/isis_sr_topo1/rt2/step10/show_ip_route.ref index b7d52cecca7a..9921c3c5e941 100644 --- a/tests/topotests/isis_sr_topo1/rt2/step10/show_ip_route.ref +++ b/tests/topotests/isis_sr_topo1/rt2/step10/show_ip_route.ref @@ -114,41 +114,6 @@ ] } ], - "10.0.1.0\/24":[ - { - "prefix":"10.0.1.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.1.1", - "afi":"ipv4", - "interfaceName":"eth-sw1" - }, - { - "ip":"10.0.1.3", - "afi":"ipv4", - "interfaceName":"eth-sw1" - } - ] - } - ], - "10.0.3.0\/24":[ - { - "prefix":"10.0.3.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.3.4", - "afi":"ipv4", - "interfaceName":"eth-rt4-2" - } - ] - } - ], "10.0.4.0\/24":[ { "prefix":"10.0.4.0\/24", diff --git a/tests/topotests/isis_sr_topo1/rt2/step2/show_ip_route.ref b/tests/topotests/isis_sr_topo1/rt2/step2/show_ip_route.ref index 159392f7f768..043b2b66274c 100644 --- a/tests/topotests/isis_sr_topo1/rt2/step2/show_ip_route.ref +++ b/tests/topotests/isis_sr_topo1/rt2/step2/show_ip_route.ref @@ -134,68 +134,6 @@ ] } ], - "10.0.1.0\/24":[ - { - "prefix":"10.0.1.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.1.1", - "afi":"ipv4", - "interfaceName":"eth-sw1" - }, - { - "ip":"10.0.1.3", - "afi":"ipv4", - "interfaceName":"eth-sw1" - } - ] - } - ], - "10.0.2.0\/24":[ - { - "prefix":"10.0.2.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.2.4", - "afi":"ipv4", - "interfaceName":"eth-rt4-1" - }, - { - "ip":"10.0.3.4", - "afi":"ipv4", - "interfaceName":"eth-rt4-2", - "active":true - } - ] - } - ], - "10.0.3.0\/24":[ - { - "prefix":"10.0.3.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.2.4", - "afi":"ipv4", - "interfaceName":"eth-rt4-1", - "active":true - }, - { - "ip":"10.0.3.4", - "afi":"ipv4", - "interfaceName":"eth-rt4-2" - } - ] - } - ], "10.0.4.0\/24":[ { "prefix":"10.0.4.0\/24", diff --git a/tests/topotests/isis_sr_topo1/rt2/step3/show_ip_route.ref b/tests/topotests/isis_sr_topo1/rt2/step3/show_ip_route.ref index 16f49ffe464e..09c204955a39 100644 --- a/tests/topotests/isis_sr_topo1/rt2/step3/show_ip_route.ref +++ b/tests/topotests/isis_sr_topo1/rt2/step3/show_ip_route.ref @@ -101,68 +101,6 @@ ] } ], - "10.0.1.0\/24":[ - { - "prefix":"10.0.1.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.1.1", - "afi":"ipv4", - "interfaceName":"eth-sw1" - }, - { - "ip":"10.0.1.3", - "afi":"ipv4", - "interfaceName":"eth-sw1" - } - ] - } - ], - "10.0.2.0\/24":[ - { - "prefix":"10.0.2.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.2.4", - "afi":"ipv4", - "interfaceName":"eth-rt4-1" - }, - { - "ip":"10.0.3.4", - "afi":"ipv4", - "interfaceName":"eth-rt4-2", - "active":true - } - ] - } - ], - "10.0.3.0\/24":[ - { - "prefix":"10.0.3.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.2.4", - "afi":"ipv4", - "interfaceName":"eth-rt4-1", - "active":true - }, - { - "ip":"10.0.3.4", - "afi":"ipv4", - "interfaceName":"eth-rt4-2" - } - ] - } - ], "10.0.4.0\/24":[ { "prefix":"10.0.4.0\/24", diff --git a/tests/topotests/isis_sr_topo1/rt2/step4/show_ip_route.ref b/tests/topotests/isis_sr_topo1/rt2/step4/show_ip_route.ref index 159392f7f768..043b2b66274c 100644 --- a/tests/topotests/isis_sr_topo1/rt2/step4/show_ip_route.ref +++ b/tests/topotests/isis_sr_topo1/rt2/step4/show_ip_route.ref @@ -134,68 +134,6 @@ ] } ], - "10.0.1.0\/24":[ - { - "prefix":"10.0.1.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.1.1", - "afi":"ipv4", - "interfaceName":"eth-sw1" - }, - { - "ip":"10.0.1.3", - "afi":"ipv4", - "interfaceName":"eth-sw1" - } - ] - } - ], - "10.0.2.0\/24":[ - { - "prefix":"10.0.2.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.2.4", - "afi":"ipv4", - "interfaceName":"eth-rt4-1" - }, - { - "ip":"10.0.3.4", - "afi":"ipv4", - "interfaceName":"eth-rt4-2", - "active":true - } - ] - } - ], - "10.0.3.0\/24":[ - { - "prefix":"10.0.3.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.2.4", - "afi":"ipv4", - "interfaceName":"eth-rt4-1", - "active":true - }, - { - "ip":"10.0.3.4", - "afi":"ipv4", - "interfaceName":"eth-rt4-2" - } - ] - } - ], "10.0.4.0\/24":[ { "prefix":"10.0.4.0\/24", diff --git a/tests/topotests/isis_sr_topo1/rt2/step5/show_ip_route.ref b/tests/topotests/isis_sr_topo1/rt2/step5/show_ip_route.ref index fbfcce10aabb..723a10b78bb1 100644 --- a/tests/topotests/isis_sr_topo1/rt2/step5/show_ip_route.ref +++ b/tests/topotests/isis_sr_topo1/rt2/step5/show_ip_route.ref @@ -128,68 +128,6 @@ ] } ], - "10.0.1.0\/24":[ - { - "prefix":"10.0.1.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.1.1", - "afi":"ipv4", - "interfaceName":"eth-sw1" - }, - { - "ip":"10.0.1.3", - "afi":"ipv4", - "interfaceName":"eth-sw1" - } - ] - } - ], - "10.0.2.0\/24":[ - { - "prefix":"10.0.2.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.2.4", - "afi":"ipv4", - "interfaceName":"eth-rt4-1" - }, - { - "ip":"10.0.3.4", - "afi":"ipv4", - "interfaceName":"eth-rt4-2", - "active":true - } - ] - } - ], - "10.0.3.0\/24":[ - { - "prefix":"10.0.3.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.2.4", - "afi":"ipv4", - "interfaceName":"eth-rt4-1", - "active":true - }, - { - "ip":"10.0.3.4", - "afi":"ipv4", - "interfaceName":"eth-rt4-2" - } - ] - } - ], "10.0.4.0\/24":[ { "prefix":"10.0.4.0\/24", diff --git a/tests/topotests/isis_sr_topo1/rt2/step6/show_ip_route.ref b/tests/topotests/isis_sr_topo1/rt2/step6/show_ip_route.ref index 159392f7f768..043b2b66274c 100644 --- a/tests/topotests/isis_sr_topo1/rt2/step6/show_ip_route.ref +++ b/tests/topotests/isis_sr_topo1/rt2/step6/show_ip_route.ref @@ -134,68 +134,6 @@ ] } ], - "10.0.1.0\/24":[ - { - "prefix":"10.0.1.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.1.1", - "afi":"ipv4", - "interfaceName":"eth-sw1" - }, - { - "ip":"10.0.1.3", - "afi":"ipv4", - "interfaceName":"eth-sw1" - } - ] - } - ], - "10.0.2.0\/24":[ - { - "prefix":"10.0.2.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.2.4", - "afi":"ipv4", - "interfaceName":"eth-rt4-1" - }, - { - "ip":"10.0.3.4", - "afi":"ipv4", - "interfaceName":"eth-rt4-2", - "active":true - } - ] - } - ], - "10.0.3.0\/24":[ - { - "prefix":"10.0.3.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.2.4", - "afi":"ipv4", - "interfaceName":"eth-rt4-1", - "active":true - }, - { - "ip":"10.0.3.4", - "afi":"ipv4", - "interfaceName":"eth-rt4-2" - } - ] - } - ], "10.0.4.0\/24":[ { "prefix":"10.0.4.0\/24", diff --git a/tests/topotests/isis_sr_topo1/rt2/step7/show_ip_route.ref b/tests/topotests/isis_sr_topo1/rt2/step7/show_ip_route.ref index 09ab6d4f8a64..b5fc6d79986e 100644 --- a/tests/topotests/isis_sr_topo1/rt2/step7/show_ip_route.ref +++ b/tests/topotests/isis_sr_topo1/rt2/step7/show_ip_route.ref @@ -131,68 +131,6 @@ ] } ], - "10.0.1.0\/24":[ - { - "prefix":"10.0.1.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.1.1", - "afi":"ipv4", - "interfaceName":"eth-sw1" - }, - { - "ip":"10.0.1.3", - "afi":"ipv4", - "interfaceName":"eth-sw1" - } - ] - } - ], - "10.0.2.0\/24":[ - { - "prefix":"10.0.2.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.2.4", - "afi":"ipv4", - "interfaceName":"eth-rt4-1" - }, - { - "ip":"10.0.3.4", - "afi":"ipv4", - "interfaceName":"eth-rt4-2", - "active":true - } - ] - } - ], - "10.0.3.0\/24":[ - { - "prefix":"10.0.3.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.2.4", - "afi":"ipv4", - "interfaceName":"eth-rt4-1", - "active":true - }, - { - "ip":"10.0.3.4", - "afi":"ipv4", - "interfaceName":"eth-rt4-2" - } - ] - } - ], "10.0.4.0\/24":[ { "prefix":"10.0.4.0\/24", diff --git a/tests/topotests/isis_sr_topo1/rt2/step8/show_ip_route.ref b/tests/topotests/isis_sr_topo1/rt2/step8/show_ip_route.ref index 159392f7f768..043b2b66274c 100644 --- a/tests/topotests/isis_sr_topo1/rt2/step8/show_ip_route.ref +++ b/tests/topotests/isis_sr_topo1/rt2/step8/show_ip_route.ref @@ -134,68 +134,6 @@ ] } ], - "10.0.1.0\/24":[ - { - "prefix":"10.0.1.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.1.1", - "afi":"ipv4", - "interfaceName":"eth-sw1" - }, - { - "ip":"10.0.1.3", - "afi":"ipv4", - "interfaceName":"eth-sw1" - } - ] - } - ], - "10.0.2.0\/24":[ - { - "prefix":"10.0.2.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.2.4", - "afi":"ipv4", - "interfaceName":"eth-rt4-1" - }, - { - "ip":"10.0.3.4", - "afi":"ipv4", - "interfaceName":"eth-rt4-2", - "active":true - } - ] - } - ], - "10.0.3.0\/24":[ - { - "prefix":"10.0.3.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.2.4", - "afi":"ipv4", - "interfaceName":"eth-rt4-1", - "active":true - }, - { - "ip":"10.0.3.4", - "afi":"ipv4", - "interfaceName":"eth-rt4-2" - } - ] - } - ], "10.0.4.0\/24":[ { "prefix":"10.0.4.0\/24", diff --git a/tests/topotests/isis_sr_topo1/rt2/step9/show_ip_route.ref b/tests/topotests/isis_sr_topo1/rt2/step9/show_ip_route.ref index fc82ada7e378..357750a18aa3 100644 --- a/tests/topotests/isis_sr_topo1/rt2/step9/show_ip_route.ref +++ b/tests/topotests/isis_sr_topo1/rt2/step9/show_ip_route.ref @@ -134,68 +134,6 @@ ] } ], - "10.0.1.0\/24":[ - { - "prefix":"10.0.1.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.1.1", - "afi":"ipv4", - "interfaceName":"eth-sw1" - }, - { - "ip":"10.0.1.3", - "afi":"ipv4", - "interfaceName":"eth-sw1" - } - ] - } - ], - "10.0.2.0\/24":[ - { - "prefix":"10.0.2.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.2.4", - "afi":"ipv4", - "interfaceName":"eth-rt4-1" - }, - { - "ip":"10.0.3.4", - "afi":"ipv4", - "interfaceName":"eth-rt4-2", - "active":true - } - ] - } - ], - "10.0.3.0\/24":[ - { - "prefix":"10.0.3.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.2.4", - "afi":"ipv4", - "interfaceName":"eth-rt4-1", - "active":true - }, - { - "ip":"10.0.3.4", - "afi":"ipv4", - "interfaceName":"eth-rt4-2" - } - ] - } - ], "10.0.4.0\/24":[ { "prefix":"10.0.4.0\/24", diff --git a/tests/topotests/isis_sr_topo1/rt3/step1/show_ip_route.ref b/tests/topotests/isis_sr_topo1/rt3/step1/show_ip_route.ref index 241f76885969..44364b2835ca 100644 --- a/tests/topotests/isis_sr_topo1/rt3/step1/show_ip_route.ref +++ b/tests/topotests/isis_sr_topo1/rt3/step1/show_ip_route.ref @@ -154,26 +154,6 @@ ] } ], - "10.0.1.0\/24":[ - { - "prefix":"10.0.1.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.1.1", - "afi":"ipv4", - "interfaceName":"eth-sw1" - }, - { - "ip":"10.0.1.2", - "afi":"ipv4", - "interfaceName":"eth-sw1" - } - ] - } - ], "10.0.2.0\/24":[ { "prefix":"10.0.2.0\/24", @@ -214,48 +194,6 @@ ] } ], - "10.0.4.0\/24":[ - { - "prefix":"10.0.4.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.4.5", - "afi":"ipv4", - "interfaceName":"eth-rt5-1" - }, - { - "ip":"10.0.5.5", - "afi":"ipv4", - "interfaceName":"eth-rt5-2", - "active":true - } - ] - } - ], - "10.0.5.0\/24":[ - { - "prefix":"10.0.5.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.4.5", - "afi":"ipv4", - "interfaceName":"eth-rt5-1", - "active":true - }, - { - "ip":"10.0.5.5", - "afi":"ipv4", - "interfaceName":"eth-rt5-2" - } - ] - } - ], "10.0.6.0\/24":[ { "prefix":"10.0.6.0\/24", diff --git a/tests/topotests/isis_sr_topo1/rt3/step10/show_ip_route.ref b/tests/topotests/isis_sr_topo1/rt3/step10/show_ip_route.ref index 40a98ab7c683..3ce15cda892d 100644 --- a/tests/topotests/isis_sr_topo1/rt3/step10/show_ip_route.ref +++ b/tests/topotests/isis_sr_topo1/rt3/step10/show_ip_route.ref @@ -134,26 +134,6 @@ ] } ], - "10.0.1.0\/24":[ - { - "prefix":"10.0.1.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.1.1", - "afi":"ipv4", - "interfaceName":"eth-sw1" - }, - { - "ip":"10.0.1.2", - "afi":"ipv4", - "interfaceName":"eth-sw1" - } - ] - } - ], "10.0.2.0\/24":[ { "prefix":"10.0.2.0\/24", @@ -194,48 +174,6 @@ ] } ], - "10.0.4.0\/24":[ - { - "prefix":"10.0.4.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.4.5", - "afi":"ipv4", - "interfaceName":"eth-rt5-1" - }, - { - "ip":"10.0.5.5", - "afi":"ipv4", - "interfaceName":"eth-rt5-2", - "active":true - } - ] - } - ], - "10.0.5.0\/24":[ - { - "prefix":"10.0.5.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.4.5", - "afi":"ipv4", - "interfaceName":"eth-rt5-1", - "active":true - }, - { - "ip":"10.0.5.5", - "afi":"ipv4", - "interfaceName":"eth-rt5-2" - } - ] - } - ], "10.0.6.0\/24":[ { "prefix":"10.0.6.0\/24", diff --git a/tests/topotests/isis_sr_topo1/rt3/step2/show_ip_route.ref b/tests/topotests/isis_sr_topo1/rt3/step2/show_ip_route.ref index 55d8213c4ed1..a0dc00cffb16 100644 --- a/tests/topotests/isis_sr_topo1/rt3/step2/show_ip_route.ref +++ b/tests/topotests/isis_sr_topo1/rt3/step2/show_ip_route.ref @@ -134,26 +134,6 @@ ] } ], - "10.0.1.0\/24":[ - { - "prefix":"10.0.1.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.1.1", - "afi":"ipv4", - "interfaceName":"eth-sw1" - }, - { - "ip":"10.0.1.2", - "afi":"ipv4", - "interfaceName":"eth-sw1" - } - ] - } - ], "10.0.2.0\/24":[ { "prefix":"10.0.2.0\/24", @@ -194,48 +174,6 @@ ] } ], - "10.0.4.0\/24":[ - { - "prefix":"10.0.4.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.4.5", - "afi":"ipv4", - "interfaceName":"eth-rt5-1" - }, - { - "ip":"10.0.5.5", - "afi":"ipv4", - "interfaceName":"eth-rt5-2", - "active":true - } - ] - } - ], - "10.0.5.0\/24":[ - { - "prefix":"10.0.5.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.4.5", - "afi":"ipv4", - "interfaceName":"eth-rt5-1", - "active":true - }, - { - "ip":"10.0.5.5", - "afi":"ipv4", - "interfaceName":"eth-rt5-2" - } - ] - } - ], "10.0.6.0\/24":[ { "prefix":"10.0.6.0\/24", diff --git a/tests/topotests/isis_sr_topo1/rt3/step3/show_ip_route.ref b/tests/topotests/isis_sr_topo1/rt3/step3/show_ip_route.ref index ed5cef8a5bb8..f897c8a0835f 100644 --- a/tests/topotests/isis_sr_topo1/rt3/step3/show_ip_route.ref +++ b/tests/topotests/isis_sr_topo1/rt3/step3/show_ip_route.ref @@ -101,26 +101,6 @@ ] } ], - "10.0.1.0\/24":[ - { - "prefix":"10.0.1.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.1.1", - "afi":"ipv4", - "interfaceName":"eth-sw1" - }, - { - "ip":"10.0.1.2", - "afi":"ipv4", - "interfaceName":"eth-sw1" - } - ] - } - ], "10.0.2.0\/24":[ { "prefix":"10.0.2.0\/24", @@ -161,48 +141,6 @@ ] } ], - "10.0.4.0\/24":[ - { - "prefix":"10.0.4.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.4.5", - "afi":"ipv4", - "interfaceName":"eth-rt5-1" - }, - { - "ip":"10.0.5.5", - "afi":"ipv4", - "interfaceName":"eth-rt5-2", - "active":true - } - ] - } - ], - "10.0.5.0\/24":[ - { - "prefix":"10.0.5.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.4.5", - "afi":"ipv4", - "interfaceName":"eth-rt5-1", - "active":true - }, - { - "ip":"10.0.5.5", - "afi":"ipv4", - "interfaceName":"eth-rt5-2" - } - ] - } - ], "10.0.6.0\/24":[ { "prefix":"10.0.6.0\/24", diff --git a/tests/topotests/isis_sr_topo1/rt3/step4/show_ip_route.ref b/tests/topotests/isis_sr_topo1/rt3/step4/show_ip_route.ref index 55d8213c4ed1..a0dc00cffb16 100644 --- a/tests/topotests/isis_sr_topo1/rt3/step4/show_ip_route.ref +++ b/tests/topotests/isis_sr_topo1/rt3/step4/show_ip_route.ref @@ -134,26 +134,6 @@ ] } ], - "10.0.1.0\/24":[ - { - "prefix":"10.0.1.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.1.1", - "afi":"ipv4", - "interfaceName":"eth-sw1" - }, - { - "ip":"10.0.1.2", - "afi":"ipv4", - "interfaceName":"eth-sw1" - } - ] - } - ], "10.0.2.0\/24":[ { "prefix":"10.0.2.0\/24", @@ -194,48 +174,6 @@ ] } ], - "10.0.4.0\/24":[ - { - "prefix":"10.0.4.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.4.5", - "afi":"ipv4", - "interfaceName":"eth-rt5-1" - }, - { - "ip":"10.0.5.5", - "afi":"ipv4", - "interfaceName":"eth-rt5-2", - "active":true - } - ] - } - ], - "10.0.5.0\/24":[ - { - "prefix":"10.0.5.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.4.5", - "afi":"ipv4", - "interfaceName":"eth-rt5-1", - "active":true - }, - { - "ip":"10.0.5.5", - "afi":"ipv4", - "interfaceName":"eth-rt5-2" - } - ] - } - ], "10.0.6.0\/24":[ { "prefix":"10.0.6.0\/24", diff --git a/tests/topotests/isis_sr_topo1/rt3/step5/show_ip_route.ref b/tests/topotests/isis_sr_topo1/rt3/step5/show_ip_route.ref index 3adcdce58cb8..f29890666bbf 100644 --- a/tests/topotests/isis_sr_topo1/rt3/step5/show_ip_route.ref +++ b/tests/topotests/isis_sr_topo1/rt3/step5/show_ip_route.ref @@ -128,26 +128,6 @@ ] } ], - "10.0.1.0\/24":[ - { - "prefix":"10.0.1.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.1.1", - "afi":"ipv4", - "interfaceName":"eth-sw1" - }, - { - "ip":"10.0.1.2", - "afi":"ipv4", - "interfaceName":"eth-sw1" - } - ] - } - ], "10.0.2.0\/24":[ { "prefix":"10.0.2.0\/24", @@ -188,48 +168,6 @@ ] } ], - "10.0.4.0\/24":[ - { - "prefix":"10.0.4.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.4.5", - "afi":"ipv4", - "interfaceName":"eth-rt5-1" - }, - { - "ip":"10.0.5.5", - "afi":"ipv4", - "interfaceName":"eth-rt5-2", - "active":true - } - ] - } - ], - "10.0.5.0\/24":[ - { - "prefix":"10.0.5.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.4.5", - "afi":"ipv4", - "interfaceName":"eth-rt5-1", - "active":true - }, - { - "ip":"10.0.5.5", - "afi":"ipv4", - "interfaceName":"eth-rt5-2" - } - ] - } - ], "10.0.6.0\/24":[ { "prefix":"10.0.6.0\/24", diff --git a/tests/topotests/isis_sr_topo1/rt3/step6/show_ip_route.ref b/tests/topotests/isis_sr_topo1/rt3/step6/show_ip_route.ref index 55d8213c4ed1..a0dc00cffb16 100644 --- a/tests/topotests/isis_sr_topo1/rt3/step6/show_ip_route.ref +++ b/tests/topotests/isis_sr_topo1/rt3/step6/show_ip_route.ref @@ -134,26 +134,6 @@ ] } ], - "10.0.1.0\/24":[ - { - "prefix":"10.0.1.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.1.1", - "afi":"ipv4", - "interfaceName":"eth-sw1" - }, - { - "ip":"10.0.1.2", - "afi":"ipv4", - "interfaceName":"eth-sw1" - } - ] - } - ], "10.0.2.0\/24":[ { "prefix":"10.0.2.0\/24", @@ -194,48 +174,6 @@ ] } ], - "10.0.4.0\/24":[ - { - "prefix":"10.0.4.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.4.5", - "afi":"ipv4", - "interfaceName":"eth-rt5-1" - }, - { - "ip":"10.0.5.5", - "afi":"ipv4", - "interfaceName":"eth-rt5-2", - "active":true - } - ] - } - ], - "10.0.5.0\/24":[ - { - "prefix":"10.0.5.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.4.5", - "afi":"ipv4", - "interfaceName":"eth-rt5-1", - "active":true - }, - { - "ip":"10.0.5.5", - "afi":"ipv4", - "interfaceName":"eth-rt5-2" - } - ] - } - ], "10.0.6.0\/24":[ { "prefix":"10.0.6.0\/24", diff --git a/tests/topotests/isis_sr_topo1/rt3/step7/show_ip_route.ref b/tests/topotests/isis_sr_topo1/rt3/step7/show_ip_route.ref index 7f6e05f08b4e..8f85d756a2cb 100644 --- a/tests/topotests/isis_sr_topo1/rt3/step7/show_ip_route.ref +++ b/tests/topotests/isis_sr_topo1/rt3/step7/show_ip_route.ref @@ -131,26 +131,6 @@ ] } ], - "10.0.1.0\/24":[ - { - "prefix":"10.0.1.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.1.1", - "afi":"ipv4", - "interfaceName":"eth-sw1" - }, - { - "ip":"10.0.1.2", - "afi":"ipv4", - "interfaceName":"eth-sw1" - } - ] - } - ], "10.0.2.0\/24":[ { "prefix":"10.0.2.0\/24", @@ -191,48 +171,6 @@ ] } ], - "10.0.4.0\/24":[ - { - "prefix":"10.0.4.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.4.5", - "afi":"ipv4", - "interfaceName":"eth-rt5-1" - }, - { - "ip":"10.0.5.5", - "afi":"ipv4", - "interfaceName":"eth-rt5-2", - "active":true - } - ] - } - ], - "10.0.5.0\/24":[ - { - "prefix":"10.0.5.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.4.5", - "afi":"ipv4", - "interfaceName":"eth-rt5-1", - "active":true - }, - { - "ip":"10.0.5.5", - "afi":"ipv4", - "interfaceName":"eth-rt5-2" - } - ] - } - ], "10.0.6.0\/24":[ { "prefix":"10.0.6.0\/24", diff --git a/tests/topotests/isis_sr_topo1/rt3/step8/show_ip_route.ref b/tests/topotests/isis_sr_topo1/rt3/step8/show_ip_route.ref index 55d8213c4ed1..a0dc00cffb16 100644 --- a/tests/topotests/isis_sr_topo1/rt3/step8/show_ip_route.ref +++ b/tests/topotests/isis_sr_topo1/rt3/step8/show_ip_route.ref @@ -134,26 +134,6 @@ ] } ], - "10.0.1.0\/24":[ - { - "prefix":"10.0.1.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.1.1", - "afi":"ipv4", - "interfaceName":"eth-sw1" - }, - { - "ip":"10.0.1.2", - "afi":"ipv4", - "interfaceName":"eth-sw1" - } - ] - } - ], "10.0.2.0\/24":[ { "prefix":"10.0.2.0\/24", @@ -194,48 +174,6 @@ ] } ], - "10.0.4.0\/24":[ - { - "prefix":"10.0.4.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.4.5", - "afi":"ipv4", - "interfaceName":"eth-rt5-1" - }, - { - "ip":"10.0.5.5", - "afi":"ipv4", - "interfaceName":"eth-rt5-2", - "active":true - } - ] - } - ], - "10.0.5.0\/24":[ - { - "prefix":"10.0.5.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.4.5", - "afi":"ipv4", - "interfaceName":"eth-rt5-1", - "active":true - }, - { - "ip":"10.0.5.5", - "afi":"ipv4", - "interfaceName":"eth-rt5-2" - } - ] - } - ], "10.0.6.0\/24":[ { "prefix":"10.0.6.0\/24", diff --git a/tests/topotests/isis_sr_topo1/rt3/step9/show_ip_route.ref b/tests/topotests/isis_sr_topo1/rt3/step9/show_ip_route.ref index 40a98ab7c683..3ce15cda892d 100644 --- a/tests/topotests/isis_sr_topo1/rt3/step9/show_ip_route.ref +++ b/tests/topotests/isis_sr_topo1/rt3/step9/show_ip_route.ref @@ -134,26 +134,6 @@ ] } ], - "10.0.1.0\/24":[ - { - "prefix":"10.0.1.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.1.1", - "afi":"ipv4", - "interfaceName":"eth-sw1" - }, - { - "ip":"10.0.1.2", - "afi":"ipv4", - "interfaceName":"eth-sw1" - } - ] - } - ], "10.0.2.0\/24":[ { "prefix":"10.0.2.0\/24", @@ -194,48 +174,6 @@ ] } ], - "10.0.4.0\/24":[ - { - "prefix":"10.0.4.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.4.5", - "afi":"ipv4", - "interfaceName":"eth-rt5-1" - }, - { - "ip":"10.0.5.5", - "afi":"ipv4", - "interfaceName":"eth-rt5-2", - "active":true - } - ] - } - ], - "10.0.5.0\/24":[ - { - "prefix":"10.0.5.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.4.5", - "afi":"ipv4", - "interfaceName":"eth-rt5-1", - "active":true - }, - { - "ip":"10.0.5.5", - "afi":"ipv4", - "interfaceName":"eth-rt5-2" - } - ] - } - ], "10.0.6.0\/24":[ { "prefix":"10.0.6.0\/24", diff --git a/tests/topotests/isis_sr_topo1/rt4/step1/show_ip_route.ref b/tests/topotests/isis_sr_topo1/rt4/step1/show_ip_route.ref index 493f3ab60dcd..c6d200b280c8 100644 --- a/tests/topotests/isis_sr_topo1/rt4/step1/show_ip_route.ref +++ b/tests/topotests/isis_sr_topo1/rt4/step1/show_ip_route.ref @@ -181,48 +181,6 @@ ] } ], - "10.0.2.0\/24":[ - { - "prefix":"10.0.2.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.2.2", - "afi":"ipv4", - "interfaceName":"eth-rt2-1" - }, - { - "ip":"10.0.3.2", - "afi":"ipv4", - "interfaceName":"eth-rt2-2", - "active":true - } - ] - } - ], - "10.0.3.0\/24":[ - { - "prefix":"10.0.3.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.2.2", - "afi":"ipv4", - "interfaceName":"eth-rt2-1", - "active":true - }, - { - "ip":"10.0.3.2", - "afi":"ipv4", - "interfaceName":"eth-rt2-2" - } - ] - } - ], "10.0.4.0\/24":[ { "prefix":"10.0.4.0\/24", @@ -263,36 +221,6 @@ ] } ], - "10.0.6.0\/24":[ - { - "prefix":"10.0.6.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.6.5", - "afi":"ipv4", - "interfaceName":"eth-rt5" - } - ] - } - ], - "10.0.7.0\/24":[ - { - "prefix":"10.0.7.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.7.6", - "afi":"ipv4", - "interfaceName":"eth-rt6" - } - ] - } - ], "10.0.8.0\/24":[ { "prefix":"10.0.8.0\/24", @@ -319,24 +247,5 @@ } ] } - ], - "10.10.10.10\/32":[ - { - "prefix":"10.10.10.10\/32", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.6.5", - "afi":"ipv4", - "interfaceName":"eth-rt5", - "active":true, - "labels":[ - 16100 - ] - } - ] - } ] } diff --git a/tests/topotests/isis_sr_topo1/rt4/step1/show_mpls_table.ref b/tests/topotests/isis_sr_topo1/rt4/step1/show_mpls_table.ref index 307403964aea..ad0ffd76a8a0 100644 --- a/tests/topotests/isis_sr_topo1/rt4/step1/show_mpls_table.ref +++ b/tests/topotests/isis_sr_topo1/rt4/step1/show_mpls_table.ref @@ -195,9 +195,8 @@ "nexthops":[ { "type":"SR (IS-IS)", - "outLabel":16100, - "installed":true, - "nexthop":"10.0.6.5" + "outLabel":3, + "installed":true } ] }, diff --git a/tests/topotests/isis_sr_topo1/rt4/step10/show_ip_route.ref b/tests/topotests/isis_sr_topo1/rt4/step10/show_ip_route.ref index 11bc9483193d..df676dfda318 100644 --- a/tests/topotests/isis_sr_topo1/rt4/step10/show_ip_route.ref +++ b/tests/topotests/isis_sr_topo1/rt4/step10/show_ip_route.ref @@ -154,21 +154,6 @@ ] } ], - "10.0.3.0\/24":[ - { - "prefix":"10.0.3.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.3.2", - "afi":"ipv4", - "interfaceName":"eth-rt2-2" - } - ] - } - ], "10.0.4.0\/24":[ { "prefix":"10.0.4.0\/24", @@ -239,59 +224,5 @@ } ] } - ], - "10.0.7.0\/24":[ - { - "prefix":"10.0.7.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.7.6", - "afi":"ipv4", - "interfaceName":"eth-rt6" - } - ] - } - ], - "10.0.8.0\/24":[ - { - "prefix":"10.0.8.0\/24", - "protocol":"isis", - "selected":true, - "destSelected":true, - "distance":115, - "metric":20, - "installed":true, - "nexthops":[ - { - "fib":true, - "ip":"10.0.7.6", - "afi":"ipv4", - "interfaceName":"eth-rt6", - "active":true - } - ] - } - ], - "10.10.10.10\/32":[ - { - "prefix":"10.10.10.10\/32", - "protocol":"isis", - "distance":115, - "metric":30, - "nexthops":[ - { - "ip":"10.0.7.6", - "afi":"ipv4", - "interfaceName":"eth-rt6", - "active":true, - "labels":[ - 18100 - ] - } - ] - } ] } diff --git a/tests/topotests/isis_sr_topo1/rt4/step10/show_mpls_table.ref b/tests/topotests/isis_sr_topo1/rt4/step10/show_mpls_table.ref index f27505607034..bdb224ff60be 100644 --- a/tests/topotests/isis_sr_topo1/rt4/step10/show_mpls_table.ref +++ b/tests/topotests/isis_sr_topo1/rt4/step10/show_mpls_table.ref @@ -165,9 +165,8 @@ "nexthops":[ { "type":"SR (IS-IS)", - "outLabel":18100, - "installed":true, - "nexthop":"10.0.7.6" + "outLabel":3, + "installed":true } ] }, diff --git a/tests/topotests/isis_sr_topo1/rt4/step2/show_ip_route.ref b/tests/topotests/isis_sr_topo1/rt4/step2/show_ip_route.ref index c2fbdeb30ea7..c3a7282ba41c 100644 --- a/tests/topotests/isis_sr_topo1/rt4/step2/show_ip_route.ref +++ b/tests/topotests/isis_sr_topo1/rt4/step2/show_ip_route.ref @@ -171,48 +171,6 @@ ] } ], - "10.0.2.0\/24":[ - { - "prefix":"10.0.2.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.2.2", - "afi":"ipv4", - "interfaceName":"eth-rt2-1" - }, - { - "ip":"10.0.3.2", - "afi":"ipv4", - "interfaceName":"eth-rt2-2", - "active":true - } - ] - } - ], - "10.0.3.0\/24":[ - { - "prefix":"10.0.3.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.2.2", - "afi":"ipv4", - "interfaceName":"eth-rt2-1", - "active":true - }, - { - "ip":"10.0.3.2", - "afi":"ipv4", - "interfaceName":"eth-rt2-2" - } - ] - } - ], "10.0.4.0\/24":[ { "prefix":"10.0.4.0\/24", @@ -298,21 +256,6 @@ ] } ], - "10.0.7.0\/24":[ - { - "prefix":"10.0.7.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.7.6", - "afi":"ipv4", - "interfaceName":"eth-rt6" - } - ] - } - ], "10.0.8.0\/24":[ { "prefix":"10.0.8.0\/24", @@ -332,24 +275,5 @@ } ] } - ], - "10.10.10.10\/32":[ - { - "prefix":"10.10.10.10\/32", - "protocol":"isis", - "distance":115, - "metric":30, - "nexthops":[ - { - "ip":"10.0.7.6", - "afi":"ipv4", - "interfaceName":"eth-rt6", - "active":true, - "labels":[ - 16100 - ] - } - ] - } ] } diff --git a/tests/topotests/isis_sr_topo1/rt4/step2/show_mpls_table.ref b/tests/topotests/isis_sr_topo1/rt4/step2/show_mpls_table.ref index 8dd37880d0e2..bcf4fa52372c 100644 --- a/tests/topotests/isis_sr_topo1/rt4/step2/show_mpls_table.ref +++ b/tests/topotests/isis_sr_topo1/rt4/step2/show_mpls_table.ref @@ -183,9 +183,8 @@ "nexthops":[ { "type":"SR (IS-IS)", - "outLabel":16100, - "installed":true, - "nexthop":"10.0.7.6" + "outLabel":3, + "installed":true } ] }, diff --git a/tests/topotests/isis_sr_topo1/rt4/step3/show_ip_route.ref b/tests/topotests/isis_sr_topo1/rt4/step3/show_ip_route.ref index f2a54bf95869..e9f3fe207cda 100644 --- a/tests/topotests/isis_sr_topo1/rt4/step3/show_ip_route.ref +++ b/tests/topotests/isis_sr_topo1/rt4/step3/show_ip_route.ref @@ -158,48 +158,6 @@ ] } ], - "10.0.2.0\/24":[ - { - "prefix":"10.0.2.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.2.2", - "afi":"ipv4", - "interfaceName":"eth-rt2-1" - }, - { - "ip":"10.0.3.2", - "afi":"ipv4", - "interfaceName":"eth-rt2-2", - "active":true - } - ] - } - ], - "10.0.3.0\/24":[ - { - "prefix":"10.0.3.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.2.2", - "afi":"ipv4", - "interfaceName":"eth-rt2-1", - "active":true - }, - { - "ip":"10.0.3.2", - "afi":"ipv4", - "interfaceName":"eth-rt2-2" - } - ] - } - ], "10.0.4.0\/24":[ { "prefix":"10.0.4.0\/24", @@ -304,33 +262,5 @@ } ] } - ], - "10.10.10.10\/32":[ - { - "prefix":"10.10.10.10\/32", - "protocol":"isis", - "distance":115, - "metric":40, - "nexthops":[ - { - "ip":"10.0.2.2", - "afi":"ipv4", - "interfaceName":"eth-rt2-1", - "active":true, - "labels":[ - 16100 - ] - }, - { - "ip":"10.0.3.2", - "afi":"ipv4", - "interfaceName":"eth-rt2-2", - "active":true, - "labels":[ - 16100 - ] - } - ] - } ] } diff --git a/tests/topotests/isis_sr_topo1/rt4/step3/show_mpls_table.ref b/tests/topotests/isis_sr_topo1/rt4/step3/show_mpls_table.ref index 65336d88d155..a661544f6b0c 100644 --- a/tests/topotests/isis_sr_topo1/rt4/step3/show_mpls_table.ref +++ b/tests/topotests/isis_sr_topo1/rt4/step3/show_mpls_table.ref @@ -171,15 +171,8 @@ "nexthops":[ { "type":"SR (IS-IS)", - "outLabel":16100, - "installed":true, - "nexthop":"10.0.2.2" - }, - { - "type":"SR (IS-IS)", - "outLabel":16100, - "installed":true, - "nexthop":"10.0.3.2" + "outLabel":3, + "installed":true } ] }, diff --git a/tests/topotests/isis_sr_topo1/rt4/step4/show_ip_route.ref b/tests/topotests/isis_sr_topo1/rt4/step4/show_ip_route.ref index e930657f8dc3..e09fb68e88bd 100644 --- a/tests/topotests/isis_sr_topo1/rt4/step4/show_ip_route.ref +++ b/tests/topotests/isis_sr_topo1/rt4/step4/show_ip_route.ref @@ -171,48 +171,6 @@ ] } ], - "10.0.2.0\/24":[ - { - "prefix":"10.0.2.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.2.2", - "afi":"ipv4", - "interfaceName":"eth-rt2-1" - }, - { - "ip":"10.0.3.2", - "afi":"ipv4", - "interfaceName":"eth-rt2-2", - "active":true - } - ] - } - ], - "10.0.3.0\/24":[ - { - "prefix":"10.0.3.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.2.2", - "afi":"ipv4", - "interfaceName":"eth-rt2-1", - "active":true - }, - { - "ip":"10.0.3.2", - "afi":"ipv4", - "interfaceName":"eth-rt2-2" - } - ] - } - ], "10.0.4.0\/24":[ { "prefix":"10.0.4.0\/24", @@ -298,21 +256,6 @@ ] } ], - "10.0.7.0\/24":[ - { - "prefix":"10.0.7.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.7.6", - "afi":"ipv4", - "interfaceName":"eth-rt6" - } - ] - } - ], "10.0.8.0\/24":[ { "prefix":"10.0.8.0\/24", @@ -332,24 +275,5 @@ } ] } - ], - "10.10.10.10\/32":[ - { - "prefix":"10.10.10.10\/32", - "protocol":"isis", - "distance":115, - "metric":30, - "nexthops":[ - { - "ip":"10.0.7.6", - "afi":"ipv4", - "interfaceName":"eth-rt6", - "active":true, - "labels":[ - 18100 - ] - } - ] - } ] } diff --git a/tests/topotests/isis_sr_topo1/rt4/step4/show_mpls_table.ref b/tests/topotests/isis_sr_topo1/rt4/step4/show_mpls_table.ref index eb95fa94c999..dd0920e83e99 100644 --- a/tests/topotests/isis_sr_topo1/rt4/step4/show_mpls_table.ref +++ b/tests/topotests/isis_sr_topo1/rt4/step4/show_mpls_table.ref @@ -183,9 +183,8 @@ "nexthops":[ { "type":"SR (IS-IS)", - "outLabel":18100, - "installed":true, - "nexthop":"10.0.7.6" + "outLabel":3, + "installed":true } ] }, diff --git a/tests/topotests/isis_sr_topo1/rt4/step5/show_ip_route.ref b/tests/topotests/isis_sr_topo1/rt4/step5/show_ip_route.ref index 8b0ddd4ee522..7e1019dd9704 100644 --- a/tests/topotests/isis_sr_topo1/rt4/step5/show_ip_route.ref +++ b/tests/topotests/isis_sr_topo1/rt4/step5/show_ip_route.ref @@ -165,48 +165,6 @@ ] } ], - "10.0.2.0\/24":[ - { - "prefix":"10.0.2.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.2.2", - "afi":"ipv4", - "interfaceName":"eth-rt2-1" - }, - { - "ip":"10.0.3.2", - "afi":"ipv4", - "interfaceName":"eth-rt2-2", - "active":true - } - ] - } - ], - "10.0.3.0\/24":[ - { - "prefix":"10.0.3.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.2.2", - "afi":"ipv4", - "interfaceName":"eth-rt2-1", - "active":true - }, - { - "ip":"10.0.3.2", - "afi":"ipv4", - "interfaceName":"eth-rt2-2" - } - ] - } - ], "10.0.4.0\/24":[ { "prefix":"10.0.4.0\/24", @@ -292,21 +250,6 @@ ] } ], - "10.0.7.0\/24":[ - { - "prefix":"10.0.7.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.7.6", - "afi":"ipv4", - "interfaceName":"eth-rt6" - } - ] - } - ], "10.0.8.0\/24":[ { "prefix":"10.0.8.0\/24", @@ -326,22 +269,5 @@ } ] } - ], - "10.10.10.10\/32":[ - { - "prefix":"10.10.10.10\/32", - "protocol":"isis", - "distance":115, - "metric":30, - "nexthops":[ - { - "fib":true, - "ip":"10.0.7.6", - "afi":"ipv4", - "interfaceName":"eth-rt6", - "active":true - } - ] - } ] } diff --git a/tests/topotests/isis_sr_topo1/rt4/step5/show_mpls_table.ref b/tests/topotests/isis_sr_topo1/rt4/step5/show_mpls_table.ref index cd47cfa3a720..8ce1205523d4 100644 --- a/tests/topotests/isis_sr_topo1/rt4/step5/show_mpls_table.ref +++ b/tests/topotests/isis_sr_topo1/rt4/step5/show_mpls_table.ref @@ -129,6 +129,17 @@ } ] }, + "16100":{ + "inLabel":16100, + "installed":true, + "nexthops":[ + { + "type":"SR (IS-IS)", + "outLabel":3, + "installed":true + } + ] + }, "16101":{ "inLabel":16101, "installed":true, diff --git a/tests/topotests/isis_sr_topo1/rt4/step6/show_ip_route.ref b/tests/topotests/isis_sr_topo1/rt4/step6/show_ip_route.ref index e930657f8dc3..e09fb68e88bd 100644 --- a/tests/topotests/isis_sr_topo1/rt4/step6/show_ip_route.ref +++ b/tests/topotests/isis_sr_topo1/rt4/step6/show_ip_route.ref @@ -171,48 +171,6 @@ ] } ], - "10.0.2.0\/24":[ - { - "prefix":"10.0.2.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.2.2", - "afi":"ipv4", - "interfaceName":"eth-rt2-1" - }, - { - "ip":"10.0.3.2", - "afi":"ipv4", - "interfaceName":"eth-rt2-2", - "active":true - } - ] - } - ], - "10.0.3.0\/24":[ - { - "prefix":"10.0.3.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.2.2", - "afi":"ipv4", - "interfaceName":"eth-rt2-1", - "active":true - }, - { - "ip":"10.0.3.2", - "afi":"ipv4", - "interfaceName":"eth-rt2-2" - } - ] - } - ], "10.0.4.0\/24":[ { "prefix":"10.0.4.0\/24", @@ -298,21 +256,6 @@ ] } ], - "10.0.7.0\/24":[ - { - "prefix":"10.0.7.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.7.6", - "afi":"ipv4", - "interfaceName":"eth-rt6" - } - ] - } - ], "10.0.8.0\/24":[ { "prefix":"10.0.8.0\/24", @@ -332,24 +275,5 @@ } ] } - ], - "10.10.10.10\/32":[ - { - "prefix":"10.10.10.10\/32", - "protocol":"isis", - "distance":115, - "metric":30, - "nexthops":[ - { - "ip":"10.0.7.6", - "afi":"ipv4", - "interfaceName":"eth-rt6", - "active":true, - "labels":[ - 18100 - ] - } - ] - } ] } diff --git a/tests/topotests/isis_sr_topo1/rt4/step6/show_mpls_table.ref b/tests/topotests/isis_sr_topo1/rt4/step6/show_mpls_table.ref index eb95fa94c999..dd0920e83e99 100644 --- a/tests/topotests/isis_sr_topo1/rt4/step6/show_mpls_table.ref +++ b/tests/topotests/isis_sr_topo1/rt4/step6/show_mpls_table.ref @@ -183,9 +183,8 @@ "nexthops":[ { "type":"SR (IS-IS)", - "outLabel":18100, - "installed":true, - "nexthop":"10.0.7.6" + "outLabel":3, + "installed":true } ] }, diff --git a/tests/topotests/isis_sr_topo1/rt4/step7/show_ip_route.ref b/tests/topotests/isis_sr_topo1/rt4/step7/show_ip_route.ref index f5ac45504e27..39bc08682913 100644 --- a/tests/topotests/isis_sr_topo1/rt4/step7/show_ip_route.ref +++ b/tests/topotests/isis_sr_topo1/rt4/step7/show_ip_route.ref @@ -165,48 +165,6 @@ ] } ], - "10.0.2.0\/24":[ - { - "prefix":"10.0.2.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.2.2", - "afi":"ipv4", - "interfaceName":"eth-rt2-1" - }, - { - "ip":"10.0.3.2", - "afi":"ipv4", - "interfaceName":"eth-rt2-2", - "active":true - } - ] - } - ], - "10.0.3.0\/24":[ - { - "prefix":"10.0.3.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.2.2", - "afi":"ipv4", - "interfaceName":"eth-rt2-1", - "active":true - }, - { - "ip":"10.0.3.2", - "afi":"ipv4", - "interfaceName":"eth-rt2-2" - } - ] - } - ], "10.0.4.0\/24":[ { "prefix":"10.0.4.0\/24", @@ -292,21 +250,6 @@ ] } ], - "10.0.7.0\/24":[ - { - "prefix":"10.0.7.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.7.6", - "afi":"ipv4", - "interfaceName":"eth-rt6" - } - ] - } - ], "10.0.8.0\/24":[ { "prefix":"10.0.8.0\/24", @@ -326,24 +269,5 @@ } ] } - ], - "10.10.10.10\/32":[ - { - "prefix":"10.10.10.10\/32", - "protocol":"isis", - "distance":115, - "metric":30, - "nexthops":[ - { - "ip":"10.0.7.6", - "afi":"ipv4", - "interfaceName":"eth-rt6", - "active":true, - "labels":[ - 18100 - ] - } - ] - } ] } diff --git a/tests/topotests/isis_sr_topo1/rt4/step7/show_mpls_table.ref b/tests/topotests/isis_sr_topo1/rt4/step7/show_mpls_table.ref index 19b0beb1641f..f579b2116a99 100644 --- a/tests/topotests/isis_sr_topo1/rt4/step7/show_mpls_table.ref +++ b/tests/topotests/isis_sr_topo1/rt4/step7/show_mpls_table.ref @@ -147,9 +147,8 @@ "nexthops":[ { "type":"SR (IS-IS)", - "outLabel":18100, - "installed":true, - "nexthop":"10.0.7.6" + "outLabel":3, + "installed":true } ] }, diff --git a/tests/topotests/isis_sr_topo1/rt4/step8/show_ip_route.ref b/tests/topotests/isis_sr_topo1/rt4/step8/show_ip_route.ref index e930657f8dc3..e09fb68e88bd 100644 --- a/tests/topotests/isis_sr_topo1/rt4/step8/show_ip_route.ref +++ b/tests/topotests/isis_sr_topo1/rt4/step8/show_ip_route.ref @@ -171,48 +171,6 @@ ] } ], - "10.0.2.0\/24":[ - { - "prefix":"10.0.2.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.2.2", - "afi":"ipv4", - "interfaceName":"eth-rt2-1" - }, - { - "ip":"10.0.3.2", - "afi":"ipv4", - "interfaceName":"eth-rt2-2", - "active":true - } - ] - } - ], - "10.0.3.0\/24":[ - { - "prefix":"10.0.3.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.2.2", - "afi":"ipv4", - "interfaceName":"eth-rt2-1", - "active":true - }, - { - "ip":"10.0.3.2", - "afi":"ipv4", - "interfaceName":"eth-rt2-2" - } - ] - } - ], "10.0.4.0\/24":[ { "prefix":"10.0.4.0\/24", @@ -298,21 +256,6 @@ ] } ], - "10.0.7.0\/24":[ - { - "prefix":"10.0.7.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.7.6", - "afi":"ipv4", - "interfaceName":"eth-rt6" - } - ] - } - ], "10.0.8.0\/24":[ { "prefix":"10.0.8.0\/24", @@ -332,24 +275,5 @@ } ] } - ], - "10.10.10.10\/32":[ - { - "prefix":"10.10.10.10\/32", - "protocol":"isis", - "distance":115, - "metric":30, - "nexthops":[ - { - "ip":"10.0.7.6", - "afi":"ipv4", - "interfaceName":"eth-rt6", - "active":true, - "labels":[ - 18100 - ] - } - ] - } ] } diff --git a/tests/topotests/isis_sr_topo1/rt4/step8/show_mpls_table.ref b/tests/topotests/isis_sr_topo1/rt4/step8/show_mpls_table.ref index eb95fa94c999..dd0920e83e99 100644 --- a/tests/topotests/isis_sr_topo1/rt4/step8/show_mpls_table.ref +++ b/tests/topotests/isis_sr_topo1/rt4/step8/show_mpls_table.ref @@ -183,9 +183,8 @@ "nexthops":[ { "type":"SR (IS-IS)", - "outLabel":18100, - "installed":true, - "nexthop":"10.0.7.6" + "outLabel":3, + "installed":true } ] }, diff --git a/tests/topotests/isis_sr_topo1/rt4/step9/show_ip_route.ref b/tests/topotests/isis_sr_topo1/rt4/step9/show_ip_route.ref index a2b939a41828..eed050be3091 100644 --- a/tests/topotests/isis_sr_topo1/rt4/step9/show_ip_route.ref +++ b/tests/topotests/isis_sr_topo1/rt4/step9/show_ip_route.ref @@ -171,48 +171,6 @@ ] } ], - "10.0.2.0\/24":[ - { - "prefix":"10.0.2.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.2.2", - "afi":"ipv4", - "interfaceName":"eth-rt2-1" - }, - { - "ip":"10.0.3.2", - "afi":"ipv4", - "interfaceName":"eth-rt2-2", - "active":true - } - ] - } - ], - "10.0.3.0\/24":[ - { - "prefix":"10.0.3.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.2.2", - "afi":"ipv4", - "interfaceName":"eth-rt2-1", - "active":true - }, - { - "ip":"10.0.3.2", - "afi":"ipv4", - "interfaceName":"eth-rt2-2" - } - ] - } - ], "10.0.4.0\/24":[ { "prefix":"10.0.4.0\/24", @@ -298,21 +256,6 @@ ] } ], - "10.0.7.0\/24":[ - { - "prefix":"10.0.7.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.7.6", - "afi":"ipv4", - "interfaceName":"eth-rt6" - } - ] - } - ], "10.0.8.0\/24":[ { "prefix":"10.0.8.0\/24", @@ -332,24 +275,5 @@ } ] } - ], - "10.10.10.10\/32":[ - { - "prefix":"10.10.10.10\/32", - "protocol":"isis", - "distance":115, - "metric":30, - "nexthops":[ - { - "ip":"10.0.7.6", - "afi":"ipv4", - "interfaceName":"eth-rt6", - "active":true, - "labels":[ - 18100 - ] - } - ] - } ] } diff --git a/tests/topotests/isis_sr_topo1/rt4/step9/show_mpls_table.ref b/tests/topotests/isis_sr_topo1/rt4/step9/show_mpls_table.ref index 5805bf355624..1ee2d6a6fd2f 100644 --- a/tests/topotests/isis_sr_topo1/rt4/step9/show_mpls_table.ref +++ b/tests/topotests/isis_sr_topo1/rt4/step9/show_mpls_table.ref @@ -183,9 +183,8 @@ "nexthops":[ { "type":"SR (IS-IS)", - "outLabel":18100, - "installed":true, - "nexthop":"10.0.7.6" + "outLabel":3, + "installed":true } ] }, diff --git a/tests/topotests/isis_sr_topo1/rt5/step1/show_ip_route.ref b/tests/topotests/isis_sr_topo1/rt5/step1/show_ip_route.ref index 0497bd8399bc..bfbc8352f76a 100644 --- a/tests/topotests/isis_sr_topo1/rt5/step1/show_ip_route.ref +++ b/tests/topotests/isis_sr_topo1/rt5/step1/show_ip_route.ref @@ -221,63 +221,6 @@ ] } ], - "10.0.4.0\/24":[ - { - "prefix":"10.0.4.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.4.3", - "afi":"ipv4", - "interfaceName":"eth-rt3-1" - }, - { - "ip":"10.0.5.3", - "afi":"ipv4", - "interfaceName":"eth-rt3-2", - "active":true - } - ] - } - ], - "10.0.5.0\/24":[ - { - "prefix":"10.0.5.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.4.3", - "afi":"ipv4", - "interfaceName":"eth-rt3-1", - "active":true - }, - { - "ip":"10.0.5.3", - "afi":"ipv4", - "interfaceName":"eth-rt3-2" - } - ] - } - ], - "10.0.6.0\/24":[ - { - "prefix":"10.0.6.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.6.4", - "afi":"ipv4", - "interfaceName":"eth-rt4" - } - ] - } - ], "10.0.7.0\/24":[ { "prefix":"10.0.7.0\/24", @@ -304,39 +247,5 @@ } ] } - ], - "10.0.8.0\/24":[ - { - "prefix":"10.0.8.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.8.6", - "afi":"ipv4", - "interfaceName":"eth-rt6" - } - ] - } - ], - "10.10.10.10\/32":[ - { - "prefix":"10.10.10.10\/32", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.6.4", - "afi":"ipv4", - "interfaceName":"eth-rt4", - "active":true, - "labels":[ - 16100 - ] - } - ] - } ] } diff --git a/tests/topotests/isis_sr_topo1/rt5/step1/show_mpls_table.ref b/tests/topotests/isis_sr_topo1/rt5/step1/show_mpls_table.ref index 99d1f773b75c..aa131da29515 100644 --- a/tests/topotests/isis_sr_topo1/rt5/step1/show_mpls_table.ref +++ b/tests/topotests/isis_sr_topo1/rt5/step1/show_mpls_table.ref @@ -195,9 +195,8 @@ "nexthops":[ { "type":"SR (IS-IS)", - "outLabel":16100, - "installed":true, - "nexthop":"10.0.6.4" + "outLabel":3, + "installed":true } ] }, diff --git a/tests/topotests/isis_sr_topo1/rt5/step10/show_ip_route.ref b/tests/topotests/isis_sr_topo1/rt5/step10/show_ip_route.ref index 29f47824826f..8458fd8218f8 100644 --- a/tests/topotests/isis_sr_topo1/rt5/step10/show_ip_route.ref +++ b/tests/topotests/isis_sr_topo1/rt5/step10/show_ip_route.ref @@ -232,48 +232,6 @@ ] } ], - "10.0.4.0\/24":[ - { - "prefix":"10.0.4.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.4.3", - "afi":"ipv4", - "interfaceName":"eth-rt3-1" - }, - { - "ip":"10.0.5.3", - "afi":"ipv4", - "interfaceName":"eth-rt3-2", - "active":true - } - ] - } - ], - "10.0.5.0\/24":[ - { - "prefix":"10.0.5.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.4.3", - "afi":"ipv4", - "interfaceName":"eth-rt3-1", - "active":true - }, - { - "ip":"10.0.5.3", - "afi":"ipv4", - "interfaceName":"eth-rt3-2" - } - ] - } - ], "10.0.7.0\/24":[ { "prefix":"10.0.7.0\/24", @@ -293,39 +251,5 @@ } ] } - ], - "10.0.8.0\/24":[ - { - "prefix":"10.0.8.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.8.6", - "afi":"ipv4", - "interfaceName":"eth-rt6" - } - ] - } - ], - "10.10.10.10\/32":[ - { - "prefix":"10.10.10.10\/32", - "protocol":"isis", - "distance":115, - "metric":30, - "nexthops":[ - { - "ip":"10.0.8.6", - "afi":"ipv4", - "interfaceName":"eth-rt6", - "active":true, - "labels":[ - 18100 - ] - } - ] - } ] } diff --git a/tests/topotests/isis_sr_topo1/rt5/step10/show_mpls_table.ref b/tests/topotests/isis_sr_topo1/rt5/step10/show_mpls_table.ref index 7cfea2a3291a..1ddb4b341a80 100644 --- a/tests/topotests/isis_sr_topo1/rt5/step10/show_mpls_table.ref +++ b/tests/topotests/isis_sr_topo1/rt5/step10/show_mpls_table.ref @@ -183,9 +183,8 @@ "nexthops":[ { "type":"SR (IS-IS)", - "outLabel":18100, - "installed":true, - "nexthop":"10.0.8.6" + "outLabel":3, + "installed":true } ] }, diff --git a/tests/topotests/isis_sr_topo1/rt5/step2/show_ip_route.ref b/tests/topotests/isis_sr_topo1/rt5/step2/show_ip_route.ref index dc61b8641033..43a5b45ac2a6 100644 --- a/tests/topotests/isis_sr_topo1/rt5/step2/show_ip_route.ref +++ b/tests/topotests/isis_sr_topo1/rt5/step2/show_ip_route.ref @@ -239,48 +239,6 @@ ] } ], - "10.0.4.0\/24":[ - { - "prefix":"10.0.4.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.4.3", - "afi":"ipv4", - "interfaceName":"eth-rt3-1" - }, - { - "ip":"10.0.5.3", - "afi":"ipv4", - "interfaceName":"eth-rt3-2", - "active":true - } - ] - } - ], - "10.0.5.0\/24":[ - { - "prefix":"10.0.5.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.4.3", - "afi":"ipv4", - "interfaceName":"eth-rt3-1", - "active":true - }, - { - "ip":"10.0.5.3", - "afi":"ipv4", - "interfaceName":"eth-rt3-2" - } - ] - } - ], "10.0.7.0\/24":[ { "prefix":"10.0.7.0\/24", @@ -300,39 +258,5 @@ } ] } - ], - "10.0.8.0\/24":[ - { - "prefix":"10.0.8.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.8.6", - "afi":"ipv4", - "interfaceName":"eth-rt6" - } - ] - } - ], - "10.10.10.10\/32":[ - { - "prefix":"10.10.10.10\/32", - "protocol":"isis", - "distance":115, - "metric":30, - "nexthops":[ - { - "ip":"10.0.8.6", - "afi":"ipv4", - "interfaceName":"eth-rt6", - "active":true, - "labels":[ - 16100 - ] - } - ] - } ] } diff --git a/tests/topotests/isis_sr_topo1/rt5/step2/show_mpls_table.ref b/tests/topotests/isis_sr_topo1/rt5/step2/show_mpls_table.ref index 08f1635a395d..090bcf910a8f 100644 --- a/tests/topotests/isis_sr_topo1/rt5/step2/show_mpls_table.ref +++ b/tests/topotests/isis_sr_topo1/rt5/step2/show_mpls_table.ref @@ -183,9 +183,8 @@ "nexthops":[ { "type":"SR (IS-IS)", - "outLabel":16100, - "installed":true, - "nexthop":"10.0.8.6" + "outLabel":3, + "installed":true } ] }, diff --git a/tests/topotests/isis_sr_topo1/rt5/step3/show_ip_route.ref b/tests/topotests/isis_sr_topo1/rt5/step3/show_ip_route.ref index 2d983c43b62d..443da98dd6de 100644 --- a/tests/topotests/isis_sr_topo1/rt5/step3/show_ip_route.ref +++ b/tests/topotests/isis_sr_topo1/rt5/step3/show_ip_route.ref @@ -212,48 +212,6 @@ ] } ], - "10.0.4.0\/24":[ - { - "prefix":"10.0.4.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.4.3", - "afi":"ipv4", - "interfaceName":"eth-rt3-1" - }, - { - "ip":"10.0.5.3", - "afi":"ipv4", - "interfaceName":"eth-rt3-2", - "active":true - } - ] - } - ], - "10.0.5.0\/24":[ - { - "prefix":"10.0.5.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.4.3", - "afi":"ipv4", - "interfaceName":"eth-rt3-1", - "active":true - }, - { - "ip":"10.0.5.3", - "afi":"ipv4", - "interfaceName":"eth-rt3-2" - } - ] - } - ], "10.0.7.0\/24":[ { "prefix":"10.0.7.0\/24", @@ -280,33 +238,5 @@ } ] } - ], - "10.10.10.10\/32":[ - { - "prefix":"10.10.10.10\/32", - "protocol":"isis", - "distance":115, - "metric":40, - "nexthops":[ - { - "ip":"10.0.4.3", - "afi":"ipv4", - "interfaceName":"eth-rt3-1", - "active":true, - "labels":[ - 17100 - ] - }, - { - "ip":"10.0.5.3", - "afi":"ipv4", - "interfaceName":"eth-rt3-2", - "active":true, - "labels":[ - 17100 - ] - } - ] - } ] } diff --git a/tests/topotests/isis_sr_topo1/rt5/step3/show_mpls_table.ref b/tests/topotests/isis_sr_topo1/rt5/step3/show_mpls_table.ref index 9980058b128b..92ffd1a62023 100644 --- a/tests/topotests/isis_sr_topo1/rt5/step3/show_mpls_table.ref +++ b/tests/topotests/isis_sr_topo1/rt5/step3/show_mpls_table.ref @@ -171,15 +171,8 @@ "nexthops":[ { "type":"SR (IS-IS)", - "outLabel":17100, - "installed":true, - "nexthop":"10.0.5.3" - }, - { - "type":"SR (IS-IS)", - "outLabel":17100, - "installed":true, - "nexthop":"10.0.4.3" + "outLabel":3, + "installed":true } ] }, diff --git a/tests/topotests/isis_sr_topo1/rt5/step4/show_ip_route.ref b/tests/topotests/isis_sr_topo1/rt5/step4/show_ip_route.ref index 0a64db60f648..c3b955de1ccc 100644 --- a/tests/topotests/isis_sr_topo1/rt5/step4/show_ip_route.ref +++ b/tests/topotests/isis_sr_topo1/rt5/step4/show_ip_route.ref @@ -239,48 +239,6 @@ ] } ], - "10.0.4.0\/24":[ - { - "prefix":"10.0.4.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.4.3", - "afi":"ipv4", - "interfaceName":"eth-rt3-1" - }, - { - "ip":"10.0.5.3", - "afi":"ipv4", - "interfaceName":"eth-rt3-2", - "active":true - } - ] - } - ], - "10.0.5.0\/24":[ - { - "prefix":"10.0.5.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.4.3", - "afi":"ipv4", - "interfaceName":"eth-rt3-1", - "active":true - }, - { - "ip":"10.0.5.3", - "afi":"ipv4", - "interfaceName":"eth-rt3-2" - } - ] - } - ], "10.0.7.0\/24":[ { "prefix":"10.0.7.0\/24", @@ -300,24 +258,5 @@ } ] } - ], - "10.10.10.10\/32":[ - { - "prefix":"10.10.10.10\/32", - "protocol":"isis", - "distance":115, - "metric":30, - "nexthops":[ - { - "ip":"10.0.8.6", - "afi":"ipv4", - "interfaceName":"eth-rt6", - "active":true, - "labels":[ - 18100 - ] - } - ] - } ] } diff --git a/tests/topotests/isis_sr_topo1/rt5/step4/show_mpls_table.ref b/tests/topotests/isis_sr_topo1/rt5/step4/show_mpls_table.ref index a84ed90b255f..8566cc368e86 100644 --- a/tests/topotests/isis_sr_topo1/rt5/step4/show_mpls_table.ref +++ b/tests/topotests/isis_sr_topo1/rt5/step4/show_mpls_table.ref @@ -183,9 +183,8 @@ "nexthops":[ { "type":"SR (IS-IS)", - "outLabel":18100, - "installed":true, - "nexthop":"10.0.8.6" + "outLabel":3, + "installed":true } ] }, diff --git a/tests/topotests/isis_sr_topo1/rt5/step5/show_ip_route.ref b/tests/topotests/isis_sr_topo1/rt5/step5/show_ip_route.ref index 88485477e3b4..da6e4191cd18 100644 --- a/tests/topotests/isis_sr_topo1/rt5/step5/show_ip_route.ref +++ b/tests/topotests/isis_sr_topo1/rt5/step5/show_ip_route.ref @@ -233,48 +233,6 @@ ] } ], - "10.0.4.0\/24":[ - { - "prefix":"10.0.4.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.4.3", - "afi":"ipv4", - "interfaceName":"eth-rt3-1" - }, - { - "ip":"10.0.5.3", - "afi":"ipv4", - "interfaceName":"eth-rt3-2", - "active":true - } - ] - } - ], - "10.0.5.0\/24":[ - { - "prefix":"10.0.5.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.4.3", - "afi":"ipv4", - "interfaceName":"eth-rt3-1", - "active":true - }, - { - "ip":"10.0.5.3", - "afi":"ipv4", - "interfaceName":"eth-rt3-2" - } - ] - } - ], "10.0.7.0\/24":[ { "prefix":"10.0.7.0\/24", @@ -294,22 +252,5 @@ } ] } - ], - "10.10.10.10\/32":[ - { - "prefix":"10.10.10.10\/32", - "protocol":"isis", - "distance":115, - "metric":30, - "nexthops":[ - { - "fib":true, - "ip":"10.0.8.6", - "afi":"ipv4", - "interfaceName":"eth-rt6", - "active":true - } - ] - } ] } diff --git a/tests/topotests/isis_sr_topo1/rt5/step5/show_mpls_table.ref b/tests/topotests/isis_sr_topo1/rt5/step5/show_mpls_table.ref index 36c21b041fa3..3e66d2bc6978 100644 --- a/tests/topotests/isis_sr_topo1/rt5/step5/show_mpls_table.ref +++ b/tests/topotests/isis_sr_topo1/rt5/step5/show_mpls_table.ref @@ -129,6 +129,17 @@ } ] }, + "16100":{ + "inLabel":16100, + "installed":true, + "nexthops":[ + { + "type":"SR (IS-IS)", + "outLabel":3, + "installed":true + } + ] + }, "16101":{ "inLabel":16101, "installed":true, diff --git a/tests/topotests/isis_sr_topo1/rt5/step6/show_ip_route.ref b/tests/topotests/isis_sr_topo1/rt5/step6/show_ip_route.ref index 0a64db60f648..c3b955de1ccc 100644 --- a/tests/topotests/isis_sr_topo1/rt5/step6/show_ip_route.ref +++ b/tests/topotests/isis_sr_topo1/rt5/step6/show_ip_route.ref @@ -239,48 +239,6 @@ ] } ], - "10.0.4.0\/24":[ - { - "prefix":"10.0.4.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.4.3", - "afi":"ipv4", - "interfaceName":"eth-rt3-1" - }, - { - "ip":"10.0.5.3", - "afi":"ipv4", - "interfaceName":"eth-rt3-2", - "active":true - } - ] - } - ], - "10.0.5.0\/24":[ - { - "prefix":"10.0.5.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.4.3", - "afi":"ipv4", - "interfaceName":"eth-rt3-1", - "active":true - }, - { - "ip":"10.0.5.3", - "afi":"ipv4", - "interfaceName":"eth-rt3-2" - } - ] - } - ], "10.0.7.0\/24":[ { "prefix":"10.0.7.0\/24", @@ -300,24 +258,5 @@ } ] } - ], - "10.10.10.10\/32":[ - { - "prefix":"10.10.10.10\/32", - "protocol":"isis", - "distance":115, - "metric":30, - "nexthops":[ - { - "ip":"10.0.8.6", - "afi":"ipv4", - "interfaceName":"eth-rt6", - "active":true, - "labels":[ - 18100 - ] - } - ] - } ] } diff --git a/tests/topotests/isis_sr_topo1/rt5/step6/show_mpls_table.ref b/tests/topotests/isis_sr_topo1/rt5/step6/show_mpls_table.ref index a84ed90b255f..8566cc368e86 100644 --- a/tests/topotests/isis_sr_topo1/rt5/step6/show_mpls_table.ref +++ b/tests/topotests/isis_sr_topo1/rt5/step6/show_mpls_table.ref @@ -183,9 +183,8 @@ "nexthops":[ { "type":"SR (IS-IS)", - "outLabel":18100, - "installed":true, - "nexthop":"10.0.8.6" + "outLabel":3, + "installed":true } ] }, diff --git a/tests/topotests/isis_sr_topo1/rt5/step7/show_ip_route.ref b/tests/topotests/isis_sr_topo1/rt5/step7/show_ip_route.ref index 769bc4d31e00..c2bd001a9827 100644 --- a/tests/topotests/isis_sr_topo1/rt5/step7/show_ip_route.ref +++ b/tests/topotests/isis_sr_topo1/rt5/step7/show_ip_route.ref @@ -233,48 +233,6 @@ ] } ], - "10.0.4.0\/24":[ - { - "prefix":"10.0.4.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.4.3", - "afi":"ipv4", - "interfaceName":"eth-rt3-1" - }, - { - "ip":"10.0.5.3", - "afi":"ipv4", - "interfaceName":"eth-rt3-2", - "active":true - } - ] - } - ], - "10.0.5.0\/24":[ - { - "prefix":"10.0.5.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.4.3", - "afi":"ipv4", - "interfaceName":"eth-rt3-1", - "active":true - }, - { - "ip":"10.0.5.3", - "afi":"ipv4", - "interfaceName":"eth-rt3-2" - } - ] - } - ], "10.0.7.0\/24":[ { "prefix":"10.0.7.0\/24", @@ -294,24 +252,5 @@ } ] } - ], - "10.10.10.10\/32":[ - { - "prefix":"10.10.10.10\/32", - "protocol":"isis", - "distance":115, - "metric":30, - "nexthops":[ - { - "ip":"10.0.8.6", - "afi":"ipv4", - "interfaceName":"eth-rt6", - "active":true, - "labels":[ - 18100 - ] - } - ] - } ] } diff --git a/tests/topotests/isis_sr_topo1/rt5/step7/show_mpls_table.ref b/tests/topotests/isis_sr_topo1/rt5/step7/show_mpls_table.ref index c98da7effd2a..b500203d6126 100644 --- a/tests/topotests/isis_sr_topo1/rt5/step7/show_mpls_table.ref +++ b/tests/topotests/isis_sr_topo1/rt5/step7/show_mpls_table.ref @@ -147,9 +147,8 @@ "nexthops":[ { "type":"SR (IS-IS)", - "outLabel":18100, - "installed":true, - "nexthop":"10.0.8.6" + "outLabel":3, + "installed":true } ] }, diff --git a/tests/topotests/isis_sr_topo1/rt5/step8/show_ip_route.ref b/tests/topotests/isis_sr_topo1/rt5/step8/show_ip_route.ref index 0a64db60f648..c3b955de1ccc 100644 --- a/tests/topotests/isis_sr_topo1/rt5/step8/show_ip_route.ref +++ b/tests/topotests/isis_sr_topo1/rt5/step8/show_ip_route.ref @@ -239,48 +239,6 @@ ] } ], - "10.0.4.0\/24":[ - { - "prefix":"10.0.4.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.4.3", - "afi":"ipv4", - "interfaceName":"eth-rt3-1" - }, - { - "ip":"10.0.5.3", - "afi":"ipv4", - "interfaceName":"eth-rt3-2", - "active":true - } - ] - } - ], - "10.0.5.0\/24":[ - { - "prefix":"10.0.5.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.4.3", - "afi":"ipv4", - "interfaceName":"eth-rt3-1", - "active":true - }, - { - "ip":"10.0.5.3", - "afi":"ipv4", - "interfaceName":"eth-rt3-2" - } - ] - } - ], "10.0.7.0\/24":[ { "prefix":"10.0.7.0\/24", @@ -300,24 +258,5 @@ } ] } - ], - "10.10.10.10\/32":[ - { - "prefix":"10.10.10.10\/32", - "protocol":"isis", - "distance":115, - "metric":30, - "nexthops":[ - { - "ip":"10.0.8.6", - "afi":"ipv4", - "interfaceName":"eth-rt6", - "active":true, - "labels":[ - 18100 - ] - } - ] - } ] } diff --git a/tests/topotests/isis_sr_topo1/rt5/step8/show_mpls_table.ref b/tests/topotests/isis_sr_topo1/rt5/step8/show_mpls_table.ref index a84ed90b255f..8566cc368e86 100644 --- a/tests/topotests/isis_sr_topo1/rt5/step8/show_mpls_table.ref +++ b/tests/topotests/isis_sr_topo1/rt5/step8/show_mpls_table.ref @@ -183,9 +183,8 @@ "nexthops":[ { "type":"SR (IS-IS)", - "outLabel":18100, - "installed":true, - "nexthop":"10.0.8.6" + "outLabel":3, + "installed":true } ] }, diff --git a/tests/topotests/isis_sr_topo1/rt5/step9/show_ip_route.ref b/tests/topotests/isis_sr_topo1/rt5/step9/show_ip_route.ref index 34cbf68b214e..9bb8bcac5ddf 100644 --- a/tests/topotests/isis_sr_topo1/rt5/step9/show_ip_route.ref +++ b/tests/topotests/isis_sr_topo1/rt5/step9/show_ip_route.ref @@ -239,48 +239,6 @@ ] } ], - "10.0.4.0\/24":[ - { - "prefix":"10.0.4.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.4.3", - "afi":"ipv4", - "interfaceName":"eth-rt3-1" - }, - { - "ip":"10.0.5.3", - "afi":"ipv4", - "interfaceName":"eth-rt3-2", - "active":true - } - ] - } - ], - "10.0.5.0\/24":[ - { - "prefix":"10.0.5.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.4.3", - "afi":"ipv4", - "interfaceName":"eth-rt3-1", - "active":true - }, - { - "ip":"10.0.5.3", - "afi":"ipv4", - "interfaceName":"eth-rt3-2" - } - ] - } - ], "10.0.7.0\/24":[ { "prefix":"10.0.7.0\/24", @@ -300,24 +258,5 @@ } ] } - ], - "10.10.10.10\/32":[ - { - "prefix":"10.10.10.10\/32", - "protocol":"isis", - "distance":115, - "metric":30, - "nexthops":[ - { - "ip":"10.0.8.6", - "afi":"ipv4", - "interfaceName":"eth-rt6", - "active":true, - "labels":[ - 18100 - ] - } - ] - } ] } diff --git a/tests/topotests/isis_sr_topo1/rt5/step9/show_mpls_table.ref b/tests/topotests/isis_sr_topo1/rt5/step9/show_mpls_table.ref index 7cfea2a3291a..1ddb4b341a80 100644 --- a/tests/topotests/isis_sr_topo1/rt5/step9/show_mpls_table.ref +++ b/tests/topotests/isis_sr_topo1/rt5/step9/show_mpls_table.ref @@ -183,9 +183,8 @@ "nexthops":[ { "type":"SR (IS-IS)", - "outLabel":18100, - "installed":true, - "nexthop":"10.0.8.6" + "outLabel":3, + "installed":true } ] }, diff --git a/tests/topotests/isis_sr_topo1/rt6/step1/show_ip_route.ref b/tests/topotests/isis_sr_topo1/rt6/step1/show_ip_route.ref index 7b62b0a9c616..ee345973fd17 100644 --- a/tests/topotests/isis_sr_topo1/rt6/step1/show_ip_route.ref +++ b/tests/topotests/isis_sr_topo1/rt6/step1/show_ip_route.ref @@ -258,36 +258,6 @@ ] } ], - "10.0.7.0\/24":[ - { - "prefix":"10.0.7.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.7.4", - "afi":"ipv4", - "interfaceName":"eth-rt4" - } - ] - } - ], - "10.0.8.0\/24":[ - { - "prefix":"10.0.8.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.8.5", - "afi":"ipv4", - "interfaceName":"eth-rt5" - } - ] - } - ], "10.10.10.10\/32":[ { "prefix":"10.10.10.10\/32", diff --git a/tests/topotests/isis_sr_topo1/rt6/step10/show_ip_route.ref b/tests/topotests/isis_sr_topo1/rt6/step10/show_ip_route.ref index d430ef5a331a..f8a2a22b187a 100644 --- a/tests/topotests/isis_sr_topo1/rt6/step10/show_ip_route.ref +++ b/tests/topotests/isis_sr_topo1/rt6/step10/show_ip_route.ref @@ -251,36 +251,6 @@ ] } ], - "10.0.7.0\/24":[ - { - "prefix":"10.0.7.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.7.4", - "afi":"ipv4", - "interfaceName":"eth-rt4" - } - ] - } - ], - "10.0.8.0\/24":[ - { - "prefix":"10.0.8.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.8.5", - "afi":"ipv4", - "interfaceName":"eth-rt5" - } - ] - } - ], "10.10.10.10\/32":[ { "prefix":"10.10.10.10\/32", diff --git a/tests/topotests/isis_sr_topo1/rt6/step2/show_ip_route.ref b/tests/topotests/isis_sr_topo1/rt6/step2/show_ip_route.ref index 4b204dbc4c10..ba8fc69c51c4 100644 --- a/tests/topotests/isis_sr_topo1/rt6/step2/show_ip_route.ref +++ b/tests/topotests/isis_sr_topo1/rt6/step2/show_ip_route.ref @@ -251,36 +251,6 @@ ] } ], - "10.0.7.0\/24":[ - { - "prefix":"10.0.7.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.7.4", - "afi":"ipv4", - "interfaceName":"eth-rt4" - } - ] - } - ], - "10.0.8.0\/24":[ - { - "prefix":"10.0.8.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.8.5", - "afi":"ipv4", - "interfaceName":"eth-rt5" - } - ] - } - ], "10.10.10.10\/32":[ { "prefix":"10.10.10.10\/32", diff --git a/tests/topotests/isis_sr_topo1/rt6/step4/show_ip_route.ref b/tests/topotests/isis_sr_topo1/rt6/step4/show_ip_route.ref index 4b204dbc4c10..ba8fc69c51c4 100644 --- a/tests/topotests/isis_sr_topo1/rt6/step4/show_ip_route.ref +++ b/tests/topotests/isis_sr_topo1/rt6/step4/show_ip_route.ref @@ -251,36 +251,6 @@ ] } ], - "10.0.7.0\/24":[ - { - "prefix":"10.0.7.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.7.4", - "afi":"ipv4", - "interfaceName":"eth-rt4" - } - ] - } - ], - "10.0.8.0\/24":[ - { - "prefix":"10.0.8.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.8.5", - "afi":"ipv4", - "interfaceName":"eth-rt5" - } - ] - } - ], "10.10.10.10\/32":[ { "prefix":"10.10.10.10\/32", diff --git a/tests/topotests/isis_sr_topo1/rt6/step5/show_ip_route.ref b/tests/topotests/isis_sr_topo1/rt6/step5/show_ip_route.ref index 3ccd57a6fd48..d8738b551e2a 100644 --- a/tests/topotests/isis_sr_topo1/rt6/step5/show_ip_route.ref +++ b/tests/topotests/isis_sr_topo1/rt6/step5/show_ip_route.ref @@ -233,36 +233,6 @@ ] } ], - "10.0.7.0\/24":[ - { - "prefix":"10.0.7.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.7.4", - "afi":"ipv4", - "interfaceName":"eth-rt4" - } - ] - } - ], - "10.0.8.0\/24":[ - { - "prefix":"10.0.8.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.8.5", - "afi":"ipv4", - "interfaceName":"eth-rt5" - } - ] - } - ], "10.10.10.10\/32":[ { "prefix":"10.10.10.10\/32", diff --git a/tests/topotests/isis_sr_topo1/rt6/step6/show_ip_route.ref b/tests/topotests/isis_sr_topo1/rt6/step6/show_ip_route.ref index 4b204dbc4c10..ba8fc69c51c4 100644 --- a/tests/topotests/isis_sr_topo1/rt6/step6/show_ip_route.ref +++ b/tests/topotests/isis_sr_topo1/rt6/step6/show_ip_route.ref @@ -251,36 +251,6 @@ ] } ], - "10.0.7.0\/24":[ - { - "prefix":"10.0.7.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.7.4", - "afi":"ipv4", - "interfaceName":"eth-rt4" - } - ] - } - ], - "10.0.8.0\/24":[ - { - "prefix":"10.0.8.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.8.5", - "afi":"ipv4", - "interfaceName":"eth-rt5" - } - ] - } - ], "10.10.10.10\/32":[ { "prefix":"10.10.10.10\/32", diff --git a/tests/topotests/isis_sr_topo1/rt6/step7/show_ip_route.ref b/tests/topotests/isis_sr_topo1/rt6/step7/show_ip_route.ref index 178798820740..7b1a3be6a94b 100644 --- a/tests/topotests/isis_sr_topo1/rt6/step7/show_ip_route.ref +++ b/tests/topotests/isis_sr_topo1/rt6/step7/show_ip_route.ref @@ -245,36 +245,6 @@ ] } ], - "10.0.7.0\/24":[ - { - "prefix":"10.0.7.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.7.4", - "afi":"ipv4", - "interfaceName":"eth-rt4" - } - ] - } - ], - "10.0.8.0\/24":[ - { - "prefix":"10.0.8.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.8.5", - "afi":"ipv4", - "interfaceName":"eth-rt5" - } - ] - } - ], "10.10.10.10\/32":[ { "prefix":"10.10.10.10\/32", diff --git a/tests/topotests/isis_sr_topo1/rt6/step8/show_ip_route.ref b/tests/topotests/isis_sr_topo1/rt6/step8/show_ip_route.ref index 4b204dbc4c10..ba8fc69c51c4 100644 --- a/tests/topotests/isis_sr_topo1/rt6/step8/show_ip_route.ref +++ b/tests/topotests/isis_sr_topo1/rt6/step8/show_ip_route.ref @@ -251,36 +251,6 @@ ] } ], - "10.0.7.0\/24":[ - { - "prefix":"10.0.7.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.7.4", - "afi":"ipv4", - "interfaceName":"eth-rt4" - } - ] - } - ], - "10.0.8.0\/24":[ - { - "prefix":"10.0.8.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.8.5", - "afi":"ipv4", - "interfaceName":"eth-rt5" - } - ] - } - ], "10.10.10.10\/32":[ { "prefix":"10.10.10.10\/32", diff --git a/tests/topotests/isis_sr_topo1/rt6/step9/show_ip_route.ref b/tests/topotests/isis_sr_topo1/rt6/step9/show_ip_route.ref index 4b204dbc4c10..ba8fc69c51c4 100644 --- a/tests/topotests/isis_sr_topo1/rt6/step9/show_ip_route.ref +++ b/tests/topotests/isis_sr_topo1/rt6/step9/show_ip_route.ref @@ -251,36 +251,6 @@ ] } ], - "10.0.7.0\/24":[ - { - "prefix":"10.0.7.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.7.4", - "afi":"ipv4", - "interfaceName":"eth-rt4" - } - ] - } - ], - "10.0.8.0\/24":[ - { - "prefix":"10.0.8.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.8.5", - "afi":"ipv4", - "interfaceName":"eth-rt5" - } - ] - } - ], "10.10.10.10\/32":[ { "prefix":"10.10.10.10\/32", diff --git a/tests/topotests/isis_srv6_topo1/rt1/step1/show_ip_route.ref b/tests/topotests/isis_srv6_topo1/rt1/step1/show_ip_route.ref index 590d75afbf99..be39d280650d 100644 --- a/tests/topotests/isis_srv6_topo1/rt1/step1/show_ip_route.ref +++ b/tests/topotests/isis_srv6_topo1/rt1/step1/show_ip_route.ref @@ -106,26 +106,6 @@ ] } ], - "10.0.1.0\/24":[ - { - "prefix":"10.0.1.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.1.2", - "afi":"ipv4", - "interfaceName":"eth-sw1" - }, - { - "ip":"10.0.1.3", - "afi":"ipv4", - "interfaceName":"eth-sw1" - } - ] - } - ], "10.0.2.0\/24":[ { "prefix":"10.0.2.0\/24", diff --git a/tests/topotests/isis_srv6_topo1/rt1/step2/show_ip_route.ref b/tests/topotests/isis_srv6_topo1/rt1/step2/show_ip_route.ref index 590d75afbf99..be39d280650d 100644 --- a/tests/topotests/isis_srv6_topo1/rt1/step2/show_ip_route.ref +++ b/tests/topotests/isis_srv6_topo1/rt1/step2/show_ip_route.ref @@ -106,26 +106,6 @@ ] } ], - "10.0.1.0\/24":[ - { - "prefix":"10.0.1.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.1.2", - "afi":"ipv4", - "interfaceName":"eth-sw1" - }, - { - "ip":"10.0.1.3", - "afi":"ipv4", - "interfaceName":"eth-sw1" - } - ] - } - ], "10.0.2.0\/24":[ { "prefix":"10.0.2.0\/24", diff --git a/tests/topotests/isis_srv6_topo1/rt1/step3/show_ip_route.ref b/tests/topotests/isis_srv6_topo1/rt1/step3/show_ip_route.ref index 590d75afbf99..be39d280650d 100644 --- a/tests/topotests/isis_srv6_topo1/rt1/step3/show_ip_route.ref +++ b/tests/topotests/isis_srv6_topo1/rt1/step3/show_ip_route.ref @@ -106,26 +106,6 @@ ] } ], - "10.0.1.0\/24":[ - { - "prefix":"10.0.1.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.1.2", - "afi":"ipv4", - "interfaceName":"eth-sw1" - }, - { - "ip":"10.0.1.3", - "afi":"ipv4", - "interfaceName":"eth-sw1" - } - ] - } - ], "10.0.2.0\/24":[ { "prefix":"10.0.2.0\/24", diff --git a/tests/topotests/isis_srv6_topo1/rt1/step4/show_ip_route.ref b/tests/topotests/isis_srv6_topo1/rt1/step4/show_ip_route.ref index 590d75afbf99..be39d280650d 100644 --- a/tests/topotests/isis_srv6_topo1/rt1/step4/show_ip_route.ref +++ b/tests/topotests/isis_srv6_topo1/rt1/step4/show_ip_route.ref @@ -106,26 +106,6 @@ ] } ], - "10.0.1.0\/24":[ - { - "prefix":"10.0.1.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.1.2", - "afi":"ipv4", - "interfaceName":"eth-sw1" - }, - { - "ip":"10.0.1.3", - "afi":"ipv4", - "interfaceName":"eth-sw1" - } - ] - } - ], "10.0.2.0\/24":[ { "prefix":"10.0.2.0\/24", diff --git a/tests/topotests/isis_srv6_topo1/rt1/step5/show_ip_route.ref b/tests/topotests/isis_srv6_topo1/rt1/step5/show_ip_route.ref index 590d75afbf99..be39d280650d 100644 --- a/tests/topotests/isis_srv6_topo1/rt1/step5/show_ip_route.ref +++ b/tests/topotests/isis_srv6_topo1/rt1/step5/show_ip_route.ref @@ -106,26 +106,6 @@ ] } ], - "10.0.1.0\/24":[ - { - "prefix":"10.0.1.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.1.2", - "afi":"ipv4", - "interfaceName":"eth-sw1" - }, - { - "ip":"10.0.1.3", - "afi":"ipv4", - "interfaceName":"eth-sw1" - } - ] - } - ], "10.0.2.0\/24":[ { "prefix":"10.0.2.0\/24", diff --git a/tests/topotests/isis_srv6_topo1/rt1/step6/show_ip_route.ref b/tests/topotests/isis_srv6_topo1/rt1/step6/show_ip_route.ref index 590d75afbf99..be39d280650d 100644 --- a/tests/topotests/isis_srv6_topo1/rt1/step6/show_ip_route.ref +++ b/tests/topotests/isis_srv6_topo1/rt1/step6/show_ip_route.ref @@ -106,26 +106,6 @@ ] } ], - "10.0.1.0\/24":[ - { - "prefix":"10.0.1.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.1.2", - "afi":"ipv4", - "interfaceName":"eth-sw1" - }, - { - "ip":"10.0.1.3", - "afi":"ipv4", - "interfaceName":"eth-sw1" - } - ] - } - ], "10.0.2.0\/24":[ { "prefix":"10.0.2.0\/24", diff --git a/tests/topotests/isis_srv6_topo1/rt1/step7/show_ip_route.ref b/tests/topotests/isis_srv6_topo1/rt1/step7/show_ip_route.ref index 590d75afbf99..be39d280650d 100644 --- a/tests/topotests/isis_srv6_topo1/rt1/step7/show_ip_route.ref +++ b/tests/topotests/isis_srv6_topo1/rt1/step7/show_ip_route.ref @@ -106,26 +106,6 @@ ] } ], - "10.0.1.0\/24":[ - { - "prefix":"10.0.1.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.1.2", - "afi":"ipv4", - "interfaceName":"eth-sw1" - }, - { - "ip":"10.0.1.3", - "afi":"ipv4", - "interfaceName":"eth-sw1" - } - ] - } - ], "10.0.2.0\/24":[ { "prefix":"10.0.2.0\/24", diff --git a/tests/topotests/isis_srv6_topo1/rt1/step8/show_ip_route.ref b/tests/topotests/isis_srv6_topo1/rt1/step8/show_ip_route.ref index 590d75afbf99..be39d280650d 100644 --- a/tests/topotests/isis_srv6_topo1/rt1/step8/show_ip_route.ref +++ b/tests/topotests/isis_srv6_topo1/rt1/step8/show_ip_route.ref @@ -106,26 +106,6 @@ ] } ], - "10.0.1.0\/24":[ - { - "prefix":"10.0.1.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.1.2", - "afi":"ipv4", - "interfaceName":"eth-sw1" - }, - { - "ip":"10.0.1.3", - "afi":"ipv4", - "interfaceName":"eth-sw1" - } - ] - } - ], "10.0.2.0\/24":[ { "prefix":"10.0.2.0\/24", diff --git a/tests/topotests/isis_srv6_topo1/rt1/step9/show_ip_route.ref b/tests/topotests/isis_srv6_topo1/rt1/step9/show_ip_route.ref index 590d75afbf99..be39d280650d 100644 --- a/tests/topotests/isis_srv6_topo1/rt1/step9/show_ip_route.ref +++ b/tests/topotests/isis_srv6_topo1/rt1/step9/show_ip_route.ref @@ -106,26 +106,6 @@ ] } ], - "10.0.1.0\/24":[ - { - "prefix":"10.0.1.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.1.2", - "afi":"ipv4", - "interfaceName":"eth-sw1" - }, - { - "ip":"10.0.1.3", - "afi":"ipv4", - "interfaceName":"eth-sw1" - } - ] - } - ], "10.0.2.0\/24":[ { "prefix":"10.0.2.0\/24", diff --git a/tests/topotests/isis_srv6_topo1/rt2/step1/show_ip_route.ref b/tests/topotests/isis_srv6_topo1/rt2/step1/show_ip_route.ref index 1d4a9e9a25bf..389417be2923 100644 --- a/tests/topotests/isis_srv6_topo1/rt2/step1/show_ip_route.ref +++ b/tests/topotests/isis_srv6_topo1/rt2/step1/show_ip_route.ref @@ -127,68 +127,6 @@ ] } ], - "10.0.1.0\/24":[ - { - "prefix":"10.0.1.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.1.1", - "afi":"ipv4", - "interfaceName":"eth-sw1" - }, - { - "ip":"10.0.1.3", - "afi":"ipv4", - "interfaceName":"eth-sw1" - } - ] - } - ], - "10.0.2.0\/24":[ - { - "prefix":"10.0.2.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.2.4", - "afi":"ipv4", - "interfaceName":"eth-rt4-1" - }, - { - "ip":"10.0.3.4", - "afi":"ipv4", - "interfaceName":"eth-rt4-2", - "active":true - } - ] - } - ], - "10.0.3.0\/24":[ - { - "prefix":"10.0.3.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.2.4", - "afi":"ipv4", - "interfaceName":"eth-rt4-1", - "active":true - }, - { - "ip":"10.0.3.4", - "afi":"ipv4", - "interfaceName":"eth-rt4-2" - } - ] - } - ], "10.0.4.0\/24":[ { "prefix":"10.0.4.0\/24", diff --git a/tests/topotests/isis_srv6_topo1/rt2/step2/show_ip_route.ref b/tests/topotests/isis_srv6_topo1/rt2/step2/show_ip_route.ref index 1d4a9e9a25bf..389417be2923 100644 --- a/tests/topotests/isis_srv6_topo1/rt2/step2/show_ip_route.ref +++ b/tests/topotests/isis_srv6_topo1/rt2/step2/show_ip_route.ref @@ -127,68 +127,6 @@ ] } ], - "10.0.1.0\/24":[ - { - "prefix":"10.0.1.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.1.1", - "afi":"ipv4", - "interfaceName":"eth-sw1" - }, - { - "ip":"10.0.1.3", - "afi":"ipv4", - "interfaceName":"eth-sw1" - } - ] - } - ], - "10.0.2.0\/24":[ - { - "prefix":"10.0.2.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.2.4", - "afi":"ipv4", - "interfaceName":"eth-rt4-1" - }, - { - "ip":"10.0.3.4", - "afi":"ipv4", - "interfaceName":"eth-rt4-2", - "active":true - } - ] - } - ], - "10.0.3.0\/24":[ - { - "prefix":"10.0.3.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.2.4", - "afi":"ipv4", - "interfaceName":"eth-rt4-1", - "active":true - }, - { - "ip":"10.0.3.4", - "afi":"ipv4", - "interfaceName":"eth-rt4-2" - } - ] - } - ], "10.0.4.0\/24":[ { "prefix":"10.0.4.0\/24", diff --git a/tests/topotests/isis_srv6_topo1/rt2/step3/show_ip_route.ref b/tests/topotests/isis_srv6_topo1/rt2/step3/show_ip_route.ref index 1d4a9e9a25bf..389417be2923 100644 --- a/tests/topotests/isis_srv6_topo1/rt2/step3/show_ip_route.ref +++ b/tests/topotests/isis_srv6_topo1/rt2/step3/show_ip_route.ref @@ -127,68 +127,6 @@ ] } ], - "10.0.1.0\/24":[ - { - "prefix":"10.0.1.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.1.1", - "afi":"ipv4", - "interfaceName":"eth-sw1" - }, - { - "ip":"10.0.1.3", - "afi":"ipv4", - "interfaceName":"eth-sw1" - } - ] - } - ], - "10.0.2.0\/24":[ - { - "prefix":"10.0.2.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.2.4", - "afi":"ipv4", - "interfaceName":"eth-rt4-1" - }, - { - "ip":"10.0.3.4", - "afi":"ipv4", - "interfaceName":"eth-rt4-2", - "active":true - } - ] - } - ], - "10.0.3.0\/24":[ - { - "prefix":"10.0.3.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.2.4", - "afi":"ipv4", - "interfaceName":"eth-rt4-1", - "active":true - }, - { - "ip":"10.0.3.4", - "afi":"ipv4", - "interfaceName":"eth-rt4-2" - } - ] - } - ], "10.0.4.0\/24":[ { "prefix":"10.0.4.0\/24", diff --git a/tests/topotests/isis_srv6_topo1/rt2/step4/show_ip_route.ref b/tests/topotests/isis_srv6_topo1/rt2/step4/show_ip_route.ref index 1d4a9e9a25bf..389417be2923 100644 --- a/tests/topotests/isis_srv6_topo1/rt2/step4/show_ip_route.ref +++ b/tests/topotests/isis_srv6_topo1/rt2/step4/show_ip_route.ref @@ -127,68 +127,6 @@ ] } ], - "10.0.1.0\/24":[ - { - "prefix":"10.0.1.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.1.1", - "afi":"ipv4", - "interfaceName":"eth-sw1" - }, - { - "ip":"10.0.1.3", - "afi":"ipv4", - "interfaceName":"eth-sw1" - } - ] - } - ], - "10.0.2.0\/24":[ - { - "prefix":"10.0.2.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.2.4", - "afi":"ipv4", - "interfaceName":"eth-rt4-1" - }, - { - "ip":"10.0.3.4", - "afi":"ipv4", - "interfaceName":"eth-rt4-2", - "active":true - } - ] - } - ], - "10.0.3.0\/24":[ - { - "prefix":"10.0.3.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.2.4", - "afi":"ipv4", - "interfaceName":"eth-rt4-1", - "active":true - }, - { - "ip":"10.0.3.4", - "afi":"ipv4", - "interfaceName":"eth-rt4-2" - } - ] - } - ], "10.0.4.0\/24":[ { "prefix":"10.0.4.0\/24", diff --git a/tests/topotests/isis_srv6_topo1/rt2/step5/show_ip_route.ref b/tests/topotests/isis_srv6_topo1/rt2/step5/show_ip_route.ref index 1d4a9e9a25bf..389417be2923 100644 --- a/tests/topotests/isis_srv6_topo1/rt2/step5/show_ip_route.ref +++ b/tests/topotests/isis_srv6_topo1/rt2/step5/show_ip_route.ref @@ -127,68 +127,6 @@ ] } ], - "10.0.1.0\/24":[ - { - "prefix":"10.0.1.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.1.1", - "afi":"ipv4", - "interfaceName":"eth-sw1" - }, - { - "ip":"10.0.1.3", - "afi":"ipv4", - "interfaceName":"eth-sw1" - } - ] - } - ], - "10.0.2.0\/24":[ - { - "prefix":"10.0.2.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.2.4", - "afi":"ipv4", - "interfaceName":"eth-rt4-1" - }, - { - "ip":"10.0.3.4", - "afi":"ipv4", - "interfaceName":"eth-rt4-2", - "active":true - } - ] - } - ], - "10.0.3.0\/24":[ - { - "prefix":"10.0.3.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.2.4", - "afi":"ipv4", - "interfaceName":"eth-rt4-1", - "active":true - }, - { - "ip":"10.0.3.4", - "afi":"ipv4", - "interfaceName":"eth-rt4-2" - } - ] - } - ], "10.0.4.0\/24":[ { "prefix":"10.0.4.0\/24", diff --git a/tests/topotests/isis_srv6_topo1/rt2/step6/show_ip_route.ref b/tests/topotests/isis_srv6_topo1/rt2/step6/show_ip_route.ref index 1d4a9e9a25bf..389417be2923 100644 --- a/tests/topotests/isis_srv6_topo1/rt2/step6/show_ip_route.ref +++ b/tests/topotests/isis_srv6_topo1/rt2/step6/show_ip_route.ref @@ -127,68 +127,6 @@ ] } ], - "10.0.1.0\/24":[ - { - "prefix":"10.0.1.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.1.1", - "afi":"ipv4", - "interfaceName":"eth-sw1" - }, - { - "ip":"10.0.1.3", - "afi":"ipv4", - "interfaceName":"eth-sw1" - } - ] - } - ], - "10.0.2.0\/24":[ - { - "prefix":"10.0.2.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.2.4", - "afi":"ipv4", - "interfaceName":"eth-rt4-1" - }, - { - "ip":"10.0.3.4", - "afi":"ipv4", - "interfaceName":"eth-rt4-2", - "active":true - } - ] - } - ], - "10.0.3.0\/24":[ - { - "prefix":"10.0.3.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.2.4", - "afi":"ipv4", - "interfaceName":"eth-rt4-1", - "active":true - }, - { - "ip":"10.0.3.4", - "afi":"ipv4", - "interfaceName":"eth-rt4-2" - } - ] - } - ], "10.0.4.0\/24":[ { "prefix":"10.0.4.0\/24", diff --git a/tests/topotests/isis_srv6_topo1/rt2/step7/show_ip_route.ref b/tests/topotests/isis_srv6_topo1/rt2/step7/show_ip_route.ref index 1d4a9e9a25bf..389417be2923 100644 --- a/tests/topotests/isis_srv6_topo1/rt2/step7/show_ip_route.ref +++ b/tests/topotests/isis_srv6_topo1/rt2/step7/show_ip_route.ref @@ -127,68 +127,6 @@ ] } ], - "10.0.1.0\/24":[ - { - "prefix":"10.0.1.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.1.1", - "afi":"ipv4", - "interfaceName":"eth-sw1" - }, - { - "ip":"10.0.1.3", - "afi":"ipv4", - "interfaceName":"eth-sw1" - } - ] - } - ], - "10.0.2.0\/24":[ - { - "prefix":"10.0.2.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.2.4", - "afi":"ipv4", - "interfaceName":"eth-rt4-1" - }, - { - "ip":"10.0.3.4", - "afi":"ipv4", - "interfaceName":"eth-rt4-2", - "active":true - } - ] - } - ], - "10.0.3.0\/24":[ - { - "prefix":"10.0.3.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.2.4", - "afi":"ipv4", - "interfaceName":"eth-rt4-1", - "active":true - }, - { - "ip":"10.0.3.4", - "afi":"ipv4", - "interfaceName":"eth-rt4-2" - } - ] - } - ], "10.0.4.0\/24":[ { "prefix":"10.0.4.0\/24", diff --git a/tests/topotests/isis_srv6_topo1/rt2/step8/show_ip_route.ref b/tests/topotests/isis_srv6_topo1/rt2/step8/show_ip_route.ref index 1d4a9e9a25bf..389417be2923 100644 --- a/tests/topotests/isis_srv6_topo1/rt2/step8/show_ip_route.ref +++ b/tests/topotests/isis_srv6_topo1/rt2/step8/show_ip_route.ref @@ -127,68 +127,6 @@ ] } ], - "10.0.1.0\/24":[ - { - "prefix":"10.0.1.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.1.1", - "afi":"ipv4", - "interfaceName":"eth-sw1" - }, - { - "ip":"10.0.1.3", - "afi":"ipv4", - "interfaceName":"eth-sw1" - } - ] - } - ], - "10.0.2.0\/24":[ - { - "prefix":"10.0.2.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.2.4", - "afi":"ipv4", - "interfaceName":"eth-rt4-1" - }, - { - "ip":"10.0.3.4", - "afi":"ipv4", - "interfaceName":"eth-rt4-2", - "active":true - } - ] - } - ], - "10.0.3.0\/24":[ - { - "prefix":"10.0.3.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.2.4", - "afi":"ipv4", - "interfaceName":"eth-rt4-1", - "active":true - }, - { - "ip":"10.0.3.4", - "afi":"ipv4", - "interfaceName":"eth-rt4-2" - } - ] - } - ], "10.0.4.0\/24":[ { "prefix":"10.0.4.0\/24", diff --git a/tests/topotests/isis_srv6_topo1/rt2/step9/show_ip_route.ref b/tests/topotests/isis_srv6_topo1/rt2/step9/show_ip_route.ref index 1d4a9e9a25bf..389417be2923 100644 --- a/tests/topotests/isis_srv6_topo1/rt2/step9/show_ip_route.ref +++ b/tests/topotests/isis_srv6_topo1/rt2/step9/show_ip_route.ref @@ -127,68 +127,6 @@ ] } ], - "10.0.1.0\/24":[ - { - "prefix":"10.0.1.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.1.1", - "afi":"ipv4", - "interfaceName":"eth-sw1" - }, - { - "ip":"10.0.1.3", - "afi":"ipv4", - "interfaceName":"eth-sw1" - } - ] - } - ], - "10.0.2.0\/24":[ - { - "prefix":"10.0.2.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.2.4", - "afi":"ipv4", - "interfaceName":"eth-rt4-1" - }, - { - "ip":"10.0.3.4", - "afi":"ipv4", - "interfaceName":"eth-rt4-2", - "active":true - } - ] - } - ], - "10.0.3.0\/24":[ - { - "prefix":"10.0.3.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.2.4", - "afi":"ipv4", - "interfaceName":"eth-rt4-1", - "active":true - }, - { - "ip":"10.0.3.4", - "afi":"ipv4", - "interfaceName":"eth-rt4-2" - } - ] - } - ], "10.0.4.0\/24":[ { "prefix":"10.0.4.0\/24", diff --git a/tests/topotests/isis_srv6_topo1/rt3/step1/show_ip_route.ref b/tests/topotests/isis_srv6_topo1/rt3/step1/show_ip_route.ref index 6ce5760e4f1d..058bad8f2e4e 100644 --- a/tests/topotests/isis_srv6_topo1/rt3/step1/show_ip_route.ref +++ b/tests/topotests/isis_srv6_topo1/rt3/step1/show_ip_route.ref @@ -127,26 +127,6 @@ ] } ], - "10.0.1.0\/24":[ - { - "prefix":"10.0.1.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.1.1", - "afi":"ipv4", - "interfaceName":"eth-sw1" - }, - { - "ip":"10.0.1.2", - "afi":"ipv4", - "interfaceName":"eth-sw1" - } - ] - } - ], "10.0.2.0\/24":[ { "prefix":"10.0.2.0\/24", @@ -187,48 +167,6 @@ ] } ], - "10.0.4.0\/24":[ - { - "prefix":"10.0.4.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.4.5", - "afi":"ipv4", - "interfaceName":"eth-rt5-1" - }, - { - "ip":"10.0.5.5", - "afi":"ipv4", - "interfaceName":"eth-rt5-2", - "active":true - } - ] - } - ], - "10.0.5.0\/24":[ - { - "prefix":"10.0.5.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.4.5", - "afi":"ipv4", - "interfaceName":"eth-rt5-1", - "active":true - }, - { - "ip":"10.0.5.5", - "afi":"ipv4", - "interfaceName":"eth-rt5-2" - } - ] - } - ], "10.0.6.0\/24":[ { "prefix":"10.0.6.0\/24", diff --git a/tests/topotests/isis_srv6_topo1/rt3/step2/show_ip_route.ref b/tests/topotests/isis_srv6_topo1/rt3/step2/show_ip_route.ref index 6ce5760e4f1d..058bad8f2e4e 100644 --- a/tests/topotests/isis_srv6_topo1/rt3/step2/show_ip_route.ref +++ b/tests/topotests/isis_srv6_topo1/rt3/step2/show_ip_route.ref @@ -127,26 +127,6 @@ ] } ], - "10.0.1.0\/24":[ - { - "prefix":"10.0.1.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.1.1", - "afi":"ipv4", - "interfaceName":"eth-sw1" - }, - { - "ip":"10.0.1.2", - "afi":"ipv4", - "interfaceName":"eth-sw1" - } - ] - } - ], "10.0.2.0\/24":[ { "prefix":"10.0.2.0\/24", @@ -187,48 +167,6 @@ ] } ], - "10.0.4.0\/24":[ - { - "prefix":"10.0.4.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.4.5", - "afi":"ipv4", - "interfaceName":"eth-rt5-1" - }, - { - "ip":"10.0.5.5", - "afi":"ipv4", - "interfaceName":"eth-rt5-2", - "active":true - } - ] - } - ], - "10.0.5.0\/24":[ - { - "prefix":"10.0.5.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.4.5", - "afi":"ipv4", - "interfaceName":"eth-rt5-1", - "active":true - }, - { - "ip":"10.0.5.5", - "afi":"ipv4", - "interfaceName":"eth-rt5-2" - } - ] - } - ], "10.0.6.0\/24":[ { "prefix":"10.0.6.0\/24", diff --git a/tests/topotests/isis_srv6_topo1/rt3/step3/show_ip_route.ref b/tests/topotests/isis_srv6_topo1/rt3/step3/show_ip_route.ref index 6ce5760e4f1d..058bad8f2e4e 100644 --- a/tests/topotests/isis_srv6_topo1/rt3/step3/show_ip_route.ref +++ b/tests/topotests/isis_srv6_topo1/rt3/step3/show_ip_route.ref @@ -127,26 +127,6 @@ ] } ], - "10.0.1.0\/24":[ - { - "prefix":"10.0.1.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.1.1", - "afi":"ipv4", - "interfaceName":"eth-sw1" - }, - { - "ip":"10.0.1.2", - "afi":"ipv4", - "interfaceName":"eth-sw1" - } - ] - } - ], "10.0.2.0\/24":[ { "prefix":"10.0.2.0\/24", @@ -187,48 +167,6 @@ ] } ], - "10.0.4.0\/24":[ - { - "prefix":"10.0.4.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.4.5", - "afi":"ipv4", - "interfaceName":"eth-rt5-1" - }, - { - "ip":"10.0.5.5", - "afi":"ipv4", - "interfaceName":"eth-rt5-2", - "active":true - } - ] - } - ], - "10.0.5.0\/24":[ - { - "prefix":"10.0.5.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.4.5", - "afi":"ipv4", - "interfaceName":"eth-rt5-1", - "active":true - }, - { - "ip":"10.0.5.5", - "afi":"ipv4", - "interfaceName":"eth-rt5-2" - } - ] - } - ], "10.0.6.0\/24":[ { "prefix":"10.0.6.0\/24", diff --git a/tests/topotests/isis_srv6_topo1/rt3/step4/show_ip_route.ref b/tests/topotests/isis_srv6_topo1/rt3/step4/show_ip_route.ref index 6ce5760e4f1d..058bad8f2e4e 100644 --- a/tests/topotests/isis_srv6_topo1/rt3/step4/show_ip_route.ref +++ b/tests/topotests/isis_srv6_topo1/rt3/step4/show_ip_route.ref @@ -127,26 +127,6 @@ ] } ], - "10.0.1.0\/24":[ - { - "prefix":"10.0.1.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.1.1", - "afi":"ipv4", - "interfaceName":"eth-sw1" - }, - { - "ip":"10.0.1.2", - "afi":"ipv4", - "interfaceName":"eth-sw1" - } - ] - } - ], "10.0.2.0\/24":[ { "prefix":"10.0.2.0\/24", @@ -187,48 +167,6 @@ ] } ], - "10.0.4.0\/24":[ - { - "prefix":"10.0.4.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.4.5", - "afi":"ipv4", - "interfaceName":"eth-rt5-1" - }, - { - "ip":"10.0.5.5", - "afi":"ipv4", - "interfaceName":"eth-rt5-2", - "active":true - } - ] - } - ], - "10.0.5.0\/24":[ - { - "prefix":"10.0.5.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.4.5", - "afi":"ipv4", - "interfaceName":"eth-rt5-1", - "active":true - }, - { - "ip":"10.0.5.5", - "afi":"ipv4", - "interfaceName":"eth-rt5-2" - } - ] - } - ], "10.0.6.0\/24":[ { "prefix":"10.0.6.0\/24", diff --git a/tests/topotests/isis_srv6_topo1/rt3/step5/show_ip_route.ref b/tests/topotests/isis_srv6_topo1/rt3/step5/show_ip_route.ref index 6ce5760e4f1d..058bad8f2e4e 100644 --- a/tests/topotests/isis_srv6_topo1/rt3/step5/show_ip_route.ref +++ b/tests/topotests/isis_srv6_topo1/rt3/step5/show_ip_route.ref @@ -127,26 +127,6 @@ ] } ], - "10.0.1.0\/24":[ - { - "prefix":"10.0.1.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.1.1", - "afi":"ipv4", - "interfaceName":"eth-sw1" - }, - { - "ip":"10.0.1.2", - "afi":"ipv4", - "interfaceName":"eth-sw1" - } - ] - } - ], "10.0.2.0\/24":[ { "prefix":"10.0.2.0\/24", @@ -187,48 +167,6 @@ ] } ], - "10.0.4.0\/24":[ - { - "prefix":"10.0.4.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.4.5", - "afi":"ipv4", - "interfaceName":"eth-rt5-1" - }, - { - "ip":"10.0.5.5", - "afi":"ipv4", - "interfaceName":"eth-rt5-2", - "active":true - } - ] - } - ], - "10.0.5.0\/24":[ - { - "prefix":"10.0.5.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.4.5", - "afi":"ipv4", - "interfaceName":"eth-rt5-1", - "active":true - }, - { - "ip":"10.0.5.5", - "afi":"ipv4", - "interfaceName":"eth-rt5-2" - } - ] - } - ], "10.0.6.0\/24":[ { "prefix":"10.0.6.0\/24", diff --git a/tests/topotests/isis_srv6_topo1/rt3/step6/show_ip_route.ref b/tests/topotests/isis_srv6_topo1/rt3/step6/show_ip_route.ref index 6ce5760e4f1d..058bad8f2e4e 100644 --- a/tests/topotests/isis_srv6_topo1/rt3/step6/show_ip_route.ref +++ b/tests/topotests/isis_srv6_topo1/rt3/step6/show_ip_route.ref @@ -127,26 +127,6 @@ ] } ], - "10.0.1.0\/24":[ - { - "prefix":"10.0.1.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.1.1", - "afi":"ipv4", - "interfaceName":"eth-sw1" - }, - { - "ip":"10.0.1.2", - "afi":"ipv4", - "interfaceName":"eth-sw1" - } - ] - } - ], "10.0.2.0\/24":[ { "prefix":"10.0.2.0\/24", @@ -187,48 +167,6 @@ ] } ], - "10.0.4.0\/24":[ - { - "prefix":"10.0.4.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.4.5", - "afi":"ipv4", - "interfaceName":"eth-rt5-1" - }, - { - "ip":"10.0.5.5", - "afi":"ipv4", - "interfaceName":"eth-rt5-2", - "active":true - } - ] - } - ], - "10.0.5.0\/24":[ - { - "prefix":"10.0.5.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.4.5", - "afi":"ipv4", - "interfaceName":"eth-rt5-1", - "active":true - }, - { - "ip":"10.0.5.5", - "afi":"ipv4", - "interfaceName":"eth-rt5-2" - } - ] - } - ], "10.0.6.0\/24":[ { "prefix":"10.0.6.0\/24", diff --git a/tests/topotests/isis_srv6_topo1/rt3/step7/show_ip_route.ref b/tests/topotests/isis_srv6_topo1/rt3/step7/show_ip_route.ref index 6ce5760e4f1d..058bad8f2e4e 100644 --- a/tests/topotests/isis_srv6_topo1/rt3/step7/show_ip_route.ref +++ b/tests/topotests/isis_srv6_topo1/rt3/step7/show_ip_route.ref @@ -127,26 +127,6 @@ ] } ], - "10.0.1.0\/24":[ - { - "prefix":"10.0.1.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.1.1", - "afi":"ipv4", - "interfaceName":"eth-sw1" - }, - { - "ip":"10.0.1.2", - "afi":"ipv4", - "interfaceName":"eth-sw1" - } - ] - } - ], "10.0.2.0\/24":[ { "prefix":"10.0.2.0\/24", @@ -187,48 +167,6 @@ ] } ], - "10.0.4.0\/24":[ - { - "prefix":"10.0.4.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.4.5", - "afi":"ipv4", - "interfaceName":"eth-rt5-1" - }, - { - "ip":"10.0.5.5", - "afi":"ipv4", - "interfaceName":"eth-rt5-2", - "active":true - } - ] - } - ], - "10.0.5.0\/24":[ - { - "prefix":"10.0.5.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.4.5", - "afi":"ipv4", - "interfaceName":"eth-rt5-1", - "active":true - }, - { - "ip":"10.0.5.5", - "afi":"ipv4", - "interfaceName":"eth-rt5-2" - } - ] - } - ], "10.0.6.0\/24":[ { "prefix":"10.0.6.0\/24", diff --git a/tests/topotests/isis_srv6_topo1/rt3/step8/show_ip_route.ref b/tests/topotests/isis_srv6_topo1/rt3/step8/show_ip_route.ref index 6ce5760e4f1d..058bad8f2e4e 100644 --- a/tests/topotests/isis_srv6_topo1/rt3/step8/show_ip_route.ref +++ b/tests/topotests/isis_srv6_topo1/rt3/step8/show_ip_route.ref @@ -127,26 +127,6 @@ ] } ], - "10.0.1.0\/24":[ - { - "prefix":"10.0.1.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.1.1", - "afi":"ipv4", - "interfaceName":"eth-sw1" - }, - { - "ip":"10.0.1.2", - "afi":"ipv4", - "interfaceName":"eth-sw1" - } - ] - } - ], "10.0.2.0\/24":[ { "prefix":"10.0.2.0\/24", @@ -187,48 +167,6 @@ ] } ], - "10.0.4.0\/24":[ - { - "prefix":"10.0.4.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.4.5", - "afi":"ipv4", - "interfaceName":"eth-rt5-1" - }, - { - "ip":"10.0.5.5", - "afi":"ipv4", - "interfaceName":"eth-rt5-2", - "active":true - } - ] - } - ], - "10.0.5.0\/24":[ - { - "prefix":"10.0.5.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.4.5", - "afi":"ipv4", - "interfaceName":"eth-rt5-1", - "active":true - }, - { - "ip":"10.0.5.5", - "afi":"ipv4", - "interfaceName":"eth-rt5-2" - } - ] - } - ], "10.0.6.0\/24":[ { "prefix":"10.0.6.0\/24", diff --git a/tests/topotests/isis_srv6_topo1/rt3/step9/show_ip_route.ref b/tests/topotests/isis_srv6_topo1/rt3/step9/show_ip_route.ref index 6ce5760e4f1d..058bad8f2e4e 100644 --- a/tests/topotests/isis_srv6_topo1/rt3/step9/show_ip_route.ref +++ b/tests/topotests/isis_srv6_topo1/rt3/step9/show_ip_route.ref @@ -127,26 +127,6 @@ ] } ], - "10.0.1.0\/24":[ - { - "prefix":"10.0.1.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.1.1", - "afi":"ipv4", - "interfaceName":"eth-sw1" - }, - { - "ip":"10.0.1.2", - "afi":"ipv4", - "interfaceName":"eth-sw1" - } - ] - } - ], "10.0.2.0\/24":[ { "prefix":"10.0.2.0\/24", @@ -187,48 +167,6 @@ ] } ], - "10.0.4.0\/24":[ - { - "prefix":"10.0.4.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.4.5", - "afi":"ipv4", - "interfaceName":"eth-rt5-1" - }, - { - "ip":"10.0.5.5", - "afi":"ipv4", - "interfaceName":"eth-rt5-2", - "active":true - } - ] - } - ], - "10.0.5.0\/24":[ - { - "prefix":"10.0.5.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.4.5", - "afi":"ipv4", - "interfaceName":"eth-rt5-1", - "active":true - }, - { - "ip":"10.0.5.5", - "afi":"ipv4", - "interfaceName":"eth-rt5-2" - } - ] - } - ], "10.0.6.0\/24":[ { "prefix":"10.0.6.0\/24", diff --git a/tests/topotests/isis_srv6_topo1/rt4/step1/show_ip_route.ref b/tests/topotests/isis_srv6_topo1/rt4/step1/show_ip_route.ref index 0f26fa5d7aed..2522d22898c2 100644 --- a/tests/topotests/isis_srv6_topo1/rt4/step1/show_ip_route.ref +++ b/tests/topotests/isis_srv6_topo1/rt4/step1/show_ip_route.ref @@ -154,48 +154,6 @@ ] } ], - "10.0.2.0\/24":[ - { - "prefix":"10.0.2.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.2.2", - "afi":"ipv4", - "interfaceName":"eth-rt2-1" - }, - { - "ip":"10.0.3.2", - "afi":"ipv4", - "interfaceName":"eth-rt2-2", - "active":true - } - ] - } - ], - "10.0.3.0\/24":[ - { - "prefix":"10.0.3.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.2.2", - "afi":"ipv4", - "interfaceName":"eth-rt2-1", - "active":true - }, - { - "ip":"10.0.3.2", - "afi":"ipv4", - "interfaceName":"eth-rt2-2" - } - ] - } - ], "10.0.4.0\/24":[ { "prefix":"10.0.4.0\/24", @@ -236,36 +194,6 @@ ] } ], - "10.0.6.0\/24":[ - { - "prefix":"10.0.6.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.6.5", - "afi":"ipv4", - "interfaceName":"eth-rt5" - } - ] - } - ], - "10.0.7.0\/24":[ - { - "prefix":"10.0.7.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.7.6", - "afi":"ipv4", - "interfaceName":"eth-rt6" - } - ] - } - ], "10.0.8.0\/24":[ { "prefix":"10.0.8.0\/24", diff --git a/tests/topotests/isis_srv6_topo1/rt4/step2/show_ip_route.ref b/tests/topotests/isis_srv6_topo1/rt4/step2/show_ip_route.ref index 0f26fa5d7aed..2522d22898c2 100644 --- a/tests/topotests/isis_srv6_topo1/rt4/step2/show_ip_route.ref +++ b/tests/topotests/isis_srv6_topo1/rt4/step2/show_ip_route.ref @@ -154,48 +154,6 @@ ] } ], - "10.0.2.0\/24":[ - { - "prefix":"10.0.2.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.2.2", - "afi":"ipv4", - "interfaceName":"eth-rt2-1" - }, - { - "ip":"10.0.3.2", - "afi":"ipv4", - "interfaceName":"eth-rt2-2", - "active":true - } - ] - } - ], - "10.0.3.0\/24":[ - { - "prefix":"10.0.3.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.2.2", - "afi":"ipv4", - "interfaceName":"eth-rt2-1", - "active":true - }, - { - "ip":"10.0.3.2", - "afi":"ipv4", - "interfaceName":"eth-rt2-2" - } - ] - } - ], "10.0.4.0\/24":[ { "prefix":"10.0.4.0\/24", @@ -236,36 +194,6 @@ ] } ], - "10.0.6.0\/24":[ - { - "prefix":"10.0.6.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.6.5", - "afi":"ipv4", - "interfaceName":"eth-rt5" - } - ] - } - ], - "10.0.7.0\/24":[ - { - "prefix":"10.0.7.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.7.6", - "afi":"ipv4", - "interfaceName":"eth-rt6" - } - ] - } - ], "10.0.8.0\/24":[ { "prefix":"10.0.8.0\/24", diff --git a/tests/topotests/isis_srv6_topo1/rt4/step3/show_ip_route.ref b/tests/topotests/isis_srv6_topo1/rt4/step3/show_ip_route.ref index 0f26fa5d7aed..2522d22898c2 100644 --- a/tests/topotests/isis_srv6_topo1/rt4/step3/show_ip_route.ref +++ b/tests/topotests/isis_srv6_topo1/rt4/step3/show_ip_route.ref @@ -154,48 +154,6 @@ ] } ], - "10.0.2.0\/24":[ - { - "prefix":"10.0.2.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.2.2", - "afi":"ipv4", - "interfaceName":"eth-rt2-1" - }, - { - "ip":"10.0.3.2", - "afi":"ipv4", - "interfaceName":"eth-rt2-2", - "active":true - } - ] - } - ], - "10.0.3.0\/24":[ - { - "prefix":"10.0.3.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.2.2", - "afi":"ipv4", - "interfaceName":"eth-rt2-1", - "active":true - }, - { - "ip":"10.0.3.2", - "afi":"ipv4", - "interfaceName":"eth-rt2-2" - } - ] - } - ], "10.0.4.0\/24":[ { "prefix":"10.0.4.0\/24", @@ -236,36 +194,6 @@ ] } ], - "10.0.6.0\/24":[ - { - "prefix":"10.0.6.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.6.5", - "afi":"ipv4", - "interfaceName":"eth-rt5" - } - ] - } - ], - "10.0.7.0\/24":[ - { - "prefix":"10.0.7.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.7.6", - "afi":"ipv4", - "interfaceName":"eth-rt6" - } - ] - } - ], "10.0.8.0\/24":[ { "prefix":"10.0.8.0\/24", diff --git a/tests/topotests/isis_srv6_topo1/rt4/step4/show_ip_route.ref b/tests/topotests/isis_srv6_topo1/rt4/step4/show_ip_route.ref index 0f26fa5d7aed..2522d22898c2 100644 --- a/tests/topotests/isis_srv6_topo1/rt4/step4/show_ip_route.ref +++ b/tests/topotests/isis_srv6_topo1/rt4/step4/show_ip_route.ref @@ -154,48 +154,6 @@ ] } ], - "10.0.2.0\/24":[ - { - "prefix":"10.0.2.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.2.2", - "afi":"ipv4", - "interfaceName":"eth-rt2-1" - }, - { - "ip":"10.0.3.2", - "afi":"ipv4", - "interfaceName":"eth-rt2-2", - "active":true - } - ] - } - ], - "10.0.3.0\/24":[ - { - "prefix":"10.0.3.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.2.2", - "afi":"ipv4", - "interfaceName":"eth-rt2-1", - "active":true - }, - { - "ip":"10.0.3.2", - "afi":"ipv4", - "interfaceName":"eth-rt2-2" - } - ] - } - ], "10.0.4.0\/24":[ { "prefix":"10.0.4.0\/24", @@ -236,36 +194,6 @@ ] } ], - "10.0.6.0\/24":[ - { - "prefix":"10.0.6.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.6.5", - "afi":"ipv4", - "interfaceName":"eth-rt5" - } - ] - } - ], - "10.0.7.0\/24":[ - { - "prefix":"10.0.7.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.7.6", - "afi":"ipv4", - "interfaceName":"eth-rt6" - } - ] - } - ], "10.0.8.0\/24":[ { "prefix":"10.0.8.0\/24", diff --git a/tests/topotests/isis_srv6_topo1/rt4/step5/show_ip_route.ref b/tests/topotests/isis_srv6_topo1/rt4/step5/show_ip_route.ref index 0f26fa5d7aed..2522d22898c2 100644 --- a/tests/topotests/isis_srv6_topo1/rt4/step5/show_ip_route.ref +++ b/tests/topotests/isis_srv6_topo1/rt4/step5/show_ip_route.ref @@ -154,48 +154,6 @@ ] } ], - "10.0.2.0\/24":[ - { - "prefix":"10.0.2.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.2.2", - "afi":"ipv4", - "interfaceName":"eth-rt2-1" - }, - { - "ip":"10.0.3.2", - "afi":"ipv4", - "interfaceName":"eth-rt2-2", - "active":true - } - ] - } - ], - "10.0.3.0\/24":[ - { - "prefix":"10.0.3.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.2.2", - "afi":"ipv4", - "interfaceName":"eth-rt2-1", - "active":true - }, - { - "ip":"10.0.3.2", - "afi":"ipv4", - "interfaceName":"eth-rt2-2" - } - ] - } - ], "10.0.4.0\/24":[ { "prefix":"10.0.4.0\/24", @@ -236,36 +194,6 @@ ] } ], - "10.0.6.0\/24":[ - { - "prefix":"10.0.6.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.6.5", - "afi":"ipv4", - "interfaceName":"eth-rt5" - } - ] - } - ], - "10.0.7.0\/24":[ - { - "prefix":"10.0.7.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.7.6", - "afi":"ipv4", - "interfaceName":"eth-rt6" - } - ] - } - ], "10.0.8.0\/24":[ { "prefix":"10.0.8.0\/24", diff --git a/tests/topotests/isis_srv6_topo1/rt4/step6/show_ip_route.ref b/tests/topotests/isis_srv6_topo1/rt4/step6/show_ip_route.ref index 0f26fa5d7aed..2522d22898c2 100644 --- a/tests/topotests/isis_srv6_topo1/rt4/step6/show_ip_route.ref +++ b/tests/topotests/isis_srv6_topo1/rt4/step6/show_ip_route.ref @@ -154,48 +154,6 @@ ] } ], - "10.0.2.0\/24":[ - { - "prefix":"10.0.2.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.2.2", - "afi":"ipv4", - "interfaceName":"eth-rt2-1" - }, - { - "ip":"10.0.3.2", - "afi":"ipv4", - "interfaceName":"eth-rt2-2", - "active":true - } - ] - } - ], - "10.0.3.0\/24":[ - { - "prefix":"10.0.3.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.2.2", - "afi":"ipv4", - "interfaceName":"eth-rt2-1", - "active":true - }, - { - "ip":"10.0.3.2", - "afi":"ipv4", - "interfaceName":"eth-rt2-2" - } - ] - } - ], "10.0.4.0\/24":[ { "prefix":"10.0.4.0\/24", @@ -236,36 +194,6 @@ ] } ], - "10.0.6.0\/24":[ - { - "prefix":"10.0.6.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.6.5", - "afi":"ipv4", - "interfaceName":"eth-rt5" - } - ] - } - ], - "10.0.7.0\/24":[ - { - "prefix":"10.0.7.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.7.6", - "afi":"ipv4", - "interfaceName":"eth-rt6" - } - ] - } - ], "10.0.8.0\/24":[ { "prefix":"10.0.8.0\/24", diff --git a/tests/topotests/isis_srv6_topo1/rt4/step7/show_ip_route.ref b/tests/topotests/isis_srv6_topo1/rt4/step7/show_ip_route.ref index 0f26fa5d7aed..2522d22898c2 100644 --- a/tests/topotests/isis_srv6_topo1/rt4/step7/show_ip_route.ref +++ b/tests/topotests/isis_srv6_topo1/rt4/step7/show_ip_route.ref @@ -154,48 +154,6 @@ ] } ], - "10.0.2.0\/24":[ - { - "prefix":"10.0.2.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.2.2", - "afi":"ipv4", - "interfaceName":"eth-rt2-1" - }, - { - "ip":"10.0.3.2", - "afi":"ipv4", - "interfaceName":"eth-rt2-2", - "active":true - } - ] - } - ], - "10.0.3.0\/24":[ - { - "prefix":"10.0.3.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.2.2", - "afi":"ipv4", - "interfaceName":"eth-rt2-1", - "active":true - }, - { - "ip":"10.0.3.2", - "afi":"ipv4", - "interfaceName":"eth-rt2-2" - } - ] - } - ], "10.0.4.0\/24":[ { "prefix":"10.0.4.0\/24", @@ -236,36 +194,6 @@ ] } ], - "10.0.6.0\/24":[ - { - "prefix":"10.0.6.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.6.5", - "afi":"ipv4", - "interfaceName":"eth-rt5" - } - ] - } - ], - "10.0.7.0\/24":[ - { - "prefix":"10.0.7.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.7.6", - "afi":"ipv4", - "interfaceName":"eth-rt6" - } - ] - } - ], "10.0.8.0\/24":[ { "prefix":"10.0.8.0\/24", diff --git a/tests/topotests/isis_srv6_topo1/rt4/step8/show_ip_route.ref b/tests/topotests/isis_srv6_topo1/rt4/step8/show_ip_route.ref index 0f26fa5d7aed..2522d22898c2 100644 --- a/tests/topotests/isis_srv6_topo1/rt4/step8/show_ip_route.ref +++ b/tests/topotests/isis_srv6_topo1/rt4/step8/show_ip_route.ref @@ -154,48 +154,6 @@ ] } ], - "10.0.2.0\/24":[ - { - "prefix":"10.0.2.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.2.2", - "afi":"ipv4", - "interfaceName":"eth-rt2-1" - }, - { - "ip":"10.0.3.2", - "afi":"ipv4", - "interfaceName":"eth-rt2-2", - "active":true - } - ] - } - ], - "10.0.3.0\/24":[ - { - "prefix":"10.0.3.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.2.2", - "afi":"ipv4", - "interfaceName":"eth-rt2-1", - "active":true - }, - { - "ip":"10.0.3.2", - "afi":"ipv4", - "interfaceName":"eth-rt2-2" - } - ] - } - ], "10.0.4.0\/24":[ { "prefix":"10.0.4.0\/24", @@ -236,36 +194,6 @@ ] } ], - "10.0.6.0\/24":[ - { - "prefix":"10.0.6.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.6.5", - "afi":"ipv4", - "interfaceName":"eth-rt5" - } - ] - } - ], - "10.0.7.0\/24":[ - { - "prefix":"10.0.7.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.7.6", - "afi":"ipv4", - "interfaceName":"eth-rt6" - } - ] - } - ], "10.0.8.0\/24":[ { "prefix":"10.0.8.0\/24", diff --git a/tests/topotests/isis_srv6_topo1/rt4/step9/show_ip_route.ref b/tests/topotests/isis_srv6_topo1/rt4/step9/show_ip_route.ref index 0f26fa5d7aed..2522d22898c2 100644 --- a/tests/topotests/isis_srv6_topo1/rt4/step9/show_ip_route.ref +++ b/tests/topotests/isis_srv6_topo1/rt4/step9/show_ip_route.ref @@ -154,48 +154,6 @@ ] } ], - "10.0.2.0\/24":[ - { - "prefix":"10.0.2.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.2.2", - "afi":"ipv4", - "interfaceName":"eth-rt2-1" - }, - { - "ip":"10.0.3.2", - "afi":"ipv4", - "interfaceName":"eth-rt2-2", - "active":true - } - ] - } - ], - "10.0.3.0\/24":[ - { - "prefix":"10.0.3.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.2.2", - "afi":"ipv4", - "interfaceName":"eth-rt2-1", - "active":true - }, - { - "ip":"10.0.3.2", - "afi":"ipv4", - "interfaceName":"eth-rt2-2" - } - ] - } - ], "10.0.4.0\/24":[ { "prefix":"10.0.4.0\/24", @@ -236,36 +194,6 @@ ] } ], - "10.0.6.0\/24":[ - { - "prefix":"10.0.6.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.6.5", - "afi":"ipv4", - "interfaceName":"eth-rt5" - } - ] - } - ], - "10.0.7.0\/24":[ - { - "prefix":"10.0.7.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.7.6", - "afi":"ipv4", - "interfaceName":"eth-rt6" - } - ] - } - ], "10.0.8.0\/24":[ { "prefix":"10.0.8.0\/24", diff --git a/tests/topotests/isis_srv6_topo1/rt5/step1/show_ip_route.ref b/tests/topotests/isis_srv6_topo1/rt5/step1/show_ip_route.ref index 65beaa59987c..ffdb040f2f42 100644 --- a/tests/topotests/isis_srv6_topo1/rt5/step1/show_ip_route.ref +++ b/tests/topotests/isis_srv6_topo1/rt5/step1/show_ip_route.ref @@ -194,63 +194,6 @@ ] } ], - "10.0.4.0\/24":[ - { - "prefix":"10.0.4.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.4.3", - "afi":"ipv4", - "interfaceName":"eth-rt3-1" - }, - { - "ip":"10.0.5.3", - "afi":"ipv4", - "interfaceName":"eth-rt3-2", - "active":true - } - ] - } - ], - "10.0.5.0\/24":[ - { - "prefix":"10.0.5.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.4.3", - "afi":"ipv4", - "interfaceName":"eth-rt3-1", - "active":true - }, - { - "ip":"10.0.5.3", - "afi":"ipv4", - "interfaceName":"eth-rt3-2" - } - ] - } - ], - "10.0.6.0\/24":[ - { - "prefix":"10.0.6.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.6.4", - "afi":"ipv4", - "interfaceName":"eth-rt4" - } - ] - } - ], "10.0.7.0\/24":[ { "prefix":"10.0.7.0\/24", @@ -277,20 +220,5 @@ } ] } - ], - "10.0.8.0\/24":[ - { - "prefix":"10.0.8.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.8.6", - "afi":"ipv4", - "interfaceName":"eth-rt6" - } - ] - } ] } diff --git a/tests/topotests/isis_srv6_topo1/rt5/step2/show_ip_route.ref b/tests/topotests/isis_srv6_topo1/rt5/step2/show_ip_route.ref index 65beaa59987c..ffdb040f2f42 100644 --- a/tests/topotests/isis_srv6_topo1/rt5/step2/show_ip_route.ref +++ b/tests/topotests/isis_srv6_topo1/rt5/step2/show_ip_route.ref @@ -194,63 +194,6 @@ ] } ], - "10.0.4.0\/24":[ - { - "prefix":"10.0.4.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.4.3", - "afi":"ipv4", - "interfaceName":"eth-rt3-1" - }, - { - "ip":"10.0.5.3", - "afi":"ipv4", - "interfaceName":"eth-rt3-2", - "active":true - } - ] - } - ], - "10.0.5.0\/24":[ - { - "prefix":"10.0.5.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.4.3", - "afi":"ipv4", - "interfaceName":"eth-rt3-1", - "active":true - }, - { - "ip":"10.0.5.3", - "afi":"ipv4", - "interfaceName":"eth-rt3-2" - } - ] - } - ], - "10.0.6.0\/24":[ - { - "prefix":"10.0.6.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.6.4", - "afi":"ipv4", - "interfaceName":"eth-rt4" - } - ] - } - ], "10.0.7.0\/24":[ { "prefix":"10.0.7.0\/24", @@ -277,20 +220,5 @@ } ] } - ], - "10.0.8.0\/24":[ - { - "prefix":"10.0.8.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.8.6", - "afi":"ipv4", - "interfaceName":"eth-rt6" - } - ] - } ] } diff --git a/tests/topotests/isis_srv6_topo1/rt5/step3/show_ip_route.ref b/tests/topotests/isis_srv6_topo1/rt5/step3/show_ip_route.ref index 65beaa59987c..ffdb040f2f42 100644 --- a/tests/topotests/isis_srv6_topo1/rt5/step3/show_ip_route.ref +++ b/tests/topotests/isis_srv6_topo1/rt5/step3/show_ip_route.ref @@ -194,63 +194,6 @@ ] } ], - "10.0.4.0\/24":[ - { - "prefix":"10.0.4.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.4.3", - "afi":"ipv4", - "interfaceName":"eth-rt3-1" - }, - { - "ip":"10.0.5.3", - "afi":"ipv4", - "interfaceName":"eth-rt3-2", - "active":true - } - ] - } - ], - "10.0.5.0\/24":[ - { - "prefix":"10.0.5.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.4.3", - "afi":"ipv4", - "interfaceName":"eth-rt3-1", - "active":true - }, - { - "ip":"10.0.5.3", - "afi":"ipv4", - "interfaceName":"eth-rt3-2" - } - ] - } - ], - "10.0.6.0\/24":[ - { - "prefix":"10.0.6.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.6.4", - "afi":"ipv4", - "interfaceName":"eth-rt4" - } - ] - } - ], "10.0.7.0\/24":[ { "prefix":"10.0.7.0\/24", @@ -277,20 +220,5 @@ } ] } - ], - "10.0.8.0\/24":[ - { - "prefix":"10.0.8.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.8.6", - "afi":"ipv4", - "interfaceName":"eth-rt6" - } - ] - } ] } diff --git a/tests/topotests/isis_srv6_topo1/rt5/step4/show_ip_route.ref b/tests/topotests/isis_srv6_topo1/rt5/step4/show_ip_route.ref index 65beaa59987c..ffdb040f2f42 100644 --- a/tests/topotests/isis_srv6_topo1/rt5/step4/show_ip_route.ref +++ b/tests/topotests/isis_srv6_topo1/rt5/step4/show_ip_route.ref @@ -194,63 +194,6 @@ ] } ], - "10.0.4.0\/24":[ - { - "prefix":"10.0.4.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.4.3", - "afi":"ipv4", - "interfaceName":"eth-rt3-1" - }, - { - "ip":"10.0.5.3", - "afi":"ipv4", - "interfaceName":"eth-rt3-2", - "active":true - } - ] - } - ], - "10.0.5.0\/24":[ - { - "prefix":"10.0.5.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.4.3", - "afi":"ipv4", - "interfaceName":"eth-rt3-1", - "active":true - }, - { - "ip":"10.0.5.3", - "afi":"ipv4", - "interfaceName":"eth-rt3-2" - } - ] - } - ], - "10.0.6.0\/24":[ - { - "prefix":"10.0.6.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.6.4", - "afi":"ipv4", - "interfaceName":"eth-rt4" - } - ] - } - ], "10.0.7.0\/24":[ { "prefix":"10.0.7.0\/24", @@ -277,20 +220,5 @@ } ] } - ], - "10.0.8.0\/24":[ - { - "prefix":"10.0.8.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.8.6", - "afi":"ipv4", - "interfaceName":"eth-rt6" - } - ] - } ] } diff --git a/tests/topotests/isis_srv6_topo1/rt5/step5/show_ip_route.ref b/tests/topotests/isis_srv6_topo1/rt5/step5/show_ip_route.ref index 65beaa59987c..ffdb040f2f42 100644 --- a/tests/topotests/isis_srv6_topo1/rt5/step5/show_ip_route.ref +++ b/tests/topotests/isis_srv6_topo1/rt5/step5/show_ip_route.ref @@ -194,63 +194,6 @@ ] } ], - "10.0.4.0\/24":[ - { - "prefix":"10.0.4.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.4.3", - "afi":"ipv4", - "interfaceName":"eth-rt3-1" - }, - { - "ip":"10.0.5.3", - "afi":"ipv4", - "interfaceName":"eth-rt3-2", - "active":true - } - ] - } - ], - "10.0.5.0\/24":[ - { - "prefix":"10.0.5.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.4.3", - "afi":"ipv4", - "interfaceName":"eth-rt3-1", - "active":true - }, - { - "ip":"10.0.5.3", - "afi":"ipv4", - "interfaceName":"eth-rt3-2" - } - ] - } - ], - "10.0.6.0\/24":[ - { - "prefix":"10.0.6.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.6.4", - "afi":"ipv4", - "interfaceName":"eth-rt4" - } - ] - } - ], "10.0.7.0\/24":[ { "prefix":"10.0.7.0\/24", @@ -277,20 +220,5 @@ } ] } - ], - "10.0.8.0\/24":[ - { - "prefix":"10.0.8.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.8.6", - "afi":"ipv4", - "interfaceName":"eth-rt6" - } - ] - } ] } diff --git a/tests/topotests/isis_srv6_topo1/rt5/step6/show_ip_route.ref b/tests/topotests/isis_srv6_topo1/rt5/step6/show_ip_route.ref index 65beaa59987c..ffdb040f2f42 100644 --- a/tests/topotests/isis_srv6_topo1/rt5/step6/show_ip_route.ref +++ b/tests/topotests/isis_srv6_topo1/rt5/step6/show_ip_route.ref @@ -194,63 +194,6 @@ ] } ], - "10.0.4.0\/24":[ - { - "prefix":"10.0.4.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.4.3", - "afi":"ipv4", - "interfaceName":"eth-rt3-1" - }, - { - "ip":"10.0.5.3", - "afi":"ipv4", - "interfaceName":"eth-rt3-2", - "active":true - } - ] - } - ], - "10.0.5.0\/24":[ - { - "prefix":"10.0.5.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.4.3", - "afi":"ipv4", - "interfaceName":"eth-rt3-1", - "active":true - }, - { - "ip":"10.0.5.3", - "afi":"ipv4", - "interfaceName":"eth-rt3-2" - } - ] - } - ], - "10.0.6.0\/24":[ - { - "prefix":"10.0.6.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.6.4", - "afi":"ipv4", - "interfaceName":"eth-rt4" - } - ] - } - ], "10.0.7.0\/24":[ { "prefix":"10.0.7.0\/24", @@ -277,20 +220,5 @@ } ] } - ], - "10.0.8.0\/24":[ - { - "prefix":"10.0.8.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.8.6", - "afi":"ipv4", - "interfaceName":"eth-rt6" - } - ] - } ] } diff --git a/tests/topotests/isis_srv6_topo1/rt5/step7/show_ip_route.ref b/tests/topotests/isis_srv6_topo1/rt5/step7/show_ip_route.ref index 65beaa59987c..ffdb040f2f42 100644 --- a/tests/topotests/isis_srv6_topo1/rt5/step7/show_ip_route.ref +++ b/tests/topotests/isis_srv6_topo1/rt5/step7/show_ip_route.ref @@ -194,63 +194,6 @@ ] } ], - "10.0.4.0\/24":[ - { - "prefix":"10.0.4.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.4.3", - "afi":"ipv4", - "interfaceName":"eth-rt3-1" - }, - { - "ip":"10.0.5.3", - "afi":"ipv4", - "interfaceName":"eth-rt3-2", - "active":true - } - ] - } - ], - "10.0.5.0\/24":[ - { - "prefix":"10.0.5.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.4.3", - "afi":"ipv4", - "interfaceName":"eth-rt3-1", - "active":true - }, - { - "ip":"10.0.5.3", - "afi":"ipv4", - "interfaceName":"eth-rt3-2" - } - ] - } - ], - "10.0.6.0\/24":[ - { - "prefix":"10.0.6.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.6.4", - "afi":"ipv4", - "interfaceName":"eth-rt4" - } - ] - } - ], "10.0.7.0\/24":[ { "prefix":"10.0.7.0\/24", @@ -277,20 +220,5 @@ } ] } - ], - "10.0.8.0\/24":[ - { - "prefix":"10.0.8.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.8.6", - "afi":"ipv4", - "interfaceName":"eth-rt6" - } - ] - } ] } diff --git a/tests/topotests/isis_srv6_topo1/rt5/step8/show_ip_route.ref b/tests/topotests/isis_srv6_topo1/rt5/step8/show_ip_route.ref index 65beaa59987c..ffdb040f2f42 100644 --- a/tests/topotests/isis_srv6_topo1/rt5/step8/show_ip_route.ref +++ b/tests/topotests/isis_srv6_topo1/rt5/step8/show_ip_route.ref @@ -194,63 +194,6 @@ ] } ], - "10.0.4.0\/24":[ - { - "prefix":"10.0.4.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.4.3", - "afi":"ipv4", - "interfaceName":"eth-rt3-1" - }, - { - "ip":"10.0.5.3", - "afi":"ipv4", - "interfaceName":"eth-rt3-2", - "active":true - } - ] - } - ], - "10.0.5.0\/24":[ - { - "prefix":"10.0.5.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.4.3", - "afi":"ipv4", - "interfaceName":"eth-rt3-1", - "active":true - }, - { - "ip":"10.0.5.3", - "afi":"ipv4", - "interfaceName":"eth-rt3-2" - } - ] - } - ], - "10.0.6.0\/24":[ - { - "prefix":"10.0.6.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.6.4", - "afi":"ipv4", - "interfaceName":"eth-rt4" - } - ] - } - ], "10.0.7.0\/24":[ { "prefix":"10.0.7.0\/24", @@ -277,20 +220,5 @@ } ] } - ], - "10.0.8.0\/24":[ - { - "prefix":"10.0.8.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.8.6", - "afi":"ipv4", - "interfaceName":"eth-rt6" - } - ] - } ] } diff --git a/tests/topotests/isis_srv6_topo1/rt5/step9/show_ip_route.ref b/tests/topotests/isis_srv6_topo1/rt5/step9/show_ip_route.ref index 65beaa59987c..ffdb040f2f42 100644 --- a/tests/topotests/isis_srv6_topo1/rt5/step9/show_ip_route.ref +++ b/tests/topotests/isis_srv6_topo1/rt5/step9/show_ip_route.ref @@ -194,63 +194,6 @@ ] } ], - "10.0.4.0\/24":[ - { - "prefix":"10.0.4.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.4.3", - "afi":"ipv4", - "interfaceName":"eth-rt3-1" - }, - { - "ip":"10.0.5.3", - "afi":"ipv4", - "interfaceName":"eth-rt3-2", - "active":true - } - ] - } - ], - "10.0.5.0\/24":[ - { - "prefix":"10.0.5.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.4.3", - "afi":"ipv4", - "interfaceName":"eth-rt3-1", - "active":true - }, - { - "ip":"10.0.5.3", - "afi":"ipv4", - "interfaceName":"eth-rt3-2" - } - ] - } - ], - "10.0.6.0\/24":[ - { - "prefix":"10.0.6.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.6.4", - "afi":"ipv4", - "interfaceName":"eth-rt4" - } - ] - } - ], "10.0.7.0\/24":[ { "prefix":"10.0.7.0\/24", @@ -277,20 +220,5 @@ } ] } - ], - "10.0.8.0\/24":[ - { - "prefix":"10.0.8.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.8.6", - "afi":"ipv4", - "interfaceName":"eth-rt6" - } - ] - } ] } diff --git a/tests/topotests/isis_srv6_topo1/rt6/step1/show_ip_route.ref b/tests/topotests/isis_srv6_topo1/rt6/step1/show_ip_route.ref index 5fc293b6d8a5..1780825f0591 100644 --- a/tests/topotests/isis_srv6_topo1/rt6/step1/show_ip_route.ref +++ b/tests/topotests/isis_srv6_topo1/rt6/step1/show_ip_route.ref @@ -239,35 +239,5 @@ } ] } - ], - "10.0.7.0\/24":[ - { - "prefix":"10.0.7.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.7.4", - "afi":"ipv4", - "interfaceName":"eth-rt4" - } - ] - } - ], - "10.0.8.0\/24":[ - { - "prefix":"10.0.8.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.8.5", - "afi":"ipv4", - "interfaceName":"eth-rt5" - } - ] - } ] } diff --git a/tests/topotests/isis_srv6_topo1/rt6/step2/show_ip_route.ref b/tests/topotests/isis_srv6_topo1/rt6/step2/show_ip_route.ref index 5fc293b6d8a5..1780825f0591 100644 --- a/tests/topotests/isis_srv6_topo1/rt6/step2/show_ip_route.ref +++ b/tests/topotests/isis_srv6_topo1/rt6/step2/show_ip_route.ref @@ -239,35 +239,5 @@ } ] } - ], - "10.0.7.0\/24":[ - { - "prefix":"10.0.7.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.7.4", - "afi":"ipv4", - "interfaceName":"eth-rt4" - } - ] - } - ], - "10.0.8.0\/24":[ - { - "prefix":"10.0.8.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.8.5", - "afi":"ipv4", - "interfaceName":"eth-rt5" - } - ] - } ] } diff --git a/tests/topotests/isis_srv6_topo1/rt6/step3/show_ip_route.ref b/tests/topotests/isis_srv6_topo1/rt6/step3/show_ip_route.ref index 5fc293b6d8a5..1780825f0591 100644 --- a/tests/topotests/isis_srv6_topo1/rt6/step3/show_ip_route.ref +++ b/tests/topotests/isis_srv6_topo1/rt6/step3/show_ip_route.ref @@ -239,35 +239,5 @@ } ] } - ], - "10.0.7.0\/24":[ - { - "prefix":"10.0.7.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.7.4", - "afi":"ipv4", - "interfaceName":"eth-rt4" - } - ] - } - ], - "10.0.8.0\/24":[ - { - "prefix":"10.0.8.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.8.5", - "afi":"ipv4", - "interfaceName":"eth-rt5" - } - ] - } ] } diff --git a/tests/topotests/isis_srv6_topo1/rt6/step4/show_ip_route.ref b/tests/topotests/isis_srv6_topo1/rt6/step4/show_ip_route.ref index 5fc293b6d8a5..1780825f0591 100644 --- a/tests/topotests/isis_srv6_topo1/rt6/step4/show_ip_route.ref +++ b/tests/topotests/isis_srv6_topo1/rt6/step4/show_ip_route.ref @@ -239,35 +239,5 @@ } ] } - ], - "10.0.7.0\/24":[ - { - "prefix":"10.0.7.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.7.4", - "afi":"ipv4", - "interfaceName":"eth-rt4" - } - ] - } - ], - "10.0.8.0\/24":[ - { - "prefix":"10.0.8.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.8.5", - "afi":"ipv4", - "interfaceName":"eth-rt5" - } - ] - } ] } diff --git a/tests/topotests/isis_srv6_topo1/rt6/step5/show_ip_route.ref b/tests/topotests/isis_srv6_topo1/rt6/step5/show_ip_route.ref index 5fc293b6d8a5..1780825f0591 100644 --- a/tests/topotests/isis_srv6_topo1/rt6/step5/show_ip_route.ref +++ b/tests/topotests/isis_srv6_topo1/rt6/step5/show_ip_route.ref @@ -239,35 +239,5 @@ } ] } - ], - "10.0.7.0\/24":[ - { - "prefix":"10.0.7.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.7.4", - "afi":"ipv4", - "interfaceName":"eth-rt4" - } - ] - } - ], - "10.0.8.0\/24":[ - { - "prefix":"10.0.8.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.8.5", - "afi":"ipv4", - "interfaceName":"eth-rt5" - } - ] - } ] } diff --git a/tests/topotests/isis_srv6_topo1/rt6/step6/show_ip_route.ref b/tests/topotests/isis_srv6_topo1/rt6/step6/show_ip_route.ref index 5fc293b6d8a5..1780825f0591 100644 --- a/tests/topotests/isis_srv6_topo1/rt6/step6/show_ip_route.ref +++ b/tests/topotests/isis_srv6_topo1/rt6/step6/show_ip_route.ref @@ -239,35 +239,5 @@ } ] } - ], - "10.0.7.0\/24":[ - { - "prefix":"10.0.7.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.7.4", - "afi":"ipv4", - "interfaceName":"eth-rt4" - } - ] - } - ], - "10.0.8.0\/24":[ - { - "prefix":"10.0.8.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.8.5", - "afi":"ipv4", - "interfaceName":"eth-rt5" - } - ] - } ] } diff --git a/tests/topotests/isis_srv6_topo1/rt6/step7/show_ip_route.ref b/tests/topotests/isis_srv6_topo1/rt6/step7/show_ip_route.ref index 5fc293b6d8a5..1780825f0591 100644 --- a/tests/topotests/isis_srv6_topo1/rt6/step7/show_ip_route.ref +++ b/tests/topotests/isis_srv6_topo1/rt6/step7/show_ip_route.ref @@ -239,35 +239,5 @@ } ] } - ], - "10.0.7.0\/24":[ - { - "prefix":"10.0.7.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.7.4", - "afi":"ipv4", - "interfaceName":"eth-rt4" - } - ] - } - ], - "10.0.8.0\/24":[ - { - "prefix":"10.0.8.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.8.5", - "afi":"ipv4", - "interfaceName":"eth-rt5" - } - ] - } ] } diff --git a/tests/topotests/isis_srv6_topo1/rt6/step8/show_ip_route.ref b/tests/topotests/isis_srv6_topo1/rt6/step8/show_ip_route.ref index 5fc293b6d8a5..1780825f0591 100644 --- a/tests/topotests/isis_srv6_topo1/rt6/step8/show_ip_route.ref +++ b/tests/topotests/isis_srv6_topo1/rt6/step8/show_ip_route.ref @@ -239,35 +239,5 @@ } ] } - ], - "10.0.7.0\/24":[ - { - "prefix":"10.0.7.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.7.4", - "afi":"ipv4", - "interfaceName":"eth-rt4" - } - ] - } - ], - "10.0.8.0\/24":[ - { - "prefix":"10.0.8.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.8.5", - "afi":"ipv4", - "interfaceName":"eth-rt5" - } - ] - } ] } diff --git a/tests/topotests/isis_srv6_topo1/rt6/step9/show_ip_route.ref b/tests/topotests/isis_srv6_topo1/rt6/step9/show_ip_route.ref index 5fc293b6d8a5..1780825f0591 100644 --- a/tests/topotests/isis_srv6_topo1/rt6/step9/show_ip_route.ref +++ b/tests/topotests/isis_srv6_topo1/rt6/step9/show_ip_route.ref @@ -239,35 +239,5 @@ } ] } - ], - "10.0.7.0\/24":[ - { - "prefix":"10.0.7.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.7.4", - "afi":"ipv4", - "interfaceName":"eth-rt4" - } - ] - } - ], - "10.0.8.0\/24":[ - { - "prefix":"10.0.8.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.8.5", - "afi":"ipv4", - "interfaceName":"eth-rt5" - } - ] - } ] } diff --git a/tests/topotests/isis_tilfa_topo1/rt1/step1/show_ip_route.ref b/tests/topotests/isis_tilfa_topo1/rt1/step1/show_ip_route.ref index 92b7437324a6..688f078ef75b 100644 --- a/tests/topotests/isis_tilfa_topo1/rt1/step1/show_ip_route.ref +++ b/tests/topotests/isis_tilfa_topo1/rt1/step1/show_ip_route.ref @@ -124,26 +124,6 @@ ] } ], - "10.0.1.0\/24":[ - { - "prefix":"10.0.1.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.1.2", - "afi":"ipv4", - "interfaceName":"eth-sw1" - }, - { - "ip":"10.0.1.3", - "afi":"ipv4", - "interfaceName":"eth-sw1" - } - ] - } - ], "10.0.2.0\/24":[ { "prefix":"10.0.2.0\/24", diff --git a/tests/topotests/isis_tilfa_topo1/rt1/step2/show_ip_route.ref b/tests/topotests/isis_tilfa_topo1/rt1/step2/show_ip_route.ref index 92b7437324a6..688f078ef75b 100644 --- a/tests/topotests/isis_tilfa_topo1/rt1/step2/show_ip_route.ref +++ b/tests/topotests/isis_tilfa_topo1/rt1/step2/show_ip_route.ref @@ -124,26 +124,6 @@ ] } ], - "10.0.1.0\/24":[ - { - "prefix":"10.0.1.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.1.2", - "afi":"ipv4", - "interfaceName":"eth-sw1" - }, - { - "ip":"10.0.1.3", - "afi":"ipv4", - "interfaceName":"eth-sw1" - } - ] - } - ], "10.0.2.0\/24":[ { "prefix":"10.0.2.0\/24", diff --git a/tests/topotests/isis_tilfa_topo1/rt1/step3/show_ip_route.ref b/tests/topotests/isis_tilfa_topo1/rt1/step3/show_ip_route.ref index 92b7437324a6..688f078ef75b 100644 --- a/tests/topotests/isis_tilfa_topo1/rt1/step3/show_ip_route.ref +++ b/tests/topotests/isis_tilfa_topo1/rt1/step3/show_ip_route.ref @@ -124,26 +124,6 @@ ] } ], - "10.0.1.0\/24":[ - { - "prefix":"10.0.1.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.1.2", - "afi":"ipv4", - "interfaceName":"eth-sw1" - }, - { - "ip":"10.0.1.3", - "afi":"ipv4", - "interfaceName":"eth-sw1" - } - ] - } - ], "10.0.2.0\/24":[ { "prefix":"10.0.2.0\/24", diff --git a/tests/topotests/isis_tilfa_topo1/rt1/step4/show_ip_route.ref b/tests/topotests/isis_tilfa_topo1/rt1/step4/show_ip_route.ref index 89e0b166b1e1..cc9eaed2d5ce 100644 --- a/tests/topotests/isis_tilfa_topo1/rt1/step4/show_ip_route.ref +++ b/tests/topotests/isis_tilfa_topo1/rt1/step4/show_ip_route.ref @@ -121,26 +121,6 @@ ] } ], - "10.0.1.0\/24":[ - { - "prefix":"10.0.1.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.1.2", - "afi":"ipv4", - "interfaceName":"eth-sw1" - }, - { - "ip":"10.0.1.3", - "afi":"ipv4", - "interfaceName":"eth-sw1" - } - ] - } - ], "10.0.2.0\/24":[ { "prefix":"10.0.2.0\/24", diff --git a/tests/topotests/isis_tilfa_topo1/rt1/step5/show_ip_route.ref b/tests/topotests/isis_tilfa_topo1/rt1/step5/show_ip_route.ref index 92b7437324a6..688f078ef75b 100644 --- a/tests/topotests/isis_tilfa_topo1/rt1/step5/show_ip_route.ref +++ b/tests/topotests/isis_tilfa_topo1/rt1/step5/show_ip_route.ref @@ -124,26 +124,6 @@ ] } ], - "10.0.1.0\/24":[ - { - "prefix":"10.0.1.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.1.2", - "afi":"ipv4", - "interfaceName":"eth-sw1" - }, - { - "ip":"10.0.1.3", - "afi":"ipv4", - "interfaceName":"eth-sw1" - } - ] - } - ], "10.0.2.0\/24":[ { "prefix":"10.0.2.0\/24", diff --git a/tests/topotests/isis_tilfa_topo1/rt1/step6/show_ip_route.ref b/tests/topotests/isis_tilfa_topo1/rt1/step6/show_ip_route.ref index 92b7437324a6..688f078ef75b 100644 --- a/tests/topotests/isis_tilfa_topo1/rt1/step6/show_ip_route.ref +++ b/tests/topotests/isis_tilfa_topo1/rt1/step6/show_ip_route.ref @@ -124,26 +124,6 @@ ] } ], - "10.0.1.0\/24":[ - { - "prefix":"10.0.1.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.1.2", - "afi":"ipv4", - "interfaceName":"eth-sw1" - }, - { - "ip":"10.0.1.3", - "afi":"ipv4", - "interfaceName":"eth-sw1" - } - ] - } - ], "10.0.2.0\/24":[ { "prefix":"10.0.2.0\/24", diff --git a/tests/topotests/isis_tilfa_topo1/rt1/step7/show_ip_route.ref b/tests/topotests/isis_tilfa_topo1/rt1/step7/show_ip_route.ref index 270fcef5d60d..04329a88a621 100644 --- a/tests/topotests/isis_tilfa_topo1/rt1/step7/show_ip_route.ref +++ b/tests/topotests/isis_tilfa_topo1/rt1/step7/show_ip_route.ref @@ -121,26 +121,6 @@ ] } ], - "10.0.1.0\/24":[ - { - "prefix":"10.0.1.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.1.2", - "afi":"ipv4", - "interfaceName":"eth-sw1" - }, - { - "ip":"10.0.1.3", - "afi":"ipv4", - "interfaceName":"eth-sw1" - } - ] - } - ], "10.0.2.0\/24":[ { "prefix":"10.0.2.0\/24", diff --git a/tests/topotests/isis_tilfa_topo1/rt1/step8/show_ip_route.ref b/tests/topotests/isis_tilfa_topo1/rt1/step8/show_ip_route.ref index 92b7437324a6..688f078ef75b 100644 --- a/tests/topotests/isis_tilfa_topo1/rt1/step8/show_ip_route.ref +++ b/tests/topotests/isis_tilfa_topo1/rt1/step8/show_ip_route.ref @@ -124,26 +124,6 @@ ] } ], - "10.0.1.0\/24":[ - { - "prefix":"10.0.1.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.1.2", - "afi":"ipv4", - "interfaceName":"eth-sw1" - }, - { - "ip":"10.0.1.3", - "afi":"ipv4", - "interfaceName":"eth-sw1" - } - ] - } - ], "10.0.2.0\/24":[ { "prefix":"10.0.2.0\/24", diff --git a/tests/topotests/isis_tilfa_topo1/rt1/step9/show_ip_route.ref b/tests/topotests/isis_tilfa_topo1/rt1/step9/show_ip_route.ref index 841c902a37df..2229969785d2 100644 --- a/tests/topotests/isis_tilfa_topo1/rt1/step9/show_ip_route.ref +++ b/tests/topotests/isis_tilfa_topo1/rt1/step9/show_ip_route.ref @@ -124,26 +124,6 @@ ] } ], - "10.0.1.0\/24":[ - { - "prefix":"10.0.1.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.1.2", - "afi":"ipv4", - "interfaceName":"eth-sw1" - }, - { - "ip":"10.0.1.3", - "afi":"ipv4", - "interfaceName":"eth-sw1" - } - ] - } - ], "10.0.2.0\/24":[ { "prefix":"10.0.2.0\/24", diff --git a/tests/topotests/isis_tilfa_topo1/rt2/step1/show_ip_route.ref b/tests/topotests/isis_tilfa_topo1/rt2/step1/show_ip_route.ref index 7e1ccd10a2b7..208b79b2bd11 100644 --- a/tests/topotests/isis_tilfa_topo1/rt2/step1/show_ip_route.ref +++ b/tests/topotests/isis_tilfa_topo1/rt2/step1/show_ip_route.ref @@ -241,130 +241,6 @@ ] } ], - "10.0.1.0\/24":[ - { - "prefix":"10.0.1.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.1.1", - "afi":"ipv4", - "interfaceName":"eth-sw1", - "backupIndex":[ - 0, - 1 - ] - }, - { - "ip":"10.0.1.3", - "afi":"ipv4", - "interfaceName":"eth-sw1", - "backupIndex":[ - 0, - 1 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.2.4", - "afi":"ipv4", - "interfaceName":"eth-rt4-1", - "active":true, - "labels":[ - 16050 - ] - }, - { - "ip":"10.0.3.4", - "afi":"ipv4", - "interfaceName":"eth-rt4-2", - "active":true, - "labels":[ - 16050 - ] - } - ] - } - ], - "10.0.2.0\/24":[ - { - "prefix":"10.0.2.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.2.4", - "afi":"ipv4", - "interfaceName":"eth-rt4-1", - "backupIndex":[ - 0 - ] - }, - { - "ip":"10.0.3.4", - "afi":"ipv4", - "interfaceName":"eth-rt4-2", - "active":true, - "backupIndex":[ - 0 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.1.3", - "afi":"ipv4", - "interfaceName":"eth-sw1", - "active":true, - "labels":[ - 16050 - ] - } - ] - } - ], - "10.0.3.0\/24":[ - { - "prefix":"10.0.3.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.2.4", - "afi":"ipv4", - "interfaceName":"eth-rt4-1", - "active":true, - "backupIndex":[ - 0 - ] - }, - { - "ip":"10.0.3.4", - "afi":"ipv4", - "interfaceName":"eth-rt4-2", - "backupIndex":[ - 0 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.1.3", - "afi":"ipv4", - "interfaceName":"eth-sw1", - "active":true, - "labels":[ - 16050 - ] - } - ] - } - ], "10.0.4.0\/24":[ { "prefix":"10.0.4.0\/24", diff --git a/tests/topotests/isis_tilfa_topo1/rt2/step2/show_ip_route.ref b/tests/topotests/isis_tilfa_topo1/rt2/step2/show_ip_route.ref index 374eec7d508a..5604f4cdc0da 100644 --- a/tests/topotests/isis_tilfa_topo1/rt2/step2/show_ip_route.ref +++ b/tests/topotests/isis_tilfa_topo1/rt2/step2/show_ip_route.ref @@ -189,102 +189,6 @@ ] } ], - "10.0.1.0\/24":[ - { - "prefix":"10.0.1.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.1.1", - "afi":"ipv4", - "interfaceName":"eth-sw1" - }, - { - "ip":"10.0.1.3", - "afi":"ipv4", - "interfaceName":"eth-sw1" - } - ] - } - ], - "10.0.2.0\/24":[ - { - "prefix":"10.0.2.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.2.4", - "afi":"ipv4", - "interfaceName":"eth-rt4-1", - "backupIndex":[ - 0 - ] - }, - { - "ip":"10.0.3.4", - "afi":"ipv4", - "interfaceName":"eth-rt4-2", - "active":true, - "backupIndex":[ - 0 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.1.3", - "afi":"ipv4", - "interfaceName":"eth-sw1", - "active":true, - "labels":[ - 16050 - ] - } - ] - } - ], - "10.0.3.0\/24":[ - { - "prefix":"10.0.3.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.2.4", - "afi":"ipv4", - "interfaceName":"eth-rt4-1", - "active":true, - "backupIndex":[ - 0 - ] - }, - { - "ip":"10.0.3.4", - "afi":"ipv4", - "interfaceName":"eth-rt4-2", - "backupIndex":[ - 0 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.1.3", - "afi":"ipv4", - "interfaceName":"eth-sw1", - "active":true, - "labels":[ - 16050 - ] - } - ] - } - ], "10.0.4.0\/24":[ { "prefix":"10.0.4.0\/24", diff --git a/tests/topotests/isis_tilfa_topo1/rt2/step3/show_ip_route.ref b/tests/topotests/isis_tilfa_topo1/rt2/step3/show_ip_route.ref index 7e1ccd10a2b7..208b79b2bd11 100644 --- a/tests/topotests/isis_tilfa_topo1/rt2/step3/show_ip_route.ref +++ b/tests/topotests/isis_tilfa_topo1/rt2/step3/show_ip_route.ref @@ -241,130 +241,6 @@ ] } ], - "10.0.1.0\/24":[ - { - "prefix":"10.0.1.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.1.1", - "afi":"ipv4", - "interfaceName":"eth-sw1", - "backupIndex":[ - 0, - 1 - ] - }, - { - "ip":"10.0.1.3", - "afi":"ipv4", - "interfaceName":"eth-sw1", - "backupIndex":[ - 0, - 1 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.2.4", - "afi":"ipv4", - "interfaceName":"eth-rt4-1", - "active":true, - "labels":[ - 16050 - ] - }, - { - "ip":"10.0.3.4", - "afi":"ipv4", - "interfaceName":"eth-rt4-2", - "active":true, - "labels":[ - 16050 - ] - } - ] - } - ], - "10.0.2.0\/24":[ - { - "prefix":"10.0.2.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.2.4", - "afi":"ipv4", - "interfaceName":"eth-rt4-1", - "backupIndex":[ - 0 - ] - }, - { - "ip":"10.0.3.4", - "afi":"ipv4", - "interfaceName":"eth-rt4-2", - "active":true, - "backupIndex":[ - 0 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.1.3", - "afi":"ipv4", - "interfaceName":"eth-sw1", - "active":true, - "labels":[ - 16050 - ] - } - ] - } - ], - "10.0.3.0\/24":[ - { - "prefix":"10.0.3.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.2.4", - "afi":"ipv4", - "interfaceName":"eth-rt4-1", - "active":true, - "backupIndex":[ - 0 - ] - }, - { - "ip":"10.0.3.4", - "afi":"ipv4", - "interfaceName":"eth-rt4-2", - "backupIndex":[ - 0 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.1.3", - "afi":"ipv4", - "interfaceName":"eth-sw1", - "active":true, - "labels":[ - 16050 - ] - } - ] - } - ], "10.0.4.0\/24":[ { "prefix":"10.0.4.0\/24", diff --git a/tests/topotests/isis_tilfa_topo1/rt2/step4/show_ip_route.ref b/tests/topotests/isis_tilfa_topo1/rt2/step4/show_ip_route.ref index c5fc51b8628a..e87111d8018f 100644 --- a/tests/topotests/isis_tilfa_topo1/rt2/step4/show_ip_route.ref +++ b/tests/topotests/isis_tilfa_topo1/rt2/step4/show_ip_route.ref @@ -170,102 +170,6 @@ ] } ], - "10.0.1.0\/24":[ - { - "prefix":"10.0.1.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.1.1", - "afi":"ipv4", - "interfaceName":"eth-sw1" - }, - { - "ip":"10.0.1.3", - "afi":"ipv4", - "interfaceName":"eth-sw1" - } - ] - } - ], - "10.0.2.0\/24":[ - { - "prefix":"10.0.2.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.2.4", - "afi":"ipv4", - "interfaceName":"eth-rt4-1", - "backupIndex":[ - 0 - ] - }, - { - "ip":"10.0.3.4", - "afi":"ipv4", - "interfaceName":"eth-rt4-2", - "active":true, - "backupIndex":[ - 0 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.1.3", - "afi":"ipv4", - "interfaceName":"eth-sw1", - "active":true, - "labels":[ - 16050 - ] - } - ] - } - ], - "10.0.3.0\/24":[ - { - "prefix":"10.0.3.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.2.4", - "afi":"ipv4", - "interfaceName":"eth-rt4-1", - "active":true, - "backupIndex":[ - 0 - ] - }, - { - "ip":"10.0.3.4", - "afi":"ipv4", - "interfaceName":"eth-rt4-2", - "backupIndex":[ - 0 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.1.3", - "afi":"ipv4", - "interfaceName":"eth-sw1", - "active":true, - "labels":[ - 16050 - ] - } - ] - } - ], "10.0.4.0\/24":[ { "prefix":"10.0.4.0\/24", diff --git a/tests/topotests/isis_tilfa_topo1/rt2/step5/show_ip_route.ref b/tests/topotests/isis_tilfa_topo1/rt2/step5/show_ip_route.ref index 7e1ccd10a2b7..208b79b2bd11 100644 --- a/tests/topotests/isis_tilfa_topo1/rt2/step5/show_ip_route.ref +++ b/tests/topotests/isis_tilfa_topo1/rt2/step5/show_ip_route.ref @@ -241,130 +241,6 @@ ] } ], - "10.0.1.0\/24":[ - { - "prefix":"10.0.1.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.1.1", - "afi":"ipv4", - "interfaceName":"eth-sw1", - "backupIndex":[ - 0, - 1 - ] - }, - { - "ip":"10.0.1.3", - "afi":"ipv4", - "interfaceName":"eth-sw1", - "backupIndex":[ - 0, - 1 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.2.4", - "afi":"ipv4", - "interfaceName":"eth-rt4-1", - "active":true, - "labels":[ - 16050 - ] - }, - { - "ip":"10.0.3.4", - "afi":"ipv4", - "interfaceName":"eth-rt4-2", - "active":true, - "labels":[ - 16050 - ] - } - ] - } - ], - "10.0.2.0\/24":[ - { - "prefix":"10.0.2.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.2.4", - "afi":"ipv4", - "interfaceName":"eth-rt4-1", - "backupIndex":[ - 0 - ] - }, - { - "ip":"10.0.3.4", - "afi":"ipv4", - "interfaceName":"eth-rt4-2", - "active":true, - "backupIndex":[ - 0 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.1.3", - "afi":"ipv4", - "interfaceName":"eth-sw1", - "active":true, - "labels":[ - 16050 - ] - } - ] - } - ], - "10.0.3.0\/24":[ - { - "prefix":"10.0.3.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.2.4", - "afi":"ipv4", - "interfaceName":"eth-rt4-1", - "active":true, - "backupIndex":[ - 0 - ] - }, - { - "ip":"10.0.3.4", - "afi":"ipv4", - "interfaceName":"eth-rt4-2", - "backupIndex":[ - 0 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.1.3", - "afi":"ipv4", - "interfaceName":"eth-sw1", - "active":true, - "labels":[ - 16050 - ] - } - ] - } - ], "10.0.4.0\/24":[ { "prefix":"10.0.4.0\/24", diff --git a/tests/topotests/isis_tilfa_topo1/rt2/step6/show_ip_route.ref b/tests/topotests/isis_tilfa_topo1/rt2/step6/show_ip_route.ref index 7e1ccd10a2b7..208b79b2bd11 100644 --- a/tests/topotests/isis_tilfa_topo1/rt2/step6/show_ip_route.ref +++ b/tests/topotests/isis_tilfa_topo1/rt2/step6/show_ip_route.ref @@ -241,130 +241,6 @@ ] } ], - "10.0.1.0\/24":[ - { - "prefix":"10.0.1.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.1.1", - "afi":"ipv4", - "interfaceName":"eth-sw1", - "backupIndex":[ - 0, - 1 - ] - }, - { - "ip":"10.0.1.3", - "afi":"ipv4", - "interfaceName":"eth-sw1", - "backupIndex":[ - 0, - 1 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.2.4", - "afi":"ipv4", - "interfaceName":"eth-rt4-1", - "active":true, - "labels":[ - 16050 - ] - }, - { - "ip":"10.0.3.4", - "afi":"ipv4", - "interfaceName":"eth-rt4-2", - "active":true, - "labels":[ - 16050 - ] - } - ] - } - ], - "10.0.2.0\/24":[ - { - "prefix":"10.0.2.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.2.4", - "afi":"ipv4", - "interfaceName":"eth-rt4-1", - "backupIndex":[ - 0 - ] - }, - { - "ip":"10.0.3.4", - "afi":"ipv4", - "interfaceName":"eth-rt4-2", - "active":true, - "backupIndex":[ - 0 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.1.3", - "afi":"ipv4", - "interfaceName":"eth-sw1", - "active":true, - "labels":[ - 16050 - ] - } - ] - } - ], - "10.0.3.0\/24":[ - { - "prefix":"10.0.3.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.2.4", - "afi":"ipv4", - "interfaceName":"eth-rt4-1", - "active":true, - "backupIndex":[ - 0 - ] - }, - { - "ip":"10.0.3.4", - "afi":"ipv4", - "interfaceName":"eth-rt4-2", - "backupIndex":[ - 0 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.1.3", - "afi":"ipv4", - "interfaceName":"eth-sw1", - "active":true, - "labels":[ - 16050 - ] - } - ] - } - ], "10.0.4.0\/24":[ { "prefix":"10.0.4.0\/24", diff --git a/tests/topotests/isis_tilfa_topo1/rt2/step7/show_ip_route.ref b/tests/topotests/isis_tilfa_topo1/rt2/step7/show_ip_route.ref index 9459f2ebda17..f219eeddfeee 100644 --- a/tests/topotests/isis_tilfa_topo1/rt2/step7/show_ip_route.ref +++ b/tests/topotests/isis_tilfa_topo1/rt2/step7/show_ip_route.ref @@ -162,68 +162,6 @@ ] } ], - "10.0.1.0\/24":[ - { - "prefix":"10.0.1.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.1.1", - "afi":"ipv4", - "interfaceName":"eth-sw1" - }, - { - "ip":"10.0.1.3", - "afi":"ipv4", - "interfaceName":"eth-sw1" - } - ] - } - ], - "10.0.2.0\/24":[ - { - "prefix":"10.0.2.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.2.4", - "afi":"ipv4", - "interfaceName":"eth-rt4-1" - }, - { - "ip":"10.0.3.4", - "afi":"ipv4", - "interfaceName":"eth-rt4-2", - "active":true - } - ] - } - ], - "10.0.3.0\/24":[ - { - "prefix":"10.0.3.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.2.4", - "afi":"ipv4", - "interfaceName":"eth-rt4-1", - "active":true - }, - { - "ip":"10.0.3.4", - "afi":"ipv4", - "interfaceName":"eth-rt4-2" - } - ] - } - ], "10.0.4.0\/24":[ { "prefix":"10.0.4.0\/24", diff --git a/tests/topotests/isis_tilfa_topo1/rt2/step8/show_ip_route.ref b/tests/topotests/isis_tilfa_topo1/rt2/step8/show_ip_route.ref index 7e1ccd10a2b7..208b79b2bd11 100644 --- a/tests/topotests/isis_tilfa_topo1/rt2/step8/show_ip_route.ref +++ b/tests/topotests/isis_tilfa_topo1/rt2/step8/show_ip_route.ref @@ -241,130 +241,6 @@ ] } ], - "10.0.1.0\/24":[ - { - "prefix":"10.0.1.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.1.1", - "afi":"ipv4", - "interfaceName":"eth-sw1", - "backupIndex":[ - 0, - 1 - ] - }, - { - "ip":"10.0.1.3", - "afi":"ipv4", - "interfaceName":"eth-sw1", - "backupIndex":[ - 0, - 1 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.2.4", - "afi":"ipv4", - "interfaceName":"eth-rt4-1", - "active":true, - "labels":[ - 16050 - ] - }, - { - "ip":"10.0.3.4", - "afi":"ipv4", - "interfaceName":"eth-rt4-2", - "active":true, - "labels":[ - 16050 - ] - } - ] - } - ], - "10.0.2.0\/24":[ - { - "prefix":"10.0.2.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.2.4", - "afi":"ipv4", - "interfaceName":"eth-rt4-1", - "backupIndex":[ - 0 - ] - }, - { - "ip":"10.0.3.4", - "afi":"ipv4", - "interfaceName":"eth-rt4-2", - "active":true, - "backupIndex":[ - 0 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.1.3", - "afi":"ipv4", - "interfaceName":"eth-sw1", - "active":true, - "labels":[ - 16050 - ] - } - ] - } - ], - "10.0.3.0\/24":[ - { - "prefix":"10.0.3.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.2.4", - "afi":"ipv4", - "interfaceName":"eth-rt4-1", - "active":true, - "backupIndex":[ - 0 - ] - }, - { - "ip":"10.0.3.4", - "afi":"ipv4", - "interfaceName":"eth-rt4-2", - "backupIndex":[ - 0 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.1.3", - "afi":"ipv4", - "interfaceName":"eth-sw1", - "active":true, - "labels":[ - 16050 - ] - } - ] - } - ], "10.0.4.0\/24":[ { "prefix":"10.0.4.0\/24", diff --git a/tests/topotests/isis_tilfa_topo1/rt2/step9/show_ip_route.ref b/tests/topotests/isis_tilfa_topo1/rt2/step9/show_ip_route.ref index 509615583362..e654cc3e9b97 100644 --- a/tests/topotests/isis_tilfa_topo1/rt2/step9/show_ip_route.ref +++ b/tests/topotests/isis_tilfa_topo1/rt2/step9/show_ip_route.ref @@ -241,130 +241,6 @@ ] } ], - "10.0.1.0\/24":[ - { - "prefix":"10.0.1.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.1.1", - "afi":"ipv4", - "interfaceName":"eth-sw1", - "backupIndex":[ - 0, - 1 - ] - }, - { - "ip":"10.0.1.3", - "afi":"ipv4", - "interfaceName":"eth-sw1", - "backupIndex":[ - 0, - 1 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.2.4", - "afi":"ipv4", - "interfaceName":"eth-rt4-1", - "active":true, - "labels":[ - 16500 - ] - }, - { - "ip":"10.0.3.4", - "afi":"ipv4", - "interfaceName":"eth-rt4-2", - "active":true, - "labels":[ - 16500 - ] - } - ] - } - ], - "10.0.2.0\/24":[ - { - "prefix":"10.0.2.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.2.4", - "afi":"ipv4", - "interfaceName":"eth-rt4-1", - "backupIndex":[ - 0 - ] - }, - { - "ip":"10.0.3.4", - "afi":"ipv4", - "interfaceName":"eth-rt4-2", - "active":true, - "backupIndex":[ - 0 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.1.3", - "afi":"ipv4", - "interfaceName":"eth-sw1", - "active":true, - "labels":[ - 16500 - ] - } - ] - } - ], - "10.0.3.0\/24":[ - { - "prefix":"10.0.3.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.2.4", - "afi":"ipv4", - "interfaceName":"eth-rt4-1", - "active":true, - "backupIndex":[ - 0 - ] - }, - { - "ip":"10.0.3.4", - "afi":"ipv4", - "interfaceName":"eth-rt4-2", - "backupIndex":[ - 0 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.1.3", - "afi":"ipv4", - "interfaceName":"eth-sw1", - "active":true, - "labels":[ - 16500 - ] - } - ] - } - ], "10.0.4.0\/24":[ { "prefix":"10.0.4.0\/24", diff --git a/tests/topotests/isis_tilfa_topo1/rt3/step1/show_ip_route.ref b/tests/topotests/isis_tilfa_topo1/rt3/step1/show_ip_route.ref index d70e9fe882e2..d48e171b8231 100644 --- a/tests/topotests/isis_tilfa_topo1/rt3/step1/show_ip_route.ref +++ b/tests/topotests/isis_tilfa_topo1/rt3/step1/show_ip_route.ref @@ -241,54 +241,6 @@ ] } ], - "10.0.1.0\/24":[ - { - "prefix":"10.0.1.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.1.1", - "afi":"ipv4", - "interfaceName":"eth-sw1", - "backupIndex":[ - 0, - 1 - ] - }, - { - "ip":"10.0.1.2", - "afi":"ipv4", - "interfaceName":"eth-sw1", - "backupIndex":[ - 0, - 1 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.4.5", - "afi":"ipv4", - "interfaceName":"eth-rt5-1", - "active":true, - "labels":[ - 16040 - ] - }, - { - "ip":"10.0.5.5", - "afi":"ipv4", - "interfaceName":"eth-rt5-2", - "active":true, - "labels":[ - 16040 - ] - } - ] - } - ], "10.0.2.0\/24":[ { "prefix":"10.0.2.0\/24", @@ -365,82 +317,6 @@ ] } ], - "10.0.4.0\/24":[ - { - "prefix":"10.0.4.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.4.5", - "afi":"ipv4", - "interfaceName":"eth-rt5-1", - "backupIndex":[ - 0 - ] - }, - { - "ip":"10.0.5.5", - "afi":"ipv4", - "interfaceName":"eth-rt5-2", - "active":true, - "backupIndex":[ - 0 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.1.2", - "afi":"ipv4", - "interfaceName":"eth-sw1", - "active":true, - "labels":[ - 16040 - ] - } - ] - } - ], - "10.0.5.0\/24":[ - { - "prefix":"10.0.5.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.4.5", - "afi":"ipv4", - "interfaceName":"eth-rt5-1", - "active":true, - "backupIndex":[ - 0 - ] - }, - { - "ip":"10.0.5.5", - "afi":"ipv4", - "interfaceName":"eth-rt5-2", - "backupIndex":[ - 0 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.1.2", - "afi":"ipv4", - "interfaceName":"eth-sw1", - "active":true, - "labels":[ - 16040 - ] - } - ] - } - ], "10.0.6.0\/24":[ { "prefix":"10.0.6.0\/24", diff --git a/tests/topotests/isis_tilfa_topo1/rt3/step2/show_ip_route.ref b/tests/topotests/isis_tilfa_topo1/rt3/step2/show_ip_route.ref index d70e9fe882e2..d48e171b8231 100644 --- a/tests/topotests/isis_tilfa_topo1/rt3/step2/show_ip_route.ref +++ b/tests/topotests/isis_tilfa_topo1/rt3/step2/show_ip_route.ref @@ -241,54 +241,6 @@ ] } ], - "10.0.1.0\/24":[ - { - "prefix":"10.0.1.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.1.1", - "afi":"ipv4", - "interfaceName":"eth-sw1", - "backupIndex":[ - 0, - 1 - ] - }, - { - "ip":"10.0.1.2", - "afi":"ipv4", - "interfaceName":"eth-sw1", - "backupIndex":[ - 0, - 1 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.4.5", - "afi":"ipv4", - "interfaceName":"eth-rt5-1", - "active":true, - "labels":[ - 16040 - ] - }, - { - "ip":"10.0.5.5", - "afi":"ipv4", - "interfaceName":"eth-rt5-2", - "active":true, - "labels":[ - 16040 - ] - } - ] - } - ], "10.0.2.0\/24":[ { "prefix":"10.0.2.0\/24", @@ -365,82 +317,6 @@ ] } ], - "10.0.4.0\/24":[ - { - "prefix":"10.0.4.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.4.5", - "afi":"ipv4", - "interfaceName":"eth-rt5-1", - "backupIndex":[ - 0 - ] - }, - { - "ip":"10.0.5.5", - "afi":"ipv4", - "interfaceName":"eth-rt5-2", - "active":true, - "backupIndex":[ - 0 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.1.2", - "afi":"ipv4", - "interfaceName":"eth-sw1", - "active":true, - "labels":[ - 16040 - ] - } - ] - } - ], - "10.0.5.0\/24":[ - { - "prefix":"10.0.5.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.4.5", - "afi":"ipv4", - "interfaceName":"eth-rt5-1", - "active":true, - "backupIndex":[ - 0 - ] - }, - { - "ip":"10.0.5.5", - "afi":"ipv4", - "interfaceName":"eth-rt5-2", - "backupIndex":[ - 0 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.1.2", - "afi":"ipv4", - "interfaceName":"eth-sw1", - "active":true, - "labels":[ - 16040 - ] - } - ] - } - ], "10.0.6.0\/24":[ { "prefix":"10.0.6.0\/24", diff --git a/tests/topotests/isis_tilfa_topo1/rt3/step3/show_ip_route.ref b/tests/topotests/isis_tilfa_topo1/rt3/step3/show_ip_route.ref index d70e9fe882e2..d48e171b8231 100644 --- a/tests/topotests/isis_tilfa_topo1/rt3/step3/show_ip_route.ref +++ b/tests/topotests/isis_tilfa_topo1/rt3/step3/show_ip_route.ref @@ -241,54 +241,6 @@ ] } ], - "10.0.1.0\/24":[ - { - "prefix":"10.0.1.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.1.1", - "afi":"ipv4", - "interfaceName":"eth-sw1", - "backupIndex":[ - 0, - 1 - ] - }, - { - "ip":"10.0.1.2", - "afi":"ipv4", - "interfaceName":"eth-sw1", - "backupIndex":[ - 0, - 1 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.4.5", - "afi":"ipv4", - "interfaceName":"eth-rt5-1", - "active":true, - "labels":[ - 16040 - ] - }, - { - "ip":"10.0.5.5", - "afi":"ipv4", - "interfaceName":"eth-rt5-2", - "active":true, - "labels":[ - 16040 - ] - } - ] - } - ], "10.0.2.0\/24":[ { "prefix":"10.0.2.0\/24", @@ -365,82 +317,6 @@ ] } ], - "10.0.4.0\/24":[ - { - "prefix":"10.0.4.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.4.5", - "afi":"ipv4", - "interfaceName":"eth-rt5-1", - "backupIndex":[ - 0 - ] - }, - { - "ip":"10.0.5.5", - "afi":"ipv4", - "interfaceName":"eth-rt5-2", - "active":true, - "backupIndex":[ - 0 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.1.2", - "afi":"ipv4", - "interfaceName":"eth-sw1", - "active":true, - "labels":[ - 16040 - ] - } - ] - } - ], - "10.0.5.0\/24":[ - { - "prefix":"10.0.5.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.4.5", - "afi":"ipv4", - "interfaceName":"eth-rt5-1", - "active":true, - "backupIndex":[ - 0 - ] - }, - { - "ip":"10.0.5.5", - "afi":"ipv4", - "interfaceName":"eth-rt5-2", - "backupIndex":[ - 0 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.1.2", - "afi":"ipv4", - "interfaceName":"eth-sw1", - "active":true, - "labels":[ - 16040 - ] - } - ] - } - ], "10.0.6.0\/24":[ { "prefix":"10.0.6.0\/24", diff --git a/tests/topotests/isis_tilfa_topo1/rt3/step4/show_ip_route.ref b/tests/topotests/isis_tilfa_topo1/rt3/step4/show_ip_route.ref index 5f8779966fa9..7720079307cd 100644 --- a/tests/topotests/isis_tilfa_topo1/rt3/step4/show_ip_route.ref +++ b/tests/topotests/isis_tilfa_topo1/rt3/step4/show_ip_route.ref @@ -162,26 +162,6 @@ ] } ], - "10.0.1.0\/24":[ - { - "prefix":"10.0.1.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.1.1", - "afi":"ipv4", - "interfaceName":"eth-sw1" - }, - { - "ip":"10.0.1.2", - "afi":"ipv4", - "interfaceName":"eth-sw1" - } - ] - } - ], "10.0.2.0\/24":[ { "prefix":"10.0.2.0\/24", @@ -258,48 +238,6 @@ ] } ], - "10.0.4.0\/24":[ - { - "prefix":"10.0.4.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.4.5", - "afi":"ipv4", - "interfaceName":"eth-rt5-1" - }, - { - "ip":"10.0.5.5", - "afi":"ipv4", - "interfaceName":"eth-rt5-2", - "active":true - } - ] - } - ], - "10.0.5.0\/24":[ - { - "prefix":"10.0.5.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.4.5", - "afi":"ipv4", - "interfaceName":"eth-rt5-1", - "active":true - }, - { - "ip":"10.0.5.5", - "afi":"ipv4", - "interfaceName":"eth-rt5-2" - } - ] - } - ], "10.0.6.0\/24":[ { "prefix":"10.0.6.0\/24", diff --git a/tests/topotests/isis_tilfa_topo1/rt3/step5/show_ip_route.ref b/tests/topotests/isis_tilfa_topo1/rt3/step5/show_ip_route.ref index d70e9fe882e2..d48e171b8231 100644 --- a/tests/topotests/isis_tilfa_topo1/rt3/step5/show_ip_route.ref +++ b/tests/topotests/isis_tilfa_topo1/rt3/step5/show_ip_route.ref @@ -241,54 +241,6 @@ ] } ], - "10.0.1.0\/24":[ - { - "prefix":"10.0.1.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.1.1", - "afi":"ipv4", - "interfaceName":"eth-sw1", - "backupIndex":[ - 0, - 1 - ] - }, - { - "ip":"10.0.1.2", - "afi":"ipv4", - "interfaceName":"eth-sw1", - "backupIndex":[ - 0, - 1 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.4.5", - "afi":"ipv4", - "interfaceName":"eth-rt5-1", - "active":true, - "labels":[ - 16040 - ] - }, - { - "ip":"10.0.5.5", - "afi":"ipv4", - "interfaceName":"eth-rt5-2", - "active":true, - "labels":[ - 16040 - ] - } - ] - } - ], "10.0.2.0\/24":[ { "prefix":"10.0.2.0\/24", @@ -365,82 +317,6 @@ ] } ], - "10.0.4.0\/24":[ - { - "prefix":"10.0.4.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.4.5", - "afi":"ipv4", - "interfaceName":"eth-rt5-1", - "backupIndex":[ - 0 - ] - }, - { - "ip":"10.0.5.5", - "afi":"ipv4", - "interfaceName":"eth-rt5-2", - "active":true, - "backupIndex":[ - 0 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.1.2", - "afi":"ipv4", - "interfaceName":"eth-sw1", - "active":true, - "labels":[ - 16040 - ] - } - ] - } - ], - "10.0.5.0\/24":[ - { - "prefix":"10.0.5.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.4.5", - "afi":"ipv4", - "interfaceName":"eth-rt5-1", - "active":true, - "backupIndex":[ - 0 - ] - }, - { - "ip":"10.0.5.5", - "afi":"ipv4", - "interfaceName":"eth-rt5-2", - "backupIndex":[ - 0 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.1.2", - "afi":"ipv4", - "interfaceName":"eth-sw1", - "active":true, - "labels":[ - 16040 - ] - } - ] - } - ], "10.0.6.0\/24":[ { "prefix":"10.0.6.0\/24", diff --git a/tests/topotests/isis_tilfa_topo1/rt3/step6/show_ip_route.ref b/tests/topotests/isis_tilfa_topo1/rt3/step6/show_ip_route.ref index e6d99e59e377..edb58eba3af6 100644 --- a/tests/topotests/isis_tilfa_topo1/rt3/step6/show_ip_route.ref +++ b/tests/topotests/isis_tilfa_topo1/rt3/step6/show_ip_route.ref @@ -241,54 +241,6 @@ ] } ], - "10.0.1.0\/24":[ - { - "prefix":"10.0.1.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.1.1", - "afi":"ipv4", - "interfaceName":"eth-sw1", - "backupIndex":[ - 0, - 1 - ] - }, - { - "ip":"10.0.1.2", - "afi":"ipv4", - "interfaceName":"eth-sw1", - "backupIndex":[ - 0, - 1 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.4.5", - "afi":"ipv4", - "interfaceName":"eth-rt5-1", - "active":true, - "labels":[ - 30040 - ] - }, - { - "ip":"10.0.5.5", - "afi":"ipv4", - "interfaceName":"eth-rt5-2", - "active":true, - "labels":[ - 30040 - ] - } - ] - } - ], "10.0.2.0\/24":[ { "prefix":"10.0.2.0\/24", @@ -365,82 +317,6 @@ ] } ], - "10.0.4.0\/24":[ - { - "prefix":"10.0.4.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.4.5", - "afi":"ipv4", - "interfaceName":"eth-rt5-1", - "backupIndex":[ - 0 - ] - }, - { - "ip":"10.0.5.5", - "afi":"ipv4", - "interfaceName":"eth-rt5-2", - "active":true, - "backupIndex":[ - 0 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.1.2", - "afi":"ipv4", - "interfaceName":"eth-sw1", - "active":true, - "labels":[ - 16040 - ] - } - ] - } - ], - "10.0.5.0\/24":[ - { - "prefix":"10.0.5.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.4.5", - "afi":"ipv4", - "interfaceName":"eth-rt5-1", - "active":true, - "backupIndex":[ - 0 - ] - }, - { - "ip":"10.0.5.5", - "afi":"ipv4", - "interfaceName":"eth-rt5-2", - "backupIndex":[ - 0 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.1.2", - "afi":"ipv4", - "interfaceName":"eth-sw1", - "active":true, - "labels":[ - 16040 - ] - } - ] - } - ], "10.0.6.0\/24":[ { "prefix":"10.0.6.0\/24", diff --git a/tests/topotests/isis_tilfa_topo1/rt3/step7/show_ip_route.ref b/tests/topotests/isis_tilfa_topo1/rt3/step7/show_ip_route.ref index fd340ba96230..5cbb81d8c6b0 100644 --- a/tests/topotests/isis_tilfa_topo1/rt3/step7/show_ip_route.ref +++ b/tests/topotests/isis_tilfa_topo1/rt3/step7/show_ip_route.ref @@ -234,54 +234,6 @@ ] } ], - "10.0.1.0\/24":[ - { - "prefix":"10.0.1.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.1.1", - "afi":"ipv4", - "interfaceName":"eth-sw1", - "backupIndex":[ - 0, - 1 - ] - }, - { - "ip":"10.0.1.2", - "afi":"ipv4", - "interfaceName":"eth-sw1", - "backupIndex":[ - 0, - 1 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.4.5", - "afi":"ipv4", - "interfaceName":"eth-rt5-1", - "active":true, - "labels":[ - 30040 - ] - }, - { - "ip":"10.0.5.5", - "afi":"ipv4", - "interfaceName":"eth-rt5-2", - "active":true, - "labels":[ - 30040 - ] - } - ] - } - ], "10.0.2.0\/24":[ { "prefix":"10.0.2.0\/24", @@ -358,82 +310,6 @@ ] } ], - "10.0.4.0\/24":[ - { - "prefix":"10.0.4.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.4.5", - "afi":"ipv4", - "interfaceName":"eth-rt5-1", - "backupIndex":[ - 0 - ] - }, - { - "ip":"10.0.5.5", - "afi":"ipv4", - "interfaceName":"eth-rt5-2", - "active":true, - "backupIndex":[ - 0 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.1.2", - "afi":"ipv4", - "interfaceName":"eth-sw1", - "active":true, - "labels":[ - 16040 - ] - } - ] - } - ], - "10.0.5.0\/24":[ - { - "prefix":"10.0.5.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.4.5", - "afi":"ipv4", - "interfaceName":"eth-rt5-1", - "active":true, - "backupIndex":[ - 0 - ] - }, - { - "ip":"10.0.5.5", - "afi":"ipv4", - "interfaceName":"eth-rt5-2", - "backupIndex":[ - 0 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.1.2", - "afi":"ipv4", - "interfaceName":"eth-sw1", - "active":true, - "labels":[ - 16040 - ] - } - ] - } - ], "10.0.6.0\/24":[ { "prefix":"10.0.6.0\/24", diff --git a/tests/topotests/isis_tilfa_topo1/rt3/step8/show_ip_route.ref b/tests/topotests/isis_tilfa_topo1/rt3/step8/show_ip_route.ref index e6d99e59e377..edb58eba3af6 100644 --- a/tests/topotests/isis_tilfa_topo1/rt3/step8/show_ip_route.ref +++ b/tests/topotests/isis_tilfa_topo1/rt3/step8/show_ip_route.ref @@ -241,54 +241,6 @@ ] } ], - "10.0.1.0\/24":[ - { - "prefix":"10.0.1.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.1.1", - "afi":"ipv4", - "interfaceName":"eth-sw1", - "backupIndex":[ - 0, - 1 - ] - }, - { - "ip":"10.0.1.2", - "afi":"ipv4", - "interfaceName":"eth-sw1", - "backupIndex":[ - 0, - 1 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.4.5", - "afi":"ipv4", - "interfaceName":"eth-rt5-1", - "active":true, - "labels":[ - 30040 - ] - }, - { - "ip":"10.0.5.5", - "afi":"ipv4", - "interfaceName":"eth-rt5-2", - "active":true, - "labels":[ - 30040 - ] - } - ] - } - ], "10.0.2.0\/24":[ { "prefix":"10.0.2.0\/24", @@ -365,82 +317,6 @@ ] } ], - "10.0.4.0\/24":[ - { - "prefix":"10.0.4.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.4.5", - "afi":"ipv4", - "interfaceName":"eth-rt5-1", - "backupIndex":[ - 0 - ] - }, - { - "ip":"10.0.5.5", - "afi":"ipv4", - "interfaceName":"eth-rt5-2", - "active":true, - "backupIndex":[ - 0 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.1.2", - "afi":"ipv4", - "interfaceName":"eth-sw1", - "active":true, - "labels":[ - 16040 - ] - } - ] - } - ], - "10.0.5.0\/24":[ - { - "prefix":"10.0.5.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.4.5", - "afi":"ipv4", - "interfaceName":"eth-rt5-1", - "active":true, - "backupIndex":[ - 0 - ] - }, - { - "ip":"10.0.5.5", - "afi":"ipv4", - "interfaceName":"eth-rt5-2", - "backupIndex":[ - 0 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.1.2", - "afi":"ipv4", - "interfaceName":"eth-sw1", - "active":true, - "labels":[ - 16040 - ] - } - ] - } - ], "10.0.6.0\/24":[ { "prefix":"10.0.6.0\/24", diff --git a/tests/topotests/isis_tilfa_topo1/rt3/step9/show_ip_route.ref b/tests/topotests/isis_tilfa_topo1/rt3/step9/show_ip_route.ref index a9590ee0fc94..20c85d35a4fd 100644 --- a/tests/topotests/isis_tilfa_topo1/rt3/step9/show_ip_route.ref +++ b/tests/topotests/isis_tilfa_topo1/rt3/step9/show_ip_route.ref @@ -241,54 +241,6 @@ ] } ], - "10.0.1.0\/24":[ - { - "prefix":"10.0.1.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.1.1", - "afi":"ipv4", - "interfaceName":"eth-sw1", - "backupIndex":[ - 0, - 1 - ] - }, - { - "ip":"10.0.1.2", - "afi":"ipv4", - "interfaceName":"eth-sw1", - "backupIndex":[ - 0, - 1 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.4.5", - "afi":"ipv4", - "interfaceName":"eth-rt5-1", - "active":true, - "labels":[ - 30040 - ] - }, - { - "ip":"10.0.5.5", - "afi":"ipv4", - "interfaceName":"eth-rt5-2", - "active":true, - "labels":[ - 30040 - ] - } - ] - } - ], "10.0.2.0\/24":[ { "prefix":"10.0.2.0\/24", @@ -365,82 +317,6 @@ ] } ], - "10.0.4.0\/24":[ - { - "prefix":"10.0.4.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.4.5", - "afi":"ipv4", - "interfaceName":"eth-rt5-1", - "backupIndex":[ - 0 - ] - }, - { - "ip":"10.0.5.5", - "afi":"ipv4", - "interfaceName":"eth-rt5-2", - "active":true, - "backupIndex":[ - 0 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.1.2", - "afi":"ipv4", - "interfaceName":"eth-sw1", - "active":true, - "labels":[ - 16040 - ] - } - ] - } - ], - "10.0.5.0\/24":[ - { - "prefix":"10.0.5.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.4.5", - "afi":"ipv4", - "interfaceName":"eth-rt5-1", - "active":true, - "backupIndex":[ - 0 - ] - }, - { - "ip":"10.0.5.5", - "afi":"ipv4", - "interfaceName":"eth-rt5-2", - "backupIndex":[ - 0 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.1.2", - "afi":"ipv4", - "interfaceName":"eth-sw1", - "active":true, - "labels":[ - 16040 - ] - } - ] - } - ], "10.0.6.0\/24":[ { "prefix":"10.0.6.0\/24", diff --git a/tests/topotests/isis_tilfa_topo1/rt4/step1/show_ip_route.ref b/tests/topotests/isis_tilfa_topo1/rt4/step1/show_ip_route.ref index 0ef5d1bc3f82..709ce185e18e 100644 --- a/tests/topotests/isis_tilfa_topo1/rt4/step1/show_ip_route.ref +++ b/tests/topotests/isis_tilfa_topo1/rt4/step1/show_ip_route.ref @@ -258,82 +258,6 @@ ] } ], - "10.0.2.0\/24":[ - { - "prefix":"10.0.2.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.2.2", - "afi":"ipv4", - "interfaceName":"eth-rt2-1", - "backupIndex":[ - 0 - ] - }, - { - "ip":"10.0.3.2", - "afi":"ipv4", - "interfaceName":"eth-rt2-2", - "active":true, - "backupIndex":[ - 0 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.6.5", - "afi":"ipv4", - "interfaceName":"eth-rt5", - "active":true, - "labels":[ - 16030 - ] - } - ] - } - ], - "10.0.3.0\/24":[ - { - "prefix":"10.0.3.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.2.2", - "afi":"ipv4", - "interfaceName":"eth-rt2-1", - "active":true, - "backupIndex":[ - 0 - ] - }, - { - "ip":"10.0.3.2", - "afi":"ipv4", - "interfaceName":"eth-rt2-2", - "backupIndex":[ - 0 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.6.5", - "afi":"ipv4", - "interfaceName":"eth-rt5", - "active":true, - "labels":[ - 16030 - ] - } - ] - } - ], "10.0.4.0\/24":[ { "prefix":"10.0.4.0\/24", @@ -424,58 +348,6 @@ ] } ], - "10.0.6.0\/24":[ - { - "prefix":"10.0.6.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.6.5", - "afi":"ipv4", - "interfaceName":"eth-rt5", - "backupIndex":[ - 0 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.7.6", - "afi":"ipv4", - "interfaceName":"eth-rt6", - "active":true - } - ] - } - ], - "10.0.7.0\/24":[ - { - "prefix":"10.0.7.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.7.6", - "afi":"ipv4", - "interfaceName":"eth-rt6", - "backupIndex":[ - 0 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.6.5", - "afi":"ipv4", - "interfaceName":"eth-rt5", - "active":true - } - ] - } - ], "10.0.8.0\/24":[ { "prefix":"10.0.8.0\/24", diff --git a/tests/topotests/isis_tilfa_topo1/rt4/step2/show_ip_route.ref b/tests/topotests/isis_tilfa_topo1/rt4/step2/show_ip_route.ref index 0ef5d1bc3f82..709ce185e18e 100644 --- a/tests/topotests/isis_tilfa_topo1/rt4/step2/show_ip_route.ref +++ b/tests/topotests/isis_tilfa_topo1/rt4/step2/show_ip_route.ref @@ -258,82 +258,6 @@ ] } ], - "10.0.2.0\/24":[ - { - "prefix":"10.0.2.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.2.2", - "afi":"ipv4", - "interfaceName":"eth-rt2-1", - "backupIndex":[ - 0 - ] - }, - { - "ip":"10.0.3.2", - "afi":"ipv4", - "interfaceName":"eth-rt2-2", - "active":true, - "backupIndex":[ - 0 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.6.5", - "afi":"ipv4", - "interfaceName":"eth-rt5", - "active":true, - "labels":[ - 16030 - ] - } - ] - } - ], - "10.0.3.0\/24":[ - { - "prefix":"10.0.3.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.2.2", - "afi":"ipv4", - "interfaceName":"eth-rt2-1", - "active":true, - "backupIndex":[ - 0 - ] - }, - { - "ip":"10.0.3.2", - "afi":"ipv4", - "interfaceName":"eth-rt2-2", - "backupIndex":[ - 0 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.6.5", - "afi":"ipv4", - "interfaceName":"eth-rt5", - "active":true, - "labels":[ - 16030 - ] - } - ] - } - ], "10.0.4.0\/24":[ { "prefix":"10.0.4.0\/24", @@ -424,58 +348,6 @@ ] } ], - "10.0.6.0\/24":[ - { - "prefix":"10.0.6.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.6.5", - "afi":"ipv4", - "interfaceName":"eth-rt5", - "backupIndex":[ - 0 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.7.6", - "afi":"ipv4", - "interfaceName":"eth-rt6", - "active":true - } - ] - } - ], - "10.0.7.0\/24":[ - { - "prefix":"10.0.7.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.7.6", - "afi":"ipv4", - "interfaceName":"eth-rt6", - "backupIndex":[ - 0 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.6.5", - "afi":"ipv4", - "interfaceName":"eth-rt5", - "active":true - } - ] - } - ], "10.0.8.0\/24":[ { "prefix":"10.0.8.0\/24", diff --git a/tests/topotests/isis_tilfa_topo1/rt4/step3/show_ip_route.ref b/tests/topotests/isis_tilfa_topo1/rt4/step3/show_ip_route.ref index 0ef5d1bc3f82..709ce185e18e 100644 --- a/tests/topotests/isis_tilfa_topo1/rt4/step3/show_ip_route.ref +++ b/tests/topotests/isis_tilfa_topo1/rt4/step3/show_ip_route.ref @@ -258,82 +258,6 @@ ] } ], - "10.0.2.0\/24":[ - { - "prefix":"10.0.2.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.2.2", - "afi":"ipv4", - "interfaceName":"eth-rt2-1", - "backupIndex":[ - 0 - ] - }, - { - "ip":"10.0.3.2", - "afi":"ipv4", - "interfaceName":"eth-rt2-2", - "active":true, - "backupIndex":[ - 0 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.6.5", - "afi":"ipv4", - "interfaceName":"eth-rt5", - "active":true, - "labels":[ - 16030 - ] - } - ] - } - ], - "10.0.3.0\/24":[ - { - "prefix":"10.0.3.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.2.2", - "afi":"ipv4", - "interfaceName":"eth-rt2-1", - "active":true, - "backupIndex":[ - 0 - ] - }, - { - "ip":"10.0.3.2", - "afi":"ipv4", - "interfaceName":"eth-rt2-2", - "backupIndex":[ - 0 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.6.5", - "afi":"ipv4", - "interfaceName":"eth-rt5", - "active":true, - "labels":[ - 16030 - ] - } - ] - } - ], "10.0.4.0\/24":[ { "prefix":"10.0.4.0\/24", @@ -424,58 +348,6 @@ ] } ], - "10.0.6.0\/24":[ - { - "prefix":"10.0.6.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.6.5", - "afi":"ipv4", - "interfaceName":"eth-rt5", - "backupIndex":[ - 0 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.7.6", - "afi":"ipv4", - "interfaceName":"eth-rt6", - "active":true - } - ] - } - ], - "10.0.7.0\/24":[ - { - "prefix":"10.0.7.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.7.6", - "afi":"ipv4", - "interfaceName":"eth-rt6", - "backupIndex":[ - 0 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.6.5", - "afi":"ipv4", - "interfaceName":"eth-rt5", - "active":true - } - ] - } - ], "10.0.8.0\/24":[ { "prefix":"10.0.8.0\/24", diff --git a/tests/topotests/isis_tilfa_topo1/rt4/step4/show_ip_route.ref b/tests/topotests/isis_tilfa_topo1/rt4/step4/show_ip_route.ref index 0f26fa5d7aed..2522d22898c2 100644 --- a/tests/topotests/isis_tilfa_topo1/rt4/step4/show_ip_route.ref +++ b/tests/topotests/isis_tilfa_topo1/rt4/step4/show_ip_route.ref @@ -154,48 +154,6 @@ ] } ], - "10.0.2.0\/24":[ - { - "prefix":"10.0.2.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.2.2", - "afi":"ipv4", - "interfaceName":"eth-rt2-1" - }, - { - "ip":"10.0.3.2", - "afi":"ipv4", - "interfaceName":"eth-rt2-2", - "active":true - } - ] - } - ], - "10.0.3.0\/24":[ - { - "prefix":"10.0.3.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.2.2", - "afi":"ipv4", - "interfaceName":"eth-rt2-1", - "active":true - }, - { - "ip":"10.0.3.2", - "afi":"ipv4", - "interfaceName":"eth-rt2-2" - } - ] - } - ], "10.0.4.0\/24":[ { "prefix":"10.0.4.0\/24", @@ -236,36 +194,6 @@ ] } ], - "10.0.6.0\/24":[ - { - "prefix":"10.0.6.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.6.5", - "afi":"ipv4", - "interfaceName":"eth-rt5" - } - ] - } - ], - "10.0.7.0\/24":[ - { - "prefix":"10.0.7.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.7.6", - "afi":"ipv4", - "interfaceName":"eth-rt6" - } - ] - } - ], "10.0.8.0\/24":[ { "prefix":"10.0.8.0\/24", diff --git a/tests/topotests/isis_tilfa_topo1/rt4/step5/show_ip_route.ref b/tests/topotests/isis_tilfa_topo1/rt4/step5/show_ip_route.ref index 0ef5d1bc3f82..709ce185e18e 100644 --- a/tests/topotests/isis_tilfa_topo1/rt4/step5/show_ip_route.ref +++ b/tests/topotests/isis_tilfa_topo1/rt4/step5/show_ip_route.ref @@ -258,82 +258,6 @@ ] } ], - "10.0.2.0\/24":[ - { - "prefix":"10.0.2.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.2.2", - "afi":"ipv4", - "interfaceName":"eth-rt2-1", - "backupIndex":[ - 0 - ] - }, - { - "ip":"10.0.3.2", - "afi":"ipv4", - "interfaceName":"eth-rt2-2", - "active":true, - "backupIndex":[ - 0 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.6.5", - "afi":"ipv4", - "interfaceName":"eth-rt5", - "active":true, - "labels":[ - 16030 - ] - } - ] - } - ], - "10.0.3.0\/24":[ - { - "prefix":"10.0.3.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.2.2", - "afi":"ipv4", - "interfaceName":"eth-rt2-1", - "active":true, - "backupIndex":[ - 0 - ] - }, - { - "ip":"10.0.3.2", - "afi":"ipv4", - "interfaceName":"eth-rt2-2", - "backupIndex":[ - 0 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.6.5", - "afi":"ipv4", - "interfaceName":"eth-rt5", - "active":true, - "labels":[ - 16030 - ] - } - ] - } - ], "10.0.4.0\/24":[ { "prefix":"10.0.4.0\/24", @@ -424,58 +348,6 @@ ] } ], - "10.0.6.0\/24":[ - { - "prefix":"10.0.6.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.6.5", - "afi":"ipv4", - "interfaceName":"eth-rt5", - "backupIndex":[ - 0 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.7.6", - "afi":"ipv4", - "interfaceName":"eth-rt6", - "active":true - } - ] - } - ], - "10.0.7.0\/24":[ - { - "prefix":"10.0.7.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.7.6", - "afi":"ipv4", - "interfaceName":"eth-rt6", - "backupIndex":[ - 0 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.6.5", - "afi":"ipv4", - "interfaceName":"eth-rt5", - "active":true - } - ] - } - ], "10.0.8.0\/24":[ { "prefix":"10.0.8.0\/24", diff --git a/tests/topotests/isis_tilfa_topo1/rt4/step6/show_ip_route.ref b/tests/topotests/isis_tilfa_topo1/rt4/step6/show_ip_route.ref index 89e556edd372..afe705aeb4bc 100644 --- a/tests/topotests/isis_tilfa_topo1/rt4/step6/show_ip_route.ref +++ b/tests/topotests/isis_tilfa_topo1/rt4/step6/show_ip_route.ref @@ -258,82 +258,6 @@ ] } ], - "10.0.2.0\/24":[ - { - "prefix":"10.0.2.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.2.2", - "afi":"ipv4", - "interfaceName":"eth-rt2-1", - "backupIndex":[ - 0 - ] - }, - { - "ip":"10.0.3.2", - "afi":"ipv4", - "interfaceName":"eth-rt2-2", - "active":true, - "backupIndex":[ - 0 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.6.5", - "afi":"ipv4", - "interfaceName":"eth-rt5", - "active":true, - "labels":[ - 30030 - ] - } - ] - } - ], - "10.0.3.0\/24":[ - { - "prefix":"10.0.3.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.2.2", - "afi":"ipv4", - "interfaceName":"eth-rt2-1", - "active":true, - "backupIndex":[ - 0 - ] - }, - { - "ip":"10.0.3.2", - "afi":"ipv4", - "interfaceName":"eth-rt2-2", - "backupIndex":[ - 0 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.6.5", - "afi":"ipv4", - "interfaceName":"eth-rt5", - "active":true, - "labels":[ - 30030 - ] - } - ] - } - ], "10.0.4.0\/24":[ { "prefix":"10.0.4.0\/24", @@ -424,58 +348,6 @@ ] } ], - "10.0.6.0\/24":[ - { - "prefix":"10.0.6.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.6.5", - "afi":"ipv4", - "interfaceName":"eth-rt5", - "backupIndex":[ - 0 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.7.6", - "afi":"ipv4", - "interfaceName":"eth-rt6", - "active":true - } - ] - } - ], - "10.0.7.0\/24":[ - { - "prefix":"10.0.7.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.7.6", - "afi":"ipv4", - "interfaceName":"eth-rt6", - "backupIndex":[ - 0 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.6.5", - "afi":"ipv4", - "interfaceName":"eth-rt5", - "active":true - } - ] - } - ], "10.0.8.0\/24":[ { "prefix":"10.0.8.0\/24", diff --git a/tests/topotests/isis_tilfa_topo1/rt4/step7/show_ip_route.ref b/tests/topotests/isis_tilfa_topo1/rt4/step7/show_ip_route.ref index f90e7f4f57a2..8a1d68b99c07 100644 --- a/tests/topotests/isis_tilfa_topo1/rt4/step7/show_ip_route.ref +++ b/tests/topotests/isis_tilfa_topo1/rt4/step7/show_ip_route.ref @@ -252,82 +252,6 @@ ] } ], - "10.0.2.0\/24":[ - { - "prefix":"10.0.2.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.2.2", - "afi":"ipv4", - "interfaceName":"eth-rt2-1", - "backupIndex":[ - 0 - ] - }, - { - "ip":"10.0.3.2", - "afi":"ipv4", - "interfaceName":"eth-rt2-2", - "active":true, - "backupIndex":[ - 0 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.6.5", - "afi":"ipv4", - "interfaceName":"eth-rt5", - "active":true, - "labels":[ - 30030 - ] - } - ] - } - ], - "10.0.3.0\/24":[ - { - "prefix":"10.0.3.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.2.2", - "afi":"ipv4", - "interfaceName":"eth-rt2-1", - "active":true, - "backupIndex":[ - 0 - ] - }, - { - "ip":"10.0.3.2", - "afi":"ipv4", - "interfaceName":"eth-rt2-2", - "backupIndex":[ - 0 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.6.5", - "afi":"ipv4", - "interfaceName":"eth-rt5", - "active":true, - "labels":[ - 30030 - ] - } - ] - } - ], "10.0.4.0\/24":[ { "prefix":"10.0.4.0\/24", @@ -418,58 +342,6 @@ ] } ], - "10.0.6.0\/24":[ - { - "prefix":"10.0.6.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.6.5", - "afi":"ipv4", - "interfaceName":"eth-rt5", - "backupIndex":[ - 0 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.7.6", - "afi":"ipv4", - "interfaceName":"eth-rt6", - "active":true - } - ] - } - ], - "10.0.7.0\/24":[ - { - "prefix":"10.0.7.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.7.6", - "afi":"ipv4", - "interfaceName":"eth-rt6", - "backupIndex":[ - 0 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.6.5", - "afi":"ipv4", - "interfaceName":"eth-rt5", - "active":true - } - ] - } - ], "10.0.8.0\/24":[ { "prefix":"10.0.8.0\/24", diff --git a/tests/topotests/isis_tilfa_topo1/rt4/step8/show_ip_route.ref b/tests/topotests/isis_tilfa_topo1/rt4/step8/show_ip_route.ref index 89e556edd372..afe705aeb4bc 100644 --- a/tests/topotests/isis_tilfa_topo1/rt4/step8/show_ip_route.ref +++ b/tests/topotests/isis_tilfa_topo1/rt4/step8/show_ip_route.ref @@ -258,82 +258,6 @@ ] } ], - "10.0.2.0\/24":[ - { - "prefix":"10.0.2.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.2.2", - "afi":"ipv4", - "interfaceName":"eth-rt2-1", - "backupIndex":[ - 0 - ] - }, - { - "ip":"10.0.3.2", - "afi":"ipv4", - "interfaceName":"eth-rt2-2", - "active":true, - "backupIndex":[ - 0 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.6.5", - "afi":"ipv4", - "interfaceName":"eth-rt5", - "active":true, - "labels":[ - 30030 - ] - } - ] - } - ], - "10.0.3.0\/24":[ - { - "prefix":"10.0.3.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.2.2", - "afi":"ipv4", - "interfaceName":"eth-rt2-1", - "active":true, - "backupIndex":[ - 0 - ] - }, - { - "ip":"10.0.3.2", - "afi":"ipv4", - "interfaceName":"eth-rt2-2", - "backupIndex":[ - 0 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.6.5", - "afi":"ipv4", - "interfaceName":"eth-rt5", - "active":true, - "labels":[ - 30030 - ] - } - ] - } - ], "10.0.4.0\/24":[ { "prefix":"10.0.4.0\/24", @@ -424,58 +348,6 @@ ] } ], - "10.0.6.0\/24":[ - { - "prefix":"10.0.6.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.6.5", - "afi":"ipv4", - "interfaceName":"eth-rt5", - "backupIndex":[ - 0 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.7.6", - "afi":"ipv4", - "interfaceName":"eth-rt6", - "active":true - } - ] - } - ], - "10.0.7.0\/24":[ - { - "prefix":"10.0.7.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.7.6", - "afi":"ipv4", - "interfaceName":"eth-rt6", - "backupIndex":[ - 0 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.6.5", - "afi":"ipv4", - "interfaceName":"eth-rt5", - "active":true - } - ] - } - ], "10.0.8.0\/24":[ { "prefix":"10.0.8.0\/24", diff --git a/tests/topotests/isis_tilfa_topo1/rt4/step9/show_ip_route.ref b/tests/topotests/isis_tilfa_topo1/rt4/step9/show_ip_route.ref index 1a084c77425a..7dd4f835b3ed 100644 --- a/tests/topotests/isis_tilfa_topo1/rt4/step9/show_ip_route.ref +++ b/tests/topotests/isis_tilfa_topo1/rt4/step9/show_ip_route.ref @@ -258,82 +258,6 @@ ] } ], - "10.0.2.0\/24":[ - { - "prefix":"10.0.2.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.2.2", - "afi":"ipv4", - "interfaceName":"eth-rt2-1", - "backupIndex":[ - 0 - ] - }, - { - "ip":"10.0.3.2", - "afi":"ipv4", - "interfaceName":"eth-rt2-2", - "active":true, - "backupIndex":[ - 0 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.6.5", - "afi":"ipv4", - "interfaceName":"eth-rt5", - "active":true, - "labels":[ - 30030 - ] - } - ] - } - ], - "10.0.3.0\/24":[ - { - "prefix":"10.0.3.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.2.2", - "afi":"ipv4", - "interfaceName":"eth-rt2-1", - "active":true, - "backupIndex":[ - 0 - ] - }, - { - "ip":"10.0.3.2", - "afi":"ipv4", - "interfaceName":"eth-rt2-2", - "backupIndex":[ - 0 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.6.5", - "afi":"ipv4", - "interfaceName":"eth-rt5", - "active":true, - "labels":[ - 30030 - ] - } - ] - } - ], "10.0.4.0\/24":[ { "prefix":"10.0.4.0\/24", @@ -424,58 +348,6 @@ ] } ], - "10.0.6.0\/24":[ - { - "prefix":"10.0.6.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.6.5", - "afi":"ipv4", - "interfaceName":"eth-rt5", - "backupIndex":[ - 0 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.7.6", - "afi":"ipv4", - "interfaceName":"eth-rt6", - "active":true - } - ] - } - ], - "10.0.7.0\/24":[ - { - "prefix":"10.0.7.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.7.6", - "afi":"ipv4", - "interfaceName":"eth-rt6", - "backupIndex":[ - 0 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.6.5", - "afi":"ipv4", - "interfaceName":"eth-rt5", - "active":true - } - ] - } - ], "10.0.8.0\/24":[ { "prefix":"10.0.8.0\/24", diff --git a/tests/topotests/isis_tilfa_topo1/rt5/step1/show_ip_route.ref b/tests/topotests/isis_tilfa_topo1/rt5/step1/show_ip_route.ref index 93740e22e0c7..d99d419c4d21 100644 --- a/tests/topotests/isis_tilfa_topo1/rt5/step1/show_ip_route.ref +++ b/tests/topotests/isis_tilfa_topo1/rt5/step1/show_ip_route.ref @@ -348,108 +348,6 @@ ] } ], - "10.0.4.0\/24":[ - { - "prefix":"10.0.4.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.4.3", - "afi":"ipv4", - "interfaceName":"eth-rt3-1", - "backupIndex":[ - 0 - ] - }, - { - "ip":"10.0.5.3", - "afi":"ipv4", - "interfaceName":"eth-rt3-2", - "active":true, - "backupIndex":[ - 0 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.6.4", - "afi":"ipv4", - "interfaceName":"eth-rt4", - "active":true, - "labels":[ - 16020 - ] - } - ] - } - ], - "10.0.5.0\/24":[ - { - "prefix":"10.0.5.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.4.3", - "afi":"ipv4", - "interfaceName":"eth-rt3-1", - "active":true, - "backupIndex":[ - 0 - ] - }, - { - "ip":"10.0.5.3", - "afi":"ipv4", - "interfaceName":"eth-rt3-2", - "backupIndex":[ - 0 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.6.4", - "afi":"ipv4", - "interfaceName":"eth-rt4", - "active":true, - "labels":[ - 16020 - ] - } - ] - } - ], - "10.0.6.0\/24":[ - { - "prefix":"10.0.6.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.6.4", - "afi":"ipv4", - "interfaceName":"eth-rt4", - "backupIndex":[ - 0 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.8.6", - "afi":"ipv4", - "interfaceName":"eth-rt6", - "active":true - } - ] - } - ], "10.0.7.0\/24":[ { "prefix":"10.0.7.0\/24", @@ -476,31 +374,5 @@ } ] } - ], - "10.0.8.0\/24":[ - { - "prefix":"10.0.8.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.8.6", - "afi":"ipv4", - "interfaceName":"eth-rt6", - "backupIndex":[ - 0 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.6.4", - "afi":"ipv4", - "interfaceName":"eth-rt4", - "active":true - } - ] - } ] } diff --git a/tests/topotests/isis_tilfa_topo1/rt5/step10/show_ip_route.ref b/tests/topotests/isis_tilfa_topo1/rt5/step10/show_ip_route.ref index ff8ace25be5d..b8cd57528b14 100644 --- a/tests/topotests/isis_tilfa_topo1/rt5/step10/show_ip_route.ref +++ b/tests/topotests/isis_tilfa_topo1/rt5/step10/show_ip_route.ref @@ -334,108 +334,6 @@ ] } ], - "10.0.4.0\/24":[ - { - "prefix":"10.0.4.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.4.3", - "afi":"ipv4", - "interfaceName":"eth-rt3-1", - "backupIndex":[ - 0 - ] - }, - { - "ip":"10.0.5.3", - "afi":"ipv4", - "interfaceName":"eth-rt3-2", - "active":true, - "backupIndex":[ - 0 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.6.4", - "afi":"ipv4", - "interfaceName":"eth-rt4", - "active":true, - "labels":[ - 16020 - ] - } - ] - } - ], - "10.0.5.0\/24":[ - { - "prefix":"10.0.5.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.4.3", - "afi":"ipv4", - "interfaceName":"eth-rt3-1", - "active":true, - "backupIndex":[ - 0 - ] - }, - { - "ip":"10.0.5.3", - "afi":"ipv4", - "interfaceName":"eth-rt3-2", - "backupIndex":[ - 0 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.6.4", - "afi":"ipv4", - "interfaceName":"eth-rt4", - "active":true, - "labels":[ - 16020 - ] - } - ] - } - ], - "10.0.6.0\/24":[ - { - "prefix":"10.0.6.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.6.4", - "afi":"ipv4", - "interfaceName":"eth-rt4", - "backupIndex":[ - 0 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.8.6", - "afi":"ipv4", - "interfaceName":"eth-rt6", - "active":true - } - ] - } - ], "10.0.7.0\/24":[ { "prefix":"10.0.7.0\/24", @@ -461,25 +359,5 @@ } ] } - ], - "10.0.8.0\/24":[ - { - "prefix":"10.0.8.0\/24", - "protocol":"isis", - "selected":true, - "destSelected":true, - "distance":115, - "metric":30, - "installed":true, - "nexthops":[ - { - "fib":true, - "ip":"10.0.6.4", - "afi":"ipv4", - "interfaceName":"eth-rt4", - "active":true - } - ] - } ] } diff --git a/tests/topotests/isis_tilfa_topo1/rt5/step2/show_ip_route.ref b/tests/topotests/isis_tilfa_topo1/rt5/step2/show_ip_route.ref index 93740e22e0c7..d99d419c4d21 100644 --- a/tests/topotests/isis_tilfa_topo1/rt5/step2/show_ip_route.ref +++ b/tests/topotests/isis_tilfa_topo1/rt5/step2/show_ip_route.ref @@ -348,108 +348,6 @@ ] } ], - "10.0.4.0\/24":[ - { - "prefix":"10.0.4.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.4.3", - "afi":"ipv4", - "interfaceName":"eth-rt3-1", - "backupIndex":[ - 0 - ] - }, - { - "ip":"10.0.5.3", - "afi":"ipv4", - "interfaceName":"eth-rt3-2", - "active":true, - "backupIndex":[ - 0 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.6.4", - "afi":"ipv4", - "interfaceName":"eth-rt4", - "active":true, - "labels":[ - 16020 - ] - } - ] - } - ], - "10.0.5.0\/24":[ - { - "prefix":"10.0.5.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.4.3", - "afi":"ipv4", - "interfaceName":"eth-rt3-1", - "active":true, - "backupIndex":[ - 0 - ] - }, - { - "ip":"10.0.5.3", - "afi":"ipv4", - "interfaceName":"eth-rt3-2", - "backupIndex":[ - 0 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.6.4", - "afi":"ipv4", - "interfaceName":"eth-rt4", - "active":true, - "labels":[ - 16020 - ] - } - ] - } - ], - "10.0.6.0\/24":[ - { - "prefix":"10.0.6.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.6.4", - "afi":"ipv4", - "interfaceName":"eth-rt4", - "backupIndex":[ - 0 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.8.6", - "afi":"ipv4", - "interfaceName":"eth-rt6", - "active":true - } - ] - } - ], "10.0.7.0\/24":[ { "prefix":"10.0.7.0\/24", @@ -476,31 +374,5 @@ } ] } - ], - "10.0.8.0\/24":[ - { - "prefix":"10.0.8.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.8.6", - "afi":"ipv4", - "interfaceName":"eth-rt6", - "backupIndex":[ - 0 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.6.4", - "afi":"ipv4", - "interfaceName":"eth-rt4", - "active":true - } - ] - } ] } diff --git a/tests/topotests/isis_tilfa_topo1/rt5/step3/show_ip_route.ref b/tests/topotests/isis_tilfa_topo1/rt5/step3/show_ip_route.ref index 93740e22e0c7..d99d419c4d21 100644 --- a/tests/topotests/isis_tilfa_topo1/rt5/step3/show_ip_route.ref +++ b/tests/topotests/isis_tilfa_topo1/rt5/step3/show_ip_route.ref @@ -348,108 +348,6 @@ ] } ], - "10.0.4.0\/24":[ - { - "prefix":"10.0.4.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.4.3", - "afi":"ipv4", - "interfaceName":"eth-rt3-1", - "backupIndex":[ - 0 - ] - }, - { - "ip":"10.0.5.3", - "afi":"ipv4", - "interfaceName":"eth-rt3-2", - "active":true, - "backupIndex":[ - 0 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.6.4", - "afi":"ipv4", - "interfaceName":"eth-rt4", - "active":true, - "labels":[ - 16020 - ] - } - ] - } - ], - "10.0.5.0\/24":[ - { - "prefix":"10.0.5.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.4.3", - "afi":"ipv4", - "interfaceName":"eth-rt3-1", - "active":true, - "backupIndex":[ - 0 - ] - }, - { - "ip":"10.0.5.3", - "afi":"ipv4", - "interfaceName":"eth-rt3-2", - "backupIndex":[ - 0 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.6.4", - "afi":"ipv4", - "interfaceName":"eth-rt4", - "active":true, - "labels":[ - 16020 - ] - } - ] - } - ], - "10.0.6.0\/24":[ - { - "prefix":"10.0.6.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.6.4", - "afi":"ipv4", - "interfaceName":"eth-rt4", - "backupIndex":[ - 0 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.8.6", - "afi":"ipv4", - "interfaceName":"eth-rt6", - "active":true - } - ] - } - ], "10.0.7.0\/24":[ { "prefix":"10.0.7.0\/24", @@ -476,31 +374,5 @@ } ] } - ], - "10.0.8.0\/24":[ - { - "prefix":"10.0.8.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.8.6", - "afi":"ipv4", - "interfaceName":"eth-rt6", - "backupIndex":[ - 0 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.6.4", - "afi":"ipv4", - "interfaceName":"eth-rt4", - "active":true - } - ] - } ] } diff --git a/tests/topotests/isis_tilfa_topo1/rt5/step4/show_ip_route.ref b/tests/topotests/isis_tilfa_topo1/rt5/step4/show_ip_route.ref index b5bd8c7a5c98..5740688b8979 100644 --- a/tests/topotests/isis_tilfa_topo1/rt5/step4/show_ip_route.ref +++ b/tests/topotests/isis_tilfa_topo1/rt5/step4/show_ip_route.ref @@ -315,74 +315,6 @@ ] } ], - "10.0.4.0\/24":[ - { - "prefix":"10.0.4.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.4.3", - "afi":"ipv4", - "interfaceName":"eth-rt3-1" - }, - { - "ip":"10.0.5.3", - "afi":"ipv4", - "interfaceName":"eth-rt3-2", - "active":true - } - ] - } - ], - "10.0.5.0\/24":[ - { - "prefix":"10.0.5.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.4.3", - "afi":"ipv4", - "interfaceName":"eth-rt3-1", - "active":true - }, - { - "ip":"10.0.5.3", - "afi":"ipv4", - "interfaceName":"eth-rt3-2" - } - ] - } - ], - "10.0.6.0\/24":[ - { - "prefix":"10.0.6.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.6.4", - "afi":"ipv4", - "interfaceName":"eth-rt4", - "backupIndex":[ - 0 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.8.6", - "afi":"ipv4", - "interfaceName":"eth-rt6", - "active":true - } - ] - } - ], "10.0.7.0\/24":[ { "prefix":"10.0.7.0\/24", @@ -409,31 +341,5 @@ } ] } - ], - "10.0.8.0\/24":[ - { - "prefix":"10.0.8.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.8.6", - "afi":"ipv4", - "interfaceName":"eth-rt6", - "backupIndex":[ - 0 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.6.4", - "afi":"ipv4", - "interfaceName":"eth-rt4", - "active":true - } - ] - } ] } diff --git a/tests/topotests/isis_tilfa_topo1/rt5/step5/show_ip_route.ref b/tests/topotests/isis_tilfa_topo1/rt5/step5/show_ip_route.ref index 93740e22e0c7..d99d419c4d21 100644 --- a/tests/topotests/isis_tilfa_topo1/rt5/step5/show_ip_route.ref +++ b/tests/topotests/isis_tilfa_topo1/rt5/step5/show_ip_route.ref @@ -348,108 +348,6 @@ ] } ], - "10.0.4.0\/24":[ - { - "prefix":"10.0.4.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.4.3", - "afi":"ipv4", - "interfaceName":"eth-rt3-1", - "backupIndex":[ - 0 - ] - }, - { - "ip":"10.0.5.3", - "afi":"ipv4", - "interfaceName":"eth-rt3-2", - "active":true, - "backupIndex":[ - 0 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.6.4", - "afi":"ipv4", - "interfaceName":"eth-rt4", - "active":true, - "labels":[ - 16020 - ] - } - ] - } - ], - "10.0.5.0\/24":[ - { - "prefix":"10.0.5.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.4.3", - "afi":"ipv4", - "interfaceName":"eth-rt3-1", - "active":true, - "backupIndex":[ - 0 - ] - }, - { - "ip":"10.0.5.3", - "afi":"ipv4", - "interfaceName":"eth-rt3-2", - "backupIndex":[ - 0 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.6.4", - "afi":"ipv4", - "interfaceName":"eth-rt4", - "active":true, - "labels":[ - 16020 - ] - } - ] - } - ], - "10.0.6.0\/24":[ - { - "prefix":"10.0.6.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.6.4", - "afi":"ipv4", - "interfaceName":"eth-rt4", - "backupIndex":[ - 0 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.8.6", - "afi":"ipv4", - "interfaceName":"eth-rt6", - "active":true - } - ] - } - ], "10.0.7.0\/24":[ { "prefix":"10.0.7.0\/24", @@ -476,31 +374,5 @@ } ] } - ], - "10.0.8.0\/24":[ - { - "prefix":"10.0.8.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.8.6", - "afi":"ipv4", - "interfaceName":"eth-rt6", - "backupIndex":[ - 0 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.6.4", - "afi":"ipv4", - "interfaceName":"eth-rt4", - "active":true - } - ] - } ] } diff --git a/tests/topotests/isis_tilfa_topo1/rt5/step6/show_ip_route.ref b/tests/topotests/isis_tilfa_topo1/rt5/step6/show_ip_route.ref index 93740e22e0c7..d99d419c4d21 100644 --- a/tests/topotests/isis_tilfa_topo1/rt5/step6/show_ip_route.ref +++ b/tests/topotests/isis_tilfa_topo1/rt5/step6/show_ip_route.ref @@ -348,108 +348,6 @@ ] } ], - "10.0.4.0\/24":[ - { - "prefix":"10.0.4.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.4.3", - "afi":"ipv4", - "interfaceName":"eth-rt3-1", - "backupIndex":[ - 0 - ] - }, - { - "ip":"10.0.5.3", - "afi":"ipv4", - "interfaceName":"eth-rt3-2", - "active":true, - "backupIndex":[ - 0 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.6.4", - "afi":"ipv4", - "interfaceName":"eth-rt4", - "active":true, - "labels":[ - 16020 - ] - } - ] - } - ], - "10.0.5.0\/24":[ - { - "prefix":"10.0.5.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.4.3", - "afi":"ipv4", - "interfaceName":"eth-rt3-1", - "active":true, - "backupIndex":[ - 0 - ] - }, - { - "ip":"10.0.5.3", - "afi":"ipv4", - "interfaceName":"eth-rt3-2", - "backupIndex":[ - 0 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.6.4", - "afi":"ipv4", - "interfaceName":"eth-rt4", - "active":true, - "labels":[ - 16020 - ] - } - ] - } - ], - "10.0.6.0\/24":[ - { - "prefix":"10.0.6.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.6.4", - "afi":"ipv4", - "interfaceName":"eth-rt4", - "backupIndex":[ - 0 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.8.6", - "afi":"ipv4", - "interfaceName":"eth-rt6", - "active":true - } - ] - } - ], "10.0.7.0\/24":[ { "prefix":"10.0.7.0\/24", @@ -476,31 +374,5 @@ } ] } - ], - "10.0.8.0\/24":[ - { - "prefix":"10.0.8.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.8.6", - "afi":"ipv4", - "interfaceName":"eth-rt6", - "backupIndex":[ - 0 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.6.4", - "afi":"ipv4", - "interfaceName":"eth-rt4", - "active":true - } - ] - } ] } diff --git a/tests/topotests/isis_tilfa_topo1/rt5/step7/show_ip_route.ref b/tests/topotests/isis_tilfa_topo1/rt5/step7/show_ip_route.ref index 93740e22e0c7..d99d419c4d21 100644 --- a/tests/topotests/isis_tilfa_topo1/rt5/step7/show_ip_route.ref +++ b/tests/topotests/isis_tilfa_topo1/rt5/step7/show_ip_route.ref @@ -348,108 +348,6 @@ ] } ], - "10.0.4.0\/24":[ - { - "prefix":"10.0.4.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.4.3", - "afi":"ipv4", - "interfaceName":"eth-rt3-1", - "backupIndex":[ - 0 - ] - }, - { - "ip":"10.0.5.3", - "afi":"ipv4", - "interfaceName":"eth-rt3-2", - "active":true, - "backupIndex":[ - 0 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.6.4", - "afi":"ipv4", - "interfaceName":"eth-rt4", - "active":true, - "labels":[ - 16020 - ] - } - ] - } - ], - "10.0.5.0\/24":[ - { - "prefix":"10.0.5.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.4.3", - "afi":"ipv4", - "interfaceName":"eth-rt3-1", - "active":true, - "backupIndex":[ - 0 - ] - }, - { - "ip":"10.0.5.3", - "afi":"ipv4", - "interfaceName":"eth-rt3-2", - "backupIndex":[ - 0 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.6.4", - "afi":"ipv4", - "interfaceName":"eth-rt4", - "active":true, - "labels":[ - 16020 - ] - } - ] - } - ], - "10.0.6.0\/24":[ - { - "prefix":"10.0.6.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.6.4", - "afi":"ipv4", - "interfaceName":"eth-rt4", - "backupIndex":[ - 0 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.8.6", - "afi":"ipv4", - "interfaceName":"eth-rt6", - "active":true - } - ] - } - ], "10.0.7.0\/24":[ { "prefix":"10.0.7.0\/24", @@ -476,31 +374,5 @@ } ] } - ], - "10.0.8.0\/24":[ - { - "prefix":"10.0.8.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.8.6", - "afi":"ipv4", - "interfaceName":"eth-rt6", - "backupIndex":[ - 0 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.6.4", - "afi":"ipv4", - "interfaceName":"eth-rt4", - "active":true - } - ] - } ] } diff --git a/tests/topotests/isis_tilfa_topo1/rt5/step8/show_ip_route.ref b/tests/topotests/isis_tilfa_topo1/rt5/step8/show_ip_route.ref index 93740e22e0c7..d99d419c4d21 100644 --- a/tests/topotests/isis_tilfa_topo1/rt5/step8/show_ip_route.ref +++ b/tests/topotests/isis_tilfa_topo1/rt5/step8/show_ip_route.ref @@ -348,108 +348,6 @@ ] } ], - "10.0.4.0\/24":[ - { - "prefix":"10.0.4.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.4.3", - "afi":"ipv4", - "interfaceName":"eth-rt3-1", - "backupIndex":[ - 0 - ] - }, - { - "ip":"10.0.5.3", - "afi":"ipv4", - "interfaceName":"eth-rt3-2", - "active":true, - "backupIndex":[ - 0 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.6.4", - "afi":"ipv4", - "interfaceName":"eth-rt4", - "active":true, - "labels":[ - 16020 - ] - } - ] - } - ], - "10.0.5.0\/24":[ - { - "prefix":"10.0.5.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.4.3", - "afi":"ipv4", - "interfaceName":"eth-rt3-1", - "active":true, - "backupIndex":[ - 0 - ] - }, - { - "ip":"10.0.5.3", - "afi":"ipv4", - "interfaceName":"eth-rt3-2", - "backupIndex":[ - 0 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.6.4", - "afi":"ipv4", - "interfaceName":"eth-rt4", - "active":true, - "labels":[ - 16020 - ] - } - ] - } - ], - "10.0.6.0\/24":[ - { - "prefix":"10.0.6.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.6.4", - "afi":"ipv4", - "interfaceName":"eth-rt4", - "backupIndex":[ - 0 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.8.6", - "afi":"ipv4", - "interfaceName":"eth-rt6", - "active":true - } - ] - } - ], "10.0.7.0\/24":[ { "prefix":"10.0.7.0\/24", @@ -476,31 +374,5 @@ } ] } - ], - "10.0.8.0\/24":[ - { - "prefix":"10.0.8.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.8.6", - "afi":"ipv4", - "interfaceName":"eth-rt6", - "backupIndex":[ - 0 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.6.4", - "afi":"ipv4", - "interfaceName":"eth-rt4", - "active":true - } - ] - } ] } diff --git a/tests/topotests/isis_tilfa_topo1/rt5/step9/show_ip_route.ref b/tests/topotests/isis_tilfa_topo1/rt5/step9/show_ip_route.ref index 93740e22e0c7..d99d419c4d21 100644 --- a/tests/topotests/isis_tilfa_topo1/rt5/step9/show_ip_route.ref +++ b/tests/topotests/isis_tilfa_topo1/rt5/step9/show_ip_route.ref @@ -348,108 +348,6 @@ ] } ], - "10.0.4.0\/24":[ - { - "prefix":"10.0.4.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.4.3", - "afi":"ipv4", - "interfaceName":"eth-rt3-1", - "backupIndex":[ - 0 - ] - }, - { - "ip":"10.0.5.3", - "afi":"ipv4", - "interfaceName":"eth-rt3-2", - "active":true, - "backupIndex":[ - 0 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.6.4", - "afi":"ipv4", - "interfaceName":"eth-rt4", - "active":true, - "labels":[ - 16020 - ] - } - ] - } - ], - "10.0.5.0\/24":[ - { - "prefix":"10.0.5.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.4.3", - "afi":"ipv4", - "interfaceName":"eth-rt3-1", - "active":true, - "backupIndex":[ - 0 - ] - }, - { - "ip":"10.0.5.3", - "afi":"ipv4", - "interfaceName":"eth-rt3-2", - "backupIndex":[ - 0 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.6.4", - "afi":"ipv4", - "interfaceName":"eth-rt4", - "active":true, - "labels":[ - 16020 - ] - } - ] - } - ], - "10.0.6.0\/24":[ - { - "prefix":"10.0.6.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.6.4", - "afi":"ipv4", - "interfaceName":"eth-rt4", - "backupIndex":[ - 0 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.8.6", - "afi":"ipv4", - "interfaceName":"eth-rt6", - "active":true - } - ] - } - ], "10.0.7.0\/24":[ { "prefix":"10.0.7.0\/24", @@ -476,31 +374,5 @@ } ] } - ], - "10.0.8.0\/24":[ - { - "prefix":"10.0.8.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.8.6", - "afi":"ipv4", - "interfaceName":"eth-rt6", - "backupIndex":[ - 0 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.6.4", - "afi":"ipv4", - "interfaceName":"eth-rt4", - "active":true - } - ] - } ] } diff --git a/tests/topotests/isis_tilfa_topo1/rt6/step1/show_ip_route.ref b/tests/topotests/isis_tilfa_topo1/rt6/step1/show_ip_route.ref index b9b43c413927..3f7b9ceac70e 100644 --- a/tests/topotests/isis_tilfa_topo1/rt6/step1/show_ip_route.ref +++ b/tests/topotests/isis_tilfa_topo1/rt6/step1/show_ip_route.ref @@ -357,57 +357,5 @@ } ] } - ], - "10.0.7.0\/24":[ - { - "prefix":"10.0.7.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.7.4", - "afi":"ipv4", - "interfaceName":"eth-rt4", - "backupIndex":[ - 0 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.8.5", - "afi":"ipv4", - "interfaceName":"eth-rt5", - "active":true - } - ] - } - ], - "10.0.8.0\/24":[ - { - "prefix":"10.0.8.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.8.5", - "afi":"ipv4", - "interfaceName":"eth-rt5", - "backupIndex":[ - 0 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.7.4", - "afi":"ipv4", - "interfaceName":"eth-rt4", - "active":true - } - ] - } ] } diff --git a/tests/topotests/isis_tilfa_topo1/rt6/step10/show_ip_route.ref b/tests/topotests/isis_tilfa_topo1/rt6/step10/show_ip_route.ref index 822e24b3b0ca..5107b3dce5d4 100644 --- a/tests/topotests/isis_tilfa_topo1/rt6/step10/show_ip_route.ref +++ b/tests/topotests/isis_tilfa_topo1/rt6/step10/show_ip_route.ref @@ -307,48 +307,5 @@ } ] } - ], - "10.0.7.0\/24":[ - { - "prefix":"10.0.7.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.7.4", - "afi":"ipv4", - "interfaceName":"eth-rt4", - "backupIndex":[ - 0 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.8.5", - "afi":"ipv4", - "interfaceName":"eth-rt5", - "active":true - } - ] - } - ], - "10.0.8.0\/24":[ - { - "prefix":"10.0.8.0\/24", - "protocol":"isis", - "distance":115, - "metric":30, - "nexthops":[ - { - "fib":true, - "ip":"10.0.7.4", - "afi":"ipv4", - "interfaceName":"eth-rt4", - "active":true - } - ] - } ] } diff --git a/tests/topotests/isis_tilfa_topo1/rt6/step2/show_ip_route.ref b/tests/topotests/isis_tilfa_topo1/rt6/step2/show_ip_route.ref index b9b43c413927..3f7b9ceac70e 100644 --- a/tests/topotests/isis_tilfa_topo1/rt6/step2/show_ip_route.ref +++ b/tests/topotests/isis_tilfa_topo1/rt6/step2/show_ip_route.ref @@ -357,57 +357,5 @@ } ] } - ], - "10.0.7.0\/24":[ - { - "prefix":"10.0.7.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.7.4", - "afi":"ipv4", - "interfaceName":"eth-rt4", - "backupIndex":[ - 0 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.8.5", - "afi":"ipv4", - "interfaceName":"eth-rt5", - "active":true - } - ] - } - ], - "10.0.8.0\/24":[ - { - "prefix":"10.0.8.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.8.5", - "afi":"ipv4", - "interfaceName":"eth-rt5", - "backupIndex":[ - 0 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.7.4", - "afi":"ipv4", - "interfaceName":"eth-rt4", - "active":true - } - ] - } ] } diff --git a/tests/topotests/isis_tilfa_topo1/rt6/step3/show_ip_route.ref b/tests/topotests/isis_tilfa_topo1/rt6/step3/show_ip_route.ref index b9b43c413927..3f7b9ceac70e 100644 --- a/tests/topotests/isis_tilfa_topo1/rt6/step3/show_ip_route.ref +++ b/tests/topotests/isis_tilfa_topo1/rt6/step3/show_ip_route.ref @@ -357,57 +357,5 @@ } ] } - ], - "10.0.7.0\/24":[ - { - "prefix":"10.0.7.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.7.4", - "afi":"ipv4", - "interfaceName":"eth-rt4", - "backupIndex":[ - 0 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.8.5", - "afi":"ipv4", - "interfaceName":"eth-rt5", - "active":true - } - ] - } - ], - "10.0.8.0\/24":[ - { - "prefix":"10.0.8.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.8.5", - "afi":"ipv4", - "interfaceName":"eth-rt5", - "backupIndex":[ - 0 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.7.4", - "afi":"ipv4", - "interfaceName":"eth-rt4", - "active":true - } - ] - } ] } diff --git a/tests/topotests/isis_tilfa_topo1/rt6/step4/show_ip_route.ref b/tests/topotests/isis_tilfa_topo1/rt6/step4/show_ip_route.ref index d34a28ee0f00..4c2fbb380170 100644 --- a/tests/topotests/isis_tilfa_topo1/rt6/step4/show_ip_route.ref +++ b/tests/topotests/isis_tilfa_topo1/rt6/step4/show_ip_route.ref @@ -339,57 +339,5 @@ } ] } - ], - "10.0.7.0\/24":[ - { - "prefix":"10.0.7.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.7.4", - "afi":"ipv4", - "interfaceName":"eth-rt4", - "backupIndex":[ - 0 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.8.5", - "afi":"ipv4", - "interfaceName":"eth-rt5", - "active":true - } - ] - } - ], - "10.0.8.0\/24":[ - { - "prefix":"10.0.8.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.8.5", - "afi":"ipv4", - "interfaceName":"eth-rt5", - "backupIndex":[ - 0 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.7.4", - "afi":"ipv4", - "interfaceName":"eth-rt4", - "active":true - } - ] - } ] } diff --git a/tests/topotests/isis_tilfa_topo1/rt6/step5/show_ip_route.ref b/tests/topotests/isis_tilfa_topo1/rt6/step5/show_ip_route.ref index b9b43c413927..3f7b9ceac70e 100644 --- a/tests/topotests/isis_tilfa_topo1/rt6/step5/show_ip_route.ref +++ b/tests/topotests/isis_tilfa_topo1/rt6/step5/show_ip_route.ref @@ -357,57 +357,5 @@ } ] } - ], - "10.0.7.0\/24":[ - { - "prefix":"10.0.7.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.7.4", - "afi":"ipv4", - "interfaceName":"eth-rt4", - "backupIndex":[ - 0 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.8.5", - "afi":"ipv4", - "interfaceName":"eth-rt5", - "active":true - } - ] - } - ], - "10.0.8.0\/24":[ - { - "prefix":"10.0.8.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.8.5", - "afi":"ipv4", - "interfaceName":"eth-rt5", - "backupIndex":[ - 0 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.7.4", - "afi":"ipv4", - "interfaceName":"eth-rt4", - "active":true - } - ] - } ] } diff --git a/tests/topotests/isis_tilfa_topo1/rt6/step6/show_ip_route.ref b/tests/topotests/isis_tilfa_topo1/rt6/step6/show_ip_route.ref index ca39251e4ac1..55c8f01a3f7d 100644 --- a/tests/topotests/isis_tilfa_topo1/rt6/step6/show_ip_route.ref +++ b/tests/topotests/isis_tilfa_topo1/rt6/step6/show_ip_route.ref @@ -357,57 +357,5 @@ } ] } - ], - "10.0.7.0\/24":[ - { - "prefix":"10.0.7.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.7.4", - "afi":"ipv4", - "interfaceName":"eth-rt4", - "backupIndex":[ - 0 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.8.5", - "afi":"ipv4", - "interfaceName":"eth-rt5", - "active":true - } - ] - } - ], - "10.0.8.0\/24":[ - { - "prefix":"10.0.8.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.8.5", - "afi":"ipv4", - "interfaceName":"eth-rt5", - "backupIndex":[ - 0 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.7.4", - "afi":"ipv4", - "interfaceName":"eth-rt4", - "active":true - } - ] - } ] } diff --git a/tests/topotests/isis_tilfa_topo1/rt6/step7/show_ip_route.ref b/tests/topotests/isis_tilfa_topo1/rt6/step7/show_ip_route.ref index ee47c1aa9305..49be68cc7637 100644 --- a/tests/topotests/isis_tilfa_topo1/rt6/step7/show_ip_route.ref +++ b/tests/topotests/isis_tilfa_topo1/rt6/step7/show_ip_route.ref @@ -351,57 +351,5 @@ } ] } - ], - "10.0.7.0\/24":[ - { - "prefix":"10.0.7.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.7.4", - "afi":"ipv4", - "interfaceName":"eth-rt4", - "backupIndex":[ - 0 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.8.5", - "afi":"ipv4", - "interfaceName":"eth-rt5", - "active":true - } - ] - } - ], - "10.0.8.0\/24":[ - { - "prefix":"10.0.8.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.8.5", - "afi":"ipv4", - "interfaceName":"eth-rt5", - "backupIndex":[ - 0 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.7.4", - "afi":"ipv4", - "interfaceName":"eth-rt4", - "active":true - } - ] - } ] } diff --git a/tests/topotests/isis_tilfa_topo1/rt6/step8/show_ip_route.ref b/tests/topotests/isis_tilfa_topo1/rt6/step8/show_ip_route.ref index ca39251e4ac1..55c8f01a3f7d 100644 --- a/tests/topotests/isis_tilfa_topo1/rt6/step8/show_ip_route.ref +++ b/tests/topotests/isis_tilfa_topo1/rt6/step8/show_ip_route.ref @@ -357,57 +357,5 @@ } ] } - ], - "10.0.7.0\/24":[ - { - "prefix":"10.0.7.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.7.4", - "afi":"ipv4", - "interfaceName":"eth-rt4", - "backupIndex":[ - 0 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.8.5", - "afi":"ipv4", - "interfaceName":"eth-rt5", - "active":true - } - ] - } - ], - "10.0.8.0\/24":[ - { - "prefix":"10.0.8.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.8.5", - "afi":"ipv4", - "interfaceName":"eth-rt5", - "backupIndex":[ - 0 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.7.4", - "afi":"ipv4", - "interfaceName":"eth-rt4", - "active":true - } - ] - } ] } diff --git a/tests/topotests/isis_tilfa_topo1/rt6/step9/show_ip_route.ref b/tests/topotests/isis_tilfa_topo1/rt6/step9/show_ip_route.ref index 879d595c884b..1f67703e4b46 100644 --- a/tests/topotests/isis_tilfa_topo1/rt6/step9/show_ip_route.ref +++ b/tests/topotests/isis_tilfa_topo1/rt6/step9/show_ip_route.ref @@ -357,57 +357,5 @@ } ] } - ], - "10.0.7.0\/24":[ - { - "prefix":"10.0.7.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.7.4", - "afi":"ipv4", - "interfaceName":"eth-rt4", - "backupIndex":[ - 0 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.8.5", - "afi":"ipv4", - "interfaceName":"eth-rt5", - "active":true - } - ] - } - ], - "10.0.8.0\/24":[ - { - "prefix":"10.0.8.0\/24", - "protocol":"isis", - "distance":115, - "metric":20, - "nexthops":[ - { - "ip":"10.0.8.5", - "afi":"ipv4", - "interfaceName":"eth-rt5", - "backupIndex":[ - 0 - ] - } - ], - "backupNexthops":[ - { - "ip":"10.0.7.4", - "afi":"ipv4", - "interfaceName":"eth-rt4", - "active":true - } - ] - } ] } diff --git a/tests/topotests/isis_topo1/r1/r1_topology.json b/tests/topotests/isis_topo1/r1/r1_topology.json index 6b3374cc4d6f..83c69f822edf 100644 --- a/tests/topotests/isis_topo1/r1/r1_topology.json +++ b/tests/topotests/isis_topo1/r1/r1_topology.json @@ -22,7 +22,7 @@ { "metric": 0, "parent": "r1(4)", - "type": "IP internal", + "type": "IP TE", "vertex": "10.0.20.0/24" }, { @@ -41,14 +41,6 @@ "type": "IP TE", "vertex": "10.0.10.0/24" }, - { - "interface": "r1-eth0", - "metric": 10, - "nextHop": "r3", - "parent": "r3(4)", - "type": "IP TE", - "vertex": "10.0.20.0/24" - }, { "interface": "r1-eth0", "metric": 10, diff --git a/tests/topotests/isis_topo1/r2/r2_topology.json b/tests/topotests/isis_topo1/r2/r2_topology.json index 8720bc1cac2c..e578a56f87ec 100644 --- a/tests/topotests/isis_topo1/r2/r2_topology.json +++ b/tests/topotests/isis_topo1/r2/r2_topology.json @@ -22,7 +22,7 @@ { "metric": 0, "parent": "r2(4)", - "type": "IP internal", + "type": "IP TE", "vertex": "10.0.21.0/24" }, { @@ -41,14 +41,6 @@ "type": "IP TE", "vertex": "10.0.11.0/24" }, - { - "interface": "r2-eth0", - "metric": 10, - "nextHop": "r4", - "parent": "r4(4)", - "type": "IP TE", - "vertex": "10.0.21.0/24" - }, { "interface": "r2-eth0", "metric": 10, diff --git a/tests/topotests/isis_topo1/r3/r3_route.json b/tests/topotests/isis_topo1/r3/r3_route.json index c3b6e3b0a642..68f9efb06c05 100644 --- a/tests/topotests/isis_topo1/r3/r3_route.json +++ b/tests/topotests/isis_topo1/r3/r3_route.json @@ -1,18 +1,5 @@ { "10.0.10.0/24": [ - { - "distance": 115, - "metric": 10, - "nexthops": [ - { - "afi": "ipv4", - "interfaceName": "r3-eth1", - "ip": "10.0.10.1" - } - ], - "prefix": "10.0.10.0/24", - "protocol": "isis" - }, { "nexthops": [ { diff --git a/tests/topotests/isis_topo1/r3/r3_topology.json b/tests/topotests/isis_topo1/r3/r3_topology.json index 568b6dfeede8..7b5c69aeb84f 100644 --- a/tests/topotests/isis_topo1/r3/r3_topology.json +++ b/tests/topotests/isis_topo1/r3/r3_topology.json @@ -10,7 +10,7 @@ { "metric": 0, "parent": "r3(4)", - "type": "IP internal", + "type": "IP TE", "vertex": "10.0.10.0/24" }, { @@ -21,14 +21,6 @@ "type": "TE-IS", "vertex": "r5" }, - { - "interface": "r3-eth1", - "metric": 10, - "nextHop": "r5", - "parent": "r5(4)", - "type": "IP TE", - "vertex": "10.0.10.0/24" - }, { "interface": "r3-eth1", "metric": 10, @@ -136,7 +128,7 @@ { "metric": 0, "parent": "r3(4)", - "type": "IP internal", + "type": "IP TE", "vertex": "10.0.20.0/24" }, { @@ -147,14 +139,6 @@ "type": "TE-IS", "vertex": "r1" }, - { - "interface": "r3-eth0", - "metric": 10, - "nextHop": "r1", - "parent": "r1(4)", - "type": "IP TE", - "vertex": "10.0.20.0/24" - }, { "interface": "r3-eth0", "metric": 10, diff --git a/tests/topotests/isis_topo1/r4/r4_topology.json b/tests/topotests/isis_topo1/r4/r4_topology.json index 9a53955cc969..0cbd0c95c550 100644 --- a/tests/topotests/isis_topo1/r4/r4_topology.json +++ b/tests/topotests/isis_topo1/r4/r4_topology.json @@ -10,7 +10,7 @@ { "metric": 0, "parent": "r4(4)", - "type": "IP internal", + "type": "IP TE", "vertex": "10.0.11.0/24" }, { @@ -29,14 +29,6 @@ "type": "IP TE", "vertex": "10.0.10.0/24" }, - { - "interface": "r4-eth1", - "metric": 10, - "nextHop": "r5", - "parent": "r5(4)", - "type": "IP TE", - "vertex": "10.0.11.0/24" - }, { "interface": "r4-eth1", "metric": 10, @@ -136,7 +128,7 @@ { "metric": 0, "parent": "r4(4)", - "type": "IP internal", + "type": "IP TE", "vertex": "10.0.21.0/24" }, { @@ -147,14 +139,6 @@ "type": "TE-IS", "vertex": "r2" }, - { - "interface": "r4-eth0", - "metric": 10, - "nextHop": "r2", - "parent": "r2(4)", - "type": "IP TE", - "vertex": "10.0.21.0/24" - }, { "interface": "r4-eth0", "metric": 10, diff --git a/tests/topotests/isis_topo1/r5/r5_route.json b/tests/topotests/isis_topo1/r5/r5_route.json index ec544b8e85c4..27bcdd2c2014 100644 --- a/tests/topotests/isis_topo1/r5/r5_route.json +++ b/tests/topotests/isis_topo1/r5/r5_route.json @@ -1,18 +1,5 @@ { "10.0.10.0/24": [ - { - "distance": 115, - "metric": 10, - "nexthops": [ - { - "afi": "ipv4", - "interfaceName": "r5-eth0", - "ip": "10.0.10.2" - } - ], - "prefix": "10.0.10.0/24", - "protocol": "isis" - }, { "nexthops": [ { @@ -28,19 +15,6 @@ } ], "10.0.11.0/24": [ - { - "distance": 115, - "metric": 10, - "nexthops": [ - { - "afi": "ipv4", - "interfaceName": "r5-eth1", - "ip": "10.0.11.2" - } - ], - "prefix": "10.0.11.0/24", - "protocol": "isis" - }, { "nexthops": [ { diff --git a/tests/topotests/isis_topo1/r5/r5_topology.json b/tests/topotests/isis_topo1/r5/r5_topology.json index 64590d8eb267..ee512e51cb47 100644 --- a/tests/topotests/isis_topo1/r5/r5_topology.json +++ b/tests/topotests/isis_topo1/r5/r5_topology.json @@ -10,13 +10,13 @@ { "metric": 0, "parent": "r5(4)", - "type": "IP internal", + "type": "IP TE", "vertex": "10.0.10.0/24" }, { "metric": 0, "parent": "r5(4)", - "type": "IP internal", + "type": "IP TE", "vertex": "10.0.11.0/24" }, { @@ -35,14 +35,6 @@ "type": "TE-IS", "vertex": "r4" }, - { - "interface": "r5-eth0", - "metric": 10, - "nextHop": "r3", - "parent": "r3(4)", - "type": "IP TE", - "vertex": "10.0.10.0/24" - }, { "interface": "r5-eth0", "metric": 10, @@ -59,14 +51,6 @@ "type": "IP TE", "vertex": "10.254.0.3/32" }, - { - "interface": "r5-eth1", - "metric": 10, - "nextHop": "r4", - "parent": "r4(4)", - "type": "IP TE", - "vertex": "10.0.11.0/24" - }, { "interface": "r5-eth1", "metric": 10, diff --git a/tests/topotests/isis_topo1_vrf/r1/r1_topology.json b/tests/topotests/isis_topo1_vrf/r1/r1_topology.json index da537c552bfa..59ee167f8afe 100644 --- a/tests/topotests/isis_topo1_vrf/r1/r1_topology.json +++ b/tests/topotests/isis_topo1_vrf/r1/r1_topology.json @@ -22,7 +22,7 @@ { "metric": 0, "parent": "r1(4)", - "type": "IP internal", + "type": "IP TE", "vertex": "10.0.20.0/24" }, { @@ -40,14 +40,6 @@ "parent": "r3(4)", "type": "IP TE", "vertex": "10.0.10.0/24" - }, - { - "interface": "r1-eth0", - "metric": 10, - "nextHop": "r3", - "parent": "r3(4)", - "type": "IP TE", - "vertex": "10.0.20.0/24" } ], "ipv6-paths": [ diff --git a/tests/topotests/isis_topo1_vrf/r2/r2_topology.json b/tests/topotests/isis_topo1_vrf/r2/r2_topology.json index bf965659bea5..651fe3e0332c 100644 --- a/tests/topotests/isis_topo1_vrf/r2/r2_topology.json +++ b/tests/topotests/isis_topo1_vrf/r2/r2_topology.json @@ -22,7 +22,7 @@ { "metric": 0, "parent": "r2(4)", - "type": "IP internal", + "type": "IP TE", "vertex": "10.0.21.0/24" }, { @@ -40,14 +40,6 @@ "parent": "r4(4)", "type": "IP TE", "vertex": "10.0.11.0/24" - }, - { - "interface": "r2-eth0", - "metric": 10, - "nextHop": "r4", - "parent": "r4(4)", - "type": "IP TE", - "vertex": "10.0.21.0/24" } ], "ipv6-paths": [ diff --git a/tests/topotests/isis_topo1_vrf/r3/r3_route.json b/tests/topotests/isis_topo1_vrf/r3/r3_route.json index 33ad90cda1cc..822474ce1816 100644 --- a/tests/topotests/isis_topo1_vrf/r3/r3_route.json +++ b/tests/topotests/isis_topo1_vrf/r3/r3_route.json @@ -1,19 +1,5 @@ { "10.0.10.0/24": [ - { - "distance": 115, - "metric": 10, - "nexthops": [ - { - "afi": "ipv4", - "interfaceName": "r3-eth1", - "ip": "10.0.10.1" - } - ], - "prefix": "10.0.10.0/24", - "protocol": "isis", - "vrfName": "r3-cust1" - }, { "nexthops": [ { diff --git a/tests/topotests/isis_topo1_vrf/r3/r3_topology.json b/tests/topotests/isis_topo1_vrf/r3/r3_topology.json index 94592b50a72a..5928eaec578a 100644 --- a/tests/topotests/isis_topo1_vrf/r3/r3_topology.json +++ b/tests/topotests/isis_topo1_vrf/r3/r3_topology.json @@ -10,7 +10,7 @@ { "metric": 0, "parent": "r3(4)", - "type": "IP internal", + "type": "IP TE", "vertex": "10.0.10.0/24" }, { @@ -21,14 +21,6 @@ "type": "TE-IS", "vertex": "r5" }, - { - "interface": "r3-eth1", - "metric": 10, - "nextHop": "r5", - "parent": "r5(4)", - "type": "IP TE", - "vertex": "10.0.10.0/24" - }, { "interface": "r3-eth1", "metric": 10, @@ -104,7 +96,7 @@ { "metric": 0, "parent": "r3(4)", - "type": "IP internal", + "type": "IP TE", "vertex": "10.0.20.0/24" }, { @@ -114,14 +106,6 @@ "parent": "r3(4)", "type": "TE-IS", "vertex": "r1" - }, - { - "interface": "r3-eth0", - "metric": 10, - "nextHop": "r1", - "parent": "r1(4)", - "type": "IP TE", - "vertex": "10.0.20.0/24" } ], "ipv6-paths": [ diff --git a/tests/topotests/isis_topo1_vrf/r4/r4_route.json b/tests/topotests/isis_topo1_vrf/r4/r4_route.json index 6fb3bd99d1fe..4ba3653f2b5b 100644 --- a/tests/topotests/isis_topo1_vrf/r4/r4_route.json +++ b/tests/topotests/isis_topo1_vrf/r4/r4_route.json @@ -18,18 +18,6 @@ } ], "10.0.11.0/24": [ - { - "nexthops": [ - { - "afi": "ipv4", - "interfaceName": "r4-eth1", - "ip": "10.0.11.1" - } - ], - "prefix": "10.0.11.0/24", - "protocol": "isis", - "vrfName": "r4-cust1" - }, { "nexthops": [ { diff --git a/tests/topotests/isis_topo1_vrf/r4/r4_topology.json b/tests/topotests/isis_topo1_vrf/r4/r4_topology.json index b8295e87b9cc..eb234bc70eb4 100644 --- a/tests/topotests/isis_topo1_vrf/r4/r4_topology.json +++ b/tests/topotests/isis_topo1_vrf/r4/r4_topology.json @@ -10,7 +10,7 @@ { "metric": 0, "parent": "r4(4)", - "type": "IP internal", + "type": "IP TE", "vertex": "10.0.11.0/24" }, { @@ -29,14 +29,6 @@ "type": "IP TE", "vertex": "10.0.10.0/24" }, - { - "interface": "r4-eth1", - "metric": 10, - "nextHop": "r5", - "parent": "r5(4)", - "type": "IP TE", - "vertex": "10.0.11.0/24" - }, { "interface": "r4-eth1", "metric": 20, @@ -104,7 +96,7 @@ { "metric": 0, "parent": "r4(4)", - "type": "IP internal", + "type": "IP TE", "vertex": "10.0.21.0/24" }, { @@ -114,14 +106,6 @@ "parent": "r4(4)", "type": "TE-IS", "vertex": "r2" - }, - { - "interface": "r4-eth0", - "metric": 10, - "nextHop": "r2", - "parent": "r2(4)", - "type": "IP TE", - "vertex": "10.0.21.0/24" } ], "ipv6-paths": [ diff --git a/tests/topotests/isis_topo1_vrf/r5/r5_route.json b/tests/topotests/isis_topo1_vrf/r5/r5_route.json index a254b6fdd5de..5036ae45c310 100644 --- a/tests/topotests/isis_topo1_vrf/r5/r5_route.json +++ b/tests/topotests/isis_topo1_vrf/r5/r5_route.json @@ -1,19 +1,5 @@ { "10.0.10.0/24": [ - { - "distance": 115, - "metric": 10, - "nexthops": [ - { - "afi": "ipv4", - "interfaceName": "r5-eth0", - "ip": "10.0.10.2" - } - ], - "prefix": "10.0.10.0/24", - "protocol": "isis", - "vrfName": "r5-cust1" - }, { "nexthops": [ { @@ -30,18 +16,6 @@ } ], "10.0.11.0/24": [ - { - "nexthops": [ - { - "afi": "ipv4", - "interfaceName": "r5-eth1", - "ip": "10.0.11.2" - } - ], - "prefix": "10.0.11.0/24", - "protocol": "isis", - "vrfName": "r5-cust1" - }, { "nexthops": [ { diff --git a/tests/topotests/isis_topo1_vrf/r5/r5_topology.json b/tests/topotests/isis_topo1_vrf/r5/r5_topology.json index 8b5159cbfbd2..8900b4dedf4e 100644 --- a/tests/topotests/isis_topo1_vrf/r5/r5_topology.json +++ b/tests/topotests/isis_topo1_vrf/r5/r5_topology.json @@ -10,13 +10,13 @@ { "metric": 0, "parent": "r5(4)", - "type": "IP internal", + "type": "IP TE", "vertex": "10.0.10.0/24" }, { "metric": 0, "parent": "r5(4)", - "type": "IP internal", + "type": "IP TE", "vertex": "10.0.11.0/24" }, { @@ -35,14 +35,6 @@ "type": "TE-IS", "vertex": "r4" }, - { - "interface": "r5-eth0", - "metric": 10, - "nextHop": "r3", - "parent": "r3(4)", - "type": "IP TE", - "vertex": "10.0.10.0/24" - }, { "interface": "r5-eth0", "metric": 10, @@ -51,14 +43,6 @@ "type": "IP TE", "vertex": "10.0.20.0/24" }, - { - "interface": "r5-eth1", - "metric": 10, - "nextHop": "r4", - "parent": "r4(4)", - "type": "IP TE", - "vertex": "10.0.11.0/24" - }, { "interface": "r5-eth1", "metric": 10, diff --git a/tests/topotests/ldp_snmp/r1/show_ip_route.ref b/tests/topotests/ldp_snmp/r1/show_ip_route.ref index b1a55ba103b7..ac2eacb4690c 100644 --- a/tests/topotests/ldp_snmp/r1/show_ip_route.ref +++ b/tests/topotests/ldp_snmp/r1/show_ip_route.ref @@ -51,19 +51,6 @@ } ], "10.0.1.0\/24":[ - { - "prefix":"10.0.1.0\/24", - "protocol":"isis", - "distance":115, - "metric":10, - "nexthops":[ - { - "ip":"10.0.1.2", - "afi":"ipv4", - "interfaceName":"r1-eth1" - } - ] - }, { "prefix":"10.0.1.0\/24", "protocol":"connected", @@ -79,19 +66,6 @@ } ], "10.0.2.0\/24":[ - { - "prefix":"10.0.2.0\/24", - "protocol":"isis", - "distance":115, - "metric":10, - "nexthops":[ - { - "ip":"10.0.2.3", - "afi":"ipv4", - "interfaceName":"r1-eth2" - } - ] - }, { "prefix":"10.0.2.0\/24", "protocol":"connected", diff --git a/tests/topotests/ldp_snmp/r2/show_ip_route.ref b/tests/topotests/ldp_snmp/r2/show_ip_route.ref index 04f141aba4d8..2607124af860 100644 --- a/tests/topotests/ldp_snmp/r2/show_ip_route.ref +++ b/tests/topotests/ldp_snmp/r2/show_ip_route.ref @@ -51,19 +51,6 @@ } ], "10.0.1.0\/24":[ - { - "prefix":"10.0.1.0\/24", - "protocol":"isis", - "distance":115, - "metric":10, - "nexthops":[ - { - "ip":"10.0.1.1", - "afi":"ipv4", - "interfaceName":"r2-eth1" - } - ] - }, { "prefix":"10.0.1.0\/24", "protocol":"connected", @@ -104,19 +91,6 @@ } ], "10.0.3.0\/24":[ - { - "prefix":"10.0.3.0\/24", - "protocol":"isis", - "distance":115, - "metric":10, - "nexthops":[ - { - "ip":"10.0.3.3", - "afi":"ipv4", - "interfaceName":"r2-eth2" - } - ] - }, { "prefix":"10.0.3.0\/24", "protocol":"connected", diff --git a/tests/topotests/ldp_snmp/r3/show_ip_route.ref b/tests/topotests/ldp_snmp/r3/show_ip_route.ref index 22504046ed51..11caff08f532 100644 --- a/tests/topotests/ldp_snmp/r3/show_ip_route.ref +++ b/tests/topotests/ldp_snmp/r3/show_ip_route.ref @@ -76,19 +76,6 @@ } ], "10.0.2.0\/24":[ - { - "prefix":"10.0.2.0\/24", - "protocol":"isis", - "distance":115, - "metric":10, - "nexthops":[ - { - "ip":"10.0.2.1", - "afi":"ipv4", - "interfaceName":"r3-eth1" - } - ] - }, { "prefix":"10.0.2.0\/24", "protocol":"connected", @@ -104,19 +91,6 @@ } ], "10.0.3.0\/24":[ - { - "prefix":"10.0.3.0\/24", - "protocol":"isis", - "distance":115, - "metric":10, - "nexthops":[ - { - "ip":"10.0.3.2", - "afi":"ipv4", - "interfaceName":"r3-eth2" - } - ] - }, { "prefix":"10.0.3.0\/24", "protocol":"connected", diff --git a/tests/topotests/ldp_sync_isis_topo1/r1/show_ip_route.ref b/tests/topotests/ldp_sync_isis_topo1/r1/show_ip_route.ref index b1a55ba103b7..ac2eacb4690c 100644 --- a/tests/topotests/ldp_sync_isis_topo1/r1/show_ip_route.ref +++ b/tests/topotests/ldp_sync_isis_topo1/r1/show_ip_route.ref @@ -51,19 +51,6 @@ } ], "10.0.1.0\/24":[ - { - "prefix":"10.0.1.0\/24", - "protocol":"isis", - "distance":115, - "metric":10, - "nexthops":[ - { - "ip":"10.0.1.2", - "afi":"ipv4", - "interfaceName":"r1-eth1" - } - ] - }, { "prefix":"10.0.1.0\/24", "protocol":"connected", @@ -79,19 +66,6 @@ } ], "10.0.2.0\/24":[ - { - "prefix":"10.0.2.0\/24", - "protocol":"isis", - "distance":115, - "metric":10, - "nexthops":[ - { - "ip":"10.0.2.3", - "afi":"ipv4", - "interfaceName":"r1-eth2" - } - ] - }, { "prefix":"10.0.2.0\/24", "protocol":"connected", diff --git a/tests/topotests/ldp_sync_isis_topo1/r2/show_ip_route.ref b/tests/topotests/ldp_sync_isis_topo1/r2/show_ip_route.ref index 04f141aba4d8..2607124af860 100644 --- a/tests/topotests/ldp_sync_isis_topo1/r2/show_ip_route.ref +++ b/tests/topotests/ldp_sync_isis_topo1/r2/show_ip_route.ref @@ -51,19 +51,6 @@ } ], "10.0.1.0\/24":[ - { - "prefix":"10.0.1.0\/24", - "protocol":"isis", - "distance":115, - "metric":10, - "nexthops":[ - { - "ip":"10.0.1.1", - "afi":"ipv4", - "interfaceName":"r2-eth1" - } - ] - }, { "prefix":"10.0.1.0\/24", "protocol":"connected", @@ -104,19 +91,6 @@ } ], "10.0.3.0\/24":[ - { - "prefix":"10.0.3.0\/24", - "protocol":"isis", - "distance":115, - "metric":10, - "nexthops":[ - { - "ip":"10.0.3.3", - "afi":"ipv4", - "interfaceName":"r2-eth2" - } - ] - }, { "prefix":"10.0.3.0\/24", "protocol":"connected", diff --git a/tests/topotests/ldp_sync_isis_topo1/r3/show_ip_route.ref b/tests/topotests/ldp_sync_isis_topo1/r3/show_ip_route.ref index 22504046ed51..11caff08f532 100644 --- a/tests/topotests/ldp_sync_isis_topo1/r3/show_ip_route.ref +++ b/tests/topotests/ldp_sync_isis_topo1/r3/show_ip_route.ref @@ -76,19 +76,6 @@ } ], "10.0.2.0\/24":[ - { - "prefix":"10.0.2.0\/24", - "protocol":"isis", - "distance":115, - "metric":10, - "nexthops":[ - { - "ip":"10.0.2.1", - "afi":"ipv4", - "interfaceName":"r3-eth1" - } - ] - }, { "prefix":"10.0.2.0\/24", "protocol":"connected", @@ -104,19 +91,6 @@ } ], "10.0.3.0\/24":[ - { - "prefix":"10.0.3.0\/24", - "protocol":"isis", - "distance":115, - "metric":10, - "nexthops":[ - { - "ip":"10.0.3.2", - "afi":"ipv4", - "interfaceName":"r3-eth2" - } - ] - }, { "prefix":"10.0.3.0\/24", "protocol":"connected",