efa inventory device tpvm-upgrade show

Polls and monitors the progress of the TPVM upgrade workflow.

Syntax

efa inventory device tpvm-upgrade show [ --execution-id id | --ip ip-addresses ]

Parameters

--execution-id id
Specifies the ID provided from the tpvm-upgrade execute command.
--ip ip-addresses

Specifies a comma-separated range of device IP addresses. For example: 10.1.1.13,10.1.1.50,10.1.1.101.

Usage Guidelines

Specify either the --execution-id or the --ip option.

Examples

TPVM upgrade show with one TPVM IP address:

This example shows only a portion of the possible output.

$ efa inventory device tpvm-upgrade show --ip 10.24.80.58
+--------------+-------------+-------+--------------+------------+-------------+
|  IP Address  |  Host Name  | Model | Chassis Name |  ASN       |    Role     |
+--------------+-------------+-------+--------------+------------+-------------+
| 10.24.80.58  | SLX         | 4001  | BR-SLX9640   | 4200000000 | Leaf        |
+--------------+-------------+-------+--------------+------------+-------------+

TPVM upgrade show with two TPVM IP addresses:

This example shows only a portion of the possible output.

$ efa inventory device tpvm-upgrade show --ip 10.24.80.58,10.24.80.56
+--------------+-------------+-------+--------------+------------+-------------+
|  IP Address  |  Host Name  | Model | Chassis Name |  ASN       |    Role     |
+--------------+-------------+-------+--------------+------------+-------------+
| 10.24.80.58  | SLX         | 4001  | BR-SLX9640   | 4200000000 | Leaf        |
+--------------+-------------+-------+--------------+------------+-------------+
| 10.24.80.56  | SLX         | 4001  | BR-SLX9640   | 4200000000 | Leaf        |
+--------------+-------------+-------+--------------+------------+-------------+

TPVM upgrade show with execution id:

This example shows only a portion of the possible output.

$ efa inventory device tpvm-upgrade show --execution-id 670cb89e-d8d1-4213-ac97-20403458627f
+--------------+-------------+-------+--------------+------------+-------------+
|  IP Address  |  Host Name  | Model | Chassis Name |  ASN       |    Role     |
+--------------+-------------+-------+--------------+------------+-------------+
| 10.24.80.58  | SLX         | 4001  | BR-SLX9640   | 4200000000 | Leaf        |
+--------------+-------------+-------+--------------+------------+-------------+
| 10.24.80.56  | SLX         | 4001  | BR-SLX9640   | 4200000000 | Leaf        |
+--------------+-------------+-------+--------------+------------+-------------+