Refer to the exhibit.

Traffic is failing between Core-1 and Host-B. IP addressing has correctly been applied, and all interfaces are attached to the vrf GREEN.
Which configuration will correct the issue?
Refer to the exhibit.
Traffic is failing between Core-1 and Host-B. IP addressing has correctly been applied, and all interfaces are attached to the vrf GREEN.
Which configuration will correct the issue?
The traffic between Core-1 and Host-B is failing, and to correct this issue, a static route should be added on Core-1 pointing to the network where Host-B resides. The route on Core-1 should direct traffic destined for the 10.1.20.0/24 network (the network of Host-B) to Core-2's IP address (10.1.1.2 on the shared subnet). Also, Host-B should have its default gateway set to its immediate router, which is Core-2 at 10.1.20.181. Therefore, the correct configuration to resolve the issue is to add the static route on Core-1 and set the default gateway for Host-B as specified in option B.
Core-1(config)# ip route 10.1.20.0/24 10.1.1.2 vrf GREEN Host-B: assign the default-gateway address 10.1.20.181
Yep, B
B is correct answer
B is correct
B is correct for sure