1 / 10
文档名称:

锐捷路由器配置大全.doc

格式:doc   大小:98KB   页数:10页
下载后只包含 1 个 DOC 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

锐捷路由器配置大全.doc

上传人:aibuaiwo1318 2018/4/18 文件大小:98 KB

下载得到文件列表

锐捷路由器配置大全.doc

相关文档

文档介绍

文档介绍:锐捷路由器配置大全
>Enable 进入特权模式
#ExIT 返回上一级操作模式
#del flash: 删除配置文件(交换机及1700系列路由器)
#erase startup-config 删除配置文件(2500系列路由器)
#write memory 或copy running-config startup-config 保存配置
#Configure terminal 进入全局配置模式
(config)# hostname routerA 配置设备名称为routerA
(config)#banner motd & 配置每日提示信息&为终止符
(config)# enable secret star 或者:enable password star
设置路由器的特权模式密码为star;secret 指密码以非明文显示,password指密码以明文显示
查看信息
#show running-config 查看当前生效的配置信息
#show interface 0/3 查看F0/3端口信息
#show interface serial 1/2 查看S1/2端口信息
#show ip interface brief 查看端口信息
#show version 查看版本信息
#show running-config 查看当前生效的配置信息
#show controllers serial 1/2 查看该端口信息, 用于R2501
#show ip route 查看路由表信息
#show access-lists 1 查看标准访问控制列表1的配置信息
远程登陆()
(config)# line vty 0 4 进入线路0~4的配置模式,4为连续线路最后一位的编号,线路为0~4
(conifg-line)#login
(config-line)#password star 配置远程登陆密码为star
(config-line)#end 返回上层
端口的基本配置
(config)#Interface 0/3 进入F0/3的端口配置模式
(config)#interface range fa 0/1-2 进入F01至F0/2的端口配置模式
(config-if)#speed 10 配置端口速率为10M,可选10,100,auto
(config-if)#duplex full 配置端口为全双工模式,可选full(全双工),half(半双式),auto(自适应)
(config-if)#no shutdown 开启该端口
(config)# interface serial 1/2 进入端口S1/2的配置模式
(config-if)# ip address 配置端口IP及掩码
(config-if)# clock rate 64000 配置时钟频率(单位为K , 仅用于DCE端)
(config-if)# bandwidth 512 配置端口带宽速率为512KB(单位为KB)
(config-if)# no shutdown 开启该端口
(confi