efa policy route-map list

Displays the route maps for the specified devices.

Syntax

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

Parameters

--ip string
Specifies a comma-separated range of device IP addresses. For example: 10.1.1.13,10.1.1.50,10.1.1.101.
--name string
Specifies the name of the route map.

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