cslayton
New Contributor
since ‎09-07-2021
‎08-30-2022

User Statistics

  • 18 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

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####################################################...
I have created a Syslog Alarm that I receive via email, but I’m not receiving any information that tells me which device the alarm came from.  I have enabled every keyword.  Here is what I currently have configured for the Action Override:$alarmName ...
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 ...
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_cli.send("show port " + ports + " info detail | grep Interna...
GTM-P2G8KFN