欢迎来到天天文库
浏览记录
ID:29889162
大小:66.00 KB
页数:8页
时间:2018-12-24
《路由器交换机配置口令大全》由会员上传分享,免费在线阅读,更多相关内容在应用文档-天天文库。
1、一、路由器配置>Enable进入特权模式 #ExIT 返回上一级操作模式 #delflash:config.text 删除配置文件(交换机及1700系列路由器) #erasestartup-config 删除配置文件(2500系列路由器) #writememory 或copyrunning-configstartup-config保存配置 #Configureterminal进入全局配置模式 (config)#hostnamerouterA 配置设备名称为routerA (config)#bannermotd
2、& 配置每日提示信息&为终止符 (config)#enablesecretstar 或者:enablepasswordstar 设置路由器的特权模式密码为star;secret指密码以非明文显示,password指密码以明文显示查看信息 #showrunning-config 查看当前生效的配置信息 #showinterfacefastethernet0/3 查看F0/3端口信息 #showinterfaceserial1/2 查看S1/2端口信息 #showipinterfacebri
3、ef 查看端口信息 #showversion 查看版本信息 #showrunning-config 查看当前生效的配置信息 #showcontrollersserial1/2查看该端口信息,用于R2501 #showiproute 查看路由表信息 #showaccess-lists1 查看标准访问控制列表1的配置信息远程登陆(telnet) (config)#linevty04进入线路0~4的配置模式,4为连续线路最后一位的编号,线路为0~4 (
4、conifg-line)#login (config-line)#passwordstar 配置远程登陆密码为star (config-line)#end 返回上层 端口的基本配置 (config)#Interfacefastethernet0/3进入F0/3的端口配置模式 (config)#interfacerangefa0/1-2 进入F01至F0/2的端口配置模式 (config-if)#speed10 配置端口速率为10M,可选10,100,auto (config-if)
5、#duplexfull 配置端口为全双工模式,可选full(全双工),half(半双式),auto(自适应) (config-if)#noshutdown 开启该端口(config)#interfaceserial1/2进入端口S1/2的配置模式 (config-if)#ipaddress1.1.1.1255.255.255.0配置端口IP及掩码 (config-if)#clockrate64000 配置时钟频率(单位为K,仅用于DCE端) (config-if)#bandwidth512 配置端口带宽速
6、率为512KB(单位为KB) (config-if)#noshutdown 开启该端口 (config-if)#encapsulationPPP 定义封装类型为PPP,可选项: Frame-relay帧中继 Hdlc高级数据链路控制协议 lapbX.25的二层协议 PPP PPP点到点协议 X25 X.25协议 路由协议 (config)#iproute172.16.1.0255.255.255.0172.16.2.1配置静态路由 注:172.16.1.0255.255.255.0为目标网络的网
7、络号及子网掩码 172.16.2.1为下一跳的地址,也可用接口表示,如iproute172.16.1.0255.255.255.0serial1/2(172.16.2.0所接的端口) (config)#routerrip 开启RIP协议进程 (config-router)#network172.16.1.0 申明本设备的直连网段信息 (config-router)#version2 开启RIPV2,可选为version1(RIPV1)、version2(RIPV2) (config-router)#
8、noauto-summary 关闭路由信息的自动汇总功能(只有在RIPV2支持)(config)#routerospf 开启OSPF路由协议进程(针对1762,无需使用进程ID) (config)#ro
此文档下载收益归作者所有