starting homelab RKE2 cluster
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
frr version 9.1
|
||||
frr defaults traditional
|
||||
hostname UniFi-Gateway
|
||||
log syslog informational
|
||||
service integrated-vtysh-config
|
||||
!
|
||||
router bgp 65100
|
||||
bgp router-id 192.168.1.1
|
||||
no bgp ebgp-requires-policy
|
||||
neighbor RKE2 peer-group
|
||||
neighbor RKE2 remote-as 65200
|
||||
neighbor 192.168.1.238 peer-group RKE2
|
||||
address-family ipv4 unicast
|
||||
neighbor RKE2 activate
|
||||
neighbor RKE2 next-hop-self
|
||||
redistribute connected
|
||||
exit-address-family
|
||||
!
|
||||
end
|
||||
Reference in New Issue
Block a user