Skip to content

Instantly share code, notes, and snippets.

@rohitthakur2590
Created June 17, 2021 13:31
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/33a89132444d3f6e1dc862ca787bf0be to your computer and use it in GitHub Desktop.
Save rohitthakur2590/33a89132444d3f6e1dc862ca787bf0be to your computer and use it in GitHub Desktop.
To be merged bgp_address_family_config
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
- type: 'unicast'
extended_nexthop: true
extended_nexthop_color: true
local_ipv4_address: '9.9.9.9'
- type: 'labeled-unicast'
entropy_label:
no_next_hop_validation: true
explicit_null:
connected_only: true
per_prefix_label: true
per_group_label: true
prefix_limit:
maximum: 20
limit_threshold: 99
forever: true
resolve_vpn: true
rib: 'inet.3'
route_refresh_priority_expedited: true
route_refresh_priority_priority: 3
afi: inet
groups:
- name: "internal"
address_family:
- afi: 'evpn'
af_type:
- type: 'signaling'
accepted_prefix_limit:
maximum: 20
limit_threshold: 98
idle_timeout_value: 2001
damping: true
defer_initial_multipath_build:
maximum_delay: 2
neighbors:
- neighbor_address: 10.10.10.1
address_family:
- afi: 'evpn'
af_type:
- type: 'signaling'
accepted_prefix_limit:
maximum: 20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment