...

/

Hands-On: Save FRR Configuration

Hands-On: Save FRR Configuration

Let's learn how to use Ansible to retrieve and store configuration details for FRR routers.

We'll cover the following...

This lesson uses the same topology as the Hands-On: Display FRR facts lesson. Instead of displaying the facts for the FRR routers on the console, this time we will be storing their configuration details in a simple text file.

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 save_config.yml file is a playbook that saves the current configuration for all ...