Skip to content

Commit

Permalink
Update Readme per PR#1538 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
self-maurya committed Dec 27, 2024
1 parent 3a3d098 commit 91290d7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ BGP Prefix Limit

## Procedure

* Configure eBGP session between ATE port-1 and DUT port-1,with an Accept-route all import-policy/export-policy under the neighbor AFI/SAFI.
* Configure eBGP session between ATE port-1 and DUT port-1,with an Accept-route all import-policy/export-policy under the BGP peer-group AFI/SAFI.
* With maximum prefix limits of unlimited, and N.
* Advertise prefixes of `limit - 1`, `limit`, `limit + 1`. Validate
session state meets expected value at ATE.
Expand Down
2 changes: 1 addition & 1 deletion feature/bgp/tests/local_bgp_test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The local\_bgp\_test brings up two OpenConfig controlled devices and tests that
* Disconnected between them.
* Verify BGP neighbor parameters

Enable an Accept-route all import-policy/export-policy for eBGP session under the neighbor AFI/SAFI.
Enable an Accept-route all import-policy/export-policy for eBGP session under the BGP peer-group AFI/SAFI.


This test is suitable for running in a KNE environment.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ BGP Keepalive and HoldTimer Configuration Test

* Establish eBGP sessions as follows between ATE and DUT
* The DUT has eBGP peering with ATE port 1 and ATE port 2.
* Enable an Accept-route all import-policy/export-policy under the neighbor AFI/SAFI.
* Enable an Accept-route all import-policy/export-policy under the BGP peer-group AFI/SAFI.
* The first pair is called the "source" pair, and the second the "destination" pair

* Validate BGP session state on DUT using telemetry.
Expand Down

0 comments on commit 91290d7

Please sign in to comment.