-
Notifications
You must be signed in to change notification settings - Fork 69
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
eos_interfaces.config.speed unable to correctly apply or parse breakout ports #551
Labels
bug
This issue/PR relates to a bug.
Comments
diego-lopez8
changed the title
eos_interfaces.config.speed not being parsed correctly for breakout ports
eos_interfaces.config.speed unable to correctly apply or parse breakout ports
Aug 5, 2024
I can see the issue. It tries to configure
This None is coming here: There are more combinations of speed that the template does not follow ( lanes )
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
SUMMARY
eos_interfaces.config.speed and eos_interfaces.config.duplex are not parsing correctly when using a breakout configuration on a interface. When trying to gather interface information from a device, the speed and duplex is not parsed correctly, and the module is unable to apply a breakout via the
speed
command which is possible on the device itself.ISSUE TYPE
COMPONENT NAME
eos_interfaces.config.speed and eos_interfaces.config.duplex
ANSIBLE VERSION
COLLECTION VERSION
CONFIGURATION
OS / ENVIRONMENT
Arista DCS-7050DX4-32S-F
Software image version: 4.32.1F
STEPS TO REPRODUCE
Run a play with "Gather" state to fetch configuration of an interface which has a breakout already applied via
speed 100g-2
:Switch has the following configuration
Run the following play
EXPECTED RESULTS
I expect
ACTUAL RESULTS
The actual results of the gather play is
The parser believes that the speed is
10
and the duplex is0g-2
.Output of
show interfaces ethernet 1/1 hardware
:Another example for
state: merged
:Run the play:
EXPECTED RESULTS
I expect the
speed 100g-2
to be applied to the switch, and for the breakout to be created.ACTUAL RESULTS
Results of the play:
The text was updated successfully, but these errors were encountered: