ipinfusion.ocnos.ocnos_bgp_facts (1.2.3) — module

Collect BGP status

| "added in version" 2.9 of ipinfusion.ocnos"

Authors: IP Infusion OcNOS Ansible Development Team

preview | supported by community

Install collection

Install with ansible-galaxy collection install ipinfusion.ocnos:==1.2.3


Add to requirements.yml

  collections:
    - name: ipinfusion.ocnos
      version: 1.2.3

Description

Collets the current BGP status from IP Infusion OcNOS. The current version only supports BGP neighbor status. The BGP neighbor status is collected by OcNOS 'show bgp neighbor' command and be prepended to C(ansible_net_bgp_neighbor).

Outputs

ansible_net_bgp_neighbor:
  description: BGP neighbor status collected from the device
  returned: alwas
  type: dict