2012年6月18日 星期一

Cisco Switch自動安裝與設定


準備:
1. DHCP / TFTP Server (Cisco 6500 )
2. Switch config.
3. 架構圖如下.



一、TFTP 存放檔案
network-confg
C2960S1U-confg
C2960S2U-confg
C2960S3U-confg

例:network-confg 內容
ip host C2960S1U 172.16.2.205
ip host C2960S2U 172.16.2.206
ip host C2960S3U 172.16.2.207

二、DHCP Server (C6500) 設定:

ip dhcp pool C2960S1U
 host 172.16.2.205 mask 255.255.0.0
 hardware-address 02c7.f800.1234 ieee802
 default-router 172.16.2.254
 option 150 172.16.2.254
exit

tftp-server flash:network-confg
tftp-server flash:C2960S1U-confg
tftp-server flash:C2960S2U-confg
tftp-server flash:C2960S3U-confg

int vlan 1
no switchport
ip address 172.16.2.254 255.255.0.0
end

三、新C2960接上網路,開機後,即可自動完成設定

沒有留言:

張貼留言