Skip to content

Commit

Permalink
Merge pull request #17476 from donaldsharp/support_bundle_isis
Browse files Browse the repository at this point in the history
Support bundle isis
  • Loading branch information
mjstapp authored Nov 21, 2024
2 parents 7724d69 + dca9915 commit 9af78e2
Showing 1 changed file with 20 additions and 3 deletions.
23 changes: 20 additions & 3 deletions tools/etc/frr/support_bundle_commands.conf
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ show evpn next-hops vni all
show evpn rmac vni all
show evpn vni detail

show bmp
CMD_LIST_END

# Zebra Support Bundle Command List
Expand All @@ -74,6 +75,10 @@ show ip fib
show ipv6 fib
show nexthop-group rib
show route-map
show mpls table
show mpls fec
show mpls ldp
show mpls pseudowires
show memory
show interface vrf all
show vrf
Expand Down Expand Up @@ -134,9 +139,18 @@ CMD_LIST_END
# CMD_LIST_END

# ISIS Support Bundle Command List
# PROC_NAME:isis
# CMD_LIST_START
# CMD_LIST_END
PROC_NAME:isis
CMD_LIST_START
show isis database detail
show isis interface detail
show isis route
show isis mpls ldp-sync
show isis mpls-te database detail
show isis mpls-te interface
show isis mpls-te router
show isis neighbor detail
show isis topology
CMD_LIST_END

# BFD Support Bundle Command List
# PROC_NAME:bfd
Expand Down Expand Up @@ -171,6 +185,9 @@ show ip pim join
show ip pim state
show ip pim statistics
show ip pim rpf
show ip msdp vrf all mesh-group
show ip msdp vrf all peer
show ip msdp vrf all sa detail
CMD_LIST_END

# OSPFv3 Support Bundle Command List
Expand Down

0 comments on commit 9af78e2

Please sign in to comment.