<?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 Re: Syslog Format RFC3164 in ExtremeSwitching (ERS)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-ers/syslog-format-rfc3164/m-p/72743#M129</link>
    <description>&lt;P&gt;ERS supports syslog (RFC3164); is configured like this:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;enable&lt;BR /&gt;configure terminal&lt;BR /&gt;logging remote address &amp;lt;IP1&amp;gt;&lt;BR /&gt;logging remote secondary-address &amp;lt;optional IP2&amp;gt;&lt;BR /&gt;logging remote enable&lt;BR /&gt;logging remote facility local4&lt;BR /&gt;logging remote level informational&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 22 Mar 2021 15:59:33 GMT</pubDate>
    <dc:creator>Ludovico_Steven</dc:creator>
    <dc:date>2021-03-22T15:59:33Z</dc:date>
    <item>
      <title>Syslog Format RFC3164</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-ers/syslog-format-rfc3164/m-p/72742#M128</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;we have many different type of Extreme Networks Switches. I am beginning to&amp;nbsp;add&amp;nbsp;all our switches to a&amp;nbsp;central syslog server which only accepts the RFC3164 standard.&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What standard is Extreme Networks using? I guess not the RFC3164 beacuse I am getting Errors.&lt;/P&gt;&lt;P&gt;I am looking for a configuration for a&amp;nbsp;ERS4950 Switch.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards, Stefan&lt;/P&gt;</description>
      <pubDate>Fri, 19 Mar 2021 20:10:08 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-ers/syslog-format-rfc3164/m-p/72742#M128</guid>
      <dc:creator>skeff839</dc:creator>
      <dc:date>2021-03-19T20:10:08Z</dc:date>
    </item>
    <item>
      <title>Re: Syslog Format RFC3164</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-ers/syslog-format-rfc3164/m-p/72743#M129</link>
      <description>&lt;P&gt;ERS supports syslog (RFC3164); is configured like this:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;enable&lt;BR /&gt;configure terminal&lt;BR /&gt;logging remote address &amp;lt;IP1&amp;gt;&lt;BR /&gt;logging remote secondary-address &amp;lt;optional IP2&amp;gt;&lt;BR /&gt;logging remote enable&lt;BR /&gt;logging remote facility local4&lt;BR /&gt;logging remote level informational&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Mar 2021 15:59:33 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-ers/syslog-format-rfc3164/m-p/72743#M129</guid>
      <dc:creator>Ludovico_Steven</dc:creator>
      <dc:date>2021-03-22T15:59:33Z</dc:date>
    </item>
    <item>
      <title>Re: Syslog Format RFC3164</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-ers/syslog-format-rfc3164/m-p/72744#M130</link>
      <description>&lt;P&gt;Hi Ludovico,&lt;/P&gt;&lt;P&gt;thanks for your response. Yes&amp;nbsp;I&amp;nbsp;was wrong the&amp;nbsp;ERS&amp;nbsp;support RFC3164)&amp;nbsp; i mean the&amp;nbsp;VSP-9012?&lt;BR /&gt;Does the&amp;nbsp;VSP-9012 support RFC3164?&lt;/P&gt;</description>
      <pubDate>Fri, 26 Mar 2021 21:07:18 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-ers/syslog-format-rfc3164/m-p/72744#M130</guid>
      <dc:creator>skeff839</dc:creator>
      <dc:date>2021-03-26T21:07:18Z</dc:date>
    </item>
    <item>
      <title>Re: Syslog Format RFC3164</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-ers/syslog-format-rfc3164/m-p/72745#M131</link>
      <description>&lt;P&gt;Yes, the VSP9000 also supports syslog.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;VSP9000-1:1#% cfg||syslog&lt;BR /&gt;       alias% show running-config -bi ||syslog&lt;BR /&gt;config terminal&lt;BR /&gt;syslog ip-header-type management-virtual-ip&lt;BR /&gt;syslog host 1&lt;BR /&gt;syslog host 1 address 20.0.100.155&lt;BR /&gt;syslog host 1 enable&lt;BR /&gt;syslog host 2&lt;BR /&gt;syslog host 2 address 10.8.255.5&lt;BR /&gt;syslog host 2 enable&lt;BR /&gt;syslog host 3&lt;BR /&gt;syslog host 3 address 10.8.255.15&lt;BR /&gt;syslog host 3 enable&lt;BR /&gt;syslog host 4&lt;BR /&gt;syslog host 4 address 10.8.255.35&lt;BR /&gt;syslog host 4 enable&lt;BR /&gt;end&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;VSP9000-1:1(config)#% syslog host 1 ?&lt;BR /&gt;  address     Set unix system syslog host ip address&lt;BR /&gt;  enable      Enable syslog host&lt;BR /&gt;  facility    Set unix system syslog host facility&lt;BR /&gt;  maperror    Set unix system syslog severity for error messages&lt;BR /&gt;  mapfatal    Set unix system syslog severity for fatal messages&lt;BR /&gt;  mapinfo     Set unix system syslog severity for info messages&lt;BR /&gt;  mapwarning  Set unix system syslog severity for warning messages&lt;BR /&gt;  severity    Set unix system syslog severity for which syslog messages will be&lt;BR /&gt;              sent&lt;BR /&gt;  udp-port    Set unix system syslog host port number&lt;BR /&gt;  &amp;lt;cr&amp;gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 27 Mar 2021 03:46:08 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-ers/syslog-format-rfc3164/m-p/72745#M131</guid>
      <dc:creator>Ludovico_Steven</dc:creator>
      <dc:date>2021-03-27T03:46:08Z</dc:date>
    </item>
    <item>
      <title>Re: Syslog Format RFC3164</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-ers/syslog-format-rfc3164/m-p/72746#M132</link>
      <description>&lt;P&gt;Which command changes&amp;nbsp;it to RFC3164?&lt;BR /&gt;&lt;BR /&gt;I only receive non RFC3164 Format&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&amp;lt;190&amp;gt;CP2  [03/29/21 16:06:59.709:CEST] 0x0003c984 00000000 GlobalRouter IP INFO rcIpAddArp: Mismatch&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Mar 2021 21:10:26 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-ers/syslog-format-rfc3164/m-p/72746#M132</guid>
      <dc:creator>skeff839</dc:creator>
      <dc:date>2021-03-29T21:10:26Z</dc:date>
    </item>
  </channel>
</rss>

