欢迎来到天天文库
浏览记录
ID:38698570
大小:168.50 KB
页数:16页
时间:2019-06-17
《思科3560 配置命令》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库。
1、switch>命令行模式;config#特权模式一、配置交换机vlan模式;有两种方式第一种:config#vlanID这里的ID是需要你个人给要划分的vlan起的编号config-if#name名字switch#showvlanbrief查看vlan用来检验是否配置成功第二种:switch#vlandatabase交换机的vlan配置状态switch(vlan)#vlanIDname名字配置vlan并且分配相应的名字二、3560上开启路由功能配置switch(config)#iproutingswitch(config)#iprouteipaddressn
2、et-hop配置路由(静态)switch(config)#ipdefault-gatewayipaddress配置网关三、开启聚合链路配置#conftSW(config)#interfacerangef1/1-2SW(config-if)#channel-group1modedesirable/onSW(config-if)#swithportSW(config-if)#switchportmodetrunkSW(config-if)#switchporttrunkencapdot1q四、启动telnet管理模式switch(config)#linevty0
3、4switch(config-line)#password密码switch(config-line)#login五、开启cisco日志功能switch(config)#loggingonswitch(config)#loggingtrap信息switch(config)#logginghost你的IP地址switch(config)#loggingfacility你选着的信息配置3550作为dhcp服务器六、配置cisco启动dhcp功能配置地址池switch(config)ipdhcppool名字switch(config-pool)networkmask
4、switch(config-pool)dns-serverswitch(config-pool)default-router网关设置dhcp保留不分配的地址switch(config)ipdhcpexcluded-address地址地址第一步;从起交换机第二步;配置1)按下MODE键后给3560加电。2)在出现的菜单中选择第一项systemsoftware:flash_initload_helperbootswitch:flash_initswitch:load_helper3)重命名flash:config.text文件。switch:renflash:c
5、onfig.textflash:config.old4)重启交换机switch:boot5)当出现问你是否进行配置时,选择NO(因为它找不到配置文件config.text文件了)Wouldyouliketoentertheinitialconfigurationdialog?[yes/no]:no166)从用户模式登录特权模式,无需密码。Switch>enSwitch#7)恢复刚才重命令的配置文件名.Switch#renflash:config.oldflash:config.textDestinationfilename[config.text]?直接回车
6、8)用老的配置文件替换当前的配置文件。Switch#copyflash:config.textsystem:running-configDestinationfilename[running-config]?直接回车9)修改使用密码。Switch#conft10)保存密码switch(config)#enablepasswordsongswitch#wrorcopyrunning-configstarting-configOK到这里我们的密码就改好了。一、交换机五种模式Swith>(用户模式)Swith#(特权模式)Swith(config)#(全局配置模式
7、)Swith(config-if)#(接口模式)Swith(config-line)#(线模式)二、交换机模式切换Swith>enable//切换到特权Swith#configt//切换到全局配置模式Swith(config)#interfacef0/1//进入接口f0/0Swith(config)#interfacevlan1//进入VLAN1中Swith(config-if)#ipaddress192.168.1.1255.255.255.0//对VLAN1设置IP地址和子网掩码Swith(config-if)#noshutdown//激活VLAN1三、
8、设置交换机的密码1、用户到特权的密码Swith(co
此文档下载收益归作者所有