Skip to content

Instantly share code, notes, and snippets.

@rohitthakur2590
Last active June 17, 2021 13:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rohitthakur2590/9e92d303e14688c7bd166e10432944df to your computer and use it in GitHub Desktop.
Save rohitthakur2590/9e92d303e14688c7bd166e10432944df to your computer and use it in GitHub Desktop.
gathered facts for inventory host vars
[junos]$ cat lab_inventory/host_vars/junos/bgp_address_family.yaml
bgp_address_family:
address_family:
- af_type:
- accepted_prefix_limit:
idle_timeout_value: 2001
limit_threshold: 98
maximum: 20
damping: true
defer_initial_multipath_build:
maximum_delay: 2
type: signaling
afi: evpn
- af_type:
- legacy_redirect_ip_action:
receive: true
send: true
loops: 4
no_install: true
output_queue_priority_expedited: true
secondary_independent_resolution: true
type: flow
afi: inet
groups:
- name: internal
neighbors:
- neighbor_address: 10.10.10.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment