Rollback Support

A new column “Rollback reason” in the device results output displays the reason when the rollback operation has failed.

If the “Result” column displays “Failed”, the “Reason” and “Rollback reason” columns display sufficient information to capture why the operation has failed.

If the “Result” column displays “Rollback”, then the given operation has been rollbacked successfully on the associated device.

Default value of “Success” means everything was OK on that device for the given operation.

efa policy community-list create --name commExt1 --type extended --rule "seq[3],action[permit],ext-value[_30000_]"

+---------------------+---------+--------+
| Community List Name | Seq num | Action |
+---------------------+---------+--------+
| commExt1            | 3       | permit |
+---------------------+---------+--------+
Community List details
+---------------+----------+----------------------------------------+----------+
|  IP Address   |  Result  |                 Reason                 | Rollback |
|               |          |                                        | reason   |
+---------------+----------+----------------------------------------+----------+
| 10.139.44.159 | Failed   | Failed to create community list for    |          |
|               |          | commExt1 on the device 10.139.44.159.  |          |
|               |          | Reason: For seq 3: netconf rpc [error] |          |
|               |          | '%Error: Same filter is already        |          |
|               |          | configured with sequence number 30.'   |          |
+---------------+----------+----------------------------------------+----------+
| 10.139.44.163 | Rollback |                                        |          |
+---------------+----------+----------------------------------------+----------+
Device Results