<?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: Default VLAN disfunctional, DHCP not working on untagged ports in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/default-vlan-disfunctional-dhcp-not-working-on-untagged-ports/m-p/17504#M585</link>
    <description>I was able to get this up and running this past week. I was actually facing two issues that was keeping my configuration from working.&lt;BR /&gt;
&lt;BR /&gt;
#1 - It seemed like just when I was about done configuring the extreme switch, my entire network would hit the wall. I figured this had to have something to do with my default VLAN and it seemed like I had a loop somewhere. Turns out that when I hastily removed my dying Cisco switch and connected the Extreme switch, I had patched in a copper connection that was setup as a trunk port. This was in addition to the fiber connection that I was using as a trunk port. Oops! The copper connection was a precursor to the fiber run and should have never been reconnected.&lt;BR /&gt;
&lt;BR /&gt;
#2 - I don't think that my Cisco side was setup properly. I had a hard time finding a good example of what my Cisco port should look like that was connected to my Extreme switch. You know, the whole "trunk port" versus "tagged port" thing.&lt;BR /&gt;
&lt;BR /&gt;
Here is what my Cisco side port currently looks like:&lt;BR /&gt;
interface GigabitEthernet10/14&lt;BR /&gt;
 description EDUCATION TRAILER EXTREME NETWORKS SWITCH&lt;BR /&gt;
 switchport&lt;BR /&gt;
 switchport trunk encapsulation dot1q&lt;BR /&gt;
 switchport trunk allowed vlan 10,470,475&lt;BR /&gt;
 switchport mode trunk&lt;BR /&gt;
 no ip address&lt;BR /&gt;
 spanning-tree bpdufilter enable&lt;BR /&gt;
 spanning-tree link-type point-to-point&lt;BR /&gt;
!&lt;BR /&gt;
Note that I thought I would need "allowed VLAN 1" in addition to the others, but that proved to be a mistake.&lt;BR /&gt;
&lt;BR /&gt;
Also, related but unrelated --- once I had taken care of these two problems, DHCP worked just like it was supposed to with setting up VLAN's 10 and 270 as untagged, but then tagged on port 50 (my fiber uplink port). And then I also fooled around with using a voice VLAN. With my Cisco switch, I can add a "voice vlan" to a port in the config, and my Cisco phone will automatically jump on it. With the Extreme switch, I needed to add port 475 as TAGGED on an untagged 470 port. And then, I needed to go onto the Cisco phone and set the Admin VLAN port setting to 475.&lt;BR /&gt;
&lt;BR /&gt;
Here is my final Extreme config for the curious ...&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module devmgr configuration.&lt;BR /&gt;
#&lt;BR /&gt;
configure sys-recovery-level switch reset&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module vlan configuration.&lt;BR /&gt;
#&lt;BR /&gt;
configure vlan default delete ports all&lt;BR /&gt;
configure vr VR-Default delete ports 1-54&lt;BR /&gt;
configure vr VR-Default add ports 1-54&lt;BR /&gt;
configure vlan default delete ports 1-46, 48&lt;BR /&gt;
create vlan "MainHosp1FL"&lt;BR /&gt;
configure vlan MainHosp1FL tag 10&lt;BR /&gt;
create vlan "TrailerData"&lt;BR /&gt;
configure vlan TrailerData tag 470&lt;BR /&gt;
create vlan "TrailerVoice"&lt;BR /&gt;
configure vlan TrailerVoice tag 475&lt;BR /&gt;
configure ports 49 auto off speed 10000 duplex full&lt;BR /&gt;
configure ports 50 auto off speed 10000 duplex full&lt;BR /&gt;
configure ports 51 auto off speed 10000 duplex full&lt;BR /&gt;
configure ports 52 auto off speed 10000 duplex full&lt;BR /&gt;
configure ports 53 auto off speed 10000 duplex full&lt;BR /&gt;
configure ports 54 auto off speed 10000 duplex full&lt;BR /&gt;
configure vlan Default add ports 47, 49-54 untagged&lt;BR /&gt;
configure vlan MainHosp1FL add ports 50 tagged&lt;BR /&gt;
configure vlan MainHosp1FL add ports 15 untagged&lt;BR /&gt;
configure vlan TrailerData add ports 50 tagged&lt;BR /&gt;
configure vlan TrailerData add ports 1-14, 16-46, 48 untagged&lt;BR /&gt;
configure vlan TrailerVoice add ports 1-14, 16-46, 48, 50 tagged&lt;BR /&gt;
configure vlan Default ipaddress 10.0.45.3 255.255.252.0&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module fdb configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module rtmgr configuration.&lt;BR /&gt;
#&lt;BR /&gt;
configure iproute add default 10.0.45.1&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module mcmgr configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module aaa configuration.&lt;BR /&gt;
#&lt;BR /&gt;
configure account admin encrypted "SNIP"&lt;BR /&gt;
#&lt;BR /&gt;
# Module acl configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module bfd configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module ces configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module cfgmgr configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module dosprotect configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module dot1ag configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module eaps configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module edp configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module elrp configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module ems configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module epm configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module erps configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module esrp configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module ethoam configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module etmon configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module exsshd configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module hal configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module idMgr configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module ipSecurity configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module ipfix configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module lldp configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module mrp configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module msdp configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module netLogin configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module netTools configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module ntp configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module poe configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module rip configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module r.png configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module snmpMaster configuration.&lt;BR /&gt;
#&lt;BR /&gt;
SNIP&lt;BR /&gt;
#&lt;BR /&gt;
# Module stp configuration.&lt;BR /&gt;
#&lt;BR /&gt;
configure mstp region 000496989e7f&lt;BR /&gt;
configure stpd s0 delete vlan default ports all&lt;BR /&gt;
disable stpd s0 auto-bind vlan default&lt;BR /&gt;
enable stpd s0 auto-bind vlan Default&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module synce configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module techSupport configuration.&lt;BR /&gt;
#&lt;BR /&gt;
debug tech-support configure max-collectors 2&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module telnetd configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module tftpd configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module thttpd configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module vmt configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module vsm configuration.&lt;BR /&gt;
#&lt;BR /&gt;</description>
    <pubDate>Mon, 28 Sep 2015 04:03:00 GMT</pubDate>
    <dc:creator>Steve_Ballantyn</dc:creator>
    <dc:date>2015-09-28T04:03:00Z</dc:date>
    <item>
      <title>Default VLAN disfunctional, DHCP not working on untagged ports</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/default-vlan-disfunctional-dhcp-not-working-on-untagged-ports/m-p/17490#M571</link>
      <description>I am sure that I have something configured wrong. This is my first Extreme switch. It is connected via a fiber connection to a trunked Cisco port (port 50 on my Extreme side).&lt;BR /&gt;
&lt;BR /&gt;
For hosts with static IP addresses, everything works fine. But for my DHCP hosts, they are pulling VLAN 1 IP addresses regardless of the VLAN they are on. This is the native VLAN in my Cisco environment, and my Default vr on my Extreme switch. That is, 10.0.44.0/22. I thought that maybe I needed to do something like an "ip-helper" in the Cisco realm. Hence the bootprelay stuff in my config ... which does not appear to be working!&lt;BR /&gt;
&lt;BR /&gt;
Also, I can no longer ssh to my switch (it used to work before I rebooted it?). And I cannot seem to ping out from the switch itself, so I am having to do all my changes through a console connection.&lt;BR /&gt;
&lt;BR /&gt;
Help!  &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;
&lt;BR /&gt;
And now, my configuration ...&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module devmgr configuration.&lt;BR /&gt;
#&lt;BR /&gt;
configure sys-recovery-level switch reset&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module vlan configuration.&lt;BR /&gt;
#&lt;BR /&gt;
configure vlan default delete ports all&lt;BR /&gt;
configure vr VR-Default delete ports 1-54&lt;BR /&gt;
configure vr VR-Default add ports 1-54&lt;BR /&gt;
configure vlan default delete ports 1-48&lt;BR /&gt;
create vlan "EduTrailerData"&lt;BR /&gt;
configure vlan EduTrailerData tag 470&lt;BR /&gt;
create vlan "EMC"&lt;BR /&gt;
configure vlan EMC tag 200&lt;BR /&gt;
create vlan "Imaging"&lt;BR /&gt;
configure vlan Imaging tag 5&lt;BR /&gt;
create vlan "MainHosp1fl"&lt;BR /&gt;
configure vlan MainHosp1fl tag 10&lt;BR /&gt;
configure ports 49 auto off speed 10000 duplex full&lt;BR /&gt;
configure ports 50 auto off speed 10000 duplex full&lt;BR /&gt;
configure ports 51 auto off speed 10000 duplex full&lt;BR /&gt;
configure ports 52 auto off speed 10000 duplex full&lt;BR /&gt;
configure ports 53 auto off speed 10000 duplex full&lt;BR /&gt;
configure ports 54 auto off speed 10000 duplex full&lt;BR /&gt;
configure vlan Default add ports 49-54 untagged&lt;BR /&gt;
configure vlan EduTrailerData add ports 50 tagged&lt;BR /&gt;
configure vlan EduTrailerData add ports 1-2, 4-9, 11-14, 17-48 untagged&lt;BR /&gt;
configure vlan EMC add ports 10 untagged&lt;BR /&gt;
configure vlan Imaging add ports 3 untagged&lt;BR /&gt;
configure vlan MainHosp1fl add ports 50 tagged&lt;BR /&gt;
configure vlan MainHosp1fl add ports 15-16 untagged&lt;BR /&gt;
configure vlan Default ipaddress 10.0.45.3 255.255.252.0&lt;BR /&gt;
enable ipforwarding vlan Default&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module fdb configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module rtmgr configuration.&lt;BR /&gt;
#&lt;BR /&gt;
configure iproute add default 10.0.45.1&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module mcmgr configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module aaa configuration.&lt;BR /&gt;
#&lt;BR /&gt;
configure account admin encrypted "**SNIP**"&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module acl configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module bfd configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module ces configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module cfgmgr configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module dosprotect configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module dot1ag configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module eaps configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module edp configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module elrp configuration.&lt;BR /&gt;
#&lt;BR /&gt;
#&lt;BR /&gt;
# Module ems configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module epm configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module erps configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module esrp configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module ethoam configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module etmon configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module exsshd configuration.&lt;BR /&gt;
#&lt;BR /&gt;
enable ssh2&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module hal configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module idMgr configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module ipSecurity configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module ipfix configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module lldp configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module mrp configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module msdp configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module netLogin configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module netTools configuration.&lt;BR /&gt;
#&lt;BR /&gt;
configure bootprelay add 10.60.60.10 vr VR-Default&lt;BR /&gt;
configure bootprelay add 10.60.60.11 vr VR-Default&lt;BR /&gt;
enable bootprelay ipv4 vlan EduTrailerData&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module ntp configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module poe configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module rip configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module r.png configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module snmpMaster configuration.&lt;BR /&gt;
#&lt;BR /&gt;
configure snmpv3 add group "v1v2cNotifyGroup" user "v1v2cNotifyUser1" sec-model snmpv2c&lt;BR /&gt;
configure snmpv3 add community "SNIP" name "SNIP" user "v1v2c_rw"&lt;BR /&gt;
configure snmpv3 add community "v1v2cNotifyComm1" name "SNIP" user "v1v2cNotifyUser1"&lt;BR /&gt;
configure snmpv3 add target-addr "v1v2cNotifyTAddr1" param "v1v2cNotifyParam1" ipaddress 10.60.60.150 transport-port 162 tag-list "defaultNotify"&lt;BR /&gt;
0 transport-port 162 tag-list "defaultNotify"&lt;BR /&gt;
configure snmpv3 add target-params "v1v2cNotifyParam1" user "v1v2cNotifyUser1" mp-model snmpv2c sec-model snmpv2c sec-level noauth&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module stp configuration.&lt;BR /&gt;
#&lt;BR /&gt;
configure mstp region 000496989e7f&lt;BR /&gt;
configure stpd s0 delete vlan default ports all&lt;BR /&gt;
disable stpd s0 auto-bind vlan default&lt;BR /&gt;
enable stpd s0 auto-bind vlan Default&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module synce configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module techSupport configuration.&lt;BR /&gt;
#&lt;BR /&gt;
debug tech-support configure max-collectors 2&lt;BR /&gt;
configure tech-support collector 12.38.14.200 tcp-port 800 ssl off&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module telnetd configuration.&lt;BR /&gt;
#&lt;BR /&gt;
disable telnet&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module tftpd configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module thttpd configuration.&lt;BR /&gt;
#&lt;BR /&gt;
enable web http&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module vmt configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module vsm configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Sep 2015 05:27:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/default-vlan-disfunctional-dhcp-not-working-on-untagged-ports/m-p/17490#M571</guid>
      <dc:creator>Steve_Ballantyn</dc:creator>
      <dc:date>2015-09-18T05:27:00Z</dc:date>
    </item>
    <item>
      <title>RE: Default VLAN disfunctional, DHCP not working on untagged ports</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/default-vlan-disfunctional-dhcp-not-working-on-untagged-ports/m-p/17491#M572</link>
      <description>Hi Steve,&lt;BR /&gt;
&lt;BR /&gt;
Welcome aboard!&lt;BR /&gt;
&lt;BR /&gt;
Looking at the config, for the EXOS switch to do a bootprelay(similar to IP-HELPER), we need to have IP address on both the client VLAN and the DHCP server VLAN. This is because, this feature works based on the ipforwarding feature. &lt;BR /&gt;
&lt;BR /&gt;
So, once you have the IP address for the Client VLAN, we need to enable the bootprelay in both the client VLAN and the server VLAN. &lt;BR /&gt;
&lt;BR /&gt;
Following articles would really help you get started: &lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="https://gtacknowledge.extremenetworks.com/articles/How_To/How-to-configure-Bootprelay" target="_blank" rel="nofollow noreferrer noopener"&gt;https://gtacknowledge.extremenetworks.com/articles/How_To/How-to-configure-Bootprelay&lt;/A&gt; &lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="https://gtacknowledge.extremenetworks.com/articles/Solution/Clients-unable-to-get-IP-addresses-with-BOOTP-Relay-configured-on-the-client-VLAN" target="_blank" rel="nofollow noreferrer noopener"&gt;https://gtacknowledge.extremenetworks.com/articles/Solution/Clients-unable-to-get-IP-addresses-with-BOOTP-Relay-configured-on-the-client-VLAN&lt;/A&gt; &lt;BR /&gt;
&lt;BR /&gt;
Hope this helps!</description>
      <pubDate>Fri, 18 Sep 2015 05:51:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/default-vlan-disfunctional-dhcp-not-working-on-untagged-ports/m-p/17491#M572</guid>
      <dc:creator>Prashanth_KG</dc:creator>
      <dc:date>2015-09-18T05:51:00Z</dc:date>
    </item>
    <item>
      <title>RE: Default VLAN disfunctional, DHCP not working on untagged ports</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/default-vlan-disfunctional-dhcp-not-working-on-untagged-ports/m-p/17492#M573</link>
      <description>&lt;BLOCKQUOTE&gt;need to have IP address on both the client VLAN and the DHCP server VLAN&lt;/BLOCKQUOTE&gt;I think I understand. I need to add the VLAN to the switch in which the DHCP servers are located? In my case, there are no ports on this switch for that VLAN. So I would add the VLAN, enable the relay, but not assign the VLAN to any ports?&lt;BR /&gt;
&lt;BR /&gt;
We use Cisco VTP to manage VLAN's in our environment. Are you saying I need to configure an IP address on the switch for the VLAN? Because that has already been done on my Cisco core?&lt;BR /&gt;
&lt;BR /&gt;
Thanks for the assistance!!&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Sep 2015 05:51:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/default-vlan-disfunctional-dhcp-not-working-on-untagged-ports/m-p/17492#M573</guid>
      <dc:creator>Steve_Ballantyn</dc:creator>
      <dc:date>2015-09-18T05:51:00Z</dc:date>
    </item>
    <item>
      <title>RE: Default VLAN disfunctional, DHCP not working on untagged ports</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/default-vlan-disfunctional-dhcp-not-working-on-untagged-ports/m-p/17493#M574</link>
      <description>Hi Steve,&lt;BR /&gt;
&lt;BR /&gt;
Thank you for the response. Could you please confirm the following? &lt;BR /&gt;
&lt;BR /&gt;
- DHCP hosts are in the VLAN EduTrailerData? &lt;BR /&gt;
- I am assuming your setup is like below? &lt;BR /&gt;
&lt;BR /&gt;
DHCP hosts -------- EXTREME --------- CISCO----------- DHCP server. &lt;BR /&gt;
&lt;BR /&gt;
_ if my assumptions above are correct, we need not have the bootprelay config in Extreme switch. &lt;BR /&gt;
&lt;BR /&gt;
You could just extend the VLAN EduTrailerData till Cisco and let Cisco do the ip-helper to reach the server in another VLAN. &lt;BR /&gt;
&lt;BR /&gt;
If my understanding is not right, please let me know. &lt;BR /&gt;</description>
      <pubDate>Fri, 18 Sep 2015 05:51:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/default-vlan-disfunctional-dhcp-not-working-on-untagged-ports/m-p/17493#M574</guid>
      <dc:creator>Prashanth_KG</dc:creator>
      <dc:date>2015-09-18T05:51:00Z</dc:date>
    </item>
    <item>
      <title>RE: Default VLAN disfunctional, DHCP not working on untagged ports</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/default-vlan-disfunctional-dhcp-not-working-on-untagged-ports/m-p/17494#M575</link>
      <description>You are correct! I removed the un-needed bootp configuaration ...&lt;BR /&gt;
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;disable bootprelay ipv4 vlan EduTrailerData&lt;BR /&gt;
configure bootprelay delete 10.60.60.10 vr VR-Default&lt;BR /&gt;
configure bootprelay delete 10.60.60.11 vr VR-Default&lt;/BLOCKQUOTE&gt;... however, this had no effect on my issue. For some reason, I still cannot reach my switch over the network with it's VLAN 1 ip address (10.0.45.3) and my clients are obtaining VLAN 1 ip addresses from DHCP.</description>
      <pubDate>Fri, 18 Sep 2015 05:51:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/default-vlan-disfunctional-dhcp-not-working-on-untagged-ports/m-p/17494#M575</guid>
      <dc:creator>Steve_Ballantyn</dc:creator>
      <dc:date>2015-09-18T05:51:00Z</dc:date>
    </item>
    <item>
      <title>RE: Default VLAN disfunctional, DHCP not working on untagged ports</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/default-vlan-disfunctional-dhcp-not-working-on-untagged-ports/m-p/17495#M576</link>
      <description>Just another example that something is wrong with my Default VLAN (VLAN 1 to the Cisco realm). Here I am trying to ping the gateway for VLAN 1, using the Default VLAN interface.&lt;BR /&gt;
X460G2-48t-10G4.30 # ping vr "VR-Default" 10.0.45.1Ping(ICMP) 10.0.45.1: 4 packets, 8 data bytes, interval 1 second(s).&lt;BR /&gt;
Packet transmit error; Destination unreachable&lt;BR /&gt;
Packet transmit error; Destination unreachable&lt;BR /&gt;
Packet transmit error; Destination unreachable&lt;BR /&gt;
Packet transmit error; Destination unreachable&lt;BR /&gt;
--- 10.0.45.1 ping statistics ---&lt;BR /&gt;
0 packets transmitted, 0 packets received, 0% loss&lt;BR /&gt;
round-trip min/avg/max = 0/0/0 ms&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Sep 2015 05:51:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/default-vlan-disfunctional-dhcp-not-working-on-untagged-ports/m-p/17495#M576</guid>
      <dc:creator>Steve_Ballantyn</dc:creator>
      <dc:date>2015-09-18T05:51:00Z</dc:date>
    </item>
    <item>
      <title>RE: Default VLAN disfunctional, DHCP not working on untagged ports</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/default-vlan-disfunctional-dhcp-not-working-on-untagged-ports/m-p/17496#M577</link>
      <description>Hi Steve,&lt;BR /&gt;
&lt;BR /&gt;
Can you please ensure that this VLAN is active? Packet transmit error means that the switch does not know how to reach 10.0.45.1. If it is in the same subnet as the switch VLAN IP, it is possible only when none of the ports in that VLAN is active. &lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Sep 2015 05:51:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/default-vlan-disfunctional-dhcp-not-working-on-untagged-ports/m-p/17496#M577</guid>
      <dc:creator>Prashanth_KG</dc:creator>
      <dc:date>2015-09-18T05:51:00Z</dc:date>
    </item>
    <item>
      <title>RE: Default VLAN disfunctional, DHCP not working on untagged ports</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/default-vlan-disfunctional-dhcp-not-working-on-untagged-ports/m-p/17497#M578</link>
      <description>That makes sense. I put one of the ports into VLAN 1 and plugged a device into it. My Default IP still doesn't work though!&lt;BR /&gt;
&lt;BR /&gt;
What should be happening with my Default vlan? My port 50 is a "trunk port" to my Cisco switch. Shouldn't the Default vlan traffic be *untagged* because it's the native vlan on the cisco side? And then I should tag all other vlans on port 50, correct?&lt;BR /&gt;
&lt;BR /&gt;
I don't suppose you have a working example config for a Cisco trunk connected Extreme switch?&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Sep 2015 05:51:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/default-vlan-disfunctional-dhcp-not-working-on-untagged-ports/m-p/17497#M578</guid>
      <dc:creator>Steve_Ballantyn</dc:creator>
      <dc:date>2015-09-18T05:51:00Z</dc:date>
    </item>
    <item>
      <title>RE: Default VLAN disfunctional, DHCP not working on untagged ports</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/default-vlan-disfunctional-dhcp-not-working-on-untagged-ports/m-p/17498#M579</link>
      <description>Steve,&lt;BR /&gt;
&lt;BR /&gt;
Your understanding is correct, the default VLAN should be untagged on the port connecting to CISCO with a native VLAN and all the other vlans tagged. &lt;BR /&gt;
&lt;BR /&gt;
Please share the output of show vlan default to check if the ports are active in it. &lt;BR /&gt;
&lt;BR /&gt;
For the time being, try disabling the spanning tree on the cisco side to be sure that there is no blocking on the cisco side. &lt;BR /&gt;
&lt;BR /&gt;
When you plugged in a PC, were you able to reach the default VLAN IP of Extreme Switch?</description>
      <pubDate>Fri, 18 Sep 2015 05:51:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/default-vlan-disfunctional-dhcp-not-working-on-untagged-ports/m-p/17498#M579</guid>
      <dc:creator>Prashanth_KG</dc:creator>
      <dc:date>2015-09-18T05:51:00Z</dc:date>
    </item>
    <item>
      <title>RE: Default VLAN disfunctional, DHCP not working on untagged ports</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/default-vlan-disfunctional-dhcp-not-working-on-untagged-ports/m-p/17499#M580</link>
      <description>&lt;BLOCKQUOTE&gt;show vlan default to check if the ports are active in it&lt;/BLOCKQUOTE&gt;I wouldn't want my vlan 470 hosts to be active in the Default VLAN would I? I have been removing everything from the Default VLAN.&lt;BR /&gt;
&lt;BR /&gt;
I am away from the switch at the moment, but I will get connected later at the console and show you the output of that command.</description>
      <pubDate>Fri, 18 Sep 2015 05:51:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/default-vlan-disfunctional-dhcp-not-working-on-untagged-ports/m-p/17499#M580</guid>
      <dc:creator>Steve_Ballantyn</dc:creator>
      <dc:date>2015-09-18T05:51:00Z</dc:date>
    </item>
    <item>
      <title>RE: Default VLAN disfunctional, DHCP not working on untagged ports</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/default-vlan-disfunctional-dhcp-not-working-on-untagged-ports/m-p/17500#M581</link>
      <description>For the SSH issue, can you please collect the following output?&lt;BR /&gt;
&lt;BR /&gt;
show management. Need to ensure that the key is valid.</description>
      <pubDate>Fri, 18 Sep 2015 06:44:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/default-vlan-disfunctional-dhcp-not-working-on-untagged-ports/m-p/17500#M581</guid>
      <dc:creator>Prashanth_KG</dc:creator>
      <dc:date>2015-09-18T06:44:00Z</dc:date>
    </item>
    <item>
      <title>RE: Default VLAN disfunctional, DHCP not working on untagged ports</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/default-vlan-disfunctional-dhcp-not-working-on-untagged-ports/m-p/17501#M582</link>
      <description>&lt;BLOCKQUOTE&gt;SSH access                       : Enabled (Key valid, tcp port 22 vr all)&lt;BR /&gt;
                                 : Access Profile : not set&lt;BR /&gt;
&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;
I think my ssh is set up okay. It *used* to work fine. In fact everything had been working okay until I had to shutdown and move the switch. That's when this DHCP and VLAN 1 issue sprouted up. Makes me think that I had made a change that was not committed until the reboot took place.&lt;BR /&gt;
﻿</description>
      <pubDate>Fri, 18 Sep 2015 06:44:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/default-vlan-disfunctional-dhcp-not-working-on-untagged-ports/m-p/17501#M582</guid>
      <dc:creator>Steve_Ballantyn</dc:creator>
      <dc:date>2015-09-18T06:44:00Z</dc:date>
    </item>
    <item>
      <title>RE: Default VLAN disfunctional, DHCP not working on untagged ports</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/default-vlan-disfunctional-dhcp-not-working-on-untagged-ports/m-p/17502#M583</link>
      <description>The key looks valid. Are you able to ping the Switch IP from your PC. &lt;BR /&gt;
If it is reachable, can you enable telnet for troubleshooting and check if telnet works fine? This could help us isolate the issue only to SSH access. &lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Sep 2015 06:44:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/default-vlan-disfunctional-dhcp-not-working-on-untagged-ports/m-p/17502#M583</guid>
      <dc:creator>Prashanth_KG</dc:creator>
      <dc:date>2015-09-18T06:44:00Z</dc:date>
    </item>
    <item>
      <title>RE: Default VLAN disfunctional, DHCP not working on untagged ports</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/default-vlan-disfunctional-dhcp-not-working-on-untagged-ports/m-p/17503#M584</link>
      <description>I started over with an empty config this morning. And everything seemed to be going well until I started adding ports to my VLAN 470.&lt;BR /&gt;
&lt;BR /&gt;
Poking around on the Cisco side, I caught these messages in the logs ...&lt;BR /&gt;
&lt;BR /&gt;
*Sep 18 06:51:03.160 EDT: %LINEPROTO-SP-5-UPDOWN: Line protocol on Interface GigabitEthernet4/25, changed state to up*Sep 18 06:55:28.872 EDT: %SPANTREE-SP-2-RECV_PVID_ERR: Received BPDU with inconsistent peer vlan id 1 on GigabitEthernet10/14 VLAN470.*Sep 18 06:55:28.872 EDT: %SPANTREE-SP-2-BLOCK_PVID_PEER: Blocking GigabitEthernet10/14 on VLAN0001. Inconsistent peer vlan.*Sep 18 06:55:28.872 EDT: %SPANTREE-SP-2-BLOCK_PVID_LOCAL: Blocking GigabitEthernet10/14 on VLAN0470. Inconsistent local vlan.&lt;BR /&gt;
It doesn't appear that I still have this same issue now, as the Cisco side has done a timeout recovery on the port and the error has not reappeared. This may have been while I was still adding and removing ports to VLANs.&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Sep 2015 06:44:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/default-vlan-disfunctional-dhcp-not-working-on-untagged-ports/m-p/17503#M584</guid>
      <dc:creator>Steve_Ballantyn</dc:creator>
      <dc:date>2015-09-18T06:44:00Z</dc:date>
    </item>
    <item>
      <title>RE: Default VLAN disfunctional, DHCP not working on untagged ports</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/default-vlan-disfunctional-dhcp-not-working-on-untagged-ports/m-p/17504#M585</link>
      <description>I was able to get this up and running this past week. I was actually facing two issues that was keeping my configuration from working.&lt;BR /&gt;
&lt;BR /&gt;
#1 - It seemed like just when I was about done configuring the extreme switch, my entire network would hit the wall. I figured this had to have something to do with my default VLAN and it seemed like I had a loop somewhere. Turns out that when I hastily removed my dying Cisco switch and connected the Extreme switch, I had patched in a copper connection that was setup as a trunk port. This was in addition to the fiber connection that I was using as a trunk port. Oops! The copper connection was a precursor to the fiber run and should have never been reconnected.&lt;BR /&gt;
&lt;BR /&gt;
#2 - I don't think that my Cisco side was setup properly. I had a hard time finding a good example of what my Cisco port should look like that was connected to my Extreme switch. You know, the whole "trunk port" versus "tagged port" thing.&lt;BR /&gt;
&lt;BR /&gt;
Here is what my Cisco side port currently looks like:&lt;BR /&gt;
interface GigabitEthernet10/14&lt;BR /&gt;
 description EDUCATION TRAILER EXTREME NETWORKS SWITCH&lt;BR /&gt;
 switchport&lt;BR /&gt;
 switchport trunk encapsulation dot1q&lt;BR /&gt;
 switchport trunk allowed vlan 10,470,475&lt;BR /&gt;
 switchport mode trunk&lt;BR /&gt;
 no ip address&lt;BR /&gt;
 spanning-tree bpdufilter enable&lt;BR /&gt;
 spanning-tree link-type point-to-point&lt;BR /&gt;
!&lt;BR /&gt;
Note that I thought I would need "allowed VLAN 1" in addition to the others, but that proved to be a mistake.&lt;BR /&gt;
&lt;BR /&gt;
Also, related but unrelated --- once I had taken care of these two problems, DHCP worked just like it was supposed to with setting up VLAN's 10 and 270 as untagged, but then tagged on port 50 (my fiber uplink port). And then I also fooled around with using a voice VLAN. With my Cisco switch, I can add a "voice vlan" to a port in the config, and my Cisco phone will automatically jump on it. With the Extreme switch, I needed to add port 475 as TAGGED on an untagged 470 port. And then, I needed to go onto the Cisco phone and set the Admin VLAN port setting to 475.&lt;BR /&gt;
&lt;BR /&gt;
Here is my final Extreme config for the curious ...&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module devmgr configuration.&lt;BR /&gt;
#&lt;BR /&gt;
configure sys-recovery-level switch reset&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module vlan configuration.&lt;BR /&gt;
#&lt;BR /&gt;
configure vlan default delete ports all&lt;BR /&gt;
configure vr VR-Default delete ports 1-54&lt;BR /&gt;
configure vr VR-Default add ports 1-54&lt;BR /&gt;
configure vlan default delete ports 1-46, 48&lt;BR /&gt;
create vlan "MainHosp1FL"&lt;BR /&gt;
configure vlan MainHosp1FL tag 10&lt;BR /&gt;
create vlan "TrailerData"&lt;BR /&gt;
configure vlan TrailerData tag 470&lt;BR /&gt;
create vlan "TrailerVoice"&lt;BR /&gt;
configure vlan TrailerVoice tag 475&lt;BR /&gt;
configure ports 49 auto off speed 10000 duplex full&lt;BR /&gt;
configure ports 50 auto off speed 10000 duplex full&lt;BR /&gt;
configure ports 51 auto off speed 10000 duplex full&lt;BR /&gt;
configure ports 52 auto off speed 10000 duplex full&lt;BR /&gt;
configure ports 53 auto off speed 10000 duplex full&lt;BR /&gt;
configure ports 54 auto off speed 10000 duplex full&lt;BR /&gt;
configure vlan Default add ports 47, 49-54 untagged&lt;BR /&gt;
configure vlan MainHosp1FL add ports 50 tagged&lt;BR /&gt;
configure vlan MainHosp1FL add ports 15 untagged&lt;BR /&gt;
configure vlan TrailerData add ports 50 tagged&lt;BR /&gt;
configure vlan TrailerData add ports 1-14, 16-46, 48 untagged&lt;BR /&gt;
configure vlan TrailerVoice add ports 1-14, 16-46, 48, 50 tagged&lt;BR /&gt;
configure vlan Default ipaddress 10.0.45.3 255.255.252.0&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module fdb configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module rtmgr configuration.&lt;BR /&gt;
#&lt;BR /&gt;
configure iproute add default 10.0.45.1&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module mcmgr configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module aaa configuration.&lt;BR /&gt;
#&lt;BR /&gt;
configure account admin encrypted "SNIP"&lt;BR /&gt;
#&lt;BR /&gt;
# Module acl configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module bfd configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module ces configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module cfgmgr configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module dosprotect configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module dot1ag configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module eaps configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module edp configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module elrp configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module ems configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module epm configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module erps configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module esrp configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module ethoam configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module etmon configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module exsshd configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module hal configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module idMgr configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module ipSecurity configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module ipfix configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module lldp configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module mrp configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module msdp configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module netLogin configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module netTools configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module ntp configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module poe configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module rip configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module r.png configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module snmpMaster configuration.&lt;BR /&gt;
#&lt;BR /&gt;
SNIP&lt;BR /&gt;
#&lt;BR /&gt;
# Module stp configuration.&lt;BR /&gt;
#&lt;BR /&gt;
configure mstp region 000496989e7f&lt;BR /&gt;
configure stpd s0 delete vlan default ports all&lt;BR /&gt;
disable stpd s0 auto-bind vlan default&lt;BR /&gt;
enable stpd s0 auto-bind vlan Default&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module synce configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module techSupport configuration.&lt;BR /&gt;
#&lt;BR /&gt;
debug tech-support configure max-collectors 2&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module telnetd configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module tftpd configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module thttpd configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module vmt configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module vsm configuration.&lt;BR /&gt;
#&lt;BR /&gt;</description>
      <pubDate>Mon, 28 Sep 2015 04:03:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/default-vlan-disfunctional-dhcp-not-working-on-untagged-ports/m-p/17504#M585</guid>
      <dc:creator>Steve_Ballantyn</dc:creator>
      <dc:date>2015-09-28T04:03:00Z</dc:date>
    </item>
    <item>
      <title>RE: Default VLAN disfunctional, DHCP not working on untagged ports</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/default-vlan-disfunctional-dhcp-not-working-on-untagged-ports/m-p/17505#M586</link>
      <description>Glad you were able to get it going.  Thanks for coming back to confirm and to share your config!&lt;BR /&gt;</description>
      <pubDate>Mon, 28 Sep 2015 04:03:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/default-vlan-disfunctional-dhcp-not-working-on-untagged-ports/m-p/17505#M586</guid>
      <dc:creator>Drew_C</dc:creator>
      <dc:date>2015-09-28T04:03:00Z</dc:date>
    </item>
  </channel>
</rss>

