onyx_bgp – Configures BGP on Mellanox ONYX network devices¶
New in version 2.5.
Synopsis¶
- This module provides declarative management of BGP router and neighbors on Mellanox ONYX network devices.
Parameters¶
Examples¶
- name: configure bgp
  onyx_bgp:
    as_number: 320
    router_id: 10.3.3.3
    neighbors:
      - remote_as: 321
        neighbor: 10.3.3.4
      - remote_as: 322
        neighbor: 10.3.3.5
        multihop: 250
    purge: True
    state: present
    networks:
      - 172.16.1.0/24
    vrf: default
    evpn: yes
    fast_external_fallover: yes
    max_paths: 32
    ecmp_bestpath: yes
Return Values¶
Common return values are documented here, the following are the fields unique to this module:
Status¶
- This module is not guaranteed to have a backwards compatible interface. [preview]
- This module is maintained by the Ansible Community. [community]
Authors¶
- Samer Deeb (@samerd), Anas Badaha (@anasb)
Hint
If you notice any issues in this documentation, you can edit this document to improve it.
