欢迎来到天天文库
浏览记录
ID:24319618
大小:70.19 KB
页数:4页
时间:2018-11-13
《cisco路由器交换机配置命令详解》由会员上传分享,免费在线阅读,更多相关内容在应用文档-天天文库。
1、Cisco路由器交换机配置命令详解1.交换机支持的命令:交换机基本状态:switch: ;ROM状态,路由器是rommon〉hostname〉 ;用户模式hostname# ;特权模式hostname(config)# ;全局配置模式hostname(config-if)# ;接口状态交换机口令设置:switch〉enable ;进入特权模式switch#configterminal ;进入全局配置模式switch(config)#hostname〈hostname
2、〉 ;设置交换机的主机名switch(config)#enablesecretxxx ;设置特权加密口令switch(config)#enablepasswordxxa ;设置特权非密口令switch(config)#lineconsole0 ;进入控制台口switch(config-line)#linevty04 ;进入虚拟终端switch(config-line)#login ;允许登录switch
3、(config-line)#passwordxx ;设置登录口令xxswitch#exit ;返回命令交换机VLAN设置:switch#vlandatabase ;进入VLAN设置switch(vlan)#vlan2 ;建VLAN2switch(vlan)#novlan2 ;删vlan2switch(config)#intf0/1 ;进入端口1switch(config-if)#s
4、witchportaccessvlan2 ;当前端口加入vlan2switch(config-if)#switchportmodetrunk ;设置为干线switch(config-if)#switchporttrunkallowedvlan1,2;设置允许的vlanswitch(config-if)#switchporttrunkencapdot1q ;设置vlan中继switch(config)#vtpdomain〈name〉 ;设置发vtp域名switch
5、(config)#vtppassword〈word〉 ;设置发vtp密码switch(config)#vtpmodeserver ;设置发vtp模式switch(config)#vtpmodeclient ;设置发vtp模式交换机设置IP地址:switch(config)#interfacevlan1 ;进入vlan1switch(config-if)#ipaddress〈IP〉〈mask〉 ;设置IP地址switch
6、(config)#ipdefault-gateway〈IP〉 ;设置默认网关switch#dirflash: ;查看闪存交换机显示命令:switch#write ;保存配置信息switch#showvtp ;查看vtp配置信息switch#showrun ;查看当前配置信息switch#showvlan ;查看vlan配置
7、信息switch#showinterface ;查看端口信息switch#showintf0/0 ;查看指定端口信息2.路由器支持的命令:路由器显示命令:router#showrun ;显示配置信息router#showinterface ;显示接口信息router#showiproute ;显示路由信息router#showcdpnei ;显示邻居信息router#reload ;重新起动路由器口令设置:ro
8、uter〉enable ;进入特权模式router#configterminal ;进入全局配置模式router(config)#hostname〈hostname〉 ;设置交换机的主机名router(config)#enablesecretxxx ;设置特权加密口令router(config)#enablepasswordxxb ;设置特权非密口
此文档下载收益归作者所有