option82.template 342 B

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