12-26-2023 07:21 AM
Issue:
Command “aaa authentication login privilege-mode” was removed in 9010 and 10.0.00 versions.
This command was missing in certain 9010 and 10.0.0 versions. Below is the example the output looked like.
ICX7850-48FS Router(config)#aaa authentication login
default The default authentication list
In the above output it is noticed that privilege mode option is missing.
Solution:
This command was added back in version 9010h and below is a example from lab output where 7650 switch is running on 9010h version
ICX7650_test(config)#aaa authentication login
default The default authentication list
privilege-mode Take user to privilege mode after successful authentication
ICX7650_test(config)#aaa authentication login privilege-mode
For 8200 switches this command was added back in version 10.0.10b and above and below is an example
ICX8200_test(config)#aaa authentication login
default The default authentication list
privilege-mode Take user to privilege mode after successful authentication
If you are looking to enable privilege mode on the switch and switches are on 9010 and 10.0.00 versions then they would need a upgrade to 9010h and above or 10.0.10b and above.