cancel
Showing results for 
Search instead for 
Did you mean: 

UP Profile for VOIP Detect

UP Profile for VOIP Detect

EtherNation_Use
Contributor II
Create Date: May 1 2012 3:31AM

HI, i have created a UPM profile to detect the VOIP phones, the script is working, however my logs is getting populated with these messages .

2012-05-01 11:01:46.24 serial UPM: disable cli-config-logging
2012-05-01 11:01:46.23 serial UPM: set var EVENT.PROFILE Detect-Alcatel-voip
2012-05-01 11:01:46.23 serial UPM: set var EVENT.NAME DEVICE-DETECT
2012-05-01 11:01:46.20 serial UPM: set var EVENT.DEVICE GEN_TEL_PHONE
2012-05-01 11:01:46.17 serial UPM: set var EVENT.TIME 1335866505
2012-05-01 11:01:46.15 serial UPM: set var EVENT.USER_PORT 25
2012-05-01 11:01:46.15 serial UPM: set var EVENT.DEVICE_POWER 0
2012-05-01 11:01:46.14 serial UPM: set var EVENT.DEVICE_MAC xx:xx:xx:xx:xx:xx

Is it possible to stop these messages

PJ

(from PRASAD_JACOB)
1 REPLY 1

EtherNation_Use
Contributor II
Create Date: May 1 2012 8:36AM

PJ,

You can filter events out of the log in situations like this. For example, the following filter exclude would filter out 802.1x authentications from a custom log filter setup for events sent to EPICenter/Ridgeline.

configure log filter EPICenter add exclude event AAA.authPass

This example would filter out client authentication messages from the Default filter.

configure log filter DefaultFilter add exclude event nl.ClientAuthenticated

My concern would be that you would filter out other messages of the same type that you would want to see if you targeted "cli.logLocalCmd". I'm not familiar with this exact situation. Help me understand your config. I take it you have CLI logging enabled? I see you're are trying to disable it in your UPM script.

Regards, Scott (from Scott_Singer)
GTM-P2G8KFN