READ Free Dumps For Cisco- 200-125
Question ID 16111 | 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.)
|
Option A | HFD(config)# ip route 10.5.6.0 0.0.0.255 fa0/0
|
Option B | HFD(config)# ip route 10.5.6.0 0.0.0.255 10.5.4.6
|
Option C | HFD(config)# ip route 10.5.6.0 255.255.255.0 fa0/0
|
Option D | HFD(config)# ip route 10.5.6.0 255.255.255.0 10.5.4.6
|
Option E | HFD(config)# ip route 10.5.4.6 0.0.0.255 10.5.6.0
|
Option F | HFD(config)# ip route 10.5.4.6 255.255.255.0 10.5.6.0
|
Correct Answer | C,D |
Explanation Explanation: 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: + 10.5.6.0 255.255.255.0: the destination network +fa0/0: the exit-interface