---
title: "The Routing Tab"
slug: "the-routing-tab"
updated: 2026-05-20T10:42:20Z
published: 2026-05-20T10:42:20Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://docs.zpesystems.com/llms.txt
> Use this file to discover all available pages before exploring further.

# FRR Configuration Management

The**FRR**page allows users to view and modify all Free Range Routing (FRR) protocol configurations in a single place. Since FRR configuration is quite extensive and complex to remember the command involved in execution, this page is very useful for reviewing protocol configuration, executing configuration adjustments, and creating configuration backup.

### Configuring FRR

1. Go to the *NETWORK::ROUTING*page
2. Select **FRR** from the **Routing** dropdown list

![](https://cdn.document360.io/763c5fb1-b9af-4ccd-9ad6-cf28ae4cd5a3/Images/Documentation/FRR1(2).png)
3. In the **Configuration**section, enter the required configuration
  1. Enter FRR Configuration

![](https://cdn.document360.io/763c5fb1-b9af-4ccd-9ad6-cf28ae4cd5a3/Images/Documentation/image-1700754767469.png)
  2. Click **Save**
4. To import configuration, click**Import Configuration**
  1. **Local Computer:**If the***FRR.conf***file is located on the Local Computer, click***Choose File***
    1. Select the file
    2. Click **Open** **![](https://cdn.document360.io/763c5fb1-b9af-4ccd-9ad6-cf28ae4cd5a3/Images/Documentation/image-1700116578798.png)**
  2. **Local System:**Ensure that the FRR.conf file is already available in the local System. Once the file is available, select the file from the**Filename**drop-down list **![](https://cdn.document360.io/763c5fb1-b9af-4ccd-9ad6-cf28ae4cd5a3/Images/Documentation/image-1700116611300.png)**
  3. **Remote Server:**Configure the remote location where the***FRR.conf***file is available:
    1. **URL:**Enter the URL to the ***FRR.conf***file. The supported URL formats are:
      - PROTOCOL://SERVER_ADDRESS/REMOTEFILE
      - PROTOCOL://SERVER_ADDRESS:SERVER_PORT/REMOTEFILE where, PROTOCOL can be TFTP, FTP, HTTP, HTTPS, SCP, and SFTP

SERVER_ADDRESS can be IPv4, IPv6, or name
    2. **Username:**Username to log in to the remote server
    3. **Password:**Password to log in to the remote server **![](https://cdn.document360.io/763c5fb1-b9af-4ccd-9ad6-cf28ae4cd5a3/Images/Documentation/image-1700567252637.png)**
5. Click**Save**

### **Verifying the Router Configuration Changes**

To verify the changes performed using the FRR configuration:

1. Go to the *ACCESS::CONSOLE* page

```actionscript
exec frr
do show running-config
```
2. Enter the following command:

The command displays the newly configured FRR details as a response.
