bgp_process_config
Configuration settings for each BGP process on each node and VRF in the network.
Field | Type | Description |
---|---|---|
Node | Node | Node. |
VRF | String | VRF. |
Router_ID | IP | Router ID. |
Confederation_ID | Long | Externally visible autonomous system number for the confederation. |
Confederation_Members | String | Set of autonomous system numbers visible only within this BGP confederation. |
Multipath_EBGP | Boolean | Whether multipath routing is enabled for EBGP. |
Multipath_IBGP | Boolean | Whether multipath routing is enabled for IBGP. |
Multipath_Match_Mode | String | Which AS paths are considered equivalent (EXACT_PATH, FIRST_AS, PATH_LENGTH) when multipath BGP is enabled. |
Neighbors | List of Strings | All peers configured on this process, identified by peer address (for active and dynamic peers) or peer interface (for BGP unnumbered peers). |
Route_Reflector | Boolean | Whether any BGP peer in this process is configured as a route reflector client, for ipv4 unicast address family. |
Tie_Breaker | String | Tie breaking mode (ARRIVAL_ORDER, CLUSTER_LIST_LENGTH, ROUTER_ID). |
Copyright notice
Some of these fields are passed through directly from Batfish. The descriptions shown for those fields are taken verbatim from the Batfish documentation.
Batfish is licensed under the Apache License, Version 2.0 (the "License"). See https://github.com/batfish/batfish/blob/master/LICENSE.