<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic UP Profile for VOIP Detect in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/up-profile-for-voip-detect/m-p/23628#M2362</link>
    <description>Create Date: May  1 2012  3:31AM&lt;BR /&gt;
&lt;BR /&gt;
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 .&lt;BR /&gt;
&lt;BR /&gt;
 2012-05-01 11:01:46.24 &lt;I&gt; serial UPM: disable cli-config-logging&lt;BR /&gt;
 2012-05-01 11:01:46.23 &lt;I&gt; serial UPM: set var EVENT.PROFILE Detect-Alcatel-voip&lt;BR /&gt;
 2012-05-01 11:01:46.23 &lt;I&gt; serial UPM: set var EVENT.NAME DEVICE-DETECT&lt;BR /&gt;
 2012-05-01 11:01:46.20 &lt;I&gt; serial UPM: set var EVENT.DEVICE GEN_TEL_PHONE&lt;BR /&gt;
 2012-05-01 11:01:46.17 &lt;I&gt; serial UPM: set var EVENT.TIME 1335866505&lt;BR /&gt;
 2012-05-01 11:01:46.15 &lt;I&gt; serial UPM: set var EVENT.USER_PORT 25&lt;BR /&gt;
 2012-05-01 11:01:46.15 &lt;I&gt; serial UPM: set var EVENT.DEVICE_POWER 0&lt;BR /&gt;
 2012-05-01 11:01:46.14 &lt;I&gt; serial UPM: set var EVENT.DEVICE_MAC xx:xx:xx:xx:xx:xx&lt;BR /&gt;
&lt;BR /&gt;
 Is it possible to stop these messages&lt;BR /&gt;
&lt;BR /&gt;
 PJ&lt;BR /&gt;
&lt;BR /&gt;
  (from PRASAD_JACOB)&lt;/I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/I&gt;</description>
    <pubDate>Wed, 08 Jan 2014 05:53:00 GMT</pubDate>
    <dc:creator>EtherNation_Use</dc:creator>
    <dc:date>2014-01-08T05:53:00Z</dc:date>
    <item>
      <title>UP Profile for VOIP Detect</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/up-profile-for-voip-detect/m-p/23628#M2362</link>
      <description>Create Date: May  1 2012  3:31AM&lt;BR /&gt;
&lt;BR /&gt;
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 .&lt;BR /&gt;
&lt;BR /&gt;
 2012-05-01 11:01:46.24 &lt;I&gt; serial UPM: disable cli-config-logging&lt;BR /&gt;
 2012-05-01 11:01:46.23 &lt;I&gt; serial UPM: set var EVENT.PROFILE Detect-Alcatel-voip&lt;BR /&gt;
 2012-05-01 11:01:46.23 &lt;I&gt; serial UPM: set var EVENT.NAME DEVICE-DETECT&lt;BR /&gt;
 2012-05-01 11:01:46.20 &lt;I&gt; serial UPM: set var EVENT.DEVICE GEN_TEL_PHONE&lt;BR /&gt;
 2012-05-01 11:01:46.17 &lt;I&gt; serial UPM: set var EVENT.TIME 1335866505&lt;BR /&gt;
 2012-05-01 11:01:46.15 &lt;I&gt; serial UPM: set var EVENT.USER_PORT 25&lt;BR /&gt;
 2012-05-01 11:01:46.15 &lt;I&gt; serial UPM: set var EVENT.DEVICE_POWER 0&lt;BR /&gt;
 2012-05-01 11:01:46.14 &lt;I&gt; serial UPM: set var EVENT.DEVICE_MAC xx:xx:xx:xx:xx:xx&lt;BR /&gt;
&lt;BR /&gt;
 Is it possible to stop these messages&lt;BR /&gt;
&lt;BR /&gt;
 PJ&lt;BR /&gt;
&lt;BR /&gt;
  (from PRASAD_JACOB)&lt;/I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/I&gt;</description>
      <pubDate>Wed, 08 Jan 2014 05:53:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/up-profile-for-voip-detect/m-p/23628#M2362</guid>
      <dc:creator>EtherNation_Use</dc:creator>
      <dc:date>2014-01-08T05:53:00Z</dc:date>
    </item>
    <item>
      <title>RE: UP Profile for VOIP Detect</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/up-profile-for-voip-detect/m-p/23629#M2363</link>
      <description>Create Date: May  1 2012  8:36AM&lt;BR /&gt;
&lt;BR /&gt;
PJ,&lt;BR /&gt;
&lt;BR /&gt;
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.&lt;BR /&gt;
&lt;BR /&gt;
configure log filter EPICenter add exclude event AAA.authPass&lt;BR /&gt;
&lt;BR /&gt;
This example would filter out client authentication messages from the Default filter.&lt;BR /&gt;
&lt;BR /&gt;
configure log filter DefaultFilter add exclude event nl.ClientAuthenticated &lt;BR /&gt;
&lt;BR /&gt;
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.   &lt;BR /&gt;
&lt;BR /&gt;
Regards, Scott  (from Scott_Singer)</description>
      <pubDate>Wed, 08 Jan 2014 05:53:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/up-profile-for-voip-detect/m-p/23629#M2363</guid>
      <dc:creator>EtherNation_Use</dc:creator>
      <dc:date>2014-01-08T05:53:00Z</dc:date>
    </item>
  </channel>
</rss>

