02-27-2019 06:13 AM
Hi,
I have configured "aaa accounting commands 15 default start-stop group AAA" in Cisco 2960 switch & IOS 15. I have write the configuration, but when I check the switch configuration & the command which I configured in switch is not showing in switch configuration.
I have check the same in “show configuration | include aaa accounting commands” is not showing. Please help me the same.
02-27-2019 06:27 AM
02-27-2019 06:36 AM
Pls find below configuration of AAA, but it's not showing.
sh run | i aaa
aaa new-model
aaa group server radius AAA
aaa authentication fail-message ^CC Wrong Credentials ^C
aaa authentication password-prompt Password:
aaa authentication username-prompt Username:
aaa authentication login default group AAA local
aaa authentication enable default enable
aaa authorization config-commands
aaa authorization exec default group AAA local
aaa accounting exec default start-stop broadcast group AAA
aaa accounting network default start-stop group AAA
aaa accounting connection default start-stop group AAA
aaa accounting system default start-stop group AAA
aaa session-id common
02-27-2019 06:40 AM
02-27-2019 06:52 AM - edited 02-27-2019 06:53 AM
No it's not showing in show run | i aaa & show run all.
What is EEM scripts ?
#sh privilege
Current privilege level is 15
02-27-2019 06:55 AM
its scripting that would allow you to block certain outputs in show run , i use it in my routers to block extensive code i don't want to see in running config like below , i hide my menus
have you saved it when configured and then tried show run ?
you ahve the right level and it works on lanbase low license so should be showing
event manager applet MenuBlock
description Hide Menu And Alias Syntax From Running-Config Output
event cli pattern "show running-config[[ ]]*$" sync yes default 2000 maxrun 1200
action 111 cli command "enable"
action 112 cli command "show run | excl menu|alias"
action 113 puts "$_cli_result"
action 114 set _exit_status "0"
action 115 comment "End Script As Show Run Complete, Any Issue Check - Show event manager history events"
!
02-27-2019 07:14 AM
also check the show startup file , if saving it didnt work for show run
02-28-2019 12:29 AM
Yes I saved the configuration & checked, but it's not showing.
I check the startup configuration to sue below command, but it's not shjowing.
#show startup-config
02-28-2019 12:44 AM
02-28-2019 01:03 AM - edited 02-28-2019 01:11 AM
Hi Mark,
I have run the same command in Cisco 2960 Switch with IOS version 12 & 15, 3850 with IOS-WE version 03.06.06E, 6880 with IOS Version 15 & Cisco Router 2921 with IOS Version 15.
Please let me know which version is requir.
02-28-2019 01:31 AM
03-05-2019 12:07 AM
Hi Mark,
I am not able to share #show run off any switch, but I can share AAA configuratuion which we had done in switch.
aaa authentication fail-message ^CCCC Wrong Credentials ^C
aaa authentication password-prompt Password:
aaa authentication username-prompt Username:
aaa authentication login default group AAA local
aaa authentication enable default enable
aaa authorization config-commands
aaa authorization exec default group AAA local
aaa accounting exec default start-stop broadcast group AAA
aaa accounting network default start-stop group AAA
aaa accounting connection default start-stop group AAA
aaa accounting system default start-stop group AAA
12-04-2019 07:35 AM
I have run into the same issue.
I am executing the following command in CLI:
aaa accounting commands 15 default start-stop group group1
However, it is not showing up in the running-config.
IOS Version 15.2(3r)E1, RELEASE SOFTWARE (fc1)
Does anyone know how to fix the issues?
Regards,
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