Skip to content

Native routed VLAN breaks all other VLANs on the same trunk #421

@ipspace

Description

@ipspace

The following topology creates three routed segments on the R1-R2 link (native, red, and blue):

defaults.device: iosv
module: [ vlan ]
vlans:
  red:
  blue:
  pxeboot:
    mode: route

nodes:
  r1:
  r2:

links:
- r1:
  r2:
  vlan.trunk: [ red, blue, pxeboot ]
  vlan.native: pxeboot

Removing native VLAN results in correct data structure (two bridged VLANs, one routed VLAN on a VLAN-tagged subinterface). It looks like the vlan.mode from pxeboot VLAN is copied to the main interface (too soon?). Bad idea...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions