一道关于静态路由的题目 写在博客上提醒自己,学知识做学问一定要注重细节
 
10Refer 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.)

 
一道NA题目---注重细节_CCNA_02

 
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
  

静态路由有两种添加方法
第一种:网络号+子网掩码+下一跳路由IP  (选项D)
第二章:网络号+子网掩码+本路由退出接口  ( 选项C )