-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #16348 from opensourcerouting/feature/test_bgp_rem…
…ote_as_unnumberred tests: Extended bgp_remote_as_auto topotest with unnumbered case
- Loading branch information
Showing
3 changed files
with
48 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
! | ||
int r4-eth0 | ||
ip address 192.168.14.4/24 | ||
! | ||
router bgp 65004 | ||
no bgp ebgp-requires-policy | ||
neighbor r4-eth0 interface remote-as auto | ||
neighbor r4-eth0 timers 1 3 | ||
neighbor r4-eth0 timers connect 1 | ||
! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters