cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
738
Views
0
Helpful
1
Replies

logging discriminator on ASR903

mcagiola
Cisco Employee
Cisco Employee

Hi all,

I'm facing on a configuration of logging discriminator on asr903, but... it doesn't works!

My configuration is that:

logging discriminator TEST msg-body drops "LINK"
logging buffered discriminator TEST

Off course this is a tests configuration and I want to filter on the buffer this log:

Mar 10 16:02:34.960: %LINK-3-UPDOWN: Interface TenGigabitEthernet0/4/0, changed state to down

Even if the discriminator is on:

ASR903-4-525-AC302#sh log
Syslog logging: enabled (0 messages dropped, 10 messages rate-limited, 0 flushes, 0 overruns, xml disabled, filtering disabled)

Active Message Discriminator:
TEST      msg-body       drops    "LINK"

The logs are not... discriminated.

The image that i'm using is  Version 15.6(2)S.

Thanks.

Marco

1 Reply 1

dan.cicioiu
Level 1
Level 1

Hi Marco, 

You should have the matching string without quotes.

Like :

logging discriminator TEST msg-body drops LINK

Kind Regards,

Dan