Подскажите как прописать в filter регулярные выражения, чтобы объеденить список хостов в один файл. filter f_cisco { host(«192.168.[0-254].254»); }; такое не проходит.
В доке написано вот это:
The host(), match(), and program() filter functions accept extended regular expressions (also called POSIX modern regular expressions) as parameters. The regular expressions can use up to 255 regexp matches ($1 ... $255). For case-insensitive searches, start the expression with the (?i) string.