Switches, Hubs, and Modems
1753605 Members
5841 Online
108797 Solutions
New Discussion юеВ

Re: Reg:band width segrigation

 
support center
Advisor

Reg:band width segrigation

Dear Experts,

Iam having HP-3500yl switch and 2510 switch .now i have 4mb bandwith from isp now i want segrigate the band width to 2mb for one vlan and another 2mb is for vlan2 for 512 and vlan3 for 128 like i have to segrigate.

So plz give me some examples how can i configure l3 switch and l2 switch.

Regards
srini
6 REPLIES 6
cenk sasmaztin
Honored Contributor

Re: Reg:band width segrigation

hi Srini
don't make bandwith limit on procurve switch

cenk.
cenk

cenk sasmaztin
Honored Contributor

Re: Reg:band width segrigation

so you want bandwith limit for internet connection .

you can create your internet router on ethernet interface under sub interface
and attach this sub interface bandwith limit.

for example:


Router#sh run
Building configuration...

Current configuration : 719 bytes
!
version 12.2
no service password-encryption
!
hostname Router
!
!
!
!
interface FastEthernet0/0
ip address 100.100.100.1 255.255.255.0
duplex auto
speed auto
shutdown
!
interface FastEthernet0/0.1
bandwidth 256
encapsulation dot1Q 2(2 is vlan id)
ip address 100.100.102.100 255.255.255.0
!
interface FastEthernet0/0.2
encapsulation dot1Q 3(3 is vlan id)
ip address 100.100.103.100 255.255.255.0
!
this sub interface address your new defaul gateway address for user

and connect router ethernet interface your 3500 switch.
this 3500 switch port must be default vlan untag other vlan tag port.


cenk
cenk

cenk sasmaztin
Honored Contributor

Re: Reg:band width segrigation

all Procurve switch model unable bandwith limit on port or vlan

cenk
cenk

Matt Hobbs
Honored Contributor

Re: Reg:band width segrigation

The 3500yl does support rate-limiting in and out per port, but this alone won't solve your problem. You need to be able to do it per VLAN, and you'd probably also need policy based routing.
support center
Advisor

Re: Reg:band width segrigation

Dear sir,

Thanks for ur valuble reply and my customer doesnt have router and isp has given ethernet(rj-45)output 4MBps and they directly connected to the HP-3500yl switch from l3 switch to l2(2510)lan users.

Now there is no way to segigate bandwdth on 3500yl.

other wise i will create vlans on departmentwise and shell i divide the bandwidth to vlans.
plz help in this.

Regards
srini
cenk sasmaztin
Honored Contributor

Re: Reg:band width segrigation

>I understand Srini
only IDM make on procurve switch bandwidth limit please read link

http://www.netigator.de/netigator/live/netservices/whitepaper/psfile/pdf/58/idm_techni437b36e8c2931.pdf
cenk