Changes, displays, and deletes device state, state change history, or state change record.
When a device changes to admin down
state, the device goes into maintenance
mode.
When a device changes to admin up
state, the device is taken out of
maintenance mode.
For more information, see "Administered Partial Success" in the Extreme Fabric Automation Administration Guide, 2.7.0 .
admin up
and generates a UUID to use in the efa inventory admin-state
detail version of the command.
$ efa inventory admin-state up --ip 10.24.80.158 AdminStateUp [success] Admin State Up execution UUID: 8d9fa0cf-dc76-42cc-ac7a-57902a47c1b2This example changes the device state to
admin down
and
generates a UUID to use in the efa inventory admin-state
detail version of the command.
$ efa inventory admin-state down --ip 10.24.80.158 AdminStateDown [success] Admin State Down execution UUID: 28eb0845-7a7a-4851-b453-b3020c6900f2This example displays the history of the admin status for the specified device.
# efa inventory admin-state history --ip 10.24.80.158 -------------------------------------------------------------------------- UUID Device IP Admin State Status -------------------------------------------------------------------------- 8d9fa0cf-dc76-42cc-ac7a-57902a47c1b2 10.24.80.158 up success -------------------------------------------------------------------------- 28eb0845-7a7a-4851-b453-b3020c6900f2 10.24.80.158 down success -------------------------------------------------------------------------- Device State Change RecordsThis example shows details of admin state changes for the specified UUID.
$ efa inventory admin-state detail --uuid 28eb0845-7a7a-4851-b453-b3020c6900f2 --------------------------------------------------------------------+ NAME VALUE --------------------------------------------------------------------+ UUID 28eb0845-7a7a-4851-b453-b3020c6900f2 --------------------------------------------------------------------+ Device IP 10.24.80.158 --------------------------------------------------------------------+ Admin State Action down --------------------------------------------------------------------+ Status success --------------------------------------------------------------------+ Maintenance Mode Enable Status success --------------------------------------------------------------------+ Start Time 2020-07-30 10:04:33.982447 +0000 UTC --------------------------------------------------------------------+ Last Modified 2020-07-30 10:04:38.437425 +0000 UTC --------------------------------------------------------------------+ Duration 4.454976211s --------------------------------------------------------------------+This example shows details of the state of the specified device.
$ efa inventory admin-state show --ip 10.24.80.158 ----------------------------------+ NAME VALUE ----------------------------------+ Device IP 10.24.80.158 ----------------------------------+ Admin State up ----------------------------------+ Health Check Status Disable ----------------------------------+This example deletes the state change instance for the specified IP address.
$ efa inventory admin-state delete --key 10.24.80.159 -------------------------- USERKEY STATUS ERROR -------------------------- 10.24.80.159 deleted --------------------------