An organization has deployed a virtual network containing two subnets: WebSubnet () and ApplianceSubnet (). A firewall virtual machine operating as a router is deployed in ApplianceSubnet with the IP address . All outbound internet traffic from WebSubnet must pass through this router. Which two settings must be configured to achieve this routing flow? (Select TWO)
- Associate the route table with WebSubnet.Cevap
- Add a route to the route table with the destination prefix , next hop type Virtual appliance, and next hop IP address .Cevap
- CAdd a route to the route table with the destination prefix , next hop type Virtual network gateway, and next hop IP address .
- DAssociate the route table with ApplianceSubnet.
Cevap
To redirect all outbound internet traffic from the WebSubnet through the firewall router, you must associate the custom route table with WebSubnet and add a route for destination with the next hop type set to Virtual appliance and the next hop IP address set to .
To override default system routing for internet-bound traffic from the WebSubnet, a User-Defined Route (UDR) must be applied. The custom route table must be associated with the subnet originating the traffic (WebSubnet). To direct this traffic to the firewall VM acting as a router, the route must target all destinations () using the 'Virtual appliance' next hop type with the firewall's private IP address ().
Adım Adım Çözüm
Anahtar Kavram
Configuring custom routes (UDRs) to direct traffic through a Network Virtual Appliance (NVA).