An administrator manages a virtual network named `VNet-Sales` with the address space . The virtual network contains the following subnets:
* `Subnet-Web`:
* `Subnet-App`:
* `Subnet-Security`:
A custom security appliance named `NVA-Firewall` is deployed in `Subnet-Security` with the IP address . IP forwarding is enabled on the network interface of `NVA-Firewall`.
The administrator wants to ensure that all traffic from `Subnet-Web` destined for `Subnet-App` is routed through `NVA-Firewall` for inspection.
Which route table configuration and association should the administrator apply to achieve this goal?
- ACreate a route with a destination prefix of , set the next hop type to Virtual Network Gateway, specify the next hop IP address as , and associate the route table with Subnet-Web.
- Create a route with a destination prefix of , set the next hop type to Virtual appliance, specify the next hop IP address as , and associate the route table with Subnet-Web.Cevap
- CCreate a route with a destination prefix of , set the next hop type to Virtual appliance, specify the next hop IP address as , and associate the route table with Subnet-App.
- DCreate a route with a destination prefix of , set the next hop type to Virtual appliance, specify the next hop IP address as , and associate the route table with Subnet-Web.
Cevap
Create a route with a destination prefix of , set the next hop type to Virtual appliance, specify the next hop IP address as , and associate the route table with Subnet-Web.
To route traffic from Subnet-Web to Subnet-App through a Network Virtual Appliance (NVA), you must associate a route table with the source subnet (Subnet-Web). The route in the route table must target the destination subnet (Subnet-App: ) and use the 'Virtual appliance' next hop type pointing to the private IP address of the NVA (). Since a specific subnet route () is more specific than the default virtual network local route (), Azure's Longest Prefix Match (LPM) rule ensures that traffic to Subnet-App is directed to the NVA.
Adım Adım Çözüm
Anahtar Kavram
User-Defined Routes (UDR) Next Hop and Subnet Association
Tahmini Süre:1m 30s