設備1 192.168.1.1

本機   192.168.1.2

設備2 192.168.1.3

(本機要開著tftp)

設備1

#匯出設定檔
copy startup-config tftp:

Address or name of remote host[]?192.168.1.2
Destination filename[]?test-config

設備2

#首先先進vlan 1 設定IP讓設備連接網路
conf ter
int vlan 1
(config-if)ip address 192.168.1.3 255.255.255.0
(config-if)no shutdown

#匯入設定檔
copy tftp: startup-config
Address or name of remote host[]?192.168.1.2
Destination filename[]?test-config
接著再重新啟動設備即可
Categories: Cisco