Integrated Secure Gateway(ISG) has unexpected aaa setting.
search cancel

Integrated Secure Gateway(ISG) has unexpected aaa setting.

book

Article ID: 280189

calendar_today

Updated On:

Products

SSP-S210 PLATFORM SSP-S410 SSP-S410 PLATFORM SSP

Issue/Introduction

ISG's "show running-config" command display unexpected config the "aaa ios level 5".
How to remove this unexpected config?

Environment

ISGOS : 2.4.x.x

Resolution

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

Additional Information

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# "
!