ansible/roles/ipv6_edge_router/templates/frr.conf.j2
2020-11-04 19:36:40 +01:00

25 lines
389 B
Django/Jinja

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
!