cancelar
Mostrando los resultados de 
Buscar en lugar de 
Quiere decir: 
cancel
421
Visitas
3
ÚTIL
5
Respuestas

Configuration Change Audit - WLC 9800

ariask93
Level 1
Level 1

Hey Guys!

 

It is there any option to implement something like this in a WLC C9800 IOS-XE 17.9.5a. Community Cisco , I try to implement but, it doesn't catch when someone change something from WEB-UI, It only catch loggin action in WEB-UI. Actually we dont have ISE, only a Syslog.

 

5 RESPUESTAS 5

Thanks! I have checked before that information, but It's Not what I looking for, I just want to catch the particular logs when someone connect to the WLC via WEB-UI and modify something in the configuration, or via CLI. What ISE do, unfortunately I don't have an ISE on the network right now

 

For router we use below and I think it also work for wlc cli

Router(config)# archive
Router(config-archive)# log config (enters config logging mode)
Router(config-archive-log-config)# logging enable (turns on running config change logging)
Router(config-archive-log-config)# logging size 500 (remembers the last 500 commands entered – 100 are default)
Router(config-archive-log-config)# hidekeys (hides passwords from being shown / logged)
Router(config-archive-log-config)# notify syslog (optional – exports changes to syslog server)

MHM

Yes! that work, I already have that. But doesn't work for changes made by WEB_UI/HTTP on the WLC.

But any change in gui will be translated into change in cli.

The only thing that missing is using monitor/display.

MHM