ISG's "show running-config" command display unexpected config the "aaa ios level 5".
How to remove this unexpected config?
ISGOS : 2.4.x.x
You are able to remove that config by "no aaa ios level" from config command mode.
Your ISG config also has unexpected setting "privilege exec" it also remove by "no aaa" command below.
[Command sample]
Broadcom-SSP-ISG(config)# no aaa ios level ?
Possible completions:
0 5 15 <cr>
Broadcom-SSP-ISG(config)# no aaa ios level 5
Broadcom-SSP-ISG(config)#
Broadcom-SSP-ISG(config)# no aaa ios level ?
0 15 <cr>
Broadcom-SSP-ISG(config)# no aaa ios privilege exec level ?
Possible completions:
0 5 15 <cr>
Broadcom-SSP-ISG(config)# no aaa ios privilege exec level 5
The unexpected config of aaa iso level 5 is below.
aaa authentication users user admin
uid 1000
gid 20
ssh_keydir ""
homedir ""
!
aaa ios level 0
prompt "\h> "
!
aaa ios level 5
prompt "\h> "
!
aaa ios level 15
prompt "\h# "
!