An Azure administrator configures a hub-and-spoke network topology in the East US region with the following virtual networks:
* VNet-Hub (): Contains a Virtual Network Gateway named Hub-GW and a Network Virtual Appliance (NVA).
* VNet-SpokeA (): Contains a virtual machine named VM-A.
* VNet-SpokeB (): Contains a virtual machine named VM-B.
The administrator establishes bidirectional peering between VNet-Hub and VNet-SpokeA (using peering links Link-Hub-to-A and Link-A-to-Hub), and between VNet-Hub and VNet-SpokeB (using peering links Link-Hub-to-B and Link-B-to-Hub).
The configuration must meet the following requirements:
* VM-A must be able to communicate with an on-premises network through Hub-GW.
* VM-B must be able to receive traffic originating from on-premises that is routed and forwarded through the NVA in VNet-Hub.
Which configuration settings must be enabled on the virtual network peering links to satisfy these requirements?
- Enable 'Allow gateway transit' on Link-Hub-to-A, enable 'Use remote gateways' on Link-A-to-Hub, and enable 'Allow forwarded traffic' on Link-B-to-Hub.Answer
- BEnable 'Use remote gateways' on Link-Hub-to-A, enable 'Allow gateway transit' on Link-A-to-Hub, and enable 'Allow gateway transit' on Link-Hub-to-B.
- CEnable 'Allow gateway transit' on Link-Hub-to-A, enable 'Use remote gateways' on Link-A-to-Hub, and enable 'Allow gateway transit' on Link-Hub-to-B and Link-B-to-Hub.
- DEnable 'Allow forwarded traffic' on Link-Hub-to-A and Link-Hub-to-B, and enable 'Use remote gateways' on Link-A-to-Hub and Link-B-to-Hub.