diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2021-01-08 07:44:42 -0500 |
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2021-01-08 20:54:43 -0500 |
| commit | 39bda68b1e487d9c7ca23fda859518f696a7969b (patch) | |
| tree | 732d36c72ce60157c2af2ec9a8d7052c33fb48f0 | |
| parent | 5e67b0f3450982e95130bd90f3e2d59cc581cac9 (diff) | |
tools: Cleanup some zebra section of the support bundle
a) Add some useful commands
b) Remove `show error all` this just dumps the error codes. If
we know the version we don't need this. Additionally this is
rather large.
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
| -rw-r--r-- | tools/etc/frr/support_bundle_commands.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/etc/frr/support_bundle_commands.conf b/tools/etc/frr/support_bundle_commands.conf index 347ffedb90..087c35981d 100644 --- a/tools/etc/frr/support_bundle_commands.conf +++ b/tools/etc/frr/support_bundle_commands.conf @@ -39,13 +39,15 @@ PROC_NAME:zebra CMD_LIST_START show zebra show zebra client summary +show zebra router table summary show ip nht vrf all +show ipv6 nht vrf all +show nexthop-group rib show route-map show memory show interface vrf all show vrf show zebra fpm stats -show error all show work-queues show debugging hashtable show running-config |
