01_unifi_gateway_setup/README.md aktualisiert
This commit is contained in:
@@ -11,7 +11,7 @@ Auf dem UniFi Gateway nutzen wir **FRR (Free Range Routing)**. Die Konfiguration
|
||||
- **Router ID:** `192.168.1.1` (Die LAN-IP des Gateways)
|
||||
- **Peer Group:** `RKE2`
|
||||
- **Remote ASN:** `65200` (Der RKE2 Cluster) ⚓
|
||||
- **Neighbor:** `192.168.1.238` (Die IP des ASUS-Nodes)
|
||||
- **Neighbor:** `192.168.250.175` (Die IP des ASUS-Nodes)
|
||||
|
||||
### Beispiel-Konfiguration:
|
||||
```frr
|
||||
@@ -19,7 +19,7 @@ router bgp 65100
|
||||
bgp router-id 192.168.1.1
|
||||
neighbor RKE2 peer-group
|
||||
neighbor RKE2 remote-as 65200
|
||||
neighbor 192.168.1.238 peer-group RKE2
|
||||
neighbor 192.168.250.175 peer-group RKE2
|
||||
!
|
||||
address-family ipv4 unicast
|
||||
neighbor RKE2 activate
|
||||
|
||||
Reference in New Issue
Block a user