option82_vpu.template 235 B

123456789
  1. class "{HOSTNAME}" {
  2. match if suffix(option agent.remote-id,5) = "{REMOTEID}" and binary-to-ascii(10, 16, "", substring(option agent.circuit-id,2,2)) = "{CIRCUITID}";
  3. }
  4. pool {
  5. range {IP};
  6. allow members of "{HOSTNAME}";
  7. }