01-19-2011 06:50 PM - edited 03-04-2019 11:08 AM
How do you conf the L3 switch so that wokstation 1, 2 and 3 can talk to each other with the following information?
VLAN A) X.Y.123.128/255.255.255.192
VLAN B). X.Y.123.9/255.255.255.248
VLAN C) X.Y.123.0/255.255.255.252
Wks1) ip: X.Y.123.132
Wks2) ip: X.Y.123.10
Wks3) ip: X.Y.123.2
Need to be able to ping and access to/from Wks1, Wks2 and Wks3.
01-19-2011 08:05 PM
Are you a student? Are you trying to get your homework done by others?
01-19-2011 08:27 PM
just want to learn...
I just got a few appliances to play with...
Can you help?
01-20-2011 03:11 AM
Hi,
VLAN A) X.Y.123.128/255.255.255.192
VLAN B). X.Y.123.9/255.255.255.248
VLAN C) X.Y.123.0/255.255.255.252
Wks1) ip: X.Y.123.132
Wks2) ip: X.Y.123.10
Wks3) ip: X.Y.123.2
on your L3 switch you must :
-put interfaces going to each wrk in the correct vlan: switchport mode access , switchport access vlan X
-give an ip address to int vlanX: int vlan x, ip address x.x.x.x "mask", no shut
-be sure ip routing is on: ip routing
then each wrk must have the ip add of int vlan as default gw
Regards.
Alain.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide