diff options
| author | Sri Mohana Singamsetty <msingamsetty@vmware.com> | 2019-08-13 14:55:21 -0700 |
|---|---|---|
| committer | Sri Mohana Singamsetty <msingamsetty@vmware.com> | 2019-09-13 10:05:57 -0700 |
| commit | 8fc80fbd4ca86615060733827ba28864a2a13989 (patch) | |
| tree | 02a10f4c76ddbb25c533c7600b064ef0b5ddfec4 | |
| parent | 11c83aa48a02486b19bc9f863a859859110e0a42 (diff) | |
tools: Adding new commands to the list of support bundle commands
Signed-off-by: Sri Mohana Singamsetty <msingamsetty@vmware.com>
| -rw-r--r-- | tools/etc/frr/support_bundle_commands.conf | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/tools/etc/frr/support_bundle_commands.conf b/tools/etc/frr/support_bundle_commands.conf index d52824ff07..8845df5fc7 100644 --- a/tools/etc/frr/support_bundle_commands.conf +++ b/tools/etc/frr/support_bundle_commands.conf @@ -28,6 +28,7 @@ show bgp ipv6 update-groups advertised-routes show bgp ipv6 update-groups packet-queue show bgp ipv6 update-groups statistics show ip bgp statistics +show bgp martian next-hop show bgp evpn route CMD_LIST_END @@ -37,14 +38,17 @@ PROC_NAME:zebra CMD_LIST_START show zebra show zebra client summary -show ip route - +show ip zebra route dump json +show ipv6 zebra route dump json +show ip nht vrf all show route-map show memory -show interface +show interface vrf all show vrf +show zebra fpm stats show error all show work-queues +show debugging hashtable show running-config show thread cpu show thread poll |
