<?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: Matrix N7 - No DHCP over a FO link in ExtremeSwitching (Other)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-other/matrix-n7-no-dhcp-over-a-fo-link/m-p/10127#M1155</link>
    <description>On which ports on each switch are you running the FO link?&lt;BR /&gt;
&lt;BR /&gt;
can you post your port vlan configuration as well?&lt;BR /&gt;
"show config port" and just the relevant settings.&lt;BR /&gt;
&lt;BR /&gt;
Also, please post the following output:&lt;BR /&gt;
N7:&lt;BR /&gt;
- show port vlan &lt;FO port=""&gt;&lt;BR /&gt;
- show port egress &lt;FO port=""&gt;&lt;BR /&gt;
- show port discard &lt;FO port=""&gt;&lt;BR /&gt;
&lt;BR /&gt;
C3:&lt;BR /&gt;
- show vlan portinfo port &lt;FO port=""&gt;&lt;BR /&gt;
- show port discard &lt;FO port=""&gt;&lt;BR /&gt;
&lt;BR /&gt;
I see you have have, on the N7, both VLAN 1 and 10 untagged on ge.1.23 - in most situations this should be only one. But the above output should show this better.&lt;BR /&gt;
&lt;BR /&gt;
Did you ever try to connect the C3 directly to the N7, using the same ports?&lt;BR /&gt;&lt;/FO&gt;&lt;/FO&gt;&lt;/FO&gt;&lt;/FO&gt;&lt;/FO&gt;</description>
    <pubDate>Fri, 12 Sep 2014 00:24:00 GMT</pubDate>
    <dc:creator>cbuchenau</dc:creator>
    <dc:date>2014-09-12T00:24:00Z</dc:date>
    <item>
      <title>Matrix N7 - No DHCP over a FO link</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-other/matrix-n7-no-dhcp-over-a-fo-link/m-p/10126#M1154</link>
      <description>Hello community,&lt;BR /&gt;
&lt;BR /&gt;
im having an issue with DHCP, between a trunk from a matix N7 to a C3 switch over a FO link, using VLAN 1, 7, 10 and 11&lt;BR /&gt;
&lt;BR /&gt;
Basically, everything works when tested directly in the N7. I can get an IP to any machine over DHCP on any VLAN and in any network i desire. &lt;BR /&gt;
&lt;BR /&gt;
Even when configuring a "trunk" port in another switch with the same exact configuration and plugging it directly to the N7, everything works properly.&lt;BR /&gt;
&lt;BR /&gt;
But once i try to get an IP in a network inside a given tagged VLAN ( 1,10 and 11) that crosses the FO link from the N7 over to the C3, im unable to get anything else than the one that is given by the untagged VLAN (7).&lt;BR /&gt;
&lt;BR /&gt;
I contacted the ISP for that FO link but they assured me that the link is a pure Layer2 and anything is accepted inside it. So im lost here. Im almost sure the issue is with the FO link not being able to pass any tagged traffic, but im a bit green with Enterasys so i want to be sure.&lt;BR /&gt;
&lt;BR /&gt;
heres my config. any help would be great. &lt;BR /&gt;
&lt;BR /&gt;
Matrix N7&lt;BR /&gt;
&lt;BR /&gt;
config t&lt;BR /&gt;
 interface vlan 1&lt;BR /&gt;
  ip address 172.16.1.254 255.255.255.0 &lt;BR /&gt;
  no shutdown &lt;BR /&gt;
 interface vlan 7&lt;BR /&gt;
  ip address 172.16.7.254 255.255.255.0 &lt;BR /&gt;
  ip helper-address  172.16.1.1 &lt;BR /&gt;
  no shutdown &lt;BR /&gt;
 interface vlan 10&lt;BR /&gt;
  ip address 172.16.10.254 255.255.255.0 &lt;BR /&gt;
  ip helper-address 172.16.1.1&lt;BR /&gt;
  no shutdown &lt;BR /&gt;
 interface vlan 11&lt;BR /&gt;
  ip address 172.16.11.254 255.255.255.0 &lt;BR /&gt;
  ip helper-address  172.16.1.1 &lt;BR /&gt;
  no shutdown&lt;BR /&gt;
&lt;BR /&gt;
clear vlan egress 1 host.0.1;ge.1.23,25-48,52,54;rtr.1.1;ge.2.23-48,52;ge.3.37-48&lt;BR /&gt;
set vlan egress 1 lag.0.1-48;ge.1.1-22,24,49-51,53;ge.2.1-22,49-51,53-54;ge.3.1-36,49-54 untagged&lt;BR /&gt;
set vlan egress 7 ge.2.24 untagged&lt;BR /&gt;
set vlan egress 10 lag.0.1-5;ge.1.47-54;ge.2.24,49-54;ge.3.1-2 tagged&lt;BR /&gt;
set vlan egress 10 host.0.1;ge.1.23 untagged&lt;BR /&gt;
set vlan egress 11 ge.2.24 tagged&lt;BR /&gt;
&lt;BR /&gt;
C3&lt;BR /&gt;
&lt;BR /&gt;
clear vlan egress 1 ge.1.7&lt;BR /&gt;
set vlan egress 7 ge.1.43 untagged&lt;BR /&gt;
set vlan egress 10 ge.1.1;ge.1.41-48;lag.0.1-6 tagged&lt;BR /&gt;
set vlan egress 11 ge.1.43;ge.1.45 tagged&lt;BR /&gt;
set vlan egress 11 ge.1.7 tagged&lt;BR /&gt;
&lt;BR /&gt;
Anything else im missing or can try to work around this?&lt;BR /&gt;
&lt;BR /&gt;
Thank you.&lt;BR /&gt;
&lt;BR /&gt;
Antonio&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Sep 2014 22:07:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-other/matrix-n7-no-dhcp-over-a-fo-link/m-p/10126#M1154</guid>
      <dc:creator>AJP</dc:creator>
      <dc:date>2014-09-11T22:07:00Z</dc:date>
    </item>
    <item>
      <title>RE: Matrix N7 - No DHCP over a FO link</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-other/matrix-n7-no-dhcp-over-a-fo-link/m-p/10127#M1155</link>
      <description>On which ports on each switch are you running the FO link?&lt;BR /&gt;
&lt;BR /&gt;
can you post your port vlan configuration as well?&lt;BR /&gt;
"show config port" and just the relevant settings.&lt;BR /&gt;
&lt;BR /&gt;
Also, please post the following output:&lt;BR /&gt;
N7:&lt;BR /&gt;
- show port vlan &lt;FO port=""&gt;&lt;BR /&gt;
- show port egress &lt;FO port=""&gt;&lt;BR /&gt;
- show port discard &lt;FO port=""&gt;&lt;BR /&gt;
&lt;BR /&gt;
C3:&lt;BR /&gt;
- show vlan portinfo port &lt;FO port=""&gt;&lt;BR /&gt;
- show port discard &lt;FO port=""&gt;&lt;BR /&gt;
&lt;BR /&gt;
I see you have have, on the N7, both VLAN 1 and 10 untagged on ge.1.23 - in most situations this should be only one. But the above output should show this better.&lt;BR /&gt;
&lt;BR /&gt;
Did you ever try to connect the C3 directly to the N7, using the same ports?&lt;BR /&gt;&lt;/FO&gt;&lt;/FO&gt;&lt;/FO&gt;&lt;/FO&gt;&lt;/FO&gt;</description>
      <pubDate>Fri, 12 Sep 2014 00:24:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-other/matrix-n7-no-dhcp-over-a-fo-link/m-p/10127#M1155</guid>
      <dc:creator>cbuchenau</dc:creator>
      <dc:date>2014-09-12T00:24:00Z</dc:date>
    </item>
  </channel>
</rss>

