napalm-automation/napalm

Rework EOS BGP neighbors

Open

#2316 opened on Apr 20, 2026

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Python (2,145 stars) (553 forks)batch import
eosget_bgp_neighbors_detailhelp wanted

Description

Since we now mandate that only EOS > 4.23.0F is supported, we can switch from TextFSM processing to JSON output for show ip[v6] bgp neighbors vrf all. This should (hopefully) simplify some logic and remove edge cases such as #2280

Contributor guide