PrepAway - Latest Free Exam Questions & Answers

What would be the best routing command to allow host Certkiller A to communicate with host Certkiller C?

Review the exhibit. What would be the best routing command to allow host Certkiller A to communicate with host Certkiller C?(Assume a route from the 208 to Host Certkiller A’s subnet already exists.)

PrepAway - Latest Free Exam Questions & Answers

A.
set route 0.0.0.0/0int e 7 gateway 177.11.56.254

B.
set route 1.1.70.0 interface e 7 gateway 177.11.56.254

C.
configure route 1.1.70.0/24 gateway 177.11.56.254inte 7

D.
set route 1.1.70.0/24 interface e 7 gateway 177.11.56.254

Explanation:

To configure a static route, you need to define the following:
The virtual router in which you are adding the route.
The IP address andnetmaskof the destination network.
The next hop for the route, which can be either another virtual router on theNetScreendevice or a gateway
(router)IP address.If you specify another virtual router, make sure that an entry for the destination network
existsin the routing table of that virtual router.
The interface through which the routed traffic is forwarded. The interface can be anyScreenOS -supported
interface, such a physical interface (for example, ethernet1/2), or a tunnel interface. You can also specify
theNull interface for certain applications.
(Optional)Aroute metric is used to select the active route when there are multiple routes to the same
destinationnetwork, all with the same preference value. The default metric for static routes is 1. (Optional)Aroute tag is a value that can be used as a filter when redistributing routes. For example, you can
chooseto import only those routes that contain specified tag values into a virtual router. (Optional)Apreference value for the route. By default, all static routes have the same preference value that
isset in the virtual router.
(Optional) Whether the route is to be kept active even if the forwarding interface is down or the IP address is removed from the interface.
In this scenario we must create four static routes to reach each network. The correct config wouldbe :
Set route 192.168.20.0/24 interface e2 gateway 192.168.1.254 Set route 10.1.10.0/24 interface e1 gateway 10.1.1.254 Set route 1.1.70.0/24 interface e7 gateway 143.45.56.254 Set route 200.5.5.5/32 interface e8 gateway 192.168.1.254


Leave a Reply