Press ESC to close

H12-811-v1-54-如下图所示的网络,管理员希望Router A使用静态路由的方式,指定优先通过G0/0/1端口发送数据包给Router

如下图所示的网络,管理员希望Router A使用静态路由的方式,指定优先通过G0/0/1端口发送数据包给Router

B,则在RouterA输入哪条命令可以实现此需求?(单选)

1657000632596.png

A

ip route-static 10.0.2.2 255.255.255.255 10.0.12.2 ip route-static 10.0.2.2 255.255.255.255 10.0.21.2 preference 40

B

ip route-static 10.0.2.2 255.255.255.255 10.0.12.2 ip route-static 10.0.2.2 255.255.255.255 10.0.21.2 preference 70

C

ip route-static 10.0.2.2 255.255.255.255 10.0.12.2 ip route-static 10.0.2.2 255.255.255.255 10.0.21.2

D

ip route-static 10.0.2.2 255.255.255.255 10.0.12.2 preference 70 ip route-static 10.0.2.2 255.255.255.255 10.0.21.2

参考答案:B