mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-05 16:57:44 +00:00

18 tests which cover authenticated passord session extablishment password removal wrong password over default, default prefix-based, vrf, vrf prefix-based, multi-vrf and multi-vrf prefix-based configurations Signed-off-by: Pat Ruddy <pat@voltanet.io>
22 lines
645 B
Plaintext
22 lines
645 B
Plaintext
log file /tmp/topotests/test_bgp_auth/R1/bgpd.log debugging
|
|
debug bgp neighbor-events
|
|
|
|
router bgp 65001 vrf blue
|
|
timers bgp 3 9
|
|
bgp router-id 1.1.1.1
|
|
neighbor 2.2.2.2 remote-as 65002
|
|
neighbor 2.2.2.2 update-source lo1
|
|
neighbor 2.2.2.2 ebgp-multihop 3
|
|
neighbor 2.2.2.2 timers 3 10
|
|
neighbor 2.2.2.2 timers connect 10
|
|
neighbor 2.2.2.2 password hello1
|
|
neighbor 3.3.3.3 remote-as 65003
|
|
neighbor 3.3.3.3 update-source lo1
|
|
neighbor 3.3.3.3 ebgp-multihop 3
|
|
neighbor 3.3.3.3 timers 3 10
|
|
neighbor 3.3.3.3 timers connect 10
|
|
neighbor 3.3.3.3 password hello2
|
|
address-family ipv4 unicast
|
|
neighbor 2.2.2.2 activate
|
|
neighbor 3.3.3.3 activate
|