Search⌘ K
AI Features

Hands-On: Save FRR Configuration

Explore how to use Ansible playbooks and the frr.frr module to save configurations from FRR routers into organized text files. Understand running and limiting playbooks to specific devices, and learn to update configurations dynamically using simple templates.

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 ...