Skip to content

Commit 706f97e

Browse files
authored
[Techsupport] Add show route-map command to frr dumps in techsupport (#3797)
What I did Adding show route-map commamnd to frr dump in techsupport. This will provide detailed information about route-map across different daemons which is useful for debugging. Example ZEBRA: route-map: TO_BGP_PEER_V4 Invoked: 0 Optimization: enabled Processed Change: false permit, sequence 100 Invoked 0 Match clauses: Set clauses: Call clause: Call CHECK_IDF_ISOLATION Action: Exit routemap BGP: route-map: TO_BGP_PEER_V4 Invoked: 0 Optimization: enabled Processed Change: false permit, sequence 100 Invoked 0 Match clauses: Set clauses: Call clause: Call CHECK_IDF_ISOLATION Action: Exit routemap How I did it Adding the command to list of commands dumped from frr in techsupport. How to verify it Running techsupport and verifying
1 parent 1ec0540 commit 706f97e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/generate_dump

+1
Original file line numberDiff line numberDiff line change
@@ -806,6 +806,7 @@ save_frr_info() {
806806
save_vtysh "show mpls table" "frr.mpls.table"
807807
save_vtysh "show mpls fec" "frr.mpls.fec"
808808
save_vtysh "show nexthop-group rib" "frr.nhg.rib"
809+
save_vtysh "show route-map" "frr.route_map"
809810
save_vtysh "show thread cpu" "frr.thread_cpu"
810811
save_vtysh "show thread poll" "frr.thread_poll"
811812
save_vtysh "show debugging hashtable" "frr.debugging_hashtable"

0 commit comments

Comments
 (0)