Skip to content

[ND 4.2+] Add ToR Pairing Module (DCNE-791) #226

@mtarking

Description

@mtarking

New module/feature description:

A new module to support ND 4.2+ API ToR Pairing is required.

Which resource area of Cisco Nexus Dashboard does this new feature belong to?

manage

New or Affected Documentation for New Feature

Potential Ansible Task Config

- name: Associate a ToR VPC pair with a leaf VPC pair (back-to-back VPC)
  cisco.nd.nd_manage_tor:
    fabric_name: my-fabric
    config:
      - access_or_tor_switch_id: "98AFDSD8V0"
        aggregation_or_leaf_switch_id: "98AM4FFFFV0"
        access_or_tor_peer_switch_id: "98AWSETG8V0"
        aggregation_or_leaf_peer_switch_id: "98AMDDDD8V0"
        access_or_tor_port_channel_id: 501
        aggregation_or_leaf_port_channel_id: 502
        access_or_tor_peer_port_channel_id: 503
        aggregation_or_leaf_peer_port_channel_id: 504
        access_or_tor_vpc_id: 1
        aggregation_or_leaf_vpc_id: 2
    state: merged

Ansible Version

Ansible Collection Versions

Cisco Nexus Dashboard Version

4.2.1

Cisco NX-OS Version

Cisco ACI Version

Metadata

Metadata

Assignees

Labels

2.0.0Release 2.0.0enhancementNew feature or requestjira-syncSync this issue to Jiranda-projectMove this issue to the NDA projecttestsTests added/updated/modified

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions