CISCO交換機常用配置命令

2021-09-25 06:12:27 字數 3740 閱讀 1856

switch> 使用者模式

1:進入特權模式 enable

switch> enable

switch#

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

switch> enable

switch#c onfigure terminal

switch(conf)#

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

switch> enable

switch#c onfigure terminal

switch(conf)#hostname aptch-2950

aptech2950(conf)#

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

switch> enable

switch#c onfigure terminal

switch(conf)#hostname aptch2950

aptech2950(conf)# enable password cisco

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

switch> enable

switch#c onfigure terminal

switch(conf)#hostname aptch2950

aptech2950(conf)# enable secret ciscolab

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

switch> enable

switch#c onfigure 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#c onfigure 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#c onfigure 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#c onfigure terminal

switch(conf)#hostname aptech-2950

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

aptech2950(conf)#inte***ce fastethernet 0/1 以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:不儲存設定資訊

Cisco交換機常用配置命令

1 配置ip位址 a 進入全域性模式 switch configure terminal b 進入vlan 1介面模式 switch config inte ce vlan 1 如果當前vlan 不是管理vlan 只需要將上面第b處命令的vlan的號碼換成管理vlan的號碼即可。2 開啟snmp協議...

cisco交換機配置

cisco交換機配置的幾個常用命令 switch enable 進入特權模式 switch conf t 進入配置模式 switch config int fa0 0 進入fa0 0介面 switch config if swichport mode trunk trunk介面配置 switch c...

cisco交換機命令

交換機口令設定 switch enable 進入特權模式 switch config terminal 進入全域性配置模式 switch config hostname 設定交換機的主機名 switch config enable secret 設定特權加密口令 switch config enab...