You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To avoid an additional RPC request to check the actual configuration, we
can probably use the Shutdown flag under the BGP extended options:
```xml
<bgp-options>Preference LocalAddress AddressFamily PeerAS Multipath Refresh</bgp-options>
<bgp-options2>VpnApplyExport PeerSpecficLoopsAllowed</bgp-options2>
<bgp-options-extended>GracefulShutdownRcv Shutdown</bgp-options-extended>
```
This should be a more reliable way to check the admin status, instead of
incorrectly deducing the admin state from the operational state.
Description of Issue/Question
When running get_bgp_neighbors against a JunOS router, it returns "is_enabled: true" for peers that are actually admin down.
Did you follow the steps from https://github.com/napalm-automation/napalm#faq
(Place an
x
between the square brackets where applicable)Setup
napalm version
Network operating system version
Steps to Reproduce the Issue
Error Traceback
(Paste the complete traceback of the exception between quotes below)
The text was updated successfully, but these errors were encountered: