.. _bgp-user-guide-protocol-configuration-loader: BGP Protocol Configuration Loader ================================= BGP Protocol Configuration Loader allows the user to define the static initial configuration for a BGP protocol instance. This service will detect the creation of new configuration files following the pattern ``protocols-*.xml`` under the path "etc/opendaylight/bgpcep". Once the file is processed, the defined configuration will be available from the configuration Data Store. .. note:: If the BGP instance is already present, no update or configuration will be applied. **PATH:** ``etc/opendaylight/bgpcep/protocols-config.xml`` .. code-block:: xml example-bgp-rib x:BGP 192.0.2.2 64496 x:IPV4-UNICAST x:IPV6-UNICAST x:IPV4-LABELLED-UNICAST x:IPV6-LABELLED-UNICAST x:L3VPN-IPV4-UNICAST x:L3VPN-IPV6-UNICAST x:L2VPN-EVPN LINKSTATE IPV4-FLOW IPV6-FLOW IPV4-L3VPN-FLOW IPV6-L3VPN-FLOW 192.0.2.1 INTERNAL 64496 179 true 180 10 false x:IPV4-UNICAST x:IPV6-UNICAST x:IPV4-LABELLED-UNICAST x:IPV6-LABELLED-UNICAST x:L3VPN-IPV4-UNICAST x:L3VPN-IPV6-UNICAST x:L2VPN-EVPN LINKSTATE IPV4-FLOW IPV6-FLOW IPV4-L3VPN-FLOW IPV6-L3VPN-FLOW 192.0.2.6 application-peers BGP Configuration Example ''''''''''''''''''''''''' BGP provides a feature providing a BGP Protocol and Network Topology configuration file example. Once feature is installed defined configuration will be loaded and setup. .. code-block:: console feature:install odl-bgpcep-bgp-config-example