You need to configure eBGP on the rtrA and rtrB routers, as shown in the following image: You have configured eBGP on rtrA through the following commands: rtrA(config)# router bgp 501 rtrA(config)# neighbor 201.60.3.2 remote-as 505 While configuring eBGP on rtrB, you need to ensure that updates about the 192.168.58.0/24 and the 192.168.127.0/24 subnets are sent to rtrA with a metric of 300. In addition, rtrB should send updates about the 172.161.94.0/24 subnet are sent with a metric of 500. Which of the fo
A. access-list 1 permit 192
B. access-list 1 permit 192
C. route-map change_parameters permit 10match ip-address 2 set metric 500
D. route-map change_parameters permit 20match ip-address 1 set metric 300