1. 程式人生 > >華為交換機的簡單設定

華為交換機的簡單設定

簡介

就是做個總結,防止以後忘記了

操作

首先登陸交換機

ssh [email protected]

之後進入系統檢視,輸入sys或者system

輸入quit表示後退一層

顯示當前的所有配置

輸入

dis cu

或者

display current-configuration

如果你要修改裡面的某一個配置比如修改預設分配的dns,也就是修改Vlan的配置,輸入

ip pool Vlan1-Pool

之後輸入

dis this

顯示當前層級的配置

接著輸入

dns-list 192.168.1.10 114.114.114.114

修改dns的配置

如果你想刪除114dns的配置,直接輸入

undo dns-list 114.114.114.114

或者你想設定mac地址繫結,直接輸入

static-bind ip-address 192.168.1.21 mac-address e0d5-ce4a-9e06 如果刪除,直接輸入

undo static-bind ip-address 192.168.1.21 mac-address e0d5-ce4a-9e06

規則大家應該看出來了,就是所有配置的刪除都是使用undo

設定acl,使用quit退出vlan層級

輸入

display acl

顯示所有的acl

display acl name jifang

顯示jifang的acl

acl name jifang

進入機房acl層級

dis this

顯示當前的配置

undo rule 1

刪除rule 1 配置

display version

顯示版本號

reboot

交換機重啟

compare configuration

檢視哪些沒有儲存的命令

dir

檢視當前flash空間,就是當前目錄

dis clock

檢視系統時間

dis patch-information

檢視補丁資訊

display stratup

檢視下次要載入的軟體版本和配置資訊

修改使用者密碼

首先進入系統檢視

sys

之後進入aaa

aaa

之後修改密碼

local-user admin password irreversible-cipher 123@pass

最後儲存

return

save

顯示交換機溫度

display temperature all

歡迎關注Bboysoul的部落格www.bboysoul.co