forked from Mirror/frr

Use experimental AS values to play the test. Add BGP peering on CEs, and use the default-originate functionality on each PE facing CPEs. Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
17 lines
265 B
Plaintext
17 lines
265 B
Plaintext
frr defaults traditional
|
|
!
|
|
interface eth0
|
|
ipv6 address 2001:6::2/64
|
|
!
|
|
ip forwarding
|
|
ipv6 forwarding
|
|
!
|
|
router bgp 65501
|
|
bgp router-id 1.1.6.1
|
|
neighbor 2001:6::1 remote-as 65501
|
|
address-family ipv6 unicast
|
|
neighbor 2001:6::1 activate
|
|
exit-address-family
|
|
exit
|
|
|