ansible-dcnm icon indicating copy to clipboard operation
ansible-dcnm copied to clipboard

Support for VPC peer-link deployment

Open samurato opened this issue 2 years ago • 3 comments

Community Note

  • 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

Ability to deploy VPC peer link. (Policy:- int_vpc_peer_link_po_11_1)

New or Affected modules(s):

  • cisco.dcnm.dcnm_interface

DCNM version

  • V 11.5.1

Potential ansible task config

- name: Create port channel interfaces
  cisco.dcnm.dcnm_interface: &pc_merge
    fabric: "{{ targeted_fabric }}"
    state: merged                     
    config:
      - name: po1                     
        type: vpc                          
        switch:
          - "{{ ip }}"               
        deploy: false           
        profile:
          mode: vpc_peer_link ◄◄◄◄
          admin_state: true               
          peer1_members:                        
            - e1/53
            - e1/54
          pc_mode: 'on'               
          cmds:                           
            - service-policy type qos input QoS Mark-Ingress-Port-PM no-stats
          description: "port channel peering"

References

Additional context Add any other context or screenshots about the feature request here.

samurato avatar Oct 25 '22 12:10 samurato

Also would be nice if NVE in interface supports were added

samurato avatar Oct 25 '22 23:10 samurato

Team any updates / roadmap to add the support to include this ?

samurato avatar Feb 13 '23 22:02 samurato

@samurato We have started looking into this. Will update once we have scoped the effort

mmudigon avatar Feb 16 '23 10:02 mmudigon