You have an Azure subscription containing three peered virtual networks:
* `VNet-Hub` () containing a subnet named `Subnet-NVA` ()
* `VNet-Spoke1` () containing a subnet named `Subnet-Web` ()
* `VNet-Spoke2` () containing two subnets named `Subnet-DB` () and `Subnet-Mgmt` ()
A Network Virtual Appliance (NVA) is deployed in `Subnet-NVA` with the IP address .
You have already configured a route table associated with `Subnet-Web` that contains a route for with a next hop of the NVA at .
You need to ensure that:
1. Traffic from `Subnet-Web` to `Subnet-DB` is routed through the NVA.
2. Traffic from `Subnet-Web` to `Subnet-Mgmt` bypasses the NVA and is routed directly across the peered virtual networks.
3. The NVA can successfully receive and forward packets that are not destined for itself.
Which two configurations should you perform? (Select two.)
- In the route table associated with Subnet-Web, add a route for with a next hop type of Virtual network.Answer
- Enable IP forwarding on the Azure network interface of the NVA virtual machine.Answer
- CIn the route table associated with Subnet-Web, add a route for with a next hop type of Virtual Network Gateway.
- DEnable IP forwarding on the Azure network interfaces of the virtual machines in Subnet-Web.
- EAssociate the route table containing the NVA route with Subnet-NVA.