Configure SLX Password Expiry Notification

You can configure SLX password expiry notification.

About this task

Follow this procedure to configure SLX password expiry notification.
  • XCO 3.5.0 enables you to configure SLX-OS user password attributes for password expiry, and is supported from SLX version 20.6.1.
  • There is no default configuration for the SLX-OS user password attributes on SLX.
  • For each user, alert and alarm will be generated when their password expires.
  • The password expiry settings apply to all users except the root user.
  • The retiring user will not generate any alerts and will not clear the health.
  • User management will be directly done on SLX devices.

Procedure

Run the following command to configure SLX password expiry notification:
For more information on syntax and command examples, see the ExtremeCloud Orchestrator Command Reference, 3.5.0 .
# efa inventory device setting update --ip 10.64.192.72 --password-expiry-info 30 --password-expiry-minor 20 --password-expiry-major 10 --password-expiry-critical 2  
+--------------+--------------------------------+---------+-------+-------+ 
|  IP ADDRESS  |              NAME              | STATUS  | VALUE | ERROR | 
+--------------+--------------------------------+---------+-------+-------+ 
| 10.64.192.72 | Password Expiry For            | Success | 30    |       | 
|              | Info Level                     |         |       |       | 
+              +--------------------------------+---------+-------+-------+ 
|              | Password Expiry for            | Success | 20    |       | 
|              | Minor Level                    |         |       |       | 
+              +--------------------------------+---------+-------+-------+ 
|              | Password Expiry for            | Success | 10    |       | 
|              | Major Level                    |         |       |       | 
+              +--------------------------------+---------+-------+-------+ 
|              | Password Expiry for            | Success | 2     |       | 
|              | Critical Level                 |         |       |       | 
+--------------+--------------------------------+---------+-------+-------+ 
 
--- Time Elapsed: 53.849675ms --- 
 
# efa inventory device setting update --fabric myclos --password-expiry-info 30 --password-expiry-minor 20 --password-expiry-major 10 --password-expiry-critical 2  
+--------------+--------------------------------+---------+-------+-------+ 
|  IP ADDRESS  |              NAME              | STATUS  | VALUE | ERROR | 
+--------------+--------------------------------+---------+-------+-------+ 
| 10.64.192.72 | Password Expiry For            | Success | 30    |       | 
|              | Info Level                     |         |       |       | 
+              +--------------------------------+---------+-------+-------+ 
|              | Password Expiry for            | Success | 20    |       | 
|              | Minor Level                    |         |       |       | 
+              +--------------------------------+---------+-------+-------+ 
|              | Password Expiry for            | Success | 10    |       | 
|              | Major Level                    |         |       |       | 
+              +--------------------------------+---------+-------+-------+ 
|              | Password Expiry for            | Success | 2    |        | 
|              | Critical Level                 |         |       |       | 
+--------------+--------------------------------+---------+-------+-------+ 
 
--- Time Elapsed: 53.849675ms --- 
 
 
# efa inventory device setting show --ip 10.64.192.72 
+--------------------------------+-------+-------------+ 
|              NAME              | VALUE |  APP STATE  | 
+--------------------------------+-------+-------------+ 
| Password Expiry Info           | 90    |             | 
+--------------------------------+-------+-------------+ 
| Password Expiry Minor          | 60    |             | 
+--------------------------------+-------+-------------+ 
| Password Expiry Major          | 30    |             | 
+--------------------------------+-------+-------------+ 
| Password Expiry Critical       | 2     |             | 
+--------------------------------+-------+-------------+ 
|  Max-password-age              | 90    |             | 
+--------------------------------+-------+-------------+