CiscoDevNet / ansible-dcnm

Apache License 2.0
47 stars 37 forks source link

NDFC: Ansible module dcnm_network.py cannot supply secondary IP for SVI. #196

Closed smukkavi closed 1 year ago

smukkavi commented 1 year ago

Community Note

Ansible Version and collection version

DCNM version

Affected module(s)

dcnm_network.py

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)

Steps to Reproduce

References

praveenramoorthy commented 1 year ago

Fixed as part of #208