CiscoDevNet / ansible-dcnm

Apache License 2.0
45 stars 36 forks source link

Support for VPC peer-link deployment #174

Open samurato opened 1 year ago

samurato commented 1 year ago

Community Note

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

New or Affected modules(s):

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 commented 1 year ago

Also would be nice if NVE in interface supports were added

samurato commented 1 year ago

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

mmudigon commented 1 year ago

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