搜尋此網誌

Switch 基本環境設定




1. 清除Switch組態設定

>enable
#erase startup-config
#delete vlan.dat
#reload
(重開機後請勿進入Setup mode)

2. 在Switch上設定主機名稱

>enable
#configure terminal
(config)#hostname jackie

3.設定Switch的Console閒置登出時間為0分鐘,並啟用loggin訊息輸出後指令自動換行功能

(config)#line console 0
(config-line)#exec-time 0
(config-line)#logging synchronous

4. 停用網域名稱查詢

(config-line)#exit
(config)#no ip domain-lookup

5. 在介面設定適當的描述資訊、雙工模式及介面速度

(config)#interfance fastethernet 0/1
(config-if)#description jackie
(config-if)#duplex auto
(config-if)#speed auto

6. 設定Switch 的 Interface Vlan 1 IP 位址為 192.168.0.2/24 ,Default gateway的IP為192.168.0.254

(config-if)#exit
(config)#int vlan 1
(config-if)#ip address 192.168.0.2 255.255.255.0
(config-if)#no sh
(config-if)#exit
(config)#ip default-gateway 192.168.0.254

使用Show指令驗證相關設定後,將Switch的設定存入NVRM


#show running-config
#show interface vlan 1
#show interface fa0/1
#show interface status
#copy running-config startup-config
 

Copyright © Jackie.Chen | Powered by Blogger | Template by 54BLOGGER | Fixed by Free Blogger Templates