technik:proxmox:evpn-test

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

technik:proxmox:evpn-test [27.04.2024 - 19:41] – angelegt nrbtechnik:proxmox:evpn-test [27.04.2024 - 19:44] (aktuell) nrb
Zeile 66: Zeile 66:
         snat 1         snat 1
 </code> </code>
 +
 +===== FRR =====
 +
 +In /etc/frr/daemons '''bgpd=yes''' setzen
 +
 +===== BGP-Router =====
 +
 +<code>
 +protocol bgp pvetest01 {
 +        local 10.99.42.104 as 64512;
 +        neighbor 10.99.42.101 as 65100;
 +        hold time 90;           # Default is 240
 +
 +        ipv4 {
 +                import all;
 +                export none;
 +        };
 +
 +        ipv6 {
 +                import all;
 +                export none;
 +        };
 +}
 +
 +# BGP example, explicit name 'uplink1' is used instead of default 'bgp1'
 +protocol bgp pvetest02 {
 +        local 10.99.42.104 as 64512;
 +        neighbor 10.99.42.102 as 65200;
 +        hold time 90;           # Default is 240
 +
 +        ipv4 {
 +                import all;
 +                export none;
 +        };
 +
 +        ipv6 {
 +                import all;
 +                export none;
 +        };
 +}
 +</code>
 +
  
  • technik/proxmox/evpn-test.1714246883.txt.gz
  • Zuletzt geändert: vor 12 Monaten
  • von nrb