实验4 VLAN静态路由

实验任务一:静态路由配置

  1. 建立物理连接

  2. 在SWA,SWB,SWC上配置静态路由
    [SWA]ip route-static 0.0.0.0 0 40.1.1.2
    [SWB]ip route-static 10.1.1.0 24 40.1.1.1
    [SWB]ip route-static 20.1.1.0 24 50.1.1.1
    [SWC]ip route-static 0.0.0.0 0 50.1.1.2

注:VLAN-int要up,主要是VLAN应用在接口上且接口是up的。
3.PCA,PCB.PCD可以互相ping通。

posted @ 2019-07-07 22:26  Akiz  阅读(674)  评论(0)    收藏  举报