展示を参照してください。どの構成により、Customer2 ホストが IP アドレス 192.168.1.200 を持つ Customer1 の FTP サーバーにアクセスできるようになりますか?
正解:A
Static routes directly between VRFs are not supported so we cannot configure a direct static route between two VRFs. The command "ip route vrf Customer1 172.16.1.0 255.255.255.0 172.16.1.1 global" means in VRF Customer1, in order to reach destination 172.16.1.0/24 then we uses the next hop IP address 172.16.1.1 in the global routing table. And the command "ip route 192.168.1.0 255.255.255.0 Vlan10" tells the router "to reach 192.168.1.0/24, send to Vlan 10". https://www.cisco.com/c/en/us/support/docs/ip/ip-routing/200158-Configure-Route-Leaking- between-Global-a.html