dellemc.os10.bgp_validate (1.2.4) — module

Validate the bgp neighbor state,raise error if it is not in established state

Authors: Senthil Kumar Ganesan (@skg-net)

Install collection

Install with ansible-galaxy collection install dellemc.os10:==1.2.4


Add to requirements.yml

  collections:
    - name: dellemc.os10
      version: 1.2.4

Description

Troubleshoot the bgp neighor state info using show ip bgp summary and show ip interface brief.

Inputs

    
show_ip_bgp:
    description:
    - show ip bgp summary output
    elements: dict
    required: true
    type: list

bgp_neighbors:
    description:
    - planned neighbours input from group_var to compare actual
    elements: dict
    required: true
    type: list

show_ip_intf_brief:
    description:
    - show ip interface brief output
    elements: dict
    required: true
    type: list