思科3750交換機如何配置,思科三層交換機3750清除所有配置命令

2021-04-03 06:23:26 字數 5972 閱讀 5771

1樓:匿名使用者

2樓:匿名使用者

電腦與交換機連線後,使用超級終端,配置。

配置命令如下:

conf t (配置交換機名字)

(config)#hostname switch16

(config)#exit

#wr m

#vlan database (定義域)

(vlan)#vtp domain shougang

(vlan)#vtp client

(vlan)#vtp password ******xx

(vlan)#exit

#wr m

#conf t (設定交換機的ip位址、子網掩碼及預設閘道器)

(config-if)#int vlan1

(config-if)#ip address 10.10.1.16 255.255.255.0

(config-if)#ip default-gateway 10.10.1.1

(config-if)#exit

#wr m

#line vty 0 4 (設定遠端控制連線數及密碼)

#password ******xx (此處為您要設定的交換機密碼)

#password ******xx 和上面相同

#login

#line con 0

#password ******xx (此處為您要設定的交換機enable密碼)

#password ******xx 和上面相同

#login

#exit

#wr m

#conf t

#enable password ******xx

#service password-e (在交換機show run命令裡可隱藏交換機的密碼)

#no sh

#exit

#wr m

#conf t

#int range fas 0/1 -18

#no shut

#int range fas 0/19 -24 (配置埠模式)

#switch mode trunk

#switch trunk allowed vlan all

#no sh

#exit

#exit

#wr m

思科三層交換機3750清除所有配置命令

3樓:匿名使用者

1、檢視配置的

命令display current-configuration,直接輸入簡化的命令dis cur 。

2、檢視每個埠狀況的命令display inte***ce brief 。

3、檢視埠配置的命令display this,這個命令要進入埠使用。

4、清除埠配置的命令clear configuration this。

5、檢視vlan的命令display vlan,可以檢視所有vlan的資訊。

注意事項:

隨著通訊業的發展以及國民經濟資訊化的推進,網路交換機市場呈穩步上公升態勢。它具有價效比高、高度靈活、相對簡單和易於實現等特點。

4樓:匿名使用者

erase startup-config

erase running-config

delete vlan.dat

reload

思科交換機怎麼配置?

5樓:匿名使用者

switch> 使用者模式

1:進入特權模式 enable

switch> enable

switch#

2:進入全域性配置模式 configure terminal

switch> enable

switch#configure terminal

switch(conf)#

3:交換機命名 hostname aptech2950 以aptech2950為例

switch> enable

switch#configure terminal

switch(conf)#hostname aptch-2950

aptech2950(conf)#

4:配置使能口令 enable password cisco 以cisco為例

switch> enable

switch#configure terminal

switch(conf)#hostname aptch2950

aptech2950(conf)# enable password cisco

5:配置使能密碼 enable secret ciscolab 以cicsolab為例

switch> enable

switch#configure terminal

switch(conf)#hostname aptch2950

aptech2950(conf)# enable secret ciscolab

6:設定虛擬區域網vlan 1 inte***ce vlan 1

switch> enable

switch#configure terminal

switch(conf)#hostname aptch2950

aptech2950(conf)# inte***ce vlan 1

aptech2950(conf-if)#ip address 192.168.1.1 255.255.255.0 配置交換機埠ip和子網掩碼

aptech2950(conf-if)#no shut 使配置處於執行中

aptech2950(conf-if)#exit

aptech2950(conf)#ip default-gateway 192.168.254 設定閘道器位址

7:進入交換機某一埠 inte***ce fastehernet 0/17 以17埠為例

switch> enable

switch#configure terminal

switch(conf)#hostname aptch2950

aptech2950(conf)# inte***ce fastehernet 0/17

aptech2950(conf-if)#

8:檢視命令 show

switch> enable

switch# show version 察看系統中的所有版本資訊

show inte***ce vlan 1 檢視交換機有關ip 協議的配置資訊

show running-configure 檢視交換機當前起作用的配置資訊

show inte***ce fastethernet 0/1 察看交換機1介面具體配置和統計資訊

show mac-address-table 檢視mac位址表

show mac-address-table aging-time 檢視mac位址表自動老化時間

9:交換機恢復出廠預設恢復命令

switch> enable

switch# erase startup-configure

switch# reload

10:雙工模式設定

switch> enable

switch#configure terminal

switch2950(conf)#hostname aptch-2950

aptech2950(conf)# inte***ce fastehernet 0/17 以17埠為例

aptech2950(conf-if)#duplex full/half/auto 有full , half, auto 三個可選項

11:cdp相關命令

switch> enable

switch# show cdp 檢視裝置的cdp全域性配置資訊

show cdp inte***ce fastethernet 0/17 檢視17埠的cdp配置資訊

show cdp traffic 檢視有關cdp包的統計資訊

show cdp nerghbors 列出與裝置相連的cisco裝置

12:csico2950的密碼恢復

拔下交換機電源線。

用手按著交換機的mode鍵,插上電源線

在switch:後執行flash_ini命令:switch: flash_ini

檢視flash中的檔案: switch: dir flash:

把「config.text」檔案改名為「config.old」:

switch: rename flash: config.

text flash: config.old

執行boot: switch: boot

交換機進入是否進入配置的對話,執行no :

進入特權模式察看flash裡的檔案: show flash :

把「config.old」檔案改名為 「config.text」:

switch: rename flash: config.

old flash: config.text

把「config.text」拷入系統的「running-configure」: copy flash:

config.text system : running-configure

把配置模式重新設定密碼存檔,密碼恢復成功。

13:交換機telnet遠端登入設定:

switch>en

switch#configure terminal

switch(conf)#hostname aptech-2950

aptech2950(conf)#enable password cisco 以cisco為特權模式密碼

aptech2950(conf)#inte***ce fastethernet 0/17 以17埠為telnet遠端登入埠

aptech2950(conf-if)#ip address 192.168.1.1 255.255.255.0

aptech2950(conf-if)#no shut

aptech2950(conf-if)#exit

aptech2950(conf)line vty 0 4 設定0-4 個使用者可以telnet遠端登陸

aptech2950(conf-line)#login

aptech2950(conf-line)#password edge 以edge為遠端登入的使用者密碼

主機設定:

ip 192.168.1.2 主機的ip必須和交換機埠的位址在同一網路段

netmask 255.255.255.0

gate-way 192.168.1.1 閘道器位址是交換機埠位址

執行:telnet 192.168.1.1

進入telnet遠端登入介面

password : edge

aptech2950>en

password: cisco

aptech#

14:交換機配置的重新載入和儲存

設定完成交換機的配置後:

aptech2950(conf)#reload

是否儲存(y/n) y: 儲存設定資訊 n:不儲存設定資訊

大致都是類似

思科3750交換機功率是多少,思科3750交換機的功率是多少

350w左右,人家問的是功率,功率!就是一小時費多少電,得花多少電費,你們這在哪複製貼上的什麼玩意就給人家回答,長點心行不行 應用型別 企業級交換機 背板頻寬 gbps 32gbps 傳輸速率 mbps 10 100 1000mbps 你的問題太多了 我簡單的回答我看出來的問題吧。首先 光口就是光纖...

思科交換機怎麼配置,思科交換機怎麼給埠配置ip?

switch 使用者模式 1 進入特權模式 enable switch enable switch 2 進入全域性配置模式 configure terminal switch enable switch configure terminal switch conf 3 交換機命名 hostname ...

關於思科3560交換機的配置問題

你確定你b電腦的ip位址設定正確?你的閘道器和你b電腦的ip位址不在同一網段!b的ip位址為10.96.9.254,掩碼為255.255.255.0,閘道器10.96.40.1 看到這句話,我就沒看下面了,b電腦和閘道器不在乙個網段?為什麼要把埠1設定為trunk模式呢?你同乙個交換機上乙個埠 48...