In pre2 an update reply works, when I have: update reply { ... Tunnel-Private-Group-ID ="%{control:Huntgroup-Name}" ... } Enterasys have a unusual syntax. They need for the same something like: update reply { ... filter-id = Enterasys:version=1:mgmt=su:policy="%{control:Huntgroup-Name}" ... } This does not work for me. Trying different quoting do not yet help. Is this possible at all? Norbert Wegener
Norbert Wegener wrote:
In pre2 an update reply works, when I have: .. Enterasys have a unusual syntax. They need for the same something like: .. Enterasys:version=1:mgmt=su:policy="%{control:Huntgroup-Name}"
It's just a double-quoted string, like shell scripts or C. You should be able to use: Filter-Id = "Enterasys...=\"%{...}\""
This does not work for me. Trying different quoting do not yet help. Is this possible at all?
Yes. Alan DeKok.
participants (2)
-
Alan DeKok -
Norbert Wegener