码迷,mamicode.com
首页 > 系统相关 > 详细

cisco静态路由配置

时间:2017-12-14 18:00:34      阅读:215      评论:0      收藏:0      [点我收藏+]

标签:检查   address   nbsp   需要   body   3.2   设置   目的   figure   

一、切换模式

  router>en                           //用户模式enable

  router#conf t                      //特权模式configure terminal

二、启动接口,分配ip地址

       router(config)#interface fa0/0         //配置模式.....对f0/0端口进行ip地址分配

  router(config-if)#ip address 192.168.1.1 255.255.255.0    //路由器的端口做为网关,子网掩码根据需要设置,一般用默认子网掩码

  router(config-if)#no shutdown        //接口模式

  router(config-if)#exit

三、配置静态路由

              目的网络              子网掩码(目的)              下一跳地址

   router(config)#ip route 192.168.2.0           255.255.255.0                 192.168.3.20

四、检查

  show ip interface brief          //显示端口ip

  do show ip route                  //显示路由

技术分享图片

cisco静态路由配置

标签:检查   address   nbsp   需要   body   3.2   设置   目的   figure   

原文地址:http://www.cnblogs.com/liuding/p/8038659.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!