CiscoDevNet/ansible-aci

BGP local AS and Local AS Config missing from cisco.aci.aci_l3out_bgp_peer module

trenzy opened this issue ยท 0 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

Description

The cisco.aci.aci_l3out_bgp_peer Ansible module is missing the ability to set a BGP local AS number and Local AS number config. In the APIC GUI for the BGP peer, I have the ability to set this but this is missing from the module.

The object where you can find this configuration is bgpLocalAsnP, which is a child object of bgpPeerP whose configurations are covered with the cisco.aci.aci_l3out_bgp_peer module.

Here is the json for what is required:

"bgpLocalAsnP": {
      "attributes": {
            "annotation": "",
             "asnPropagate": "replace-as",
              "descr": "",
              "localAsn": "65150",
              "name": "",
               "nameAlias": "",
                "userdom": ":all:"
             }
 }

Screenshot 2022-11-30 at 10 06 23 PM

New or Affected Module(s):

cisco.aci.aci_l3out_bgp_peer

APIC version and APIC Platform

ACI version 5.2(1)

Collection versions

  • cisco.aci 2.2.0

References

  • #0000