Configuring the Loopback Interface and Router ID for BGP for L2VPNs
To establish a BGP session, BGP uses the IP address of the outgoing interface towards the BGP peer as the update source IP address for the TCP connection over which the BGP session runs. Typically, you configure a loopback interface as the update source interface because a loopback interface is inherently stable.
After you configure the loopback interface, use the ip router-id command to assign a router ID to uniquely identify the router within a BGP AS. The router ID is the IP address of the loopback interface.
To configure the loopback interface and router ID on the PE router:
- Configure a loopback interface on the PE router and assign an IP address to the interface.
host1(config)#interface loopback 0host1(config-if)#ip address 10.3.3.3 255.255.255.255host1(config-if)#exit- Assign the router ID using the IP address you configured for the loopback interface.
host1(config)#ip router-id 10.3.3.3