欢迎来到天天文库
浏览记录
ID:12006128
大小:615.50 KB
页数:18页
时间:2018-07-15
《思科路由器和交换机各种命令大全》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库。
1、交换机支持的命令:(注:交换机支持命令对应的为思科2系列交换机。)交换机基本状态:switch:;交换机的ROM态rommon>;路由器的R状态switch>;用户模式switch#;特权模式switch(config)#;全局配置模式switch(vlan)#交换机VLAN配置模式switch(config-if)#;端口配置模式switch(config-line)#;指定连接状态(console连接telnet连接)交换机显示命令:switch#write;保存配置信息switch#showrunning;查看当前配置信息switch#showstartup
2、查看交换机NVROM配置信息switch#showvlan;查看vlan配置信息switch#showvlan-switch同样为查看vlan配置信息(一些高端交换机比如3系列的交换机必须用这个命令才能查看vlan配置信息)switch#showvtpstatus查看VTP配置信息switch#showinterface;查看所有的端口信息switch#showinterfacef0/3;查看指定的f0/3快速以太网端口信息switch#showinterfacef0/3switchport查看指定的f0/3快速以太网端口trunk信息switch#showspa
3、nning-tree查看交换机生成树协议情况switch#showspanning-treevlan2查看交换机VLAN2的生成树协议情况switch#showspanning-treeinterfacef0/1查看交换机F0/1端口生成树协议情况switch#showcdp显示交换机当前邻居更新信息switch#showcdpneighbor;显示邻居直连路由信息switch#showcdpneighbordetail显示邻居直连路由详细信息switch#showcdpinterface显示所有端口是否开启cdp功能switch(config-if)#nocdp
4、enable关闭指定端口的cdp功能switch(config-if)#cdpenable打开指定端口的cdp功能switch(config)#nocdprun关闭所有端口的cdp功能switch(config)#cdprun打开所有端口的cdp功能switch#showversion查看交换机版本信息switch#showflash查看flash里面的IOS信息switch#showmac-address-table查看交换机所有端口的MAC地址信息交换机口令设置:switch>enable;进入特权模式switch#configterminal;进入全局配置模
5、式switch(config)#hostname设置交换机的主机名switch(config)#enablesecretxxx;设置特权加密口令(真正进入enable特权模式需要输入这个口令)switch(config)#enablepasswordxxa;设置特权非密口令switch(config)#lineconsole0;进入控制台口switch(config-line)#login;允许登录switch(config-line)#passwordxx设置登陆控制台口口令switch(config-line)#exec-timeout00
6、设置控制台口多长时间不操作会自动退出,前面一个0表示分钟后面一个0表示秒两个都是0表示一直不会自动退出。switch(config-line)#loggingsyswitch(config-line)#noipdomain-lookup关闭域名查找功能(如果你输错了命令,switch会认为你输入的是域名,就会查找。。。浪费时间。noipdomain-lookup就是取消这种查找)switch(config-line)#linevty04;进入虚拟终端switch(config-line)#login;允许登录switch(config-line)#password
7、xx;设置登录虚拟终端口令xxswitch#exit;返回命令交换机常规配置switch(config)#nomac-address-tablestatic(需要删掉的mac地址)fastethernetf0/7清除掉交换机F0/7端口的MAC地址switch(config-if)#duplexfull/halt/auto;设置交换机端口工作方式(full全双工halt半双工模式auto自动检测)switch(config-if)#speed10/100/1000/auto;设置交换机对应端口局域网交换速度switch(config)#interfacef0/1进
8、入快速以太
此文档下载收益归作者所有