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
Ansible Version and collection version
DCNM version
V 15.1.1e
Affected module(s)
dcnm_network.py
dcnm_XXXXX
dcnm_network.py
# Copy-paste your anisble playbook here
Debug Output
Expected Behavior
Secondary IP address assignment using the script dcnm_network.py, just like how the NDFC GUI supports it for SVI.
Actual Behavior
The dcnm_network.py module in ansible_collections/cisco/dcnm/plugins/modules also doesn't support all parameters that could be supplied via the GUI when configuring a network in a Fabric in NDFC. (example secondary gateway IP address/mask on svi)
Community Note
Ansible Version and collection version
DCNM version
Affected module(s)
dcnm_network.py
dcnm_network.py
Debug Output
Expected Behavior
Secondary IP address assignment using the script dcnm_network.py, just like how the NDFC GUI supports it for SVI.
Actual Behavior
The dcnm_network.py module in ansible_collections/cisco/dcnm/plugins/modules also doesn't support all parameters that could be supplied via the GUI when configuring a network in a Fabric in NDFC. (example secondary gateway IP address/mask on svi)
Steps to Reproduce
References