<?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: Howto: ipv6 Router Advertisement Option DNS Server in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/howto-ipv6-router-advertisement-option-dns-server/m-p/44238#M10803</link>
    <description>Yes..X250 can upgrade to 15.2.&lt;BR /&gt;
&lt;BR /&gt;
Use below link to get software/hardware compatibility matrix information,&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://enterasys.wpengine.netdna-cdn.com/wp-content/uploads/2014/02/HW-SW-Compatibility-Matrix-Rev-08-March-2014.pdf" target="_blank" rel="nofollow noreferrer noopener"&gt;http://enterasys.wpengine.netdna-cdn.com/wp-content/uploads/2014/02/HW-SW-Compatibility-Matrix-Rev-0...&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;</description>
    <pubDate>Fri, 28 Mar 2014 15:11:00 GMT</pubDate>
    <dc:creator>Sumit_Tokle</dc:creator>
    <dc:date>2014-03-28T15:11:00Z</dc:date>
    <item>
      <title>Howto: ipv6 Router Advertisement Option DNS Server</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/howto-ipv6-router-advertisement-option-dns-server/m-p/44233#M10798</link>
      <description>Has anybody realized a working ipv6 config in EXOS 15.1 with router advertisement for DNS Server? (RFC 6106)&lt;BR /&gt;
I tried:&lt;BR /&gt;
configure vlan NAME router-discovery ipv6 ...&lt;BR /&gt;
but there is no further option. &lt;BR /&gt;
&lt;BR /&gt;
conf vlan dhcp ...  &lt;BR /&gt;
acceptes only IPv4 Adresses&lt;BR /&gt;
&lt;BR /&gt;
as i can see, there is no specific command for enabling these router advertisements.&lt;BR /&gt;
&lt;BR /&gt;
regards&lt;BR /&gt;
Manfred&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Mar 2014 23:09:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/howto-ipv6-router-advertisement-option-dns-server/m-p/44233#M10798</guid>
      <dc:creator>Manfred_Huels</dc:creator>
      <dc:date>2014-03-27T23:09:00Z</dc:date>
    </item>
    <item>
      <title>RE: Howto: ipv6 Router Advertisement Option DNS Server</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/howto-ipv6-router-advertisement-option-dns-server/m-p/44234#M10799</link>
      <description>&lt;B&gt;The command and example as following. But not all the OS an support this feature. &lt;BR /&gt;
&lt;/B&gt;configure {vlan} &lt;VLAN_NAME&gt; router-discovery {ipv6} add dnssl &lt;DNS_SUFFIX&gt;{{dnssl-lifetime} [&lt;DNSSL_LIFETIME&gt; | infinity]}&lt;BR /&gt;
configure {vlan} &lt;VLAN_NAME&gt; router-discovery {ipv6} add rdnss &lt;I&gt;&lt;BR /&gt;
configure  vlan v6 router-discovery ipv6 add dnssl mycompany.com&lt;BR /&gt;
configure  vlan v6 router-discovery ipv6 add rdnss &lt;BR /&gt;
fd00:52c0:d5a9:58fb:f66d:4ff:fe42:4a82&lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;&lt;A href="http://en.wikipedia.org/wiki/Comparison_of_IPv6_support_in_operating_systems" target="_blank" rel="nofollow noreferrer noopener"&gt;http://en.wikipedia.org/wiki/Comparison_of_IPv6_support_in_operating_systems&lt;/A&gt;&lt;/B&gt;&lt;/I&gt;&lt;/VLAN_NAME&gt;&lt;/DNSSL_LIFETIME&gt;&lt;/DNS_SUFFIX&gt;&lt;/VLAN_NAME&gt;</description>
      <pubDate>Fri, 28 Mar 2014 06:36:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/howto-ipv6-router-advertisement-option-dns-server/m-p/44234#M10799</guid>
      <dc:creator>Rex</dc:creator>
      <dc:date>2014-03-28T06:36:00Z</dc:date>
    </item>
    <item>
      <title>RE: Howto: ipv6 Router Advertisement Option DNS Server</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/howto-ipv6-router-advertisement-option-dns-server/m-p/44235#M10800</link>
      <description>One of my customer has same type of issue couple of years back and below was the solution,&lt;BR /&gt;
&lt;BR /&gt;
configure vlan bedvu212 router-discovery ipv6 add dnssl sumittokle.com&lt;BR /&gt;
configure vlan bedvu212 router-discovery ipv6 add rdnss 2620:f6:8000:3::2&lt;BR /&gt;
configure vlan bedvu212 router-discovery ipv6 add prefix 2620:f6:8000:2711::/64&lt;BR /&gt;
configure vlan bedvu212 router-discovery ipv6 set prefix 2620:f6:8000:2711::/64 autonomous-flag on&lt;BR /&gt;
configure vlan bedvu212 router-discovery ipv6 set prefix 2620:f6:8000:2711::/64 onlink-flag on&lt;BR /&gt;
configure vlan bedvu212 router-discovery ipv6 set prefix 2620:f6:8000:2711::/64 preferred-lifetime 604800&lt;BR /&gt;
configure vlan bedvu212 router-discovery ipv6 set prefix 2620:f6:8000:2711::/64 valid-lifetime 2592000&lt;BR /&gt;
configure vlan bedvu212 router-discovery ipv6 min-interval 30&lt;BR /&gt;
configure vlan bedvu212 router-discovery ipv6 managed-config-flag on&lt;BR /&gt;
configure vlan bedvu212 router-discovery ipv6 other-config-flag on&lt;BR /&gt;
enable router-discovery ipv6 vlan bedvu212&lt;BR /&gt;
enable router-discovery ipv6 vlan cc3uc1&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://en.wikipedia.org/wiki/Comparison_of_IPv6_support_in_operating_systems" target="_blank" rel="nofollow noreferrer noopener"&gt;http://en.wikipedia.org/wiki/Comparison_of_IPv6_support_in_operating_systems&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Windows does not support rdnss without a special addon. &lt;I&gt;I&lt;/I&gt; see from the advert that the switch is sending the dnssl and rdnss. Tests on linux/mac that support this grab the dns list fine. &lt;BR /&gt;</description>
      <pubDate>Fri, 28 Mar 2014 07:10:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/howto-ipv6-router-advertisement-option-dns-server/m-p/44235#M10800</guid>
      <dc:creator>Sumit_Tokle</dc:creator>
      <dc:date>2014-03-28T07:10:00Z</dc:date>
    </item>
    <item>
      <title>RE: Howto: ipv6 Router Advertisement Option DNS Server</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/howto-ipv6-router-advertisement-option-dns-server/m-p/44236#M10801</link>
      <description>It seems, not all ExOS supports this feature.&lt;BR /&gt;
&lt;BR /&gt;
&lt;I&gt;System Type:      X250e-48t&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;Primary ver:      15.1.2.12               &lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;                  patch1-6&lt;/I&gt;&lt;BR /&gt;
&lt;BR /&gt;
does not. I will ask our reseller, if we miss a license or something like that.&lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;IPv6-Testswitch.2 # configure vlan net1ipv6 router-discovery ipv6 add &lt;/B&gt;&lt;BR /&gt;
&lt;B&gt;  prefix          prefix advertised for this vlan&lt;/B&gt;&lt;BR /&gt;
&lt;B&gt;IPv6-Testswitch.2 # configure vlan net1ipv6 router-discovery ipv6 add dnssl lbswest.ipv6&lt;/B&gt;&lt;BR /&gt;
&lt;B&gt;                                                                                                                          ^&lt;/B&gt;&lt;BR /&gt;
&lt;B&gt;%% Invalid input detected at '^' marker.&lt;/B&gt;&lt;BR /&gt;
&lt;B&gt;IPv6-Testswitch.3 # &lt;/B&gt;&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Fri, 28 Mar 2014 14:56:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/howto-ipv6-router-advertisement-option-dns-server/m-p/44236#M10801</guid>
      <dc:creator>Manfred_Huels</dc:creator>
      <dc:date>2014-03-28T14:56:00Z</dc:date>
    </item>
    <item>
      <title>RE: Howto: ipv6 Router Advertisement Option DNS Server</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/howto-ipv6-router-advertisement-option-dns-server/m-p/44237#M10802</link>
      <description>This feature is supported since  15.2. But not sure if your X250e can upgrade to 15.2 or not?</description>
      <pubDate>Fri, 28 Mar 2014 14:59:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/howto-ipv6-router-advertisement-option-dns-server/m-p/44237#M10802</guid>
      <dc:creator>r_____________9</dc:creator>
      <dc:date>2014-03-28T14:59:00Z</dc:date>
    </item>
    <item>
      <title>RE: Howto: ipv6 Router Advertisement Option DNS Server</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/howto-ipv6-router-advertisement-option-dns-server/m-p/44238#M10803</link>
      <description>Yes..X250 can upgrade to 15.2.&lt;BR /&gt;
&lt;BR /&gt;
Use below link to get software/hardware compatibility matrix information,&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://enterasys.wpengine.netdna-cdn.com/wp-content/uploads/2014/02/HW-SW-Compatibility-Matrix-Rev-08-March-2014.pdf" target="_blank" rel="nofollow noreferrer noopener"&gt;http://enterasys.wpengine.netdna-cdn.com/wp-content/uploads/2014/02/HW-SW-Compatibility-Matrix-Rev-0...&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Fri, 28 Mar 2014 15:11:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/howto-ipv6-router-advertisement-option-dns-server/m-p/44238#M10803</guid>
      <dc:creator>Sumit_Tokle</dc:creator>
      <dc:date>2014-03-28T15:11:00Z</dc:date>
    </item>
    <item>
      <title>RE: Howto: ipv6 Router Advertisement Option DNS Server</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/howto-ipv6-router-advertisement-option-dns-server/m-p/44239#M10804</link>
      <description>ok - with 15.3 it works.&lt;BR /&gt;
&lt;BR /&gt;
Unfortunately seems there not to be any Client, which understands the Switch Advertisings.&lt;BR /&gt;
&lt;BR /&gt;
With &lt;BR /&gt;
&lt;BR /&gt;
&lt;I&gt;configure vlan net1ipv6 router-discovery ipv6 add dnssl lbswest.ipv6&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;configure vlan net2ipv6 router-discovery ipv6 add dnssl lbswest.ipv6&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;configure vlan net1ipv6 router-discovery ipv6 add rdnss 2a00:7460:da11:be00::98&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;configure vlan net2ipv6 router-discovery ipv6 add rdnss 2a00:7460:da11:be00::98&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;configure vlan net1ipv6 router-discovery ipv6 add prefix 2a00:7460:da11:be00::/64&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;configure vlan net1ipv6 router-discovery ipv6 set prefix 2a00:7460:da11:be00::/64 autonomous-flag on&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;configure vlan net1ipv6 router-discovery ipv6 set prefix 2a00:7460:da11:be00::/64 onlink-flag on&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;configure vlan net1ipv6 router-discovery ipv6 set prefix 2a00:7460:da11:be00::/64 preferred-lifetime 604800&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;configure vlan net1ipv6 router-discovery ipv6 set prefix 2a00:7460:da11:be00::/64 valid-lifetime 2592000&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;configure vlan net2ipv6 router-discovery ipv6 add prefix 2a00:7460:da11:be01::/64&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;configure vlan net2ipv6 router-discovery ipv6 set prefix 2a00:7460:da11:be01::/64 autonomous-flag on&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;configure vlan net2ipv6 router-discovery ipv6 set prefix 2a00:7460:da11:be01::/64 onlink-flag on&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;configure vlan net2ipv6 router-discovery ipv6 set prefix 2a00:7460:da11:be01::/64 preferred-lifetime 604800&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;configure vlan net2ipv6 router-discovery ipv6 set prefix 2a00:7460:da11:be01::/64 valid-lifetime 2592000&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;enable router-discovery ipv6 vlan net1ipv6&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;enable router-discovery ipv6 vlan net2ipv6&lt;/I&gt;&lt;BR /&gt;
&lt;BR /&gt;
my SLES Clients do not get the IP address of the DNS server.&lt;BR /&gt;
&lt;BR /&gt;
If i apply a DHCP Service:&lt;BR /&gt;
&lt;BR /&gt;
&lt;I&gt;&lt;B&gt;configure bootprelay ipv6 add 2a00:7460:da11:be01::2 vr VR-Default&lt;/B&gt;&lt;/I&gt;&lt;BR /&gt;
&lt;B&gt;enable bootprelay ipv6 vlan net1ipv6&lt;/B&gt;&lt;BR /&gt;
&lt;B&gt;enable bootprelay ipv6 vlan net2ipv6&lt;/B&gt;&lt;BR /&gt;
&lt;I&gt;configure vlan net1ipv6 router-discovery ipv6 add dnssl lbswest.ipv6&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;configure vlan net2ipv6 router-discovery ipv6 add dnssl lbswest.ipv6&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;configure vlan net1ipv6 router-discovery ipv6 add rdnss 2a00:7460:da11:be00::98&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;configure vlan net2ipv6 router-discovery ipv6 add rdnss 2a00:7460:da11:be00::98&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;configure vlan net1ipv6 router-discovery ipv6 add prefix 2a00:7460:da11:be00::/64&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;configure vlan net1ipv6 router-discovery ipv6 set prefix 2a00:7460:da11:be00::/64 autonomous-flag on&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;configure vlan net1ipv6 router-discovery ipv6 set prefix 2a00:7460:da11:be00::/64 onlink-flag on&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;configure vlan net1ipv6 router-discovery ipv6 set prefix 2a00:7460:da11:be00::/64 preferred-lifetime 604800&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;configure vlan net1ipv6 router-discovery ipv6 set prefix 2a00:7460:da11:be00::/64 valid-lifetime 2592000&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;configure vlan net2ipv6 router-discovery ipv6 add prefix 2a00:7460:da11:be01::/64&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;configure vlan net2ipv6 router-discovery ipv6 set prefix 2a00:7460:da11:be01::/64 autonomous-flag on&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;configure vlan net2ipv6 router-discovery ipv6 set prefix 2a00:7460:da11:be01::/64 onlink-flag on&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;configure vlan net2ipv6 router-discovery ipv6 set prefix 2a00:7460:da11:be01::/64 preferred-lifetime 604800&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;configure vlan net2ipv6 router-discovery ipv6 set prefix 2a00:7460:da11:be01::/64 valid-lifetime 2592000&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;enable router-discovery ipv6 vlan net1ipv6&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;&lt;B&gt;configure vlan net2ipv6 router-discovery ipv6 managed-config-flag on&lt;/B&gt;&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;&lt;B&gt;configure vlan net2ipv6 router-discovery ipv6 other-config-flag on&lt;/B&gt;&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;enable router-discovery ipv6 vlan net2ipv6&lt;/I&gt;&lt;BR /&gt;
&lt;BR /&gt;
the router sends no router advertisings until i had rebooted him. Additionally only my SLES 11 SP3 client gets some DNS config from the DHCP Server, the SLES 11 SP2 does not. NTP service advertisings from the DHCP was not understood from either. &lt;BR /&gt;
&lt;BR /&gt;
So i have finally concluded:&lt;BR /&gt;
- DNS autoconfig does not work respectively works only with DHCPv4&lt;BR /&gt;
- Until further, IPv6 works with Extreme Networks routers only in a Dual Stack environment&lt;BR /&gt;
&lt;BR /&gt;
regards&lt;BR /&gt;
Manfred&lt;BR /&gt;
&lt;BR /&gt;
 &lt;BR /&gt;
&lt;BR /&gt;
 &lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Apr 2014 19:26:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/howto-ipv6-router-advertisement-option-dns-server/m-p/44239#M10804</guid>
      <dc:creator>Manfred_Huels</dc:creator>
      <dc:date>2014-04-09T19:26:00Z</dc:date>
    </item>
  </channel>
</rss>

