diff options
author | rgirada <rgirada@vmware.com> | 2020-04-29 19:06:45 +0200 |
---|---|---|
committer | rgirada <rgirada@vmware.com> | 2021-05-06 11:40:12 +0200 |
commit | d29fd1b72e5aa50d6178f092913ed1067caf1fb6 (patch) | |
tree | 4e0ac339375907aa7eacf04ad019542c41d18547 /tools | |
parent | Merge pull request #7789 from rgirada/fix_DR (diff) | |
download | frr-d29fd1b72e5aa50d6178f092913ed1067caf1fb6.tar.xz frr-d29fd1b72e5aa50d6178f092913ed1067caf1fb6.zip |
zebrad: Added a command to dump routes in support bundle
Description:
Added a new show command("show ip zebra route dump") to dump all routes
with detailed information including nexthops,flags, status ..etc.
This helps for dubugging and added to support_bundle_command.conf.
Defined this command as a hidden command.
Signed-off-by: Rajesh Girada <rgirada@vmware.com>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/etc/frr/support_bundle_commands.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/etc/frr/support_bundle_commands.conf b/tools/etc/frr/support_bundle_commands.conf index f902d3dd2..0d6432048 100644 --- a/tools/etc/frr/support_bundle_commands.conf +++ b/tools/etc/frr/support_bundle_commands.conf @@ -40,6 +40,8 @@ CMD_LIST_START show zebra show zebra client summary show zebra router table summary +show ip zebra route dump +show ipv6 zebra route dump show ip nht vrf all show ipv6 nht vrf all show ip route vrf all |