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.254 int e 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 and netmask of the destination network. The next hop for the route, which can be either another virtual router on the NetScreen device or a gateway
(router) IP address. If you specify another virtual router, make sure that an entry for the destination network
exists in the routing table of that virtual router. The interface through which the routed traffic is forwarded. The interface can be any ScreenOS-supported
interface, such a physical interface (for example, ethernet1/2), or a tunnel interface. You can also specify
the Null interface for certain applications.
(Optional) A route metric is used to select the active route when there are multiple routes to the same
destination network, all with the same preference value. The default metric for static routes is 1.
(Optional) A route tag is a value that can be used as a filter when redistributing routes.
For example, you can
choose to import only those routes that contain specified tag values into a virtual router. (Optional) A preference value for the route. By default, all static routes have the same preference value that
is set 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 would be :
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