資源描述:
《思科3560 配置命令》由會員上傳分享,免費(fèi)在線閱讀,更多相關(guān)內(nèi)容在教育資源-天天文庫。
1、switch>命令行模式;config#特權(quán)模式一、配置交換機(jī)vlan模式;有兩種方式第一種:config#vlanID這里的ID是需要你個人給要劃分的vlan起的編號config-if#name名字switch#showvlanbrief查看vlan用來檢驗(yàn)是否配置成功第二種:switch#vlandatabase交換機(jī)的vlan配置狀態(tài)switch(vlan)#vlanIDname名字配置vlan并且分配相應(yīng)的名字二、3560上開啟路由功能配置switch(config)#iproutingswitch(config)#iprouteipaddressn
2、et-hop配置路由(靜態(tài))switch(config)#ipdefault-gatewayipaddress配置網(wǎng)關(guān)三、開啟聚合鏈路配置#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服務(wù)器六、配置cisco啟動dhcp功能配置地址池switch(config)ipdhcppool名字switch(config-pool)networkmask
4、switch(config-pool)dns-serverswitch(config-pool)default-router網(wǎng)關(guān)設(shè)置dhcp保留不分配的地址switch(config)ipdhcpexcluded-address地址地址第一步;從起交換機(jī)第二步;配置1)按下MODE鍵后給3560加電。2)在出現(xiàn)的菜單中選擇第一項(xiàng)systemsoftware:flash_initload_helperbootswitch:flash_initswitch:load_helper3)重命名flash:config.text文件。switch:renflash:c
5、onfig.textflash:config.old4)重啟交換機(jī)switch:boot5)當(dāng)出現(xiàn)問你是否進(jìn)行配置時,選擇NO(因?yàn)樗也坏脚渲梦募onfig.text文件了)Wouldyouliketoentertheinitialconfigurationdialog?[yes/no]:no166)從用戶模式登錄特權(quán)模式,無需密碼。Switch>enSwitch#7)恢復(fù)剛才重命令的配置文件名.Switch#renflash:config.oldflash:config.textDestinationfilename[config.text]?直接回車
6、8)用老的配置文件替換當(dāng)前的配置文件。Switch#copyflash:config.textsystem:running-configDestinationfilename[running-config]?直接回車9)修改使用密碼。Switch#conft10)保存密碼switch(config)#enablepasswordsongswitch#wrorcopyrunning-configstarting-configOK到這里我們的密碼就改好了。一、交換機(jī)五種模式Swith>(用戶模式)Swith#(特權(quán)模式)Swith(config)#(全局配置模式
7、)Swith(config-if)#(接口模式)Swith(config-line)#(線模式)二、交換機(jī)模式切換Swith>enable//切換到特權(quán)Swith#configt//切換到全局配置模式Swith(config)#interfacef0/1//進(jìn)入接口f0/0Swith(config)#interfacevlan1//進(jìn)入VLAN1中Swith(config-if)#ipaddress192.168.1.1255.255.255.0//對VLAN1設(shè)置IP地址和子網(wǎng)掩碼Swith(config-if)#noshutdown//激活VLAN1三、
8、設(shè)置交換機(jī)的密碼1、用戶到特權(quán)的密碼Swith(co