[Xorp-users] VLAN Interfaces

Eric S. Johnson esj at cs.fiu.edu
Tue Feb 8 12:24:05 PST 2011


greearb at candelatech.com said:
> Did this work on previous xorp releases?  (I'm not at all certain it
> would, just curious.) 


Nope. It hasn't worked (with a linux kernel) since 1.6. I remember when 
I looked into the code I came away thinking it might have worked with
freebsd kernels once upon a time...

I too create the vlan interfaces outside of xorp (using the distro 
standard method) and then have lots of config lines like:

...
    interface "eth0.10" {
        description: ""
        disable: false
        discard: false
        unreachable: false
        management: false
        vif "eth0.10" {
            disable: false
            address x.x.x.x {
                prefix-length: 26
                disable: false
            }
        }
    }
...




More information about the Xorp-users mailing list