napalm-automation/napalm

Rework EOS BGP neighbors

Open

#2,316 opened on Apr 20, 2026

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Python (553 forks)batch import
eosget_bgp_neighbors_detailhelp wanted

Repository metrics

Stars
 (2,145 stars)
PR merge metrics
 (No merged PRs in 30d)

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