diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2024-12-13 10:56:17 -0500 |
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2024-12-13 10:56:17 -0500 |
| commit | f032106fdf7aa17a30946d10c32bd534d8756b21 (patch) | |
| tree | cec39bb7845a3d0a971a6f1002241fbe203b2a92 /tools | |
| parent | b28ee727c9b88ee14983defc3c6f4e0b20ef573c (diff) | |
tools: Add rip support bundle commands
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/etc/frr/support_bundle_commands.conf | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/tools/etc/frr/support_bundle_commands.conf b/tools/etc/frr/support_bundle_commands.conf index a248a1a304..be831a1d34 100644 --- a/tools/etc/frr/support_bundle_commands.conf +++ b/tools/etc/frr/support_bundle_commands.conf @@ -134,9 +134,11 @@ show ip ospf router-info pce CMD_LIST_END # RIP Support Bundle Command List -# PROC_NAME:rip -# CMD_LIST_START -# CMD_LIST_END +PROC_NAME:rip +CMD_LIST_START +show ip rip +show ip rip status +CMD_LIST_END # ISIS Support Bundle Command List PROC_NAME:isis |
