資源描述:
《華為路由器配置》由會員上傳分享,免費在線閱讀,更多相關(guān)內(nèi)容在工程資料-天天文庫。
1、1.在基于IOS的交換機上設(shè)置主機名/系統(tǒng)名: switch(config)#hostnamehostname 在基于CLI的交換機上設(shè)置主機名/系統(tǒng)名: switch(enable)setsystemnamename-string 2.在基于IOS的交換機上設(shè)置登錄口令: switch(config)#enablepasswordlevel1password 在基于CLI的交換機上設(shè)置登錄口令: switch(enable)setpassword switch(enable)setenalbepass 3.在基于IOS的交換機
2、上設(shè)置遠程訪問: switch(config)#interfacevlan1 switch(config-if)#ipaddressip-addressnetmask switch(config-if)#ipdefault-gatewayip-address 在基于CLI的交換機上設(shè)置遠程訪問: switch(enable)setinterfacesc0ip-addressnetmaskbroadcast-address switch(enable)setinterfacesc0vlan switch(enable)setiproute
3、defaultgateway 4.在基于IOS的交換機上啟用和瀏覽CDP信息: switch(config-if)#cdpenable switch(config-if)#nocdpenable 為了查看Cisco鄰接設(shè)備的CDP通告信息: switch#showcdpinterface[typemodle/port] switch#showcdpneighbors[typemodule/port][detail] 在基于CLI的交換機上啟用和瀏覽CDP信息: switch(enable)setcdp{enable
4、disable}m
5、odule/port 為了查看Cisco鄰接設(shè)備的CDP通告信息: switch(enable)showcdpneighbors[module/port][vlan
6、duplex
7、capabilities
8、detail] 5.基于IOS的交換機的端口描述: switch(config-if)#descriptiondescription-string 基于CLI的交換機的端口描述: switch(enable)setportnamemodule/numberdescription-string 6.在基于IOS的交換機上設(shè)置端口速度:
9、 switch(config-if)#speed{10
10、100
11、auto} 在基于CLI的交換機上設(shè)置端口速度: switch(enable)setportspeedmoudle/number{10
12、100
13、auto} switch(enable)setportspeedmoudle/number{4
14、16
15、auto} 7.在基于IOS的交換機上設(shè)置以太網(wǎng)的鏈路模式: switch(config-if)#duplex{auto
16、full
17、half} 在基于CLI的交換機上設(shè)置以太網(wǎng)的鏈路模式: switch(enable)setport
18、duplexmodule/number{full
19、half} 8.在基于IOS的交換機上配置靜態(tài)VLAN: switch#vlandatabase switch(vlan)#vlanvlan-numnamevla switch(vlan)#exit switch#configureteriminal switch(config)#interfaceinterfacemodule/number switch(config-if)#switchportmodeaccess switch(config-if)#switchportacces
20、svlanvlan-num switch(config-if)#end 在基于CLI的交換機上配置靜態(tài)VLAN: switch(enable)setvlanvlan-num[namename] switch(enable)setvlanvlan-nummod-num/port-list 9.在基于IOS的交換機上配置VLAN中繼線: switch(config)#interfaceinterfacemod/port switch(config-if)#switchportmodetrunk switch(config-if)#swit
21、chporttrunkencapsulation{isl
22、dotlq} switch(config-if)