11-24-2020 07:35 PM - edited 11-24-2020 08:14 PM
Hi, guys,
I want to create some local accounts in Cat9300L with OS v16.12, but not working.
The following devices are working:
1. Cat2960X : work OK
IOS Version 15.2(2)E4
2. Cat3850 : work OK
03.06.08E
3. ASR1001: work OK
asr1001x-universalk9.03.13.02.S.154-3.S2-ext.SPA.bin
But not working in Cat9300L with OS v16.12 :
Reference configuration:
===================
username acct_test priv 14 password P@ssw0rd
privilege exec level 14 show boot
privilege exec level 14 show dir
privilege exec level 14 show flash
privilege exec level 14 show startup-config
privilege exec level 14 show log
Any advice and recommendations, many thanks ?
11-24-2020 11:56 PM
- Check this guide for more info's :
M.
11-25-2020 12:11 AM
show post full config removing the sensitive information like to check other AAA configured?
is this config not accepting or commands not working for the user?
11-25-2020 01:44 AM - edited 11-25-2020 01:49 AM
Hi, guys,
Thanks so much for your information.
But for Cat9300 switch with the IOS V16.12, the following privileges are not working ( the previous IOS ver has no issue
privilege exec level 14 show boot
privilege exec level 14 show flash
privilege exec level 14 show startup-config
11-25-2020 12:40 AM
Hello,
in addition to the other posts, what if you configure an 'enable' password for the privilege level ?
enable password level 14 secretpassword
11-25-2020 06:58 PM - edited 11-25-2020 08:21 PM
Hi, Georg
Thanks for your information.
Referred to this link:
https://community.cisco.com/t5/switching/privilege-14-no-show-run-command/td-p/3911614
Your recommendation seems not work.
11-26-2020 12:40 AM
Hello
username stan role priv-15 password xxxxxxxx
username stan keypair generate rsa 2048
11-26-2020 01:11 AM
Hi, Paul,
Thanks so much for your suggestion.
I just do not want to create user with priv 15.
11-26-2020 04:12 PM - edited 11-26-2020 04:13 PM
Hello
@bensonlei wrote:
I just do not want to create user with priv 15.
You can create a lesser privilege role based on your requirements and also have a privilege 15 mode for admin users and an enable mode for lesser user privilege roles to elevate their own access.
example:
username stan role priv-1 password xxxxxxxx
username stan keypair generate rsa 2048
role name stan
rule 1 deny command telnet
rule 2 deny command ssh
rule 3 permit command show run
rule 4 permit command show ip int brief
rule 5 etc......
enable secret x.x.x.x <---- this can be used for user stan running at privilege mode of 1 to elevate itself to admin role
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