Gentle hubber, this is my workflow schema It is a simple workflow that runs on any JunOS device in our netwkork environment once a day. It launches “show chassis alarms” to look...
Hello, I am attempting to create a script that allows us to enable/disable ports at a certain time, on weekdays only and cannot find a proper guide on how we would do this, i am wondering if anyone ...
...ther hand there is also "emc_cli.setSessionTimeout(xxx)” and last but not least you can use “emc_cli.send("show ..., True, timeout)” to set the value how long it should wait for the response of a c...
Hello community, if you query a switch with a pyhton script in XMC, when you execute the script via the XMC GUI, everything that the switch returns is displayed under results. So e.g. if you send a ...
I programed to backup Extreme switch configurations, but i need that this files download to the computer automatically, I´m not shure if I need a scrip or the comand for do it.
I am starting to look at ANSIBLE as a COVID19 learning project. Curious if anyone has built anything with ANSIBLE for VSP/VOSS management. Willing to share you work and experience? Th...
Hello All, I am new in this community and I am in learning face, I want to know the output syntax of deleting elements from an Array in Python. I have mention the input format but i don’t k...
Hello, I would like to start a workflow against multiple devices and read data from the devices. The result should be in one variable (for all devices) at the end. For example "show vla...
...hat with a change to: cli_result = emc_cli.send("sh config, True, 80") wfile(devname,cli_result.getOutput()) In my opinion this should lead the script to w...
Hello, for the comliance engine I have to find all interfaces not have a certain command line. Here is a positive an a negativ example: interface GigabitEthernet1/0/48 description Test...