mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-04 14:54:24 +00:00

https://www.rfc-editor.org/rfc/rfc7311.html Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
21 lines
619 B
Plaintext
21 lines
619 B
Plaintext
router bgp 65002
|
|
no bgp ebgp-requires-policy
|
|
no bgp network import-check
|
|
neighbor 10.0.0.4 remote-as internal
|
|
neighbor 10.0.0.4 timers 1 3
|
|
neighbor 10.0.0.4 timers connect 1
|
|
neighbor 10.0.0.4 route-reflector-client
|
|
neighbor 10.0.0.4 update-source lo
|
|
neighbor 10.0.0.5 remote-as internal
|
|
neighbor 10.0.0.5 timers 1 3
|
|
neighbor 10.0.0.5 timers connect 1
|
|
neighbor 10.0.0.5 route-reflector-client
|
|
neighbor 10.0.0.5 update-source lo
|
|
neighbor 192.168.67.7 remote-as internal
|
|
neighbor 192.168.67.7 timers 1 3
|
|
neighbor 192.168.67.7 timers connect 1
|
|
address-family ipv4
|
|
redistribute ospf
|
|
exit-address-family
|
|
!
|