APM-DHCP Access Policy Example and Detailed Instructions
Prepared with Mark Quevedo, F5 Principal Software Engineer May, 2020
Sectional Navigation links Important Version Notes || Installation Guide || What Is Going On Here? || Parameters You ...
Updated Sep 08, 2023
Version 9.0Chase_Abbott
Employee
Joined September 17, 2008
Chase_Abbott
Employee
Joined September 17, 2008
Mark-Quevedo-F5
Ret. Employee
Joined December 10, 2021
Gopichand_Yaragani
Employee
Joined February 01, 2023
Abdessamad1
Jun 16, 2021Cirrostratus
I managed to get it done myself, by adding the following code to proc dhcpmsg in ir-apm-dhcp.
# Option 81, FQDN
if { [set len [expr {$len + 3}]] > 3 } {
set msg [binary format a*H2 $msg "51"]
set msg [binary format a*c $msg $len]
set msg [binary format a*ccca* $msg 0 0 0 $host]
}
Maybe this should be added by default to the iApp.