R2
config t
username NetworkAdmin privilege 15 password CiscoENCOR
line vty 0 4
login local
transport input telnet rlogin
exec-timeout 1200 0
Answer: See the solution below in Explanation.
R1
router bgp 10
no bgp default ipv4-unicast
bgp router-id 10.1.1.111
neigh 209.165.200.226 remote-as 20
neigh 209.165.202.130 remote-as 30
address-family ipv4
network 10.1.1.10 mask 255.255.255.255
network 209.165.201.20 mask 255.255.255.255
network 209.165.201.10 mask 255.255.255.255
neigh 209.165.200.226 activate
neigh 209.165.202.130 activate
wr