From 36cd3e81e8d885c5062aa1404fb17757c12c0194 Mon Sep 17 00:00:00 2001 From: Christian Hopps Date: Wed, 4 Aug 2021 06:09:45 +0000 Subject: [PATCH] tools: add ospfd support bundle commands Signed-off-by: Christian Hopps --- tools/etc/frr/support_bundle_commands.conf | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/tools/etc/frr/support_bundle_commands.conf b/tools/etc/frr/support_bundle_commands.conf index 750fa6b39f..e223eb2743 100644 --- a/tools/etc/frr/support_bundle_commands.conf +++ b/tools/etc/frr/support_bundle_commands.conf @@ -85,12 +85,18 @@ CMD_LIST_END # OSPF Support Bundle Command List PROC_NAME:ospf CMD_LIST_START -show ip ospf -show ip ospf vrfs show ip ospf vrf all +show ip ospf vrfs + show ip ospf vrf all interface +show ip ospf vrf all interface traffic show ip ospf vrf all neighbor -show ip ospf vrf all neighbor detail +show ip ospf vrf all neighbor detail all +show ip ospf vrf all graceful-restart helper detail + +show ip ospf vrf all border-routers +show ip ospf vrf all summary-address detail + show ip ospf vrf all database show ip ospf vrf all database router show ip ospf vrf all database network @@ -101,16 +107,20 @@ show ip ospf vrf all database opaque-area show ip ospf vrf all database opaque-as show ip ospf vrf all database opaque-link show ip ospf vrf all database nssa-external +show ip ospf database segment-routing show ip ospf vrf all database max-age show ip ospf vrf all database self-originate show ip ospf vrf all route + +show ip ospf mpls ldp-sync +show ip ospf mpls ldp-sync interface all + show ip ospf vrf all mpls-te interface -show ip ospf vrf all interface traffic +show ip ospf mpls-te database verbose show ip ospf mpls-te router + show ip ospf router-info show ip ospf router-info pce -show ip ospf database segment-routing -show debugging CMD_LIST_END # RIP Support Bundle Command List -- 2.39.5