-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to set autonegotiation 'on' and supported speeds for a disconnected interface #97
Comments
Hi @muralihcl What model/firmware ? and type of port ? (SFP, Copper ?) Can you share your playbook ? |
Hi @alagoutte , This is the hardware info of connector (SFP)
This is the firmware version and the product is JL375A 8400 Base Chassis
Here is the snippet of Ansible playbook we are using to just enable the interface with Auto negotiation on.
Let me know if this helps clarify. With regards, Muralidhara Kakkunje |
Can you share what the resulting configuration looks like in the CLI of the switch? @muralihcl Also can you provide some same values you would use for the variables in your playbook? Example data you're sending? |
Hi @tchiapuziowong , In below screenshot, I am trying to manually set auto-negotiation on, the configuration was even accepted. But, when I look at the running config, I don't see them at all. Same thing is observed, even if I apply these settings via Ansible playbook.
We loop through the aruba_switch_map to get the details for individual switches. We have now deployed the logic to segregate variables according to the exclusivity. With regards, Muralidhara Kakkunje |
Hi Team,
When we run interface configuration according to the recorded documentation, we were able to configure physical interfaces. Because it is trial and error and we don't want to affect any connected system because of our trials, we have been working on a standalone switch which is not connected to any of the end devices. However, whatever method we attempt (using ansible collection and also using manual commands), we are not able to set auto negotiation up. Though the collection module accepts the value and passes it on, the outcome is not visible on the switch configuration. Same goes with other speeds. I just would like to know if setting of Auto negotiation to true needs the physical port to be connected or can it be done on any disconnected interface too.
Any hint would be really helpful.
With regards,
Muralidhara Kakkunje
The text was updated successfully, but these errors were encountered: