Filtering these events may not be the best course to take.  The log that you&#39;re applying the filter to is &quot;log 98&#39;   which is the default SAM log,  so I assume SAM is being used here.  If SAM initiated OAM tests are to be used,  it could be that SAM relies on these events.<br>
<br>Rather than filtering the events,   you can change the log severity via &quot;onfig log event-control&quot;,  aplication-id being  OAM  and event-numbers are 2007 and 2008<br><br>configure  log event-control <br>  - event-control &lt;application-id&gt; [&lt;event-name&gt;|&lt;event-number&gt;] generate<br>
    [&lt;severity-level&gt;] [throttle]<br>  - event-control &lt;application-id&gt; [&lt;event-name&gt;|&lt;event-number&gt;] suppress<br>  - no event-control &lt;application-id&gt; [&lt;event-name&gt;|&lt;event-number&gt;]<br>
<br> &lt;application-id&gt;     : aps|atm|bgp|cflowd|chassis|debug|dhcp|efm_oam|filter|<br>                        gsmp|igmp|igmp_snooping|ip|isis|lag|ldp|logger|<br>                        mc_redundancy|mirror|mpls|msdp|ntp|oam|ospf|pim|port|<br>
                        ppp|rip|route_policy|rsvp|security|snmp|stp|svcmgr|<br>                        system|user|vrrp|vrtr<br> &lt;event-name&gt;         : [32 chars max]<br> &lt;event-number&gt;       : [0..4294967295]<br>
 &lt;generate&gt;           : keyword - specifies action<br> &lt;suppress&gt;           : keyword - specifies action<br> &lt;severity-level&gt;     : cleared|indeterminate|critical|major|minor|warning<br> &lt;throttle&gt;           : keyword - specifies action<br>
<br><br>-Craig<br><br><br><div class="gmail_quote">On Thu, Nov 5, 2009 at 1:32 AM, Ruslan Pustovoitov <span dir="ltr">&lt;<a href="mailto:rus-p@mostelekom.net">rus-p@mostelekom.net</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
This is the normal behavior.<br>
Log level can be modified via filter.<br>
<br>
&gt;config&gt;log# filter 2 entry 1 match severity ?<br>
- no severity<br>
- severity {eq|neq|lt|lte|gt|gte} &lt;severity-level&gt;<br>
<br>
&lt;eq|neq|lt|lte|gt|*&gt; : operator<br>
&lt;severity-level&gt; : cleared|indeterminate|critical|major|minor|warning<br>
<br>
<br>
Robert J. Huey пишет:<div><div></div><div class="h5"><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
Can anyone describe for me why the following message is being logged?<br>
<br>
1. Simple ping from OOB MGMT port (A/1) to a node on MGMT network<br>
<br>
A:7450# ping 192.168.10.22 router management<br>
PING 192.168.10.22 56 data bytes<br>
64 bytes from <a href="http://192.168.10.22" target="_blank">192.168.10.22</a>: icmp_seq=1 ttl=254 time&lt;10ms.<br>
64 bytes from <a href="http://192.168.10.22" target="_blank">192.168.10.22</a>: icmp_seq=2 ttl=254 time&lt;10ms.<br>
64 bytes from <a href="http://192.168.10.22" target="_blank">192.168.10.22</a>: icmp_seq=3 ttl=254 time&lt;10ms.<br>
64 bytes from <a href="http://192.168.10.22" target="_blank">192.168.10.22</a>: icmp_seq=4 ttl=254 time&lt;10ms.<br>
<br>
2. sho log log-id 98<br>
<br>
2709384 2009/11/04 23:01:29.40 UTC WARNING: SYSTEM #2008 Base OAM<br>
&quot;Test name &quot;CliIcmpPing-16&quot;, owner name &quot;TiMOS CLI&quot; managed object deleted&quot;<br>
<br>
2709383 2009/11/04 23:01:25.36 UTC WARNING: SYSTEM #2007 Base OAM<br>
&quot;Test name &quot;CliIcmpPing-16&quot;, owner name &quot;TiMOS CLI&quot; managed object created&quot;<br>
<br>
Comments: This looks to me like the node creates a process and logs what it&#39;s created and deleted. Interesting that the test name is indexed each time a new process is created and destroyed. &quot;CliIcmpPing-16&quot; was &quot;CliIcmpPing-15&quot; on the prior run of the same CLI command.<br>

<br>
This seems to be more informational than a warning... I&#39;m not sure that we care either way but I never noticed this behavior before. Can the log level or &quot;WARNING&quot; be modified in any way?<br>
<br>
rgds,<br>
--r<br>
<br>
_______________________________________________<br>
alcatel-nsp mailing list<br>
<a href="mailto:alcatel-nsp@puck.nether.net" target="_blank">alcatel-nsp@puck.nether.net</a><br>
<a href="https://puck.nether.net/mailman/listinfo/alcatel-nsp" target="_blank">https://puck.nether.net/mailman/listinfo/alcatel-nsp</a><br>
<br>
</blockquote>
_______________________________________________<br>
alcatel-nsp mailing list<br>
<a href="mailto:alcatel-nsp@puck.nether.net" target="_blank">alcatel-nsp@puck.nether.net</a><br>
<a href="https://puck.nether.net/mailman/listinfo/alcatel-nsp" target="_blank">https://puck.nether.net/mailman/listinfo/alcatel-nsp</a><br>
</div></div></blockquote></div><br>