Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support bundle isis #17476

Merged
merged 4 commits into from
Nov 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading