ansible/roles/ipv6_edge_router/templates/frr.conf.j2

25 lines
389 B
Plaintext
Raw Normal View History

2020-09-28 18:15:03 +02:00
log syslog informational
log stdout
hostname routeur-aurore
password Tux
enable password Tux
interface lo
line vty
# Aurore AS.
router bgp 43619
#no synchronization
bgp router-id 45.66.111.254
# Remote-AS: Zayo.
neighbor 2001:1b48:2:103::d7:1 remote-as 8218
address-family ipv6
network 2a09:6840::/29
neighbor 2001:1b48:2:103::d7:1 activate
exit-address-family
!