cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1391
Views
0
Helpful
4
Replies

EEM Question

rmv72
Level 1
Level 1

Hello,

how correctly write event syslog pattern

if i want to catch debug isdn q931 events:

Call rejected

No circuit/channel available

Resource unavailable, unspecified

Unallocated/unassigned number

I wrote

event syslog pattern ".*Call rejected.*No circuit/channel available.*Resource unavailable, unspecified.*Unallocated/unassigned number"

but it don't work.

Regards,

Mike

1 Accepted Solution

Accepted Solutions

If you want one policy to match all messages, you want something like:

event syslog pattern "Cause i =.*(Call rejected|No circuit/channel available|Resource unavailable, unspecified|Invalid information element contents|Switching equipment congestion|Unallocated/unassigned number)"

View solution in original post

4 Replies 4

Joe Clarke
Cisco Employee
Cisco Employee

This doesn't look right.  Are each of these messages are unique lines?  Can you post the show log output showing the messages you wish to match?

Hello!

The lines which i want to match are

Cause i = 0x8295 - Call rejected
Cause i = 0x8AA2 - No circuit/channel available
Cause i = 0x80AF - Resource unavailable, unspecified

Cause i = 0x0080E408 - Invalid information element contents

Cause i = 0x82AA - Switching equipment congestion
Cause i = 0x8281 - Unallocated/unassigned number

Regards,

Mike

If you want one policy to match all messages, you want something like:

event syslog pattern "Cause i =.*(Call rejected|No circuit/channel available|Resource unavailable, unspecified|Invalid information element contents|Switching equipment congestion|Unallocated/unassigned number)"

Thank you!

It works now!

Regards,

Mike

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: