資源描述:
《CISCO交換機(jī)命令全集》由會(huì)員上傳分享,免費(fèi)在線閱讀,更多相關(guān)內(nèi)容在教育資源-天天文庫(kù)。
1、1.在基于IOS的交換機(jī)上設(shè)置主機(jī)名/系統(tǒng)名:switch(config)#hostnamehostname在基于CLI的交換機(jī)上設(shè)置主機(jī)名/系統(tǒng)名:switch(enable)setsystemnamename-string2.在基于IOS的交換機(jī)上設(shè)置登錄口令:baiduswitch(config)#enablepasswordlevel1password在基于CLI的交換機(jī)上設(shè)置登錄口令:switch(enable)setpasswordswitch(enable)setenalbepass3.在基于IO
2、S的交換機(jī)上設(shè)置遠(yuǎn)程訪問(wèn):switch(config)#interfacevlan1switch(config-if)#ipaddressip-addressnetmaskswitch(config-if)#ipdefault-gatewayip-address在基于CLI的交換機(jī)上設(shè)置遠(yuǎn)程訪問(wèn):switch(enable)setinterfacesc0ip-addressnetmaskbroadcast-addressswitch(enable)setinterfacesc0vlanswitch(enable
3、)setiproutedefaultgateway4.在基于IOS的交換機(jī)上啟用和瀏覽CDP信息:switch(config-if)#cdpenableswitch(config-if)#nocdpenable為了查看Cisco鄰接設(shè)備的CDP通告信息:switch#showcdpinterface[typemodle/port]switch#showcdpneighbors[typemodule/port][detail]在基于CLI的交換機(jī)上啟用和瀏覽CDP信息:switch(enable)setcdp{e
4、nable
5、disable}module/port為了查看Cisco鄰接設(shè)備的CDP通告信息:switch(enable)showcdpneighbors[module/port][vlan
6、duplex
7、capabilities
8、detail]5.基于IOS的交換機(jī)的端口描述:switch(config-if)#descriptiondescription-string基于CLI的交換機(jī)的端口描述:switch(enable)setportnamemodule/numberdescription-string
9、6.在基于IOS的交換機(jī)上設(shè)置端口速度:switch(config-if)#speed{10
10、100
11、auto}在基于CLI的交換機(jī)上設(shè)置端口速度:switch(enable)setportspeedmoudle/number{10
12、100
13、auto}switch(enable)setportspeedmoudle/number{4
14、16
15、auto}7.在基于IOS的交換機(jī)上設(shè)置以太網(wǎng)的鏈路模式:switch(config-if)#duplex{auto
16、full
17、half}在基于CLI的交換機(jī)上設(shè)置以太網(wǎng)的鏈
18、路模式:switch(enable)setportduplexmodule/number{full
19、half}8.在基于IOS的交換機(jī)上配置靜態(tài)VLAN:switch#vlandatabaseswitch(vlan)#vlanvlan-numnamevlaswitch(vlan)#exitswitch#configureteriminalswitch(config)#interfaceinterfacemodule/numberswitch(config-if)#switchportmodeaccessswit
20、ch(config-if)#switchportaccessvlanvlan-numswitch(config-if)#end在基于CLI的交換機(jī)上配置靜態(tài)VLAN:switch(enable)setvlanvlan-num[namename]switch(enable)setvlanvlan-nummod-num/port-list9.在基于IOS的交換機(jī)上配置VLAN中繼線:switch(config)#interfaceinterfacemod/portswitch(config-if)#switchpo
21、rtmodetrunkswitch(config-if)#switchporttrunkencapsulation{isl
22、dotlq}switch(config-if)#switchporttrunkallowedvlanremovevlan-listswitch(config-if)#switchporttrunkallowedvlanaddvlan-list在基于CLI的交換機(jī)上