<blockquote style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;" class="gmail_quote">Perhaps there&#39;s a better way, but...<br><br>
You could give your log server multiple ip addresses, and then bind<br>
your sources explicitly:<br><br>
source s_1 {<br>
  udp( ip(192.168.1.20) flags(no_parse) );<br>
}<br><br>
source s_2 {<br>
  udp( ip(192.168.1.21) );<br>
};<br><br>
Then configure a different syslog server address into each device<br>
depending on whether you want to run the logs through the parser or<br>
not.<br></blockquote>



<br>Good idea but I can&#39;t add another IP address...<br><br><blockquote style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;" class="gmail_quote"><a href="http://www.cisco.com/en/US/docs/ios/12_4t/12_4t11/htnmsylg.html" target="_blank">http://www.cisco.com/en/US/docs/ios/12_4t/12_4t11/htnmsylg.html</a><br>

<br></blockquote>Thank you for the documentation !<br><br>Regards,<br><br>Yann I.<br><br><br><div class="gmail_quote">2010/11/10 Matthew Hall <span dir="ltr">&lt;<a href="mailto:mhall@mhcomputing.net">mhall@mhcomputing.net</a>&gt;</span><br>

<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">On Wednesday, November 10, 2010 05:57:34 Yann I. wrote:<br>
&gt; For the route Cisco, I don&#39;t know if it&#39;s possible or not...<br>
<br>
It&#39;s possible to change the destination port on Cisco.<br>
<br>
Check out the documentation:<br>
<br>
logging host 209.165.201.1 transport udp port 601<br>
<br>
<a href="http://www.cisco.com/en/US/docs/ios/12_4t/12_4t11/htnmsylg.html" target="_blank">http://www.cisco.com/en/US/docs/ios/12_4t/12_4t11/htnmsylg.html</a><br>
<br>
--<br>
<font color="#888888">Matthew Hall<br>
</font></blockquote></div><br>