Hi, I'm creating some workflows in XMC and I would like to run them on my PC first just for testing.
Is there a class or functions that I can import just to simulate the script and check fo...
I’m using a python script to configure a switchport, but I need to find the current untagged vlan, then use the value of the untagged vlan to remove the associated port. get_port_info = emc_cl...
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...