Hello all. Can't figure out what these guys mean.
From
Introduction to VLANs
"Beyond its intended purpose of configuring trunk links between switches, ISL is often used in other ways. For example, it is possible to purchase network interface cards that support ISL. If a server were configured with an ISL-capable network card, it could be connected to an ISL port on a switch. This would allow a server to be made part of multiple VLANs simultaneously, the benefit being that hosts from different broadcast domains could then ACCESS the server without the need for their packets to be routed."
From my sybex book:
"Trunking allows you to make a single port part of multiple VLANs at the same time. This
can be a real advantage. For instance, you can actually set things up to have a server in two broadcast domains simultaneously, so that your users won’t have to cross a layer 3 device (router) to log in and ACCESS it."
So, how can a host on vlan A 192.168.10.x and a host on vlan B 192.168.20.x BOTH ACCESS the server WITHOUT having to cross a router (needed for inter-vlan communication)??
Sure you can access it from vlan A if the server were 192.168.10.x, or B if 20.x, and a simple re-ip of the server would do it I guess, is this what they mean?
Thanks all!
J