Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for VPC peer-link deployment #174

Open
samurato opened this issue Oct 25, 2022 · 3 comments
Open

Support for VPC peer-link deployment #174

samurato opened this issue Oct 25, 2022 · 3 comments

Comments

@samurato
Copy link

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
Copy link
Author

Also would be nice if NVE in interface supports were added

@samurato
Copy link
Author

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

@mmudigon
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants