Which commands will accomplish this?

Refer to the graphic. A static route to the 10.5.6.0/24 network is to be configured on the HFD router. Which commands will accomplish this? (Choose two.)

Refer to the graphic. A static route to the 10.5.6.0/24 network is to be configured on the HFD router. Which commands will accomplish this? (Choose two.)

A.
HFD(config)# ip route 10.5.6.0 0.0.0.255 fa0/0

B.
HFD(config)# ip route 10.5.6.0 0.0.0.255 10.5.4.6

C.
HFD(config)# ip route 10.5.6.0 255.255.255.0 fa0/0

D.
HFD(config)# ip route 10.5.6.0 255.255.255.0 10.5.4.6

E.
HFD(config)# ip route 10.5.4.6 0.0.0.255 10.5.6.0

F.
HFD(config)# ip route 10.5.4.6 255.255.255.0 10.5.6.0



Leave a Reply 2

Your email address will not be published. Required fields are marked *


Ecommerce

Ecommerce

The simple syntax of static route:

ip route destination-network-address subnet-mask {next-hop-IP-address | exit-interface}
+ destination-network-address: destination network address of the remote network
+ subnet mask: subnet mask of the destination network
+ next-hop-IP-address: the IP address of the receiving interface on the next-hop router
+ exit-interface: the local interface of this router where the packets will go out

In the statement “ip route 10.5.6.0 255.255.255.0 fa0/0″: