首页
/
每日頭條
/
生活
/
思科交換機顯示所有配置的命令
思科交換機顯示所有配置的命令
更新时间:2024-12-15 12:56:30

思科交換機顯示所有配置的命令?show versionshow running-configshow vlan briefshow ip interface briefshow running-config interface f0/1show ip routeshow inventory//顯示設備SN、設備名,今天小編就來聊一聊關于思科交換機顯示所有配置的命令?接下來我們就一起去研究一下吧!

思科交換機顯示所有配置的命令(思科交換機常用命令彙總)1

思科交換機顯示所有配置的命令

思科交換機常用命令彙總

show versionshow running-configshow vlan briefshow ip interface briefshow running-config interface f0/1show ip routeshow inventory//顯示設備SN、設備名

更換MAC地址

在網管服務器上找到相應的報警信息,記錄下交換機的IP地址及端口号。telnet交換機的IP地址(這裡使用CRT)

#show running-configuration interface f0/1右鍵标記,選擇有MAC地址的那行命令,回車conf tinterface f0/1no 右鍵粘貼//删除原先綁定的MAC地址,這個端口會自動學習到新的MACendshow run interface f0/1wr //一定要保存配置MAC地址綁定才能生效

更改業務

show vlan brieconf tinterface f0/1switchport access vlan 2//把端口加入新的VLAN中endshow run interface f0/1wr

新增端口

conf tshow run interface f0/1switchport port-securityswitchport port-security violation restrictswitchport port-security mac-address sticky如果沒有配置過,則打開一個配置過的端口複制除VLAN和綁定MAC地址以外的命令行switchport access vlan 2no shutdownendshow run interface f0/1看到端口在VLAN2中,已經學到MAC地址wr

清除MAC記錄

no switchport port-security mac-address sticky

XXXX.XXXX.XXXX vlan access

關閉端口

清除MAC地址interface f0/1shutdown

關閉端口安全

interface f0/1no switchport port-security

備份配置

copy run tftpAddress or name of remote host []? 192.168.32.1Destination filename [config.text]?TEST-3560-1

恢複配置

copy tftp: runAddress or name of remote host []? 192.168.32.1Source filename []? test.textDestination filename [running-config]?

清除配置

清除交換機配置命令:write erase當然也可以使用erase startup-config就可以實現清除了删除VLAN信息:delete flash:vlan.dat

IOS升級

1.确保路由器與服務器的連通性(路由器配IP地址)

2.從服務器更新IOS鏡像

#copy tftp flash[]192.168.1.100服務器的地址[]c1841-advipservicesk9-mz.124-15.Tw.bin新IOS的名稱,注意大小寫[]複制過來後的名稱!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!...!!!!!!開始複制文件

3.察看并删除舊的IOS(在需要更新的路由器上進行操作)

#show flash察看要删除的鏡像名稱#delete flash[]c1841-ipbasek9-mz.124-12.bin輸入删除的鏡像名稱,注意大小寫

4.重新配置系統并重啟

(c)#no boot system flash 舊鏡像名不讓系統從舊的鏡像啟動(c)#boot system flash 新鏡像名稱讓系統以新鏡像啟動#copy running-config startup-config将新的配置寫到NVROM中

5.重啟

#reload

,
Comments
Welcome to tft每日頭條 comments! Please keep conversations courteous and on-topic. To fosterproductive and respectful conversations, you may see comments from our Community Managers.
Sign up to post
Sort by
Show More Comments
Copyright 2023-2024 - www.tftnews.com All Rights Reserved