05-21-2020 11:02 AM
We have implemented a new C9407R and it is the only one we have that is running 16.12.3 and the only one getting the following error message.
000665: May 21 07:29:26.062 EDT: %SYS-5-CONFIG_P: Configured programmatically by process EPM IAL Process from console as console
We get many of the same message.
Any thoughts?
Thanks
Solved! Go to Solution.
05-21-2020 12:06 PM
Hi GregH.NY,
These logs are cosmetic logs and appear while authenticating dot1x sessions.
You can disregard these logs and if you do not want these logs to appear, you can get rid of them by setting the buffer logging level to 3, or configuring a logging discriminator and applying it to the logging buffer.
Below are the commands:
switch(config)#logging buffered 3
or
switch(config)#logging discriminator TEST msg-body drops " Configured programmatically by process EPM IAL Process from console as console"
switch(config)#logging buffered discriminator TEST
Regards
Naresh M
05-21-2020 12:06 PM
Hi GregH.NY,
These logs are cosmetic logs and appear while authenticating dot1x sessions.
You can disregard these logs and if you do not want these logs to appear, you can get rid of them by setting the buffer logging level to 3, or configuring a logging discriminator and applying it to the logging buffer.
Below are the commands:
switch(config)#logging buffered 3
or
switch(config)#logging discriminator TEST msg-body drops " Configured programmatically by process EPM IAL Process from console as console"
switch(config)#logging buffered discriminator TEST
Regards
Naresh M
05-21-2020 02:58 PM
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