Switches, Hubs, and Modems
1752273 Members
4862 Online
108786 Solutions
New Discussion юеВ

VLAN beginner

 
maldiveboy
Occasional Contributor

VLAN beginner

i have a procurve 3500yl switch
i have created 3 vlans
vlan 1, 10.17.1.0
vlan 2, 10.17.2.0
vlan 3 10.17.3.0

port 10, server 1
port 11, server 2
port 12, server 3
my first question i want vlan 3 to be able to talk with port 11 and port 12 only, how can i do this?

second question is how can i enable route between vlan 3 and vlan 1, whats the command?


2 REPLIES 2
Mohieddin Kharnoub
Honored Contributor

Re: VLAN beginner

Hi

If you kept ports 10,11 & 12 in one Vlan, they can talk to each other.

Also, Source port filters is a good solution in this case, check the following link for more information and useful examples:

ftp://ftp.hp.com/pub/networking/software/3500-5400-6200-ASG-0207-K.12.XX-12-Traf_Security-Filts.pdf

Routing can be enabled by issuing the command: ip routing , in the global config prompt:

SW3500# config
SW3500(config)# ip routing

Good Luck !!!
Science for Everyone
Carl Morss
Occasional Advisor

Re: VLAN beginner

first question:
port tagging is the answer, "forbid" all other switch ports to be a member of vlan 3.

second question:
enable ip routing from the command line, as follows:

switch# config
switch(config)# ip routing
switch(config)# wr me