Cisco Exam Questions

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.)

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

Explanation:
A static route is a route that is created manually by a network administrator. The opposite of a
static route is a dynamic route. Dynamic routes are created by routing protocols. Static routes
have advantages and disadvantages as compares to dynamic routes.
To add a static route on a Cisco router, use the `ip route` command.