Set the LAN IP, which the XR router will use to stream data to the collector.
sudo ip addr add 10.100.100.1/24 dev enp1s2
sudo apt install net-tools
sudo ifconfig ens2 up
Add a route for XR1’s loopback via the LAN interface. This is needed because the TPA source address will be Lo0 by default on XR1, and we cannot change this on XRd, because tpa config is not available. (We can on XRv9K though, if you decide to use that instead).
If all is working, you should be able to navigate to from your PC, and be presented with a Grafana login page. The credentials are admin/admin123. You may have to wait a minute for Grafana to fully start up.