Aruba & ProVision-based
1753486 Members
4586 Online
108794 Solutions
New Discussion

Re: Procurve Switch: multiple ip-helper addresses for a specific vlan

 
SOLVED
Go to solution
Renata_Petras
Occasional Advisor

Procurve Switch: multiple ip-helper addresses for a specific vlan

Hello,

is it possible to configure multiple helper addresses for a specific vlan on a E8206zl Procurve Switch?

So something like this:

vlan 10
   ip helper-address 10.10.10.60
ip helper-address 10.10.20.60

 

Thanks very much!

KR

2 REPLIES 2
Chrisd131313
Trusted Contributor
Solution

Re: Procurve Switch: multiple ip-helper addresses for a specific vlan

Hi Renata_Petras,

 

You should have no issue adding two helper addresses to an 8206zl, I have two setup on a 5406zl.

 

vlan 1337   

 name "VLAN-1337-Test"   

 untagged B19,D15   

 tagged Trk1   

 no ip address   

 ip helper-address 10.13.10.1   

 ip helper-address 10.13.10.2   

exit

 

Here's a good post talking about how two help-addresses would work when used for DHCP.

 

http://www.velocityreviews.com/forums/t41475-ip-helper-address-help.html

-----------------------------------------------------

Don't forget to mark a post resolved if your question was answered.
Renata_Petras
Occasional Advisor

Re: Procurve Switch: multiple ip-helper addresses for a specific vlan

Great, thanks!