Hands-On: Display FRR facts
Let's get some practice on working with FRR routers using Ansible.
We'll cover the following...
This lesson will use a slightly different network topology compared to the previous hands-on lessons. It will include three
Below is a simple illustration showing the topology:
This will allow we to run Ansible tasks on FRR routers as well.
FRR on Ansible
The playbooks in this lesson use the frr.frr
ansible module to query information from FRR routers.
We are using SSH to connect to the routers. The SSH ...