mix-trunks on ioll2 #1456
DanPartelly
started this conversation in
General
Replies: 1 comment 1 reply
-
The "mixed routed/bridged trunk" model works on routers that enable bridging between VLAN subinterfaces. For example, we configure subinterface on all trunk ports on Cisco IOS config and then add individual interfaces to bridge domains. The layer-3 switches (Arista EOS, NX OS, IOSvL2) usually require an all-or-nothing "switchport" model (either a physical interface has routed subinterfaces or it's a switch port and has bridged VLANs) and thus cannot support the mixed trunk. IOLL2 probably uses a layer-3 switch configuration model, so I wouldn't expect it to support mixed trunks. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Im trying to enable mixed-trunk on IOL2. Working with 62-vlan-mixed-trunk.yml
However the generated initial configuration cmakes E0/1 routed, then creates a subinterface on E0/1 (the link between s1-s2) and assigns an IP on it, probably because vlan blue hes route mode and then, in the vlan.conf tries to convert this interface in a dot1q trunk. Which is not legal, a routed port can't be a trunk. Later ospf.conf tries to run routing on said subinterface.
Any recommendations on where to start to tackle this ? Im a bit out of my depth.
Beta Was this translation helpful? Give feedback.
All reactions