Hi,
imagine a interface vlan-interface with one main and one sub ip address:
interface vlan 1
ip address 10.10.1.1 255.255.255.0
ip address 10.10.2.1 255.255.255.0 sub
dhcp server select relay
dhcp relay server select 1
In this case, if one client connects to vlan 1, it will always get an IP address from the DHCP server within 10.10.1.0/24 but never for the subnet 10.10.2.0/24.
Is it possible to get the DHCP relay working for the range within the sub interface?
Regards
#DHCP