diff options
author | Mobashshera Rasool <mrasool@vmware.com> | 2021-07-29 06:54:19 +0200 |
---|---|---|
committer | Mobashshera Rasool <mrasool@vmware.com> | 2021-07-30 12:52:45 +0200 |
commit | 34e96abf2e7ac2a428019ccb03af6771c101bcb5 (patch) | |
tree | 4e49eecdc40c9950e94b1ef503daa81c2ece47c7 /tools | |
parent | Merge pull request #8897 from gpnaveen/ospfv3_base_cases (diff) | |
download | frr-34e96abf2e7ac2a428019ccb03af6771c101bcb5.tar.xz frr-34e96abf2e7ac2a428019ccb03af6771c101bcb5.zip |
tools: Add ospfd commands in support bundle
Signed-off-by: Mobashshera Rasool <mrasool@vmware.com>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/etc/frr/support_bundle_commands.conf | 32 |
1 files changed, 29 insertions, 3 deletions
diff --git a/tools/etc/frr/support_bundle_commands.conf b/tools/etc/frr/support_bundle_commands.conf index 732470f82..27e5b0db8 100644 --- a/tools/etc/frr/support_bundle_commands.conf +++ b/tools/etc/frr/support_bundle_commands.conf @@ -83,9 +83,35 @@ show version CMD_LIST_END # OSPF Support Bundle Command List -# PROC_NAME:ospf -# CMD_LIST_START -# CMD_LIST_END +PROC_NAME:ospf +CMD_LIST_START +show ip ospf +show ip ospf vrfs +show ip ospf vrf all +show ip ospf vrf all interface +show ip ospf vrf all neighbor +show ip ospf vrf all neighbor detail +show ip ospf vrf all database +show ip ospf vrf all database router +show ip ospf vrf all database network +show ip ospf vrf all database summary +show ip ospf vrf all database asbr-summary +show ip ospf vrf all database external +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 vrf all database max-age +show ip ospf vrf all database self-originate +show ip ospf vrf all route +show ip ospf vrf all mpls-te interface +show ip ospf vrf all interface traffic +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 # PROC_NAME:rip |