I am using the following Workflow https://github.com/extremenetworks/ExtremeScripting/blob/master/XMC_XIQ-SE/oneview_workflows/xwf/Onboard_Mgmt_VLAN_Workflow.pdf as part of my ZTP+ process ...
Hello, I am attempting to bulk add a ton of custom site variables to XIQ SE for the purposes of ZTP+ at 70 site locations that all require different ISID associations etc. Is there a way to do ...
Hi, Wondering if there is a way to trigger a workflow on a new device after it gets added? I know I can trigger workflows from alarms, but not sure if it can be done upon a new device added. Thanks,
Hi, I am wondering if I can create a global variable in a workflow that can be shared/updated between the different device instances during a script activity. I created a variable, and I made it's s...
I have created a python script that I am able to run directly from Extreme 5xxx series switches that allows the user to enter an OUI and then cycle inline power to all ports connected to a device tha...
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...