❶ 華三交換機配置中,shutdown這條命令怎麼用
在華為交換機中MAC地址綁定IP的具體命令是什麼? 華為三層交換機中目前只有S3526系列支持使用AM命令來進行IP地址和埠的interface Vlanif)#no shutdown Switch(config-if)#e
當修改了介面的工作參數配置,新的配置未能立即生效,可以使用shutdown和undo shutdown命令關閉和重啟介面,使新的配置生效。
華為交換機配置、 language-mode Chinese|English 我不h3c交換機配置命令中 8相比看二層交換機配置、 shutdown 關閉乙太網埠 . [01/26]華為交換機_poe交換機是什麼_交換機是什麼意思乙太網交換機是什麼,華為.
outer(config-if)#noshutdown(shutdown) 27、 router(config-if )#media-type type(10base) ... 進入 router(config)#全局配置模式 31、 Interface Router(config-if)#埠設置Subinterface
❷ 華三交換機改名需要重啟嗎
不用重啟
華為交換機有下面幾種情況需要重啟:
1、清空配置,reset config,後,需要重啟。
2、去除密碼時需要重啟。
3、更新非熱補丁需要重啟。
4、軟體版本升級完成後,需要重啟。
5、其他就是非必要重啟,比如:排除故障,機器宕機
❸ 華三msr830怎麼保存配置
1.啟動時按「Ctrl-B」鍵進入啟動菜單,選擇跳過口令啟動;
2.為交換機的「vlan-interface 1」介面配置管理IP地址:
system-view
interface vlan-interface 1
ip address 192.168.1.1 255.255.255.0
quit
3.啟動交換機的FTP服務:
ftp server enable
4.建立一個用戶,授予FTP訪問許可權;
local-user ftp
password simple ftp
service-type ftp
quit
5.用網線將一台PC機連接到乙太網口,給PC機的網卡設一個與交換機VLAN 1介面IP同一網段的IP地址(比如「192.168.1.2 255.255.255.0」);
6.在PC機上打開命令提示符窗口,輸入「ftp 192.168.1.1」回車,輸入配置好的用戶名密碼(ftp/ftp),登錄交換機的FTP服務;
7.執行「get config.cfg」,將交換機的配置文件下載到PC機的當前目錄。(如果用戶以Administrator登錄PC,則默認的本地目錄是C:\Documents and Settings\Administrator。)
然後執行「quit」命令退出FTP會話;
8.用記事本等文本修改器打開下載的「config.cfg」,把密文密碼改成明文(比如說原密碼語句為「password cipher N`C55QK<`=/Q=^Q`MAF4<1!!」,則應該為「password simple huawei」),保存;
9.在命令提示符窗口中再執行「ftp 192.168.1.1」,重新登錄交換機後,執行「put config.cfg」命令,將修改後的config.cfg傳回交換機。
10.重啟交換機,再次進入啟動菜單,選擇載入配置文件啟動。
❹ 華三交換機恢復出廠設置命令
設置命令如下:
操作設備:戴爾筆記本電腦
操作系統:win10
操作程序:華三交換機v1.02
一、首先將筆記本電腦的串列埠連接到交換機的控制台埠。
❺ 華三交換機配置命令
華三交換機配置命令如下:
<H3C>system-view
[H3C]super password H3C:設置用戶分級密碼
[H3C]undo super password:刪除用戶分級密碼
[H3C]localuser bigheap 123456 1:Web網管用戶設置,1(預設)為管理級用戶,缺admin,admin
[H3C]undo localuser bigheap:刪除Web網管用戶
[H3C]user-interface aux 0:只支持0
[H3C-Aux]idle-timeout 2 50:設置超時為2分50秒,若為0則表示不超時,默認為5分鍾
[H3C-Aux]undo idle-timeout:恢復默認值
[H3C]user-interface vty 0:只支持0和1
[H3C-vty]idle-timeout 2 50:設置超時為2分50秒,若為0則表示不超時,默認為5分鍾
[H3C-vty]undo idle-timeout:恢復默認值
[H3C-vty]set authentication password 123456:設置telnet密碼,必須設置
[H3C-vty]undo set authentication password:取消密碼
[H3C]display users:顯示用戶
[H3C]display user-interface:顯示用戶界面狀態
(5)華三交換機重啟命令擴展閱讀:
H3C Switch命令:
一、模式命令:
1、用戶模式:Switch>
2、特權模式:Switch>enable
Switch#
3、全局配置模式:Switch#config terminal
Switch(config)#
4、介面配置模式:Switch(config)#interface fastethernet0/1
Switch(config-if)#
5、Line模式:Switch(config)#line console 0
Switch(config-line)#
二、特權模式下的命令:
1、查看機MAC地址:Switch#show mac-address-table
2、發現(CDP):
Switch#show cdp
Switch#show cdp interface fastethernet0/1
Switch#show cdp neighbors
Switch#show cdp neighbors detail
Switch#show cdp entry
工作原理:
交換機工作於OSI參考模型的第二層,即數據鏈路層。交換機內部的CPU會在每個埠成功連接時,通過將MAC地址和埠對應,形成一張MAC表。
在今後的通訊中,發往該MAC地址的數據包將僅送往其對應的埠,而不是所有的埠。因此,交換機可用於劃分數據鏈路層廣播,即沖突域;但它不能劃分網路層廣播,即廣播域。
參考資料:網路—交換機
參考資料:網路—交換機命令
❻ 華三交換機如何刪除當前配置
❼ 華三交換機埠關閉了怎麼開啟
#interface g1/0/24
[***-GigabitEthernet1/0/24]undo shutdown
shutdown 就是關, undo shutdown 就打開。
❽ 華三命令大全
好多好長,,,你自己參考這里 交換機命令[Quidway]super password;修改特權用戶密碼[Quidway]sysname;交換機命名[Quidway]interface ethernet 0/1;進入介面視圖[Quidway]interface vlan x;進入介面視圖[Quidway-Vlan-interfacex]ip address 10.65.1.1 255.255.0.0;配置VLAN的IP地址[Quidway]ip route-static 0.0.0.0 0.0.0.0 10.65.1.2;靜態路由=網關[Quidway]user-interface vty 0 4;進入虛擬終端[S3026-ui-vty0-4]authentication-mode password;設置口令模式[S3026-ui-vty0-4]set authentication-mode password simple 222;設置口令[S3026-ui-vty0-4]user privilege level 3;用戶級別[Quidway-Ethernet0/1]plex {half|full|auto};配置埠工作狀態[Quidway-Ethernet0/1]speed {10|100|auto};配置埠工作速率[Quidway-Ethernet0/1]flow-control;配置埠流控[Quidway-Ethernet0/1]mdi {across|auto|normal};配置埠平接扭接[Quidway-Ethernet0/1]port link-type {trunk|access|hybrid};設置埠工作模式[Quidway-Ethernet0/1]undo shutdown;激活埠[Quidway-Ethernet0/2]quit;退出系統視圖[Quidway]vlan 3 ;創建VLAN[Quidway-vlan3]port ethernet 0/1 to ethernet 0/4 ;在VLAN中增加埠[Quidway-Ethernet0/2]port access vlan 3 ;當前埠加入到VLAN[Quidway-Ethernet0/2]port trunk permit vlan {ID|All} ;設trunk允許的VLAN[Quidway-Ethernet0/2]port trunk pvid vlan 3 ;設置trunk埠的PVID[Quidway]monitor-port ;指定鏡像埠[Quidway]port mirror ;指定被鏡像埠[Quidway]port mirror int_list observing-port int_type int_num ;指定鏡像和被鏡像[Quidway]description string ;指定VLAN描述字元[Quidway]description ;刪除VLAN描述字元[Quidway]display vlan [vlan_id];查看VLAN設置[Quidway]stp {enable|disable};設置生成樹,默認關閉[Quidway]stp priority 4096 ;設置交換機的優先順序[Quidway]stp root {primary|secondary} ;設置為根或根的備份[Quidway-Ethernet0/1]stp cost 200 ;設置交換機埠的花費[SwitchA-vlanx]isolate-user-vlan enable ;設置主vlan[SwitchA]Isolate-user-vlan secondary ;設置主vlan包括的子vlan[Quidway-Ethernet0/2]port hybrid pvid vlan ;設置vlan的pvid[Quidway-Ethernet0/2]port hybrid pvid ;刪除vlan的pvid[Quidway-Ethernet0/2]port hybrid vlan vlan_id_list untagged ;設置無標識的vlan如果包的vlan id與PVId一致,則去掉vlan信息. 默認PVID=1。所以設置PVID為所屬vlan id, 設置可以互通的vlan為untagged.----------------------------------------路由器命令[Quidway]display version ;顯示版本信息[Quidway]display current-configuration ;顯示當前配置[Quidway]display interfaces ;顯示介面信息[Quidway]display ip route ;顯示路由信息[Quidway]sysname aabbcc ;更改主機名[Quidway]super passwrod 123456 ;設置口令[Quidway]interface serial0 ;進入介面[Quidway-serial0]ip address ;配置埠IP地址[Quidway-serial0]undo shutdown ;激活埠[Quidway]link-protocol hdlc ;綁定hdlc協議[Quidway]user-interface vty 0 4[Quidway-ui-vty0-4]authentication-mode password[Quidway-ui-vty0-4]set authentication-mode password simple 222[Quidway-ui-vty0-4]user privilege level 3[Quidway-ui-vty0-4]quit[Quidway]debugging hdlc all serial0 ;顯示所有信息[Quidway]debugging hdlc event serial0 ;調試事件信息[Quidway]debugging hdlc packet serial0 ;顯示包的信息靜態路由:[Quidway]ip route-static {interface number|nexthop}[value][reject|blackhole]例如:[Quidway]ip route-static 129.1.0.0 16 10.0.0.2[Quidway]ip route-static 129.1.0.0 255.255.0.0 10.0.0.2[Quidway]ip route-static 129.1.0.0 16 Serial 2[Quidway]ip route-static 0.0.0.0 0.0.0.010.0.0.2 動態路由:[Quidway]rip;設置動態路由[Quidway]rip work;設置工作允許[Quidway]rip input;設置入口允許[Quidway]rip output;設置出口允許[Quidway-rip]network 1.0.0.0 ;設置交換路由網路[Quidway-rip]network all;設置與所有網路交換[Quidway-rip]peer ip-address;[Quidway-rip]summary;路由聚合[Quidway]rip version 1;設置工作在版本1[Quidway]rip version 2 multicast;設置工作在版本2,多播方式[Quidway-Ethernet0]rip split-horizon;水平分隔[Quidway]router id A.B.C.D;配置路由器的ID[Quidway]ospf enable;啟動OSPF協議[Quidway-ospf]import-route direct;引入直聯路由[Quidway-Serial0]ospf enable area ;配置OSPF區域標准訪問列表命令格式如下:acl [match-order config|auto];默認前者順序匹配。rule [normal|special]{permit|deny} [source source-addr source-wildcard|any]例:[Quidway]acl 10[Quidway-acl-10]rule normal permit source 10.0.0.0 0.0.0.255[Quidway-acl-10]rule normal deny source any擴展訪問控制列表配置命令配置TCP/UDP協議的擴展訪問列表:rule {normal|special}{permit|deny}{tcp|udp}source {|any}destination |any}[operate]配置ICMP協議的擴展訪問列表:rule {normal|special}{permit|deny}icmp source {|any]destination {|any][icmp-code] [logging]擴展訪問控制列表操作符的含義equal portnumber;等於greater-than portnumber;大於less-than portnumber;小於not-equal portnumber;不等range portnumber1 portnumber2;區間擴展訪問控制列表舉例[Quidway]acl 101[Quidway-acl-101]rule deny souce any destination any[Quidway-acl-101]rule permit icmp source any destination any icmp-type echo[Quidway-acl-101]rule permit icmp source any destination any icmp-type echo-reply[Quidway]acl 102[Quidway-acl-102]rule permit ip source 10.0.0.1 0.0.0.0 destination 202.0.0.1 0.0.0.0[Quidway-acl-102]rule deny ip source any destination any[Quidway]acl 103[Quidway-acl-103]rule permit tcp source any destination 10.0.0.1 0.0.0.0 destination-port equal ftp[Quidway-acl-103]rule permit tcp source any destination 10.0.0.2 0.0.0.0 destination-port equal www[Quidway]firewall enable[Quidway]firewall default permit|deny[Quidway]int e0[Quidway-Ethernet0]firewall packet-filter 101 inbound|outbound地址轉換配置舉例[Quidway]firewall enable[Quidway]firewall default permit[Quidway]acl 101[Quidway-acl-101]rule deny ip source any destination any[Quidway-acl-101]rule permit ip source 129.38.1.4 0 destination any[Quidway-acl-101]rule permit ip source 129.38.1.1 0 destination any[Quidway-acl-101]rule permit ip source 129.38.1.2 0 destination any[Quidway-acl-101]rule permit ip source 129.38.1.3 0 destination any[Quidway]acl 102[Quidway-acl-102]rule permit tcp source 202.39.2.3 0 destination 202.38.160.1 0[Quidway-acl-102]rule permit tcp source any destination 202.38.160.1 0 destination-port great-than1024[Quidway-Ethernet0]firewall packet-filter 101 inbound[Quidway-Serial0]firewall packet-filter 102 inbound[Quidway]nat address-group 202.38.160.101 202.38.160.103 pool1[Quidway]acl 1[Quidway-acl-1]rule permit source 10.110.10.0 0.0.0.255[Quidway-acl-1]rule deny source any[Quidway-acl-1]int serial 0[Quidway-Serial0]nat outbound 1 address-group pool1[Quidway-Serial0]nat server global 202.38.160.101 inside 10.110.10.1 ftp tcp[Quidway-Serial0]nat server global 202.38.160.102 inside 10.110.10.2 www tcp[Quidway-Serial0]nat server global 202.38.160.102 8080 inside 10.110.10.3 www tcp[Quidway-Serial0]nat server global 202.38.160.103 inside 10.110.10.4 smtp udpPPP驗證:主驗方:pap|chap[Quidway]local-user u2 password {simple|cipher} aaa[Quidway]interface serial 0[Quidway-serial0]ppp authentication-mode {pap|chap}[Quidway-serial0]ppp chap user u1//pap時,不用此句pap被驗方:[Quidway]interface serial 0[Quidway-serial0]ppp pap local-user u2 password {simple|cipher} aaachap被驗方:[Quidway]interface serial 0[Quidway-serial0]ppp chap user u1[Quidway-serial0]local-user u2 password {simple|cipher} aaa華三命令大全
❾ h3c交換機恢復出廠設置
h3c交換機恢復出廠設置
杭州華三通信技術有限公司(簡稱華三通信), 主要提供IT基礎架構產品及方案的研究、開發、生產、銷售及服務。下面是我整理的關於h3c交換機恢復出廠設置,歡迎大家參考!
reset saved-configuration
The saved configuration file will be erased. Are you sure? [Y/N]: y // 提示是否擦除配置文件
Configuration in the device is being cleared.
Please wait ...
...
Configuration in the device is cleared.
reboot
This command will reboot the system. Since the current configuration may have been changed, all changes may be lost if you continue. Continue? [Y/N] Y // 提示是否重啟設備,按Y將重新啟動
【提示】擦除配置文件後,必須要重啟設備後才能恢復到出廠設置。
H3C交換機查看光功率收發光命令
[H3C]_hidecmd
Now you enter a hidden command view for developer's testing, some commands may
affect operation by wrong use, please carefully use it with our engineer's
direction.
[H3C-hidecmd]_display transceiver ?
diagnosis Diagnostic information
interface Display by interface
register Register information
[H3C-hidecmd]_display transceiver diagnosis interface GigabitEthernet 1/0/25
GigabitEthernet1/0/25 transceiver diagnostic information:
Current diagnostic parameters:
Temp(°C) Voltage(V) Bias(mA) RX power(dBm) TX power(dBm)
54 3.41 17.65 -7.45 -5.85
Alarm thresholds:
Temp(°C) Voltage(V) Bias(mA) RX power(dBm) TX power(dBm)
High 85 3.70 65.00 0.97 0.97
Low -10 2.90 10.00 -40.00 -13.01
Parameters when first used on 2000.4.26:
Temp(°C) Voltage(V) Bias(mA) RX power(dBm) TX power(dBm)
39 3.41 16.35 -7.21 -5.85
Total account of alarms: 15
Latest occurrence of different alarms:
Type Date Description
Temp N/A N/A
Voltage N/A N/A
Bias N/A N/A
RX power 2014.04.09 RX power low
TX power N/A N/A
TX N/A N/A
RX N/A N/A
OTHER N/A N/A
Latest three alarms:
Date Description
2014.04.07 RX power low
2014.04.09 RX power low
2014.04.09 RX power low
以下是埠沒有插上模塊的:
[H3C-hidecmd]display transceiver diagnosis interface GigabitEthernet 1/0/27
Error: The transceiver is absent.
[H3C-hidecmd]display transceiver diagnosis interface GigabitEthernet 1/0/28
Error: The transceiver is absent.
USB是主從模式的.,一般意義上,PC被定義為主設備,提供5V電壓,如果兩邊都是PC,由於供電線需要構成一個本地迴路才能工作,這就可能燒毀主板,關鍵就是供電迴路問題。我是怎麼做到USB線聯網呢?我是在淘寶上買了一根特殊的USB線,具體怎麼實現的沒有深究,無外乎接地反轉之類的。
USB主從模式的初衷是為了將外設這類從設備連接到主機這種龐然大物主設備上,然而正如你看到的那樣,目前的情況是,龐然大物已經越來越少,桌面PC被使用的越來越少,更多的是同樣大小的小型設備,手機,平板,....好多年前,乙太網的雙絞線也有本地迴路問題(燒不毀板子,只是脈沖無法發送和接收,雙絞線沒有單獨的供電線,電壓隨著脈沖發生,因此為了構成迴路,線的一端發送脈沖,另一端必須接收脈沖),因此那時規定,連接同種設備需要交叉線,即1-3,2-6線序對調(詳見568A,568B標准),可是後來在PHY層實現了自動協商,不管交叉線還是直連線都可以用於任何支持自協商的網卡了。USB的問題在於,你加入了主從的約束,就少了通用性。實際上任何事情,加入一點約束,就會喪失一點通用性。
;