Cisco學習筆記20071205
常用指令備忘錄:
清除Router所有的設定
#write erase
#relad
清除Switch所有設定:
#delete flash: vlan.dat (清 vlan資料)
#write erase
#relad
設定switch-port 跑100M及全雙工
Switch(conf-if)# speed 100 (100M)
Switch(conf-if)# duplex full (全雙工)
設定Switch 的defaute-gateway
指令:ip default-gateway x.x.x.x
設定route default-gateway
指令:no route 0.0.0.0 0.0.0.0 x.x.x.x
本篇瀏覽人數: 4770