Scripting
Questions and discussions about scripting
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! B-Series with multiple ports

I have a python script that I’m using for B-series switches to configure multiple ports at the same time. #@METADATASTART#@ScriptDescription "Change port from static to NAC".#@DetailDescriptionStart####################################################...

cslayton by • New Contributor
  • 6469 Views
  • 15 replies
  • 0 kudos

Resolved! RegEx for Cisco interface

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 Test1 switchport access vlan 830 switchport mode access switchport voice ...

StephanH by • Valued Contributor III
  • 3579 Views
  • 5 replies
  • 0 kudos

Resolved! XMC-Workflow devices in parallel

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 vlan" switch 1 and "show vlan" switch 2.I want to process the data I g...

StephanH by • Valued Contributor III
  • 2029 Views
  • 2 replies
  • 0 kudos

Create mLAG Port with XMC Python

I’m writing a python script to create MLAG port.  Since the config will vary slightly between 2 devices, is it possible to write this in a single script and apply to 2 devices? Here is my script so far.#@METADATASTART#@ScriptDescription "Create mLAG ...

cslayton by • New Contributor
  • 3977 Views
  • 15 replies
  • 0 kudos

Resolved! Retrieve AP MAC and Serial via API from XMC or XCC

Hi Guys,Does anybody knows a way to retrieve via API the serial number and MAC address from the Access Points in an Extreme Campus Controller?The XCC is integrated with XMCThe purpose is to integrate the info in an XMC workflow.ThanksMig

GTM-P2G8KFN