Sample bagpipe-bgp.conf¶
This sample configuration can also be viewed in the raw format.
[DEFAULT]
[api]
#
# From networking_bagpipe.api
#
# IP address on which the API server should listen (host address value)
# Deprecated group/name - [api]/api_host
#host = 127.0.0.1
# Port on which the API server should listen (port value)
# Minimum value: 0
# Maximum value: 65535
# Deprecated group/name - [api]/api_port
#port = 8082
[bgp]
#
# From networking_bagpipe.bgp_common
#
# IP address used for BGP peerings (interface address value)
#local_address = <None>
# IP addresses of BGP peers (list value)
#peers =
# Our BGP Autonomous System (integer value)
# Minimum value: 1
# Maximum value: 65535
#my_as = <None>
# Enable RT Constraint (RFC4684) (boolean value)
#enable_rtc = true
# TCP port of connections to BGP peers (port value)
# Minimum value: 0
# Maximum value: 65535
#bgp_port = 179
[common]
#
# From networking_bagpipe.run_command
#
# Root helper command. (string value)
#root_helper = sudo
# Root helper daemon application to use when possible. (string value)
#root_helper_daemon = <None>
[dataplane_driver_evpn]
#
# From networking_bagpipe.dataplane.evpn
#
# IP address to use as next-hop in our route advertisements, will be used to
# send us VPN traffic (interface address value)
#dataplane_local_address = <None>
# Dataplane driver. (string value)
#dataplane_driver = dummy
[dataplane_driver_ipvpn]
#
# From networking_bagpipe.dataplane.ipvpn
#
# IP address to use as next-hop in our route advertisements, will be used to
# send us VPN traffic (interface address value)
#dataplane_local_address = <None>
# Dataplane driver. (string value)
#dataplane_driver = dummy
More dataplane configuration parameters exist depending on the driver: