two_with_bash/base_data/frr/local/frr.conf
GnomeZworc 0a4ed4a156
create a full file
Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
2025-04-27 22:57:12 +02:00

25 lines
No EOL
867 B
Text

# default to using syslog. /etc/rsyslog.d/45-frr.conf places the log in
# /var/log/frr/frr.log
#
# Note:
# FRR's configuration shell, vtysh, dynamically edits the live, in-memory
# configuration while FRR is running. When instructed, vtysh will persist the
# live configuration to this file, overwriting its contents. If you want to
# avoid this, you can edit this file manually before starting FRR, or instruct
# vtysh to write configuration to a different file.
log syslog informational
router bgp 65000
bgp router-id 192.168.14.103
no bgp default ipv4-unicast
neighbor fabric peer-group
neighbor fabric remote-as 65000
neighbor fabric capability extended-nexthop
! BGP sessions with route reflectors
neighbor 192.168.14.100 peer-group fabric
!
address-family l2vpn evpn
neighbor fabric activate
advertise-all-vni
exit-address-family
!
!