[Contents] [Prev] [Next] [Index] [Report an Error] [No Frames]


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:

  1. Configure a loopback interface on the PE router and assign an IP address to the interface.
  2. host1(config)#interface loopback 0
    
    host1(config-if)#ip address 10.3.3.3 255.255.255.255
    
    host1(config-if)#exit
    
    
    
  3. Assign the router ID using the IP address you configured for the loopback interface.
  4. host1(config)#ip router-id 10.3.3.3
    

Related Topics


[Contents] [Prev] [Next] [Index] [Report an Error] [No Frames]