<?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: EXOS: how to disable icmp redirect in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-how-to-disable-icmp-redirect/m-p/61461#M17788</link>
    <description>Thanks OscarK!&lt;BR /&gt;
&lt;BR /&gt;
CLI reference tell me this important additional command:&lt;BR /&gt;
&lt;BR /&gt;
&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;disable icmp useredirects&lt;BR /&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;I&gt;Disables the modifcation of route table information when an ICMP redirect message is received.&lt;/I&gt;</description>
    <pubDate>Wed, 25 Sep 2019 14:42:40 GMT</pubDate>
    <dc:creator>M_Nees</dc:creator>
    <dc:date>2019-09-25T14:42:40Z</dc:date>
    <item>
      <title>EXOS: how to disable icmp redirect</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-how-to-disable-icmp-redirect/m-p/61459#M17786</link>
      <description>on EOS i disable icmp redirect on a layer 3 interface this way:&lt;BR /&gt;
&lt;BR /&gt;
&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;conf t&lt;BR /&gt;int vlan.0.1000&lt;BR /&gt;no ip redirects&lt;BR /&gt;exit&lt;BR /&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;BR /&gt;
How can i achieve that on EXOS ?&lt;BR /&gt;
&lt;BR /&gt;
Is there no cli command available ?&lt;BR /&gt;
&lt;BR /&gt;
Attaching a ACL on every L3 interface which discard icmp redirects is technically possible BUT not manageable in the field. &lt;BR /&gt;
&lt;BR /&gt;
BR</description>
      <pubDate>Wed, 25 Sep 2019 14:30:17 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-how-to-disable-icmp-redirect/m-p/61459#M17786</guid>
      <dc:creator>M_Nees</dc:creator>
      <dc:date>2019-09-25T14:30:17Z</dc:date>
    </item>
    <item>
      <title>Re: EXOS: how to disable icmp redirect</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-how-to-disable-icmp-redirect/m-p/61460#M17787</link>
      <description>* X450G2-24t-G4.1 # disable icmp redirects &lt;BR /&gt;
       Execute the command&lt;BR /&gt;
 ipv6      IPv6 address family&lt;BR /&gt;
 vlan      vlan&lt;BR /&gt;
      vlan name&lt;BR /&gt;
  "Default" "Mgmt"</description>
      <pubDate>Wed, 25 Sep 2019 14:37:18 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-how-to-disable-icmp-redirect/m-p/61460#M17787</guid>
      <dc:creator>OscarK</dc:creator>
      <dc:date>2019-09-25T14:37:18Z</dc:date>
    </item>
    <item>
      <title>Re: EXOS: how to disable icmp redirect</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-how-to-disable-icmp-redirect/m-p/61461#M17788</link>
      <description>Thanks OscarK!&lt;BR /&gt;
&lt;BR /&gt;
CLI reference tell me this important additional command:&lt;BR /&gt;
&lt;BR /&gt;
&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;disable icmp useredirects&lt;BR /&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;I&gt;Disables the modifcation of route table information when an ICMP redirect message is received.&lt;/I&gt;</description>
      <pubDate>Wed, 25 Sep 2019 14:42:40 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-how-to-disable-icmp-redirect/m-p/61461#M17788</guid>
      <dc:creator>M_Nees</dc:creator>
      <dc:date>2019-09-25T14:42:40Z</dc:date>
    </item>
    <item>
      <title>Re: EXOS: how to disable icmp redirect</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-how-to-disable-icmp-redirect/m-p/61462#M17789</link>
      <description>&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;disable icmp useredirects&lt;BR /&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Usage Guidelines&lt;/B&gt;&lt;BR /&gt;
&lt;BR /&gt;
This option only applies to the switch when the switch is not in routing mode.&lt;BR /&gt;
If the switch has a route to a destination network, the switch uses that router as the gateway to forward&lt;BR /&gt;
the packets to. If that router knows about a better route to the destination, and the next hop is in the&lt;BR /&gt;
same subnet as the originating router, the second router sends an ICMP redirect message to the frst&lt;BR /&gt;
router. If ICMP useredirects is disabled, the switch disregards these messages and continues to send the&lt;BR /&gt;
packets to the second router.</description>
      <pubDate>Wed, 25 Sep 2019 14:50:58 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-how-to-disable-icmp-redirect/m-p/61462#M17789</guid>
      <dc:creator>M_Nees</dc:creator>
      <dc:date>2019-09-25T14:50:58Z</dc:date>
    </item>
  </channel>
</rss>

