Skip to content
Open
Show file tree
Hide file tree
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
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sjhloco
I suppose these summarized BFD stats aren't available on any of the non-summary commands, are they?

Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Value BFD_TOTAL (\d+)
Value BFD_UP (\d+)
Value BFD_MAX (\d+)
Value BFD_FLAP (\d+)

Start
^\s*sessions-total\s*${BFD_TOTAL}
^\s*sessions-up\s*${BFD_UP}
^\s*sessions-max\s*${BFD_MAX}
^\s*sessions-flap\s*${BFD_FLAP} -> Record
^\s*poll-interval
^\s*$$
^. -> Error
1 change: 1 addition & 0 deletions ntc_templates/templates/index
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,7 @@ cisco_ios_show_ip_source_binding.textfsm, .*, cisco_ios, sh[[ow]] ip sou[[rce]]
cisco_ios_show_ip_vrf_interfaces.textfsm, .*, cisco_ios, sh[[ow]] ip vr[[f]] in[[terfaces]]
cisco_ios_show_ipv6_access-lists.textfsm, .*, cisco_ios, sh[[ow]] ipv6 acce[[ss-lists]]
cisco_ios_show_mac-address-table.textfsm, .*, cisco_ios, sh[[ow]] mac[[-address-table]]
cisco_ios_show_sdwan_bfd_summary.textfsm, .*, cisco_ios, sh[[ow]] sdw[[an]] bf[[d]] su[[mmary]]
cisco_ios_show_ap_cdp_neighbors.textfsm, .*, cisco_ios, sh[[ow]] ap c[[dp]] n[[eighbors]]
cisco_ios_show_ip_bgp_neighbors.textfsm, .*, cisco_ios, sh[[ow]] ip bgp nei[[ghbors]]
cisco_ios_show_ip_ospf_database.textfsm, .*, cisco_ios, sh[[ow]] ip ospf data[[base]]
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
sessions-total 24
sessions-up 23
sessions-max 25
sessions-flap 444
poll-interval 123400
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
parsed_sample:
- bfd_flap: "444"
bfd_max: "25"
bfd_total: "24"
bfd_up: "23"