0 pts.
 InterVLAN Communication…
Hii everybody, I am new in networking field, i am working as network administrator, can anybody please tell me how to add one host in more than one VLAN, so that he can could communicate with both VLAN users... the switches are 2900 series. its urgent Thanks in advance

Software/Hardware used:
ASKED: March 3, 2006  6:58 AM
UPDATED: March 3, 2006  5:49 PM

Answer Wiki:
Hi. Make the switchport on which the PC is connected member for several VLANs. The command syntax might look something like this: interface FastEthernet0/1 switchport mode access switchport access vlan 1 switchport access vlan 3 switchport access vlan 5 Now the workstation, that is connected on interface Fa0/1 is member of VLAN 1, 3 and 5. Since you use Cisco products you might wish to have a look at www.cisco.com.
Last Wiki Answer Submitted:  March 3, 2006  7:47 am  by  Dnatale   0 pts.
All Answer Wiki Contributors:  Dnatale   0 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

If the host doesn’t understand VLAN tags and for some reason the router isn’t giving adequate connectivity between your VLANs, you can add network cards and appropriate IPs to the host for each VLAN you want to talk to.
rt

 0 pts.

 

You need a layer 3 device (Router or Layer3 switch) to route between the VLANs unless your network cards are capable of VLAN Trunks. A 2900 Series switch does not have the functionality built in to perform interVLAN routing.

Don

 0 pts.