資源描述:
《Cisco交換機(jī)配置命令詳解》由會(huì)員上傳分享,免費(fèi)在線閱讀,更多相關(guān)內(nèi)容在工程資料-天天文庫(kù)。
1、Cisco路由器交換機(jī)配置命令詳解本文關(guān)鍵詞:交換機(jī)路由器Cisco 1.交換機(jī)支持的命令: 交換機(jī)基本狀態(tài):switch:;ROM狀態(tài),路由器是rommon>hostname>;用戶模式hostname#;特權(quán)模式hostname(config)#;全局配置模式hostname(config-if)#;接口狀態(tài) 交換機(jī)口令設(shè)置:switch>enable;進(jìn)入特權(quán)模式switch#configterminal;進(jìn)入全局配置模式switch(config)#hostname ;設(shè)置交換機(jī)的主機(jī)名switch(config)#enablesecretxxx;設(shè)置特權(quán)加
2、密口令switch(config)#enablepasswordxxa;設(shè)置特權(quán)非密口令switch(config)#lineconsole0;進(jìn)入控制臺(tái)口switch(config-line)#linevty04;進(jìn)入虛擬終端switch(config-line)#login;允許登錄switch(config-line)#passwordxx;設(shè)置登錄口令xxswitch#exit;返回命令 交換機(jī)VLAN設(shè)置:switch#vlandatabase;進(jìn)入VLAN設(shè)置switch(vlan)#vlan2;建VLAN2switch(vlan)#novlan2;刪vla
3、n2switch(config)#intf0/1;進(jìn)入端口1switch(config-if)#switchportaccessvlan2;當(dāng)前端口加入vlan2switch(config-if)#switchportmodetrunk;設(shè)置為干線switch(config-if)#switchporttrunkallowedvlan1,2;設(shè)置允許的vlanswitch(config-if)#switchporttrunkencapdot1q;設(shè)置vlan中繼switch(config)#vtpdomain ;設(shè)置發(fā)vtp域名switch(config)#vtppass
4、word?。辉O(shè)置發(fā)vtp密碼switch(config)#vtpmodeserver;設(shè)置發(fā)vtp模式switch(config)#vtpmodeclient;設(shè)置發(fā)vtp模式 交換機(jī)設(shè)置IP地址:switch(config)#interfacevlan1;進(jìn)入vlan1switch(config-if)#ipaddress??;設(shè)置IP地址switch(config)#ipdefault-gateway??;設(shè)置默認(rèn)網(wǎng)關(guān)switch#dirflash:;查看閃存 交換機(jī)顯示命令:switch#write;保存配置信息switch#showvtp;查看vtp配置信息swi
5、tch#showrun;查看當(dāng)前配置信息switch#showvlan;查看vlan配置信息switch#showinterface;查看端口信息switch#showintf0/0;查看指定端口信息 2.路由器支持的命令: 路由器顯示命令:router#showrun;顯示配置信息router#showinterface;顯示接口信息router#showiproute;顯示路由信息router#showcdpnei;顯示鄰居信息router#reload ?。恢匦缕饎?dòng) 路由器口令設(shè)置:router>enable;進(jìn)入特權(quán)模式router#configterm
6、inal;進(jìn)入全局配置模式router(config)#hostname??;設(shè)置交換機(jī)的主機(jī)名router(config)#enablesecretxxx;設(shè)置特權(quán)加密口令router(config)#enablepasswordxxb;設(shè)置特權(quán)非密口令router(config)#lineconsole0;進(jìn)入控制臺(tái)口router(config-line)#linevty04;進(jìn)入虛擬終端router(config-line)#login;要求口令驗(yàn)證router(config-line)#passwordxx;設(shè)置登錄口令xxrouter(config)#(Ctrl+
7、z);返回特權(quán)模式router#exit;返回命令 路由器配置:router(config)#ints0/0;進(jìn)入Serail接口router(config-if)#noshutdown;激活當(dāng)前接口router(config-if)#clockrate64000;設(shè)置同步時(shí)鐘router(config-if)#ipaddress??;設(shè)置IP地址router(config-if)#ipaddress second;設(shè)置第二個(gè)IProuter(config-if)#intf0/0.1;進(jìn)入子接口router(config-su