forked from Mirror/frr

Add a BGP update in CE1 for redistribution. The expectation is that this BGP update will be leaked to the L3VPN. Reversely, if the locator is unset, the L3VPN prefix will be invalidated. Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
19 lines
318 B
Plaintext
19 lines
318 B
Plaintext
frr defaults traditional
|
|
!
|
|
interface eth0
|
|
ipv6 address 2001:1::2/64
|
|
!
|
|
ip forwarding
|
|
ipv6 forwarding
|
|
!
|
|
router bgp 65500
|
|
bgp router-id 1.1.2.1
|
|
no bgp network import-check
|
|
neighbor 2001:1::1 remote-as 65500
|
|
address-family ipv6 unicast
|
|
network 2011:1::1/64
|
|
neighbor 2001:1::1 activate
|
|
exit-address-family
|
|
exit
|
|
|