資源描述:
《思科交換機2960配置》由會員上傳分享,免費在線閱讀,更多相關內(nèi)容在應用文檔-天天文庫。
1、cisco交換機2960配置配置密碼:2960>en;第一次密碼為空2960h#conft;進入全局配置模式2960(config)#hostnameswa;設置交換機名2960(config)#enablesecretaaa;設置特權加密口令為aaa2960(config)#enablepasswordaax;設置特權非密口令為aax2960(config)#lineconsole0;進入控制臺口(Rs232)2960(config-line)#passwordaa;設置登錄口令aa2960(config-line)#login;登錄要求口令驗證2960(config-l
2、ine)#linevty04;進入虛擬終端virtualtty2960(config-line)#passworda;設置登錄口令a2960(config-line)#login;登錄要求口令驗證2960(config-line)#exit;返回上一層2960(config)#exit;返回上一層2960#shrun;看配置信息2960#exit;返回命令配置Vlan新建一個Vlan的命令Switch>enable進入特權模式Switch#configureterminal進入全局配置模式Switch(config)#vlanvlan-id創(chuàng)建一個Vlan或者進入Vlan配
3、置模式Switch(config-vlan)#namevlan-name給Vlan命名(取消設置:noname)Switch(config-vlan)#mtumtu-size設置最大通訊量(取消設置:nomtu)Switch(config-vlan)#remote-span開啟遠程流量監(jiān)控(關閉:noremote-span)Switch(config-vlan)#end回到特權模式Switch#showvlan{namevlan-name
4、idvlan-id}查看當前配置Switch#copyrunning-configstartupconfig保存配置刪除Vlan的命令S
5、witch>enable進入特權模式Switch#configureterminal進入全局配置模式Switch(config)#novlanvlan-id刪除VlanSwitch(config)#end回到特權模式Switch#showvlanbrief查看刪除情況Switch#copyrunning-configstartupconfig保存配置端口加入特定Vlan的命令Switch>enable進入特權模式Switch#configureterminal進入全局配置模式Switch(config)#interfaceinterface-id進入端口配置Switch(c
6、onfig-if)#switchportmodeaccess將接口的模式設為訪問模式Switch(config-if)#switchportaccessvlanvlan-id將端口加入指定的Vlan(恢復端口默認配置:defaultinterfaceinterface-id)Switch(config-if)#end回到特權模式Switch#showrunning-configinterfaceinterface-id查看端口模式Switch#showinterfacesinterface-idswitchport查看端口詳細配置Switch#copyrunning-con
7、figstartup-config保存配置批量端口加入特定Vlan的命令intrangefa0/1-10switchportaccessVLanV2將特定端口設為trunk2960-01(config)#defaultinterfacefastEthernet0/1端口恢復默認值2960-01(config)#interfacefastethernet0/1進入端口模式2960-01(config-if)#switchportmodetrunk設置端口為trunk模式2960-01(config-if)#switchportnonegotiate將接口設置為不協(xié)商模式296
8、0-01(config-if)end2960-01#wr啟用snmpSwitch>enable進入特權模式Switch#configureterminal進入全局配置模式Switch(config)#snmp-servercommunitystring[viewview-name][ro
9、rw][access-list-number](關閉snmp:nosnmp-server)(刪除團體字符:nosnmp-servercommunitystring)配置snmp團體字符并開啟snmp代理服務String:團體口令字