Hi, in most of the deploymnets I see, there are list of DHCP servers, so ip helper-address is used twice like: interface vlan 10 ip helper-address 192.168.1.11 ip helper-address 192.168.1.12 ! now PPS needs to have helper address as well in order to feed its profiler, however as per the command description of ip helper-address, the network device will use the 1st helper-address and if there is no response, it willl use the 2nd one. this means the network device will almost never send DHCP information to PPS, so what is the use case with PPS and DHCP Helper address? regards,
... View more