免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 1564 | 回复: 0
打印 上一主题 下一主题

路由器的基本配 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2008-04-18 15:20 |只看该作者 |倒序浏览

路由器的基本配
router                路由器启动时所进入的用户模式
router>enable        键入enable该命令进入特许模式
router#              此命令显示模式表示已经进入特许模式
router#configure terminal  键入该命令进入全局配置模式
router(config)#        此模式表示已经进入料全局配置模式
router(config)#hostname SNXL 键入该命令把路由器的名称改为SNXL
配置控制台密码
router(config)#line console 0
router(config line)#login
router(config line)#password cisco  路由器的控制台密码为cisco
配置控制台的其他参数
router(config)#line console 0
router(config line)#exec-timeout 0 0 配置console口超时时间
router(config line)#logging synchyonous配置显示同步
配置欢迎信息
router(config)#banner motd #
输入要欢迎的信息并以“#”号结束
配置路由器的密码
router(config)enbale password cisco 为路由器设置密码为cisco
router(config)enable secret cisco 为路由器设置使能口令为cisco
配置路由器端口ip地址
router(config)#interface fastethernet 0/0
router(config-if)#ip add 192.168.0.1 255.255.255.0
router(config-if)#no shutdown
router(config-if)#exit
配置路由器的端口描述
router(config)#interface fastethernet 0/0
router(config-ip)#deion 要描述的信息
进入串口配置模式
router(config)#interface serical 0/0
router(config-if)#          (此模式表示已经进入串口的配置模式)
设置串口的时钟频率
router(config)#interface serial 0/0
router(config-if)#clock rate 6400
设置串口带宽
router(config)#interface serical 0/0
router(config-if)#bandwith 64
配置静态路由
router(config)#ip route 目标网络    目标网络子网掩码  下一跳地址
配置缺省路由
router(config)#ip route 0.0.0.0.0.0.0.0 下一跳地址
router#copy running-config startup-config 将配置的信息存盘
router#show running-config                查看当前配置信息
router#show startup-config                查看以存盘的信息
router#show ip route                      查看路由表信息
router#show cdp neighors                  查看此路由还有那些cisco的设备
router#erase startup-config              将路由器恢复到出场配置
router#reload           

本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/24177/showart_548428.html
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP