Just remember that each VLAN is a seperate subnet. Setup a trunk on the
switch(must be fast ethernet and ISL capable. Then setup  sub-interfaces on
router and encapsulation ISL this will cause the routers fast ethernet to be
a trunk The 4000 fast e module on ebay is like 800 you can get a 2620 for
1100 so I went with the 2620 and besides you can put voice ports in the 2620.

int fa0/0.1
 encapsulation ISL 1
 ip address 10.0.1.1 255.255.255.0
int fa0/0.2
 encapsulation ISL 2
 ip address 10.0.2.1 255.255.255.0
int fa0/0.3
 encapsulation ISL 3
 ip address 10.0.3.1 255.255.255.0
router rip
 network 10.0.0.0

Any workstation on VLAN 1 will be on the 10.0.1.0 subnet with a default
gateway of 10.0.1.1

encap ISL 1 uses vlan 1
encap ISL 2 uses vlan 2
these must match your vlans

HTH


Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=44524&t=44462
--------------------------------------------------
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to