Hi all!
I have a switch as DHCP relay agent. The switch has two VLANs, the DHCP server is set with two scopes. My problem is that the second VLAN is not receiving an ip address of its scope. Does anyone know what I am missing?
Thanks!
the configuration is listed below:
hostname "ProCurve Switch 3500yl-24G"
module 1 type J86xxA
ip routing
snmp-server community "public" Unrestricted
vlan 1
name "DEFAULT_VLAN"
untagged 1-12
ip address a.b.c.d 255.255.255.0
no untagged 13-24
exit
vlan 2
name "VLAN2"
untagged 13-24
ip helper-address a.b.c.e
ip address w.x.y.z 255.255.255.0
exit