ansible-dcnm icon indicating copy to clipboard operation
ansible-dcnm copied to clipboard

Add native vlan as an input to the interface module for any type of trunk port (trunk, po trunk etc)

Open mthurstocisco opened this issue 11 months ago • 2 comments

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Description

Currently when we are setting native vlan we are having to do it in the freeform section, would be nicer if we could use the defined box for this because then it flows down to the member interfaces in a nicer fashion (currently the freeform is on the member interfaces but it isn't visible anywhere in the GUI so can quite confusing).

As an addition, can we also look at the following two tick boxes too where applicable? Enable LACP vPC-convergence Disable LACP Suspend-individual for vPC

New or Affected modules(s):

  • dcnm_interface

DCNM version

  • V 12.2.2

Potential ansible task config

# Copy-paste your ansible playbook

References

Additional context Add any other context or screenshots about the feature request here.

mthurstocisco avatar Feb 06 '25 11:02 mthurstocisco

@mikewiebe

mthurstocisco avatar Feb 06 '25 11:02 mthurstocisco

#392 adds native vlan support.

Working on Enable LACP vPC-convergence Disable LACP Suspend-individual for vPC

neiljohn-gh avatar Jul 14 '25 08:07 neiljohn-gh