is it possible to add many cli command in one parser. version R11.1b
ex show version. show run | sec vty
I am trying to create a parser to run multiple show commands to check some security compliancy.
see picture attached.
thanks
Hani,
is it possible to add many cli command in one parser. version R11.1b
ex show version. show run | sec vty
I am trying to create a parser to run multiple show commands to check some security compliancy.
see picture attached.
thanks
Hani,
hi
a parser parses the result of a CLI command or SNMP request etc. It will be impossible to have a parser work on several commands (I think).
Easiest solution would probably be a Qapp that uses several commands, each with its own parser like this
At a later stage you can merge the tables using the Multiple Table Operator, the key being the hostname.
Carsten
Thank you .
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.