From bce8cd97c2b339f3ed9c17b07210545f7eb8c4c3 Mon Sep 17 00:00:00 2001 From: Levi Loveless Date: Sat, 6 Sep 2025 16:21:28 -0500 Subject: [PATCH] Added line to include PfxAdv option Encountered PfxAdv option when working on Lab cEOS devices running 4.34.2F-43232954.4342F, added line 21 to account for that field as previous version encountered error without it --- ntc_templates/templates/arista_eos_show_ip_bgp_summary.textfsm | 1 + 1 file changed, 1 insertion(+) diff --git a/ntc_templates/templates/arista_eos_show_ip_bgp_summary.textfsm b/ntc_templates/templates/arista_eos_show_ip_bgp_summary.textfsm index af8752c7f2..125130efdc 100644 --- a/ntc_templates/templates/arista_eos_show_ip_bgp_summary.textfsm +++ b/ntc_templates/templates/arista_eos_show_ip_bgp_summary.textfsm @@ -18,6 +18,7 @@ Start ^\s*Neighbor\s+V\s+AS\s+MsgRcvd\s+MsgSent\s+InQ\s+OutQ\s+Up/Down\s+State/PfxRcd\s*$$ ^\s*Neighbor\s+V\s+AS\s+MsgRcvd\s+MsgSent\s+InQ\s+OutQ\s+Up/Down\s+State\s+PfxRcd\s*$$ ^\s*Neighbor\s+V\s+AS\s+MsgRcvd\s+MsgSent\s+InQ\s+OutQ\s+Up/Down\s+State\s+PfxRcd\s+PfxAcc\s*$$ + ^\s+Neighbor\s+V\s+AS\s+MsgRcvd\s+MsgSent\s+InQ\s+OutQ\s+Up/Down\s+State\s+PfxRcd\s+PfxAcc\s+PfxAdv\s*$$ ^\s*Description\s+Neighbor\s+V\s+AS\s+MsgRcvd\s+MsgSent\s+InQ\s+OutQ\s+Up/Down\s+State\s+PfxRcd\s+PfxAcc\s*$$ ^.+\s+${ROUTER_ID},\s+[Ll]ocal\s+[Aa][Ss]\s+[Nn]umber\s+${LOCAL_AS} ^\s+${BGP_NEIGH}\s+\d+\s+${NEIGH_AS}\s+${MSG_RCVD}\s+${MSG_SENT}\s+${IN_QUEUE}\s+${OUT_QUEUE}\s+${UP_DOWN}\s+${STATE}\s+${STATE_PFXRCD}\s+${STATE_PFXACC} -> Record