From b478b4483277cc24cff234d8e35a8f45c26d002c Mon Sep 17 00:00:00 2001 From: GutturalOnion Date: Thu, 28 Aug 2025 13:56:43 -0500 Subject: [PATCH] Create cisco_xr_show_eigrp_neighbors.textfsm TextFSM template for the IOS-XR command "show eigrp neighbors". --- .../cisco_xr_show_eigrp_neighbors.textfsm | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 ntc_templates/templates/cisco_xr_show_eigrp_neighbors.textfsm diff --git a/ntc_templates/templates/cisco_xr_show_eigrp_neighbors.textfsm b/ntc_templates/templates/cisco_xr_show_eigrp_neighbors.textfsm new file mode 100644 index 0000000000..c953a4941b --- /dev/null +++ b/ntc_templates/templates/cisco_xr_show_eigrp_neighbors.textfsm @@ -0,0 +1,15 @@ +Value H (\d+) +Value Address (\S+) +Value Interface (\S+) +Value Hold (\d+) +Value Uptime (\S+) +Value SRTT (\d+) +Value RTO (\d+) +Value Q_Cnt (\d+) +Value Seq_Num (\d+) + +Start + ^\s*H\s+Address\s+Interface\s+Hold\s+Uptime\s+SRTT\s+RTO\s+Q\s+Seq -> Neighbors + +Neighbors + ^\s*${H}\s+${Address}\s+${Interface}\s+${Hold}\s+${Uptime}\s+${SRTT}\s+${RTO}\s+${Q_Cnt}\s+${Seq_Num} -> Record