I have several VLANS on a ProCurve Switch 6200yl-24G that I'm trying to configure for a new network, and each VLAN need 4 ip addresses in them, but only ONE ip address is to be used for DHCP, the rest are static.
Here's an example of my config.
vlan 21
name "Bldg2"
untagged 1
ip helper-address 150.160.153.89
ip address 10.220.11.1 255.255.255.128
ip address 10.220.1.33 255.255.255.224
ip address 10.220.20.33 255.255.255.224
ip address 10.220.2.18 255.255.255.240
tagged 24
exit
When I plug a switch into the port assigned to vlan 21, and then try and pull dhcp, my switch contacts my dhcp server and tries to request an ip address on the 10.220.1.x range, but I would like it to only request it on the 10.220.11.x range (all other ranges are for static devices).
I've programmed other switch's such as Enterasys, and when I specified additonal "ip address" ranges, I would put the "secondary" command after each, so only the first "ip address" would be used for my dhcp range from my dhcp server.
Is there any way to specify on the VLAN which ip address range should be used for dhcp? It seems to be trying all of my ranges in numeric order.
What I would ultimately like is for the vlan to only request DHCP on my 10.141.11.x ip address range, and ignore the others as far as dhcp is concerned.
Any help or suggestions would be greatly appreciated.
Thanks,
Ted Walker
Here's an example of my config.
vlan 21
name "Bldg2"
untagged 1
ip helper-address 150.160.153.89
ip address 10.220.11.1 255.255.255.128
ip address 10.220.1.33 255.255.255.224
ip address 10.220.20.33 255.255.255.224
ip address 10.220.2.18 255.255.255.240
tagged 24
exit
When I plug a switch into the port assigned to vlan 21, and then try and pull dhcp, my switch contacts my dhcp server and tries to request an ip address on the 10.220.1.x range, but I would like it to only request it on the 10.220.11.x range (all other ranges are for static devices).
I've programmed other switch's such as Enterasys, and when I specified additonal "ip address" ranges, I would put the "secondary" command after each, so only the first "ip address" would be used for my dhcp range from my dhcp server.
Is there any way to specify on the VLAN which ip address range should be used for dhcp? It seems to be trying all of my ranges in numeric order.
What I would ultimately like is for the vlan to only request DHCP on my 10.141.11.x ip address range, and ignore the others as far as dhcp is concerned.
Any help or suggestions would be greatly appreciated.
Thanks,
Ted Walker