04-29-2024 12:23 PM
Regarding this bug, Does the password-recovery disable feature should be disabled in order to exploit this vulnerability?
Determine Whether the Password-Recovery Disable Feature is Enabled
To determine whether the password-recovery disable feature is enabled, log in to the device and use the show romvar | include SWITCH_DISABLE_PASSWORD_RECOVERY CLI command. The following example shows the output of a device that has the password-recovery disable feature enabled (SWITCH_DISABLE_PASSWORD_RECOVERY value is "1"):
Switch# show romvar | include SWITCH_DISABLE_PASSWORD_RECOVERY
SWITCH_DISABLE_PASSWORD_RECOVERY="1"
If the value is "0" or the SWITCH_DISABLE_PASSWORD_RECOVERY is not shown in the show romvar CLI command, the password-recovery disable feature is not enabled.
Solved! Go to Solution.
04-29-2024 03:37 PM
It should be set to 0.
04-29-2024 03:37 PM
It should be set to 0.
05-01-2024 12:09 AM
How to set 0, appreciate if you can provide the CLI to set 0
05-01-2024 04:29 AM
conf t
no system ignore startupconfig switch all
end
wr
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide