|
211 | 211 | * [Static DNS show command](#static-dns-show-command) |
212 | 212 | * [Wake-on-LAN Commands](#wake-on-lan-commands) |
213 | 213 | * [Send Wake-on-LAN Magic Packet command](#send-wake-on-lan-magic-packet-command) |
214 | | - |
| 214 | +* [Local Users' Passwords Reset Commands](#local-users-passwords-reset-commands) |
| 215 | + * [Local Users' Passwords Config Command](#local-users-passwords-reset-config-command) |
| 216 | + * [Reset Local Users' Passwords Show command](#local-users-passwords-reset-show-command) |
215 | 217 | ## Document History |
216 | 218 |
|
217 | 219 | | Version | Modification Date | Details | |
@@ -13309,3 +13311,39 @@ Sending 3 magic packet to 11:33:55:77:99:bb via interface Vlan1000 |
13309 | 13311 | ``` |
13310 | 13312 |
|
13311 | 13313 | For the 4th example, it specifise 2 target MAC addresses and `count` is 3. So it'll send 6 magic packets in total. |
| 13314 | +
|
| 13315 | +# Local Users Passwords Reset Commands |
| 13316 | +
|
| 13317 | +This sub-section explains the list of the configuration options available for Local Users' Passwords Reset feature. |
| 13318 | +
|
| 13319 | +Please note, The commands will not have any effect if the feature is disabled in `rules/config`. |
| 13320 | +
|
| 13321 | +## Local Users Passwords Reset Config Command |
| 13322 | +
|
| 13323 | +- Set Local Users' Passwords Reset feature state |
| 13324 | +
|
| 13325 | +``` |
| 13326 | + admin@sonic:~$ config local-users-passwords-reset state <enabled|disabled> |
| 13327 | + Usage: config config local-users-passwords-reset state <enabled|disabled> |
| 13328 | + Set local-users-passwords-reset feature state |
| 13329 | + Options: |
| 13330 | + -?, -h, --help Show this message and exit. |
| 13331 | + ``` |
| 13332 | +
|
| 13333 | + ## Local Users Passwords Reset Show Command |
| 13334 | +
|
| 13335 | +- show local-users-passwords-reset |
| 13336 | +
|
| 13337 | +``` |
| 13338 | + admin@sonic:~$ show local-users-passwords-reset |
| 13339 | + Usage: show local-users-passwords-reset |
| 13340 | + Show local-users-passwords-reset state |
| 13341 | + Options: |
| 13342 | + -h, -?, --help Show this message and exit. |
| 13343 | + ``` |
| 13344 | + ``` |
| 13345 | + admin@sonic:~$ show local-users-passwords-reset |
| 13346 | + state |
| 13347 | + ------- |
| 13348 | + enabled |
| 13349 | + ``` |
0 commit comments