ip helper and multinetting
Posted: 30 Oct 2013 10:33
Hello,
does anyone know how is ip helper working on vlan which have more ip interfaces ? I did few tests and it seems that dhcp request is forwarded only for one subnet. Once it's full and dhcp server is not responding because no free lease in pool - switch is not trying to ask for IP from another subnet.
ip helper is asking for ip from subnet 192.168.1.0/24. It's working ok until the pool is full. Then clients simply stop receiving IPs because switch is not trying to ask for IP from subnet 192.168.2.0/24. I'd like to find something in documentation where is this behavior described.
does anyone know how is ip helper working on vlan which have more ip interfaces ? I did few tests and it seems that dhcp request is forwarded only for one subnet. Once it's full and dhcp server is not responding because no free lease in pool - switch is not trying to ask for IP from another subnet.
Code: Select all
ip interface test1 address 192.168.1.1/24 vlan 1
ip interface test2 address 192.168.2.1/24 vlan 1
ip helper address 10.10.10.10 vlan 1