資源描述:
《華為路由器和交換機的常用命令》由會員上傳分享,免費在線閱讀,更多相關內(nèi)容在行業(yè)資料-天天文庫。
1、一.端口:路由器——ethernet(以太口)、Serial(串口)、loopback(虛擬端口)交換機——ethernet、vlan、loopback注意:交換機默認其24個端口全在vlan1里面,交換機在給vlan配了ip之后就具有路由器的功能了。另一個需要注意的是,所用的端口是否被shutdown了,如果被shutdown了,需要進入相應的端口執(zhí)行undoshutdown。二.配置ip除了交換機的以太口不可以配置ip外,其他端口都可以,配置方法相同。[Quidway]interface*(所要配置的端口
2、,如vlan1)[Quidway-*]ipadd*.*.*.*(ip)*.*.*.*(掩碼)/*(掩碼位數(shù),一般只在路由器上適用)—————————————————————————————————————1.在基于IOS的交換機上設置主機名/系統(tǒng)名:switch(config)#hostnamehostname在基于CLI的交換機上設置主機名/系統(tǒng)名:switch(enable)setsystemnamename-string2.在基于IOS的交換機上設置登錄口令:switch(config)#enablep
3、asswordlevel1password在基于CLI的交換機上設置登錄口令:switch(enable)setpasswordswitch(enable)setenalbepass3.在基于IOS的交換機上設置遠程訪問:switch(config)#interfacevlan1switch(config-if)#ipaddressip-addressnetmaskswitch(config-if)#ipdefault-gatewayip-address在基于CLI的交換機上設置遠程訪問:switch(ena
4、ble)setinterfacesc0ip-addressnetmaskbroadcast-addressswitch(enable)setinterfacesc0vlanswitch(enable)setiproutedefaultgateway4.在基于IOS的交換機上啟用和瀏覽CDP信息:switch(config-if)#cdpenableswitch(config-if)#nocdpenable為了查看Cisco鄰接設備的CDP通告信息:switch#showcdpinterface[typemod
5、le/port]switch#showcdpneighbors[typemodule/port][detail]在基于CLI的交換機上啟用和瀏覽CDP信息:switch(enable)setcdp{enable
6、disable}module/port為了查看Cisco鄰接設備的CDP通告信息:switch(enable)showcdpneighbors[module/port][vlan
7、duplex
8、capabilities
9、detail]5.基于IOS的交換機的端口描述:switch(config-if)
10、#descriptiondescription-string基于CLI的交換機的端口描述:switch(enable)setportnamemodule/numberdescription-string6.在基于IOS的交換機上設置端口速度:switch(config-if)#speed{10
11、100
12、auto}在基于CLI的交換機上設置端口速度:switch(enable)setportspeedmoudle/number{10
13、100
14、auto}switch(enable)setportspeedmoud
15、le/number{4
16、16
17、auto}7.在基于IOS的交換機上設置以太網(wǎng)的鏈路模式:switch(config-if)#duplex{auto
18、full
19、half}在基于CLI的交換機上設置以太網(wǎng)的鏈路模式:switch(enable)setportduplexmodule/number{full
20、half}8.在基于IOS的交換機上配置靜態(tài)VLAN:switch#vlandatabaseswitch(vlan)#vlanvlan-numnamevlaswitch(vlan)#exitswitch#con
21、figureteriminalswitch(config)#interfaceinterfacemodule/numberswitch(config-if)#switchportmodeaccessswitch(config-if)#switchportaccessvlanvlan-numswitch(config-if)#end在基于CLI的交換機上配置靜態(tài)VLAN:switch(enable)s