19 交換機基本命令

2021-10-18 01:19:17 字數 2039 閱讀 2614

第一次配置網路裝置需要使用console線

在pc需要使用「超級終端」或其他軟體

(1)使用者模式:switch>

​ 可以檢視交換機的基本簡單資訊,且不能做任何修改配置。

(2)特權模式:switch> enable ==> switch#

​ 縮寫:en

​ 可以檢視所有配置,且不能修改配置,但可以做測試、儲存、初始化等操作。

(3)全域性配置模式:switch#configure terminal ==> switch(config)#

​ 縮寫:conf

​ 預設不能檢視配置,可以修改配置,且全域性生效。

(4)介面配置模式:switch(config)# inte***ce f0/1 ==> switch(config-if)#

​ 縮寫:int f0/1

​ 預設不能檢視配置,可以丟該設定,且對該埠生效。

​ exit;退出一級

​ end:直接退到特權模式

(5)console口/線/控制台模式:switch(config)# line console 0 ==> switch(config-line)#

​ cong t

​ hostname 裝置名

​ line co 0

​ password 密碼

​ login(開啟登入驗證)

​ exit

​ ctrl+u:快速刪除游標所有字元

​ ctrl +a:快速定位游標到行首

​ ctrl+e;快速定位游標到行尾

​ en

​ copy running-config startup-config

或​ write

​ 先去硬碟中查詢startup-config是否存在,如果不存在則建立新的running-config檔案,若存在則複製檔案到記憶體中,並更名為running-config。

​ en

​ show running-config

​ en

​ reload

​ cong t

​ enable password 密碼(明文)

​ enable secret 密碼(密文)

​ erase startup-config

​ show mac-address-table

​ show ip int brief

​ sh ip int b

​ int f0/x

​ shutdown

​ exit

​ int f0/x

​ no shutdown

​ exit

其他模式加do空格可以強制使用特權模式的命令

(1)在哪配置的在哪刪除

(2)命令前加空格

(3)原命令中有引數,並且引數具有唯一性,則刪除是不需要加引數。

如:conf t

hostname sw1

conf t

no hostname

​ conf t

​ line vty 0 4

​ transport input telnet/ssh/none/all

​ password 密碼

​ login

​ exit

​ conf t

​ hostname r1

​ ip domain-name r1.qf.com

​ crypto key generate rsa (生成金鑰對)

​ line vty 0 4

​ transport input telnet/ssh/none/all

​ login local

​ exit

​ username xx password 123.com

conf t

int vlan 1

ip add 10.1.1.253 255.255.255.0

目的:可跨網段管理

conf t

ip default-gateway 10.1.1.254

conf t

no ip domain-lookup

交換機配置基本命令

交換機基本狀態 hostname 使用者模式 hostname 特權模式 hostname config 全域性配置模式 hostname config if 介面狀態 交換機口令設定 switch enable 進入特權模式 switch config terminal 進入全域性配置模式 swi...

華為交換機基本命令

寫在前面,沒有經常配置華為交換機,所以很多經常需要用到的基本命令會遺忘,這裡慢慢做個記錄,看後面會具體用到哪些。1 建立vlan huawei vlan 30 huawei vlan30 與之對應的刪除vlan 首先要把對應在該vlan的埠全部解除,這點請看下面的第二點。然後再進行 undo vla...

交換機的基本命令(二)

6 給路由器介面配置 ip 位址 2 層交換機埠不能配置 ip 路由器初次配置時,有 1個詢問,我們選擇 no進入高階配置模式!router config int f0 0 router config if ip add 192.168.1.254 255.255.255.0 router conf...