Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Hardware support for VLANs

3 views
Skip to first unread message

Allen Kistler

unread,
Mar 16, 2003, 4:03:15 PM3/16/03
to
Michael F Gordon wrote:
> We're looking at installing several Linux boxes (one in each building
> we're responsible for) as emergency backups for our Cisco router. The
> current plan is a single-homed box with multiple VLANs on the card;
> traffic tagged as one VLAN enters the Linux box, is routed, and leaves
> by the same interface but tagged as another VLAN.
>
> Any recommendations as to network cards? We need something that
> has hardware support for multiple VLANs and can be driven from
> Linux. At least we're assuming we need multiple VLANs supported
> in hardware; we don't really know how much doing it in software
> would slow things down.

VLAN switching is entirely a software thing, not a hardware thing.
Remember, Cisco is a SOFTWARE company primarily. They subcontract the
contruction of the appliances (or just buy smaller companies that build
hardware). Cisco writes routing and switching SOFTWARE.

I am unaware of any software for Linux that does inter-VLAN routing,
which would involve speaking/parsing VLAN Trunking Protocol (VTP) and
the ability to designate virtual interfaces WITHIN the VLAN trunk (ala
router-on-a-stick topologies).

You could use a VLAN-aware switch to break the trunk (if you're doing
trunking already) into separate LANs on separate ports, then plug each
port into a different interface on the Linux box. You would need as
many interfaces as you have VLANs.

While there are some routing appliances based on embedded BSD (and
possibly some embedded Linux devices, too), one must eventually admit
there are some things desktop and server Linux are just not meant to do.

0 new messages