1
24.1 Legacy Series / DHCP relay - Option 82 - agent.circuit-id
« on: April 22, 2024, 08:13:40 am »
Hi,
yesterday I've upgraded from 23 to 24. This completely broke my DHCP setup. I use VLAN's with a central DHCP server which evaluates DHCP option 82 and agent.circuit-id like this:
DHCP relay with v23 tags the DHCP requests with the interface name in agent.circuit-id. DHCP relay in v24 stopped doing so and seems to use tags like "001a", "001b" and so on. For some reason my DHCP server does not match these tags.
How to get back the old agent.circuit-id's ?
TIA
Matthias
yesterday I've upgraded from 23 to 24. This completely broke my DHCP setup. I use VLAN's with a central DHCP server which evaluates DHCP option 82 and agent.circuit-id like this:
Code: [Select]
class "PL-VLAN204" {
match if option agent.circuit-id = "lagg0_vlan204";
}
DHCP relay with v23 tags the DHCP requests with the interface name in agent.circuit-id. DHCP relay in v24 stopped doing so and seems to use tags like "001a", "001b" and so on. For some reason my DHCP server does not match these tags.
How to get back the old agent.circuit-id's ?
TIA
Matthias