CiscoDevNet / ansible-aci

Cisco ACI Ansible Collection
https://galaxy.ansible.com/cisco/aci
GNU General Public License v3.0
140 stars 96 forks source link

L3out ansible module is incomplete #126

Closed ttrabatt closed 8 months ago

ttrabatt commented 3 years ago

L3out ansible module does not support the complete configuration of all Logical Node and Interface Profiles, BGP config (including wan and local ASN), BFD settings, and BGP options

Module should support single/dual or multiple leaves and single/dual or multiple WAN router to peer with. Module should support the complete config Traditional L3out as well as new SR/MPLS L3out

Available for further discussion Tiziano

mupett commented 2 years ago

L3out ansible module does not support the complete configuration of all Logical Node and Interface Profiles, BGP config (including wan and local ASN), BFD settings, and BGP options

Module should support single/dual or multiple leaves and single/dual or multiple WAN router to peer with. Module should support the complete config Traditional L3out as well as new SR/MPLS L3out

Available for further discussion Tiziano

More urgent I think, it is missing for L3out SVI the ability to configure IPs, encap and other VPC stuff. Thanks and regards.

akinross commented 1 year ago

Note to include also missing functionality as described in: https://github.com/CiscoDevNet/ansible-aci/issues/432

lhercot commented 10 months ago

The SR-MPLS completeness is tracked as part of issue #125

gmicol commented 10 months ago

New/extended Modules to provide further L3Out configurations

Add loopback address to L3Out logical node

Pull Request #476

Add floating SVI configuration

Pull Request #478

Add Route Map Control configuration

Pull Requests #479 and #495

Add BGP configurations for L3Out and new BGP options

Pull Requests #491 and #519

Add HSRP configuration for L3Out

Pull Request #505

Add BFD and BFD Multihop configurations for L3Out

Pull Request #492

Add PIM configuration for L3Out

Pull Request #537

Add EIGRP configuration for L3Out

Pull Request #528

Add DHCP relay label for L3Out

Pull Request #551

Add QoS custom policy

Pull Request #561

Add Netflow Monitor Policy

lhercot commented 8 months ago

Closing this issue as all the associated PRs have been merged.