CiscoDevNet / ansible-dcnm

Apache License 2.0
47 stars 37 forks source link

Code update to handle ethernet interface delete/default based on switch role #287

Closed mmudigon closed 7 months ago

mmudigon commented 7 months ago

DCNM interface module has been updated to check for switch role and default ethernet interfaces to appropriate policy. for e.g. a switch with role as 'leaf' will be defaulted to policy trunk and switches with other roles will be defaulted to routed policy.

mikewiebe commented 7 months ago

Tested this as part of the SaC solution and it is working as expected