You need to configure a default route on a Ezonexam router. Which command will configure a default route on a router?

admin2009-05-19  18

问题 You need to configure a default route on a Ezonexam router. Which command will configure a default route on a router?

选项 A、VE1(config)# ip route 0.0.0.0 10.1.1.0 10.1.1.1
B、VE1(config)# ip default-route 10.1.1.0
C、VE1(config)# ip default-gateway 10.1.1.0
D、VE1(config)# ip route 0.0.0.0 0.0.0.0 10.1.1.1

答案D

解析 Explanation:
The command "IP route 0.0.0.0 0.0.0.0 " command is used to configure a default route on a router. In this case, a default route with a next hop IP address of 10.1.1.1 was configured.

Incorrect Answers:
A. This will be an invalid route, since the "10.1.1.0" value will specify the network mask, which in this case is invalid.

B, C. These commands are invalid. The command "ip default-network" could be used, but not "ip default-route" or "ip default-gateway". IP default-gateway is used on switches, not routers.
转载请注明原文地址:https://jikaoti.com/ti/KoO7FFFM
0

最新回复(0)