On Tue, 08 Jun 2004 10:17:58 GMT,
wrote:
>Hi,
>
>Thanks for your reply.
>
>I am really surprised that the 2950 can't do multi-VLAN ports without trunking.
Older Cisco switches can do this -- I'm also confused as to why this
functionality was done away with.
>Unfortunately, the Westell 2200 doesn't support trunking, and the ports within
>VLANs (B) and (C) do need to talk to their peers.
>
>Given that the 2950 can't do this easily, you'd have to move up the line to the
>router, and tell the router that DSL port (A) can talk to the port connected to
>VLANs (B) and (C), but (B) can't talk to (C) and vice versa... right?
This is an option. The router would have ACLs in place to prevent B
and C from talking to each other.
>I'm not that familiar with Cisco equipment. What would be the lowest end Cisco
>router that can do this?
2600 series routers with 100Mbit interfaces can do trunking, and the
10Mbit ones may be able to do it as well with recent IOS versions.
Certain 1700 series routers may also support trunking, but I've never
used them so I don't know. An issue to concern yourself with for this
type of router-on-a-stick scenario is inter-vlan bandwidth
requirements -- the router can potentially end up being a bottleneck.
A better solution for your situation may be a layer-3 switch such as
the 3550. You can create three VLANs (A, B, and C), and use ACLs to
restrict traffic flowing between them as necessary. The benefits here
are simplicity (one device instead of two), bandwidth (no router
bottleneck), and potentially cost (depends).
-Terry