efa policy route-map list

Displays the route maps for the specified devices.

Syntax

efa policy route-map list [ --ip string]

Parameters

--ip string
Specifies a comma-separated range of device IP addresses. For example: 1.1.1.1-3,1.1.1.2,2.2.2.2.

Usage Guidelines

In the command output, the App State column reflects the state of configuration on the specified device. When there is drift in a rule, the App State is shown as cfg-refreshed.

Examples

This example displays the route maps for the devices at 10.20.246.10 and 10.20.246.11.

efa policy route-map list –-ip 10.20.246.10-11  

Route-map details: 
Name: rmap_1 
Seq: 5 
Action: permit 
Match-ipv4-prefixlist: 
    Prefix-list: prefix_1 
Name: rmap_2 
Seq: 5 
Action: permit 
Match-ipv4-prefixlist: 
    Prefix-list: prefix_1 
IP Addresses: 
+------------------+-----+---------------+-------------------+ 
|       Name       | Seq |  IP Address   |     App State     | 
+------------------+-----+---------------+-------------------+ 
| rmap_1           |  5  | 10.20.246.10  |    cfg-in-sync    | 
+------------------+-----+---------------+-------------------+ 
| rmap_1           |  5  | 10.20.246.11  |    cfg-in-sync    | 
+------------------+-----+---------------+-------------------+ 
| rmap_2           |  5  | 10.20.246.10  |    cfg-in-sync    | 
+------------------+-----+---------------+-------------------+ 
| rmap_2           |  5  | 10.20.246.11  |    cfg-in-sync    | 
+------------------+-----+---------------+-------------------+