mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-23 09:52:37 +00:00
13 lines
258 B
Plaintext
13 lines
258 B
Plaintext
! exit1
|
|
router bgp 65001
|
|
neighbor 192.168.255.1 remote-as 65002
|
|
address-family ipv4 unicast
|
|
neighbor 192.168.255.1 route-map prepend out
|
|
redistribute connected
|
|
exit-address-family
|
|
!
|
|
!
|
|
route-map prepend permit 10
|
|
set as-path prepend 65003
|
|
!
|