IOS XR – iBGP and eBGP
BGP, this is where it starts to get different with IOS XR. First up, configuring an iBGP peering with R2’s 150.1.12.2 in AS1 and advertise our loopback interface. RP/0/7/CPU0:R1(config)# RP/0/7/CPU0:R1(config)#router bgp 1 Let’s define the network we want to advertise, under the address family: RP/0/7/CPU0:R1(config-bgp)#address-family ipv4 unicast RP/0/7/CPU0:R1(config-bgp-af)#net 1.1.1.1/32 RP/0/7/CPU0:R1(config-bgp-af)#exit Now, we can configure the…