Switches, Hubs, and Modems
1752590 Members
2883 Online
108788 Solutions
New Discussion юеВ

Reg:vlan support on 3500 yl

 
support center
Advisor

Reg:vlan support on 3500 yl

Dear experts,
iam having point to multipoint networkwith in the building righ now i have hp-3500yl as a core switch and remaing hp-800 series switches
now i want to create vlans on core switch to restrict the lan users,
how can i configure hp-3500yl and hp-800 series switches.
iam attaching my config setup.
ANy body help iam very greatfull to him

Thanks&Regards
srini
9246571397
5 REPLIES 5
eng.Zohair
Esteemed Contributor

Re: Reg:vlan support on 3500 yl

Hello,

Due to attachement I think you need to create some Vlans that can control user access from lan to others
As following

Vlan AB
Vlan AC
Vlan AD
Vlan AE
Vlan BE

Points are welcome

Regards,
Jan


serpel
Trusted Contributor

Re: Reg:vlan support on 3500 yl

hi,
you need to config some vlans on the 3500 and put the uplink ports as untagged to those vlans. then enable ip routing on the 3500 and give the 3500 an ip-address in each vlan. this is also the default gateway for the clients attached to the vlans. then, to prevent the communication as you described you need to use ACLs.

example:
vlan 1
name "network A"
ip address 192.168.1.1/24 <- gateway for clients in network a
untagged 1,2 <- the ports belonging to this vlan.
exit
vlan 2
name "network B"
ip address 192.168.100.1/24 <- gateway for clients in network b
untagged blabla
exit
....
ip routing
ip route 0.0.0.0 0.0.0.0

this is the basic config. now you need to look at acls, cos now everybody con talk with everybody.
hope this helps
ben
eng.Zohair
Esteemed Contributor

Re: Reg:vlan support on 3500 yl

Hello Again,

Are it work or not? Please feed me back to start second post for ACL that control accessing

Also, Please assign Points for your helper to grantee him help

Regards,
Jan
support center
Advisor

Re: Reg:vlan support on 3500 yl

Dear Jan,

Thanks u Verymuch for ur support and i created vlans with ur guidance its working fine but i want to contropl the acl how can i do that.

srini
eng.Zohair
Esteemed Contributor

Re: Reg:vlan support on 3500 yl

Great !! Where are the points ??