You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FAILED! => {"changed": false, "msg": "Unable to configure speed in port group member. Please use port group module to change the speed"}
You can set the speed via CLI - so it should be supported.
Example from CLI:
#output from show interface status
Ethernet11 - down admin-down off 10000 9100 Eth1/12
switch# configure terminal
switch(config)# interface Ethernet 11
switch(config-if-Ethernet11)# speed 1000
switch(config-if-Ethernet11)# end
switch# show interface status
Ethernet11 - down admin-down off 1000 9100 Eth1/12
Product Name
Dell Enterprise Sonic
Component or Module Name
httpapi
DellEMC Enterprise SONiC Ansible Collection Version
Bug Description
I wish to set the speed of the interfaces via the interfaces module: the https://docs.ansible.com/ansible/latest/collections/dellemc/enterprise_sonic/sonic_interfaces_module.html#ansible-collections-dellemc-enterprise-sonic-sonic-interfaces-module
But my ansible is returning this error.
FAILED! => {"changed": false, "msg": "Unable to configure speed in port group member. Please use port group module to change the speed"}
You can set the speed via CLI - so it should be supported.
Example from CLI:
Product Name
Dell Enterprise Sonic
Component or Module Name
httpapi
DellEMC Enterprise SONiC Ansible Collection Version
main branch from commit 26157a2
SONiC Software Version
Software Version : 4.4.0-Enterprise_Standard
Configuration
Steps to Reproduce
Do this on a 10GB port for example.
Expected Behavior
You can set the speed of the interface via the API.
Actual Behavior
It shows an error to use the port_group API
Logs
FAILED! => {"changed": false, "msg": "Unable to configure speed in port group member. Please use port group module to change the speed"}
Screenshots
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: