<div dir="ltr">Thank you all for your input.<div><br></div><div>I have the multiple subnets configured in the same ve interface. The issues we were experiencing were lost TCP packets, low tranfer rates, stalled downloads ...</div><div><br></div><div>Example of config:</div><div><div>interface ve 11</div><div> ip address <a href="http://192.168.10.1/28">192.168.10.1/28</a></div><div> ip address <a href="http://192.168.10.129/28">192.168.10.129/28</a></div><div> ip address <a href="http://192.168.11.1/25">192.168.11.1/25</a></div><div> ip address <a href="http://192.168.11.129/26">192.168.11.129/26</a></div><div>!</div></div><div><br></div><div>After a lot of digging we concluded the issues were not related with this change, but with trafic fragmentation that is ocurring in a GRE tunnel we had setup at the same time.</div><div><br></div><div>One issue we still see is when we do a traceroute let's say from <a href="http://192.168.11.2/25">192.168.11.2/25</a> to the outside, the router/gateway IP we see in the first hop is ip address 192.168.10.1 instead of 192.168.11.1. However, this doesn't seem to affect the traffic. </div><div><br></div><div>Thanks again,</div><div>José</div><div><div class="gmail_extra"><br><div class="gmail_quote">On 14 November 2014 08:50, Jethro R Binks <span dir="ltr"><<a href="mailto:jethro.binks@strath.ac.uk" target="_blank">jethro.binks@strath.ac.uk</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">In the past, we've simply done this (usually in the context off adding<br>
another IP subnet into a VLAN, but probably also when merging two VLANs<br>
with subnets too):<br>
<br>
vlan 24<br>
 ta e 1/1<br>
 router-interface ve 24<br>
<br>
interface ve 24<br>
 ip address <a href="http://10.0.1.100/24">10.0.1.100/24</a><br>
 ip address <a href="http://10.0.2.100/24">10.0.2.100/24</a><br>
<br>
Alternatively, in some cases I also have this sort of thing (ancient<br>
BigIron config):<br>
<br>
vlan 2<br>
 ta e 1/1 to 1/3<br>
 ip-subnet 10.0.1.0 255.255.255.0 name S1<br>
   static e 1/1 to 1/2<br>
   router-int ve 2<br>
 ip-subnet 10.0.2.0 255.255.255.0 name S2<br>
   static e 1/1 to 1/3<br>
   router-int ve 3<br>
<br>
int ve 2<br>
  ip address 10.0.1.100 255.255.255.0<br>
<br>
int ve 3<br>
  ip address 10.0.2.100 255.255.255.0<br>
<br>
I can't really remember much about it now :)<br>
<br>
I'm not familiar with the trick just below.<br>
<br>
Jethro.<br>
<br>
<br>
On Thu, 13 Nov 2014, Wilbur Smith wrote:<br>
<br>
> Jose,<br>
><br>
> This is pretty easy on the MLX. This is also referred to as “Super<br>
> Netting”.<br>
><br>
> The trick is to create two separate VE interfaces, one for each subnet’s<br>
> default gateway, then assign both VE interfaces to the same VLAN. You<br>
> will need to create the VE first before adding it to the MLX’s VLAN.<br>
><br>
> Config would look something like:<br>
><br>
> Interface ve 100<br>
> Ip address 10.0.1.100<br>
><br>
> Interface ve 101<br>
> Ip address 10.0.1.101<br>
><br>
> Vlan 100<br>
> Router-interface<br>
> Ve 100<br>
> Ve 101<br>
><br>
> Apologies for not being able to confirm the exact syntax; don’t have access to a router right now.<br>
><br>
> Wilbur<br>
><br>
> From: Charles Monson <<a href="mailto:monson@wins.net">monson@wins.net</a><mailto:<a href="mailto:monson@wins.net">monson@wins.net</a>>><br>
> Date: Wednesday, November 12, 2014 at 6:15 AM<br>
> To: "<a href="mailto:foundry-nsp@puck.nether.net">foundry-nsp@puck.nether.net</a><mailto:<a href="mailto:foundry-nsp@puck.nether.net">foundry-nsp@puck.nether.net</a>>" <<a href="mailto:foundry-nsp@puck.nether.net">foundry-nsp@puck.nether.net</a><mailto:<a href="mailto:foundry-nsp@puck.nether.net">foundry-nsp@puck.nether.net</a>>><br>
> Subject: Re: [f-nsp] Multiple subnets on same VLAN<br>
><br>
> Do you have “no route-only” on the physical interface(s)? I’ve had trouble with routing between multiple subnets on  a router-interface once and things started behaving normally after changing that.<br>
><br>
> - Charles<br>
><br>
> From: foundry-nsp [mailto:<a href="mailto:foundry-nsp-bounces@puck.nether.net">foundry-nsp-bounces@puck.nether.net</a>] On Behalf Of José Santos<br>
> Sent: Tuesday, November 11, 2014 6:53 PM<br>
> To: <a href="mailto:foundry-nsp@puck.nether.net">foundry-nsp@puck.nether.net</a><mailto:<a href="mailto:foundry-nsp@puck.nether.net">foundry-nsp@puck.nether.net</a>><br>
> Subject: [f-nsp] Multiple subnets on same VLAN<br>
><br>
> Hi,<br>
> I'm needing to merge two subnets that were before in two diferent VLANs in the same VLAN (attached to one untagged ethernet port) in a MLX router.<br>
><br>
> I configured multiple IP subnets in the same router-interface and I'm experiencing a lot of network issues. I am now trying to configure the subnets, let's say <a href="http://192.168.50.1/24">192.168.50.1/24</a><<a href="http://192.168.50.1/24">http://192.168.50.1/24</a>>, <a href="http://192.168.51.1/24">192.168.51.1/24</a><<a href="http://192.168.51.1/24">http://192.168.51.1/24</a>> and <a href="http://192.168.52.1/24">192.168.52.1/24</a><<a href="http://192.168.52.1/24">http://192.168.52.1/24</a>> in distinct virtual interfaces belonging to the same VLAN, however I am not being able to accomplish this since only one router-interface is allowed.<br>
><br>
> I thought configuring them in different loopback ports and then configure multiple unnumered interfaces or trunk various VLANs but none of this ideas seem possible as well.<br>
> Anyone knows how can I accomplish this and can provide a brief config example?<br>
> Thank you in advance!<br>
><br>
> --<br>
> Best Regards,<br>
> José<br>
><br>
<br>
.  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .<br>
Jethro R Binks, Network Manager,<br>
Information Services Directorate, University Of Strathclyde, Glasgow, UK<br>
<br>
The University of Strathclyde is a charitable body, registered in<br>
Scotland, number SC015263.<br>_______________________________________________<br>
foundry-nsp mailing list<br>
<a href="mailto:foundry-nsp@puck.nether.net">foundry-nsp@puck.nether.net</a><br>
<a href="http://puck.nether.net/mailman/listinfo/foundry-nsp">http://puck.nether.net/mailman/listinfo/foundry-nsp</a><br></blockquote></div><br></div></div></div>