Hi there,
I want to collect the result of one or more "show command/s" from all the devices in my network in one text file. For instance, I want to see the firewall filters log with "show firewall log" in JUNOS. Then I want to clear the log with the "clear firewall log" command.
I have prepared a Python script to do that, but it´s using telnet and as a company policy now we don´t want to use telnet anymore.
Is there a way to do that with Orion NPM?
I already use Configuration Management to push configurations onto the devices via ssh and it´s brilliant, very reliable and fast.
This could be a weekly report to save in a directory and consult when needed.
Thanks
Lucio