cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
4420
Views
15
Helpful
5
Replies

ASR1002-X Get rid of a log message....

Peyman Zadmehr
Spotlight
Spotlight

HI

On ASR1002-X using IOS 16.12.4 How can I get rid of following Log:

Aug 19 08:49:45.170: %SYS-5-CONFIG_P: Configured programmatically by process VTEMPLATE Background Mgr from console as console
Aug 19 08:51:35.364: %SYS-5-CONFIG_P: Configured programmatically by process VTEMPLATE Background Mgr from console as console
Aug 19 08:51:42.069: %SYS-5-CONFIG_P: Configured programmatically by process VTEMPLATE Background Mgr from console as console
Aug 19 08:55:41.531: %SYS-5-CONFIG_P: Configured programmatically by process VTEMPLATE Background Mgr from console as console

 

Thank you

2 Accepted Solutions

Accepted Solutions

Hello,

 

in addition to the other post, chances are you are hitting the bug below:

 

https://bst.cloudapps.cisco.com/bugsearch/bug/CSCvs94457/?rfs=iqvred

View solution in original post

mgrabovs
Cisco Employee
Cisco Employee

Hello Peyman,

 

It seems you're hitting a cosmetic issue that has been documented in here:

https://bst.cloudapps.cisco.com/bugsearch/bug/CSCvs94457 

 

A suggested workaround is to apply a discriminator. Below is an example of a discriminator to suppress these log messages:

Router# logging discriminator TEST mnemonic drops .*CONFIG_P.*
Router# logging buffered discriminator TEST

Thanks!

 

Marin

View solution in original post

5 Replies 5

Mark Elsen
Hall of Fame
Hall of Fame

 

 - You could use a logging discriminator , here is an example tutorial :

            https://writemem.co.uk/logging-discriminator/

 M,



-- Let everything happen to you  
       Beauty and terror
      Just keep going    
       No feeling is final
Reiner Maria Rilke (1899)

Hello,

 

in addition to the other post, chances are you are hitting the bug below:

 

https://bst.cloudapps.cisco.com/bugsearch/bug/CSCvs94457/?rfs=iqvred

mgrabovs
Cisco Employee
Cisco Employee

Hello Peyman,

 

It seems you're hitting a cosmetic issue that has been documented in here:

https://bst.cloudapps.cisco.com/bugsearch/bug/CSCvs94457 

 

A suggested workaround is to apply a discriminator. Below is an example of a discriminator to suppress these log messages:

Router# logging discriminator TEST mnemonic drops .*CONFIG_P.*
Router# logging buffered discriminator TEST

Thanks!

 

Marin

Thank you for the update...

This bug is showing as not viewable by the public now, so I can't confirm if this bug is relevant anymore. Any insight to whether this bug could be causing the same log message to spam our syslog in IOS-XE 17.3.3?