安裝完畢後
1.設定檔案存放路徑
2.選擇本地啟用tftp所使用的ip
一、匯出配置
保證本機的ip和交換機在同乙個網段,並且可以ping通。
使用crt等工具遠端連線到交換機。
檢視交換機儲存中的檔案
switch#dir
配置檔案拷貝到d:/tftp下
switch# copy config.text t
vlan.dat
被拷貝到d:/tftp下
switch# copy vlan.datt
二、匯入配置
用超級終端和控制線連線上交換機
清空新交換機配置
switch#erase startup-config
刪除vlan.dat
switch#delete vlan.dat
wrreload
重啟完畢後配置vlan 1的ip位址
配置方法如下
switch# conf t
switch(config)# inte***ce vlan 1
switch(config-if)# ip address 192.168.0.1 255.255.255.0
switch(config-if)# no shutdown
switch(config-if)# exit
然後用網線把交換機和電腦連線起來ping是否通
switch#ping 192.168.0.254
如果能ping通則可以開始匯入配置
switch#copy t flash:
switch#copy t running-config
儲存配置
switch# wr
重啟下switch# reload
如果需要對交換機系統進行公升級則可以按如下操作:
1.備份交換機ios檔案:在特權模式下拷貝ios檔案到tftp主機上。
switch#copy c3750e-universalk9-mz.122-44.se2.bin t
2.匯入新的ios檔案
switch#copy t/c3750e-universalk9-mz.122-50.se2.bin flash
7、設定啟動ios為新ios
switch#conf t
switch(config)#boot system flash:c3750-advipservicesk9-mz.122-50.se2.bin
switch(config)#exit
switch#wr
switch#reload
Cisco 3750 三層交換機配置
cisco 3750 三層交換機配置 分類 系統運維 1 命名 config hostname cisco3750 2 密碼 控制台密碼 config line console 0 config line password 123 config line login vyt密碼 config lin...
cisco交換機配置
cisco交換機配置的幾個常用命令 switch enable 進入特權模式 switch conf t 進入配置模式 switch config int fa0 0 進入fa0 0介面 switch config if swichport mode trunk trunk介面配置 switch c...
Cisco交換機 配置zone
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 配置zone switch conf t switch config zone name zonename1 vsan 10 建立zone switch config zone member inte ce...