You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which section of the data model is this issue related to?
vxlan.topology
Expected Behavior
Routed interfaces are configured on devices with IPv6 management addresses.
Actual Behavior
TASK [cisco.nac_dc_vxlan.create : Manage Interface Routed] ******************************************************************************************
fatal: [marehler_vnd3]: FAILED! => {"changed": false, "msg": "Error: Switches ['2001:420:448b:8006:fab2:0:0:13', '2001:420:448b:8006:fab2:0:0:23', '2001:420:448b:8006:fab2:0:0:24'] are not managable in Fabric 'VXLAN-FABRIC-2', No changes are allowed on these switches\n"}
Ansible Playbook
---
# This is the main entry point playbook for calling the various roles in this collection.
- hosts: marehler_vnd3any_errors_fatal: truegather_facts: noroles:
# -----------------------# DataCenter Roles# Role: cisco.netascode_dc_vxlan.dtc manages NDFC workflows#
- role: cisco.nac_dc_vxlan.dtc.create
- role: cisco.nac_dc_vxlan.dtc.deploy
- role: cisco.nac_dc_vxlan.dtc.remove
Steps to Reproduce
Use IPv6 management addresses not using double colons. Example:
Ansible Version
Ansible Collection Versions
Cisco NDFC Version
Cisco NX-OS Version
Which role is this issue related to?
cisco.nac_dc_vxlan.dtc.create
Which section of the data model is this issue related to?
vxlan.topology
Expected Behavior
Routed interfaces are configured on devices with IPv6 management addresses.
Actual Behavior
Ansible Playbook
Steps to Reproduce
Use IPv6 management addresses not using double colons. Example:
Relevant Debug Output
No response
Initial Analysis
Workaround
Use IPv6 addresses with double colons, e.g. 2001:420:448b:8006:fab2::13
The text was updated successfully, but these errors were encountered: