Rip V1
Cisco Routet 1配置:
Router(conf)#ho R1                            //配置主机名;
R1(conf)#enable pass cisco           //配置明文密码,建议配置密文;
R1(conf)#int f0/0
                 ip add 192.168.1.2 255.255.255.0
                 no sh
               //以此类推,为每台路由器接口配置好ip地址;
R1(conf)#router rip                            //配置rip
R1(conf)#net   //输入要宣告的ip网段,这里R1是192.168.1.0和192.168.2.0
              //不熟悉的兄弟可以在配置好接口ip后,先查看路由表,在路由表中有两条直连路由,仅以此列为说明。
              //同样的方法配置R2和R3;
             //查看路由表,看路由表变化;
             //验证结果
Rip V1
Rip V1
 

转载于:https://blog.51cto.com/xinglove/294490

相关文章:

  • 2022-12-23
  • 2021-07-29
  • 2021-11-06
  • 2021-08-10
  • 2022-01-06
猜你喜欢
  • 2021-11-13
  • 2021-09-15
  • 2021-07-04
  • 2021-05-12
相关资源
相似解决方案