『壹』 華為5320交換機aaa賬號怎麼關閉命令是什麼
認證分aaa和password這兩種,console有的型號的特定版本有none這種模式,沒有關閉哪一種的說法。
『貳』 華為交換機關閉遠程埠查詢服務
終端、伺服器都不支持STP協議,如果這些設備和交換機連接,建議在交換機的埠上執行命令stp edged-port enable開啟邊緣埠屬性或執行命令stp disable去使能STP。
POE (Power Over Ethernet)指的是在現有的乙太網Cat.5布線基礎架構不作做何改動的情況下,在為一些基於IP的終端(如IP電話機、無線區域網接入點AP、網路攝像機等)傳輸數據信號的同時,還能為此類設備提供直流供電的技術。POE技術能在確保現有結構化布線安全的同時保證現有網路的正常運作,最大限度地降低成本。
『叄』 如何控制華為交換機埠的開啟和關閉
可以按一下步驟進行:
首先登錄進交換機
進入系統視圖,命令為:system-view
進入乙太網埠視圖:
命令格式: interface interface-type interface-number
參考一下例子:
system-view
[Switch] interface fastethernet0/1
Switch[fastethernet0/1]在此情況下,可對此埠進行配置,顯示。
如:portaccess vlan 100; fastethernet0/1是vlan100的一個埠
1、設置埠組
2、然把埠加入到埠組
3、最後在埠組下設置關閉所有埠
配置示例
[Huawei]port-group 1
[Huawei-port-group-1]group-member Ethernet 0/0/1 to Ethernet 0/0/20
[Huawei-port-group-1]shutdown
[Huawei-Ethernet0/0/1]shutdown
[Huawei-Ethernet0/0/2]shutdown
[Huawei-Ethernet0/0/3]shutdown
[Huawei-Ethernet0/0/4]shutdown
[Huawei-Ethernet0/0/5]shutdown
[Huawei-Ethernet0/0/6]shutdown
[Huawei-Ethernet0/0/7]shutdown
[Huawei-Ethernet0/0/8]shutdown
[Huawei-Ethernet0/0/9]shutdown
[Huawei-Ethernet0/0/10]shutdown
[Huawei-Ethernet0/0/11]shutdown
[Huawei-Ethernet0/0/12]shutdown
[Huawei-Ethernet0/0/13]shutdown
[Huawei-Ethernet0/0/14]shutdown
[Huawei-Ethernet0/0/15]shutdown
[Huawei-Ethernet0/0/16]shutdown
[Huawei-Ethernet0/0/17]shutdown
[Huawei-Ethernet0/0/18]shutdown
[Huawei-Ethernet0/0/19]shutdown
[Huawei-Ethernet0/0/20]shutdown
[Huawei-port-group-1]
『肆』 華為交換機配置命令有哪些
華為交換機配置命令有以下幾種:
1、用戶模式:交換機啟動後在控制台直接按回車就進入用戶模式(遠程管理telnet 交換機ip時需要口令)。
2、特權模式:進入特權模式一般需要口令,可以防止非法登陸交換機
<switchone>display current——顯示當前運行的配置
<switchone>save——保存當前運行的配置
<switchone>reboot——重啟交換機
<switchone>display mac——顯示mac地址表
<switchone>display inteface ethernet 0/1——查看乙太網口狀態
<switchone>system-view——從特權模式進入全局模式
3、全局模式:更改配置
a. 進入乙太網口配置模式及相關配置
[switchone]interface ethernet ——0/1
[switchone-Ethernet0/1]shutdown/undo shutdown ——關閉/打開介面
[switchone-Ethernet0/1]port link-type access/trunk——介面類型設為untagged埠(默認)/tagged埠(用於上行口和級聯口)
access埠發出和接收的幀不帶vlan標記,即untagged埠
trunk埠發出和接收的幀一般要帶vlan標記,即tagged埠
設為tagged口後,還要做以下操作:
[switchone-Ethernet0/1]port trunk permit vlan 225 to 250——這條命令是允許有vlan標記225到250的幀上傳
b. 進入vlan配置模式(為了便於操作,不用在介面模式下配置access,而在vlan模式下進行相關操作)
c. 設置super口令
[switchone]super password simple 2403h 特權口令為2403h
『伍』 華為交換機命令解析。請高手幫我逐條解析一下,謝謝!
system-view 進入系統視圖
vlan batch 109 209 創建vlan109到vlan209
dhcp enable 打開dhcp
dhcp snooping enable 打開dhcp snooping
stp bp-protection 啟動bp保護功能
stp enable 打開stp
interface Eth-Trunk1 進入 Eth-Trunk1介面
stp disable 顯示stp信息
port link-type trunk 設置為trunk借口
trunkport GigabitEthernet 0/1/1 0/1/2 加入GigabitEthernet 0/1/1 0/1/2
undo port trunk allow-pass vlan 1 trunk介面不允許vlan1通過
port trunk allow-pass vlan 109 209 trunk介面允許vlan109-209通過
dhcp snooping trusted 設置dhcp snoping 信任埠
description to S5728_SZVE3BSLHW02_G0/0/1_G1/0/1 10.170.27.5 描述語句,與 S5728_SZVE3BSLHW02_G0/0/1連接,對端IP為10.170.27.5
quit 退出到上一級
vlan 109 進入vlan109
dhcp snooping enable 打開dhcp
dhcp snooping trusted interface Eth-Trunk1 應用到trusted介面interface Eth-Trunk1上
vlan 209 進入vlan209
dhcp snooping enable 打開dhcp
dhcp snooping trusted interface Eth-Trunk1 應用到trusted介面interface Eth-Trunk1上
return 返回用戶視圖
system-view 進入系統視圖
info-center loghost 10.72.52.25 facility local1 將info-center的log消息(運行信息文件 例如埠up down,ospf,bgp的信息等)保存在日至伺服器上,日至伺服器地址為10.72.52.25
sysname szve3bslhw08 系統名稱命名為szve3bslhw0
super password level 3 cipher hr1ycfl!1314 設置超級管理員cipher認證密碼hr1ycfl!1314
interface Vlanif 109 進入Vlanif 109介面
ip address 10.170.27.6 255.255.255.0 設置介面IP為10.170.27.6,24位掩碼
quit 退出到上一級
ip route-static 0.0.0.0 0.0.0.0 10.170.27.1 設置靜態路由,指向10.170.27.1
FTP server enable 打開ftp服務
『陸』 有沒有配置華為交換機s2700「關閉所有埠「的命令
1、設置埠組
2、然把埠加入到埠組
3、最後在埠組下設置關閉所有埠
配置示例
[Huawei]port-group 1
[Huawei-port-group-1]group-member Ethernet 0/0/1 to Ethernet 0/0/20
[Huawei-port-group-1]shutdown
[Huawei-Ethernet0/0/1]shutdown
[Huawei-Ethernet0/0/2]shutdown
[Huawei-Ethernet0/0/3]shutdown
[Huawei-Ethernet0/0/4]shutdown
[Huawei-Ethernet0/0/5]shutdown
[Huawei-Ethernet0/0/6]shutdown
[Huawei-Ethernet0/0/7]shutdown
[Huawei-Ethernet0/0/8]shutdown
[Huawei-Ethernet0/0/9]shutdown
[Huawei-Ethernet0/0/10]shutdown
[Huawei-Ethernet0/0/11]shutdown
[Huawei-Ethernet0/0/12]shutdown
[Huawei-Ethernet0/0/13]shutdown
[Huawei-Ethernet0/0/14]shutdown
[Huawei-Ethernet0/0/15]shutdown
[Huawei-Ethernet0/0/16]shutdown
[Huawei-Ethernet0/0/17]shutdown
[Huawei-Ethernet0/0/18]shutdown
[Huawei-Ethernet0/0/19]shutdown
[Huawei-Ethernet0/0/20]shutdown
[Huawei-port-group-1]
更多的華為交換機配置教程可以參考這個網站http://www.023wg.com
『柒』 華為交換機如何關閉埠生成樹
一、首先,將計算機的RJ45網路埠和華為交換機的配置埠與配置線連接,用計算機遠程式控制制交換機,進入交換機的命令模式。

『捌』 華為交換機怎麼用命令關機
華為交換機有下面幾種情況需要重啟: 1、清空配置,reset config,後,需要重啟。 2、去除密碼時需要重啟。 3、更新非熱...
『玖』 華為交換機配置命令有哪些
華為交換機配置命令有以下幾種:
1、用戶模式:交換機啟動後在控制台直接按回車就進入用戶模式(遠程管理telnet 交換機ip時需要口令)。
2、特權模式:進入特權模式一般需要口令,可以防止非法登陸交換機
<switchone>display current——顯示當前運行的配置
<switchone>save——保存當前運行的配置
<switchone>reboot——重啟交換機
<switchone>display mac——顯示mac地址表
<switchone>display inteface ethernet 0/1——查看乙太網口狀態
<switchone>system-view——從特權模式進入全局模式
3、全局模式:更改配置
a. 進入乙太網口配置模式及相關配置
[switchone]interface ethernet ——0/1
[switchone-Ethernet0/1]shutdown/undo shutdown ——關閉/打開介面
[switchone-Ethernet0/1]port link-type access/trunk——介面類型設為untagged埠(默認)/tagged埠(用於上行口和級聯口)
access埠發出和接收的幀不帶vlan標記,即untagged埠
trunk埠發出和接收的幀一般要帶vlan標記,即tagged埠
設為tagged口後,還要做以下操作:
[switchone-Ethernet0/1]port trunk permit vlan 225 to 250——這條命令是允許有vlan標記225到250的幀上傳
b. 進入vlan配置模式(為了便於操作,不用在介面模式下配置access,而在vlan模式下進行相關操作)
c. 設置super口令
[switchone]super password simple 2403h 特權口令為2403h
『拾』 華為交換機關閉stp命令
摘要
使用console口進入交換機 輸入命令show run 查看,是否存在如下顯示 no file verify auto spanning-tree mode pvst spanning-tree extend system-id 若有,說明此交換機開啟STP協議,需要進行關閉操作。 輸入命令config ter 再輸入no sp vlan 1 再次輸入show run,驗證是否已關閉 如顯示 no file verify auto spanning-tree mode pvst spanning-tree extend system-id no spanning-tree vlan 1 則,已關閉成功。 spanning-tree mode pvst no spanning-tree optimize bp transmission spanning-tree extend system-id ! ! ! spanning-tree mode pvst no spanning-tree optimize bp transmission spanning-tree extend system-id no spanning-tree vlan 1