華為交換機常用命令(一)

Zheng.cy發表於2020-10-21

歷史命名查詢
display history-command

配置主機名
sys
sysname xxx

狀態資訊查詢
display version
display users

進入介面模式並檢視資訊
int g0/0/1
dis this

配置檔案管理命令
display saved-configuration #是顯示當前儲存的配置資訊
display current-configuration #是顯示當前交換機的配置資訊
reset saved-configuration #恢復出廠配置
compare configuration #比較當前配置資訊與儲存裝置中的儲存檔案是否一致

關閉華為的資訊提示中心
undo info-center enable 或者 undo terminal monitor

永不超時
user-interface console 0
idle-timeout 0 0

配置雙工及速率命令
sys
int g0/0/1
undo negotiation auto #關閉自動協商
speed 100 #速率調至100M
duplex full #調至全雙工模式,full-Duplex(全雙工模式) Half-Duplex(半雙工模式)

儲存配置
save

設定遠端登陸密碼
user-interface vty 0 4 #0是初始值,4是結束值。表示可同時開啟5個會話進入交換機去配置命令
authenticatin-mode password
set authentication password simple 222
user privilege level 3
dis this

相關文章