Quantcast
Channel: All Ethernet Switching posts
Viewing all articles
Browse latest Browse all 10307

Multiple interface units on trunk between EX4600 and MX960-VC

$
0
0

I'm prepping an EX4600 for use as a distribution switch.  This will uplink to our core router, which is an MX960 VC.  EX4600 is running 14.1X53-D30, and the MX960 is on 12.3R8.7.  We have a mix of L2 and L3 connections, with roughly 15 vlans that span to the EX and another 10-15 that will exist as L3 and route on the EX.  Long term all the spanned vlans will be removed and migrated to local L3 vlans inside several VRFs on the EX.  So looking to the future, I see the link between these two devices as having a few routed connections for the VRFs only with nothing spanned/bridged.

 

I would like to configure two units on the link, a unit 0 as family ethernet-switching/bridge for the spanned vlans, and another unit in family inet/inet6 for the L3 link.  I can get the connection configured and up, and can see MACs and ARPs in the appropriate places for the spanned vlans, but those devices will not ping and traffic is intermittent at best.  There is no issue with the L3 traffic.  I'm betting it's some kind of mismatch between the configurations, but I can't figure out what it is.  I've tried a couple of changes as far as vlan-tagging and encapsulations but can't get those spanned vlans to function properly.

 

If anyone has a suggestion I'd love to hear it.  If not, I'll just be going to a single unit with everything bridged including my L3 point-to-point (which works normally on the EX4550-to-MX960, and I'm assuming will work correctly here.  Configs for the interfaces are below.  Thanks.

 

Louis

 

 

EX4600:

description "Trunk to CORE";
flexible-vlan-tagging;
mtu 9192;
aggregated-ether-options {
link-speed 10g;
lacp {
passive;
}
}
unit 0 {
family ethernet-switching {
interface-mode trunk;
vlan {
members vlan503;
}
storm-control uplink;
}
}
unit 4016 {
description "L3 Uplink Trunk";
vlan-id 4016;
family inet {
address 10.250.4.49/31;
}
}

 

 

MX960:

flexible-vlan-tagging;
mtu 9192;
encapsulation flexible-ethernet-services;
aggregated-ether-options {
link-speed 10g;
lacp {
active;
}
}
unit 0 {
encapsulation vlan-bridge;
family bridge {
interface-mode trunk;
vlan-id-list 503;
}
}
unit 4016 {
description "RESNET-DIST L3 Trunk";
vlan-id 4016;
family inet {
address 10.250.4.48/31;
}
}


Viewing all articles
Browse latest Browse all 10307

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>