efa mgmt route show

Displays a list of all virtual management routes in a multi-node deployment for the Multiple Management IP Networks feature.

Syntax

efa mgmt route show
efa mgmt route show ipv4
efa mgmt route show ipv6

Examples

This example lists both IPv4 and IPv6 routes.

$ efa mgmt route show 
+---------------+---------------+---------------+ 
| Route-Src  |  Route-To  | Route-Via  | 
+---------------+---------------+---------------+ 
| 2000::1      | ffee::/64    | 2000::2      | 
+---------------+----------------+--------------+ 
| 2000::1      | 4000: :/64    | 2000::3    | 
+---------------+------------------+------------+ 
| 10.10.10.1 | 1.1.1.0/24 | 10.10.10.2 | 
+----------------+-------------------+-----------+ 

This example lists only IPv4 routes.

$ efa mgmt route show ipv4 
+------------+-----------------------+----------------+ 
| Route-Src   |   Route-To       | Route-Via  | 
+---------------+--------------------+----------------+ 
| 10.10.10.1  | 11.11.11.0/24  | 10.10.10.2  | 
+---------------+---------------------+---------------+ 
| 10.10.10.1  | 12.12.12.0/24 | 10.10.10.2   | 
+----------------+--------------------+---------------+

This example lists only IPv6 routes.

$ efa mgmt route show ipv6 
+-----------+-----------+--------------------+ 
| Route-Src | Route-To  | Route-Via | 
+-----------+-----------------+--------------+ 
| 3000::1   | 4000::/64    | 3000::2     | 
+-----------+-----------------+--------------+ 
| 3000::1   | 5000::/64    | 3000::2     | 
+-----------+----------------+---------------+