Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(anta.tests): Add note about multi-agent in BGP tests #946

Merged
merged 2 commits into from
Dec 3, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/api/tests.routing.bgp.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ anta_title: ANTA catalog for BGP tests
~ that can be found in the LICENSE file.
-->

!!! info "`multi-agent` Service Routing Protocols Model Requirements"
The BGP tests in this section are only supported on switches running the `multi-agent` routing protocols model. Starting from EOS version 4.30.1F, `service routing protocols model` is set to `multi-agent` by default. These BGP commands are **not** compatible with switches running the legacy `ribd` routing protocols model and might fail if attempted.
carl-baillargeon marked this conversation as resolved.
Show resolved Hide resolved

# Tests

::: anta.tests.routing.bgp
Expand Down Expand Up @@ -39,3 +42,4 @@ anta_title: ANTA catalog for BGP tests
- "!^__str__"
- "!AFI_SAFI_EOS_KEY"
- "!eos_key"
- "!BgpAfi"
Loading