This command displays details of VMS.
Usage
vms show [--passwords-settings]Options
|
Shows password complexity requirement settings. |
Example
vcli: admin> vms show
+----------------------------+---------------------------+
| Name | VMS |
| Created | 2024-07-22 21:05:36 |
| SW-Version | 5.1.2.17 |
| Build | release-5-1-2-1411704-vms |
| Auto-Logout-Timeout | 600 |
| IP1 | 10.10.0.1 |
| IP2 | 10.10.64.1 |
| MGMT-VIP | 10.131.200.152 |
| Mgmt-CNode | cnode-128-1 |
| Performance-base-10 | True |
| Capacity-base-10 | True |
| Login-banner | None |
| Access-token-lifetime | 01:00:00 |
| Refresh-token-lifetime | 1 00:00:00 |
| MGMT-VIP-IPv6 | UNKNOWN |
| Perf-debug-metrics-enabled | N/A |
+----------------------------+---------------------------+
vcli: admin> vms show --passwords-settings
+------------------------------------+-------+
| Min-pwd-length | 8 |
| Pwd-requires-uppercase | True |
| Pwd-requires-lowercase | True |
| Pwd-requires-numeric | True |
| Pwd-requires-special-chars | True |
| Pwd-change-timeout | 24H |
| Pwd-expiration-timeout | 180D |
| Tmp-pwd-expiration-timeout | 7D |
| Max-failed-login-attempts | 10 |
| Pwd-history-no-reuse-count | 8 |
| Pwd-change-timeout-enabled | False |
| Pwd-expiration-timeout-enabled | False |
| Max-failed-login-attempts-enabled | False |
| Pwd-history-no-reuse-count-enabled | False |
+------------------------------------+-------+