###Linux-Netplan Configuration: # This file is generated from information provided by the datasource. Changes # to it will not persist across an instance reboot. To disable cloud-init's # network configuration capabilities, write a file # /etc/cloud/cloud.cfg.d/99-disable-network-config.cfg with the following: # network: {config: disabled} network: ethernets: ens224: addresses: - 100.106.9.114/30 routes: - to: 32.8.8.8/32 via: 100.106.9.113 Tunnel328: mode: gre local: 100.106.9.114 remote: 32.8.8.8 addresses: - 2.1.99.2/32 version: 2 ========================================================================= ###FRR Configration: frr version 10.1-dev-MyOwnFRRVersion frr defaults traditional hostname frr-virtual log file /var/log/frr/frr.log log stdout log syslog informational no ipv6 forwarding service integrated-vtysh-config ! debug zebra rib detailed debug nhrp all ! password admin ! exit ! interface Tunnel328 ip address 2.1.99.2 peer 2.1.99.1/24 label Remote ip nhrp map 2.1.99.1 32.8.8.8 ip nhrp map multicast 32.8.8.8 ip nhrp network-id 1 ip nhrp nhs 2.1.99.1 nbma 32.8.8.8 ip nhrp registration no-unique no link-detect tunnel protection vici profile ipsec tunnel source ens224 exit ! interface lo ip address 172.22.31.255/32 exit ! router bgp 12345 bgp router-id 100.106.9.114 no bgp ebgp-requires-policy neighbor 2.1.99.1 remote-as 64532 neighbor 2.1.99.1 ebgp-multihop 10 ! address-family ipv4 unicast network 172.22.31.255/32 redistribute nhrp neighbor 2.1.99.1 soft-reconfiguration inbound exit-address-family exit ! segment-routing traffic-eng exit exit