mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-27 11:19:13 +00:00
Merge pull request #17476 from donaldsharp/support_bundle_isis
Support bundle isis
This commit is contained in:
commit
9af78e2986
@ -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
|
||||
@ -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
|
||||
@ -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
|
||||
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user