cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
381
Views
0
Helpful
3
Replies

vlan/subnetting and routing

johnj-20111
Level 1
Level 1

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.

3 Replies 3

paolo bevilacqua
Hall of Fame
Hall of Fame

Are you a student? Are you trying to get your homework done by others?

just want to learn...

I just got a few appliances to play with...

Can you help?

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.

Don't forget to rate helpful posts.
Review Cisco Networking products for a $25 gift card