Arista Ethernet Speed and Duplex Setting
File name: Arista Ethernet Speed and Duplex Setting.ccs_.zip
File size: 2.98 KB
This script may be used to set speed and duplex settings of Ethernet interfaces on Arista based system. The Interface Name must be the full name like, Ethernet10, the "E" must be upper case. The user can select multiple modes, but the script will only set one with this order of precedence: Auto, 40G, 10G, 1G, 100MB, 10MB. If you select both Full and Half Duplex the script will not make any changes.
You MUST check the "enable_changes" option for any commands to be executed. When NOT selected, the script will log the commands it would execute, but not make changes to the device.
This Script also requires 2 Custom Issues:
Issued ID:
AristaIntSpeedFail
Detail Columns:
IP Address,string
Name,string
Interface,string
Setting,string
Vendor,string
Model,string
Issued ID:
AristaIntSpeedSuccess
Detail Columns:
IP Address,string
Name,string
Interface,string
Setting,string
Vendor,string
Model,string

Add comment