⑴ 華為路由器關閉所有埠命令
華 為 路 由 器 命 令 大 全
刪除設備配置
reset saved-configuration
重啟
reboot
看當前配置文件
display current-configuration
改設備名
sysname
保存配置
save
進入特權模式
sysview
華為只有2層模式 不像cisco enale之後還要conf t
定義acl
acl nubmere XXXX(3000以上)進入以後
rule permit/deny IP/TCP/UDP等 source XXX.XXX.XXX.XXX XXX.XXX.XXX.XXX(反向)
destination XXX.XXX.XXX.XXX XXX.XXX.XXX.XXX(反向) eq
注意 華為默認沒有deny any any
防火牆上埠載入ACL
[Quidway-Ethernet0/0]firewall packet-filter 3000 inbound
防火牆上新增加用戶
local-user XXX(用戶名) password simple XXX(密碼)
local-user XXX service-type ppp
刪除某條命令
undo(類似與cisco的no)
靜態路由
ip route-static 0.0.0.0 0.0.0.0 XXX.XXX.XXX.XXX
對vpdn用戶設置acl的介面
interface Virtual-Template1
查看路由表
display ip routing-table
設定telnet密碼
user-interface vty 0 4
user privilege level 3
set authentication password simple XXX
啟動/關閉
啟動 un shut
關閉 shut
動態nat設置
acl number 3000
rule 0 permit ip source XXX.XXX.XXX.XXX
rule 1 permit ip source XXX.XXX.XXX.XXX
rule 2 permit ip source XXX.XXX.XXX.XXX
interface Ethernet1/0
des cription ====To-Internet(WAN)====
ip address XXX.XXX.XXX.XXX XXX.XXX.XXX.XXX
nat outbound 3000
ipsec policy policy1
利用acl來做 符合acl的IP地址可以出去(注意 此處的ACL隱含了deny any any)不符合的IP地址不可以出去
創建vlan
[shzb-crsw-s6506-1]vlan 100
華為vlan不支持name
將port放入vlan
創建了vlan後 進入vlan模式
[shzb-crsw-s6506-1-vlan100]port GigabitEthernet 1/0/1 to GigabitEthernet 1/0/8
表示從G1/0/1 到1/0/8放入VLAN 100
創建trunk
interface GigabitEthernet1/0/1
plex full
speed 1000
port link-type trunk
port trunk permit vlan all
port link-aggregation group 1
帶*號的是創建trunk鏈路的語句
vlan地址指定
interface Vlan-interface2
des cription server
ip address XXX.XXX.XXX.XXX XXX.XXX.XXX.XXX
vrrp vrid 2 virtual-ip XXX.XXX.XXX.XXX
vrrp vrid 2 priority 120
vrrp vrid 2 preempt-mode timer delay 10
其中vrrp語句指定vrrp 類似與hsrp
使用vrrp要注意的是華為不支持pvst
只能一台完全是主,一台完全是備份
在主vrrp設備上要指定
stp instance 0 root primary
stp TC-protection enable
stp enable
在從vrrp設備上要指定
stp instance 0 root secondary
stp TC-protection enable
stp enable
交換機下面綁acl
首先進入介面模式,輸入qos命令
[shzb-crsw-s6506-1-GigabitEthernet1/0/1]qos
在輸入如下命令
[shzb-crsw-s6506-1-qoss-GigabitEthernet1/0/1]packet-filter inbound ip-group 3000
華為交換機只能指定inbound方向
啟用ospf
[shzb-crsw-s6506-1]ospf 100
[shzb-crsw-s6506-1-ospf-100]area 0
[shzb-crsw-s6506-1-ospf-100-area-0.0.0.0]network XXX.XXX.XXX.XXX XXX.XXX.XXX.XXX
配置ospf重發布
[shzb-crsw-s6506-1-ospf-100-area-0.0.0.0]quit
[shzb-crsw-s6506-1-ospf-100]import-route static
建立link-group(類似與cisco的channel-group)
link-aggregation group 1 mode manual
然後進入介面
port link-aggregation group 1
啟用VRRP之前必須輸入
vrrp ping-enable
使得客戶能ping網關
華為華為路由器交換機配置命令大全
一、計算機命令
PCAlogin:root;使用root用戶
password:linux;口令是linux
#shutdown-hnow;關機
#init 0;關機
#logout;用戶注銷
#login;用戶登錄
#ifconfig;顯示IP地址
#ifconfig eth0 netmask;設置IP地址
#ifconfig eht0 netmask down;禁用IP地址
#route add 0.0.0.0 gw;設置網關
#route del 0.0.0.0 gw;刪除網關
#route add default gw;設置網關
#route del default gw;刪除網關
#route;顯示網關
#ping;發ECHO包
#telnet;遠程登錄
二、華為路由器交換機配置命令:交換機命令
[Quidway]dis cur;顯示當前配置
[Quidway]display current-configuration;顯示當前配置
[Quidway]display interfaces;顯示介面信息
[Quidway]display vlan;顯示vlan信息
[Quidway]display version;顯示版本信息
[Quidway]super password;修改特權用戶密碼
[Quidway]sysname;交換機命名
[Quidway]interface ethernet0/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]rip; rip協議
[Quidway]local-user ftp
[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]interface ethernet0/1;進入埠模式
[Quidway]int e0/1;進入埠模式
[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]portlink-type{trunk|access|hybrid};設置埠工作模式
[Quidway-Ethernet0/1]port access vlan 3;當前埠加入到VLAN
[Quidway-Ethernet0/2]port trunk permit vlan{ID|All};設trunk允許的VLAN
[Quidway-Ethernet0/3]port trunk pvid vlan 3;設置trunk埠的PVID
[Quidway-Ethernet0/1]undo shutdown;激活埠
[Quidway-Ethernet0/1]shutdown;關閉埠
[Quidway-Ethernet0/1]quit;返回
[Quidway]vlan3;創建VLAN
[Quidway-vlan3]port ethernet0/1;在VLAN中增加埠
[Quidway-vlan3]port e0/1;簡寫方式
[Quidway-vlan3]port ethernet0/1 to ethernet0/4;在VLAN中增加埠
[Quidway-vlan3]port e0/1 to e0/4;簡寫方式
[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;設置交換機埠的花費
[Quidway]link-aggregation e0/1 to e0/4 ingress|both;埠的聚合
[Quidway]undo link-aggregation e0/1|all;始埠為通道號
[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
如果包的vlanid與PVId一致,則去掉vlan信息.默認PVID=1。
所以設置PVID為所屬vlanid,設置可以互通的vlan為untagged.
三、華為路由器交換機配置命令:路由器命令
[Quidway]display version;顯示版本信息
[Quidway]display current-configuration;顯示當前配置
[Quidway]display interfaces;顯示介面信息
[Quidway]display ip route;顯示路由信息
[Quidway]sysname aabbcc;更改主機名
[Quidway]super password 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{interfacenumber|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 Serial2
[Quidway]ip route-static 0.0.0.0 0.0.0.0 10.0.0.2
五、華為路由器交換機配置命令:動態路由:
[Quidway]rip;設置動態路由
[Quidway]rip work;設置工作允許
[Quidway]ri pinput;設置入口允許
[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-routedirect;引入直聯路由
[Quidway-Serial0]ospf enable area;配置OSPF區域
六、華為路由器交換機配置命令:標准訪問列表命令格式如下:
acl[match-orderconfig|auto];默認前者順序匹配。
rule[normal|special]{permit|deny}[sourcesource-addrsource-wildcard|any]
例:[Quidway]acl10
[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}icmpsource{|any]destination{|any]
[icmp-code][logging]
八、華為路由器交換機配置命令:擴展訪問控制列表操作符的含義
Equalport number;等於
greater-thanport number;大於
less-thanport number;小於
not-equalport number;不等
range port number1 port number2;區間
九、華為路由器交換機配置命令:擴展訪問控制列表舉例
[Quidway]acl101
[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]acl102
[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;內部指定主機可以進入e0
[Quidway-acl-101]rule deny ip source any destination any
[Quidway-acl-101]rule permit ip source 129.38.1.10 destination any
[Quidway-acl-101]rule permit ip source 129.38.1.20 destination any
[Quidway-acl-101]rule permit ip source 129.38.1.30 destination any
[Quidway-acl-101]rule permit ip source 129.38.1.40 destination any
[Quidway-acl-101]quit
[Quidway]int e0
[Quidway-Ethernet0]firewall packet-filter 101 inbound
[Quidway]acl 102;外部特定主機和大於1024埠的數據包允許進入S0
[Quidway-acl-102]rule deny ip source any destination any
[Quidway-acl-102]rule permit tcp source 202.39.2.30 destination 202.38.160.10
[Quidway-acl-102]rule permit tcp source any destination 202.38.160.10 destination-port great-than 1024
[Quidway-acl-102]quit
[Quidway]int s0
[Quidway-Serial0]firewall packet-filter 102 inbound;設202.38.160.1是路由器出口IP。
[Quidway-Serial0]nat outbound 101 interface;是Easyip,將acl 101允許的IP從本介面出時變換源地址。
十一、華為路由器交換機配置命令:內部伺服器地址轉換配置命令(靜態nat):
natserverglobal[port]insideport[protocol];global_port不寫時使用inside_port
[Quidway-Serial0]nat server global 202.38.160.1 inside 129.38.1.1 ftp tcp
[Quidway-Serial0]nat server global 202.38.160.1 inside 129.38.1.2 telnet tcp
[Quidway-Serial0]nat server global 202.38.160.1 inside 129.38.1.3 www tcp
設有公網IP:202.38.160.101~202.38.160.103可以使用。;對外訪問(原例題)
[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 serial0
[Quidway-Serial0]nat outbound 1 address-group pool1;在s0口從地址池取出IP對外訪問
[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 udp
華為路由器交換機配置命令:PPP設置:[Quidway-s0]link-protocolppp;默認的協議
十二、華為路由器交換機配置命令:PPP驗證:
主驗方:pap|chap
[Quidway]local-userq2password{simple|cipher}hello;路由器1
[Quidway]interface serial0
[Quidway-serial0]ppp authentication-mode{pap|chap}
[Quidway-serial0]ppp chap user q1;pap時,沒有此句
十三、華為路由交換機配置命令:pap被驗方:
[Quidway]interface serial0;路由器2
[Quidway-serial0]ppp pap local-user q2 password{simple|cipher}hello
十四、華為路由器交換機配置命令:chap被驗方:
[Quidway]interface serial0;路由器2
[Quidway-serial0]ppp chap user q2;自己路由器名
[Quidway-serial0]local-user q1 password{simple|cipher}hello;對方路由器名
幀中繼frame-relay(二分冊6-61)
[q1]fr switching
[q1]int s1
[q1-Serial1]ip address 192.168.34.51 255.255.255.0
[q1-Serial1]link-protocol fr;封裝幀中繼協議
[q1-Serial1]fr interface-type dce
[q1-Serial1]fr dlci 100
[q1-Serial1]fr inarp
[q1-Serial1]frmapip 192.168.34.52 dlci 100
[q2]int s1
[q2-Serial1]ip address 192.168.34.52 255.255.255.0
[q2-Serial1]link-protocol fr
[q2-Serial1]fr interface-type dte
[q2-Serial1]f rdlci 100
[q2-Serial1]fr inarp
[q2-Serial1]fr mapip 192.168.34.51 dlci 100
十五、華為路由器交換機配置命令:幀中繼監測
[q1]displayfrlmi-info[]interfacetypenumber]
[q1]display frmap
[q1]display fr pvc-info[serialinterface-number][dlcidlci-number]
[q1]display fr dlci-switch
[q1]display fr interface
[q1]reset fr inarp-info
[q1]debugging fr all[interfacetype number]
[q1]debugging fr arp[interfacetype number]
[q1]debugging fr event[interfacetype number]
[q1]debugging fr lmi[interfacetype number]
十六、華為路由器交換機配置命令:啟動ftp服務:
[Quidway]local-user ftp password{simple|cipher}aaa service-type ftp
[Quidway]ftp server enable
————————————————
版權聲明:本文為CSDN博主「福爾摩康」的原創文章,遵循CC 4.0 BY-SA版權協議,轉載請附上原文出處鏈接及本聲明。
原文鏈接:https://blog.csdn.net/zhangkang65/article/details/101533315
打開CSDN,閱讀體驗更佳
華為路由器常用命令_Doflamingozzz的博客_華為路由器...
[Liufei-rip]summary ;路由聚合 [Liufei]rip version 1 ;設置工作在版本1 [Liufei]rip version 2 multicast ;設版本2,多播方式 [Liufei-Ethernet0]rip split-horizon ;水平分隔 [Liufei]router id A.B.C.D ;配置路由器的ID...
華為路由器基本配置命令_把倒立的世界騰空的博客_dis ip...
配置靜態路由:ip route-static 1.1.1.1 32 192.168.10.1 配置默認路由:ip route-static 0.0.0.0 0.0.0.0 192.168.10.1 查看介面詳細信息:dis interface brief 帶源ip ping目標ip:ping -a 2.2.2.2 3.3.3.3 ...
史上最全華為路由器交換機配置命令大合集(辛苦整理).doc
史上最全華為路由器交換機配置命令大合集(辛苦整理),史上最全華為路由器交換機配置命令大合集(辛苦整理)
華為命令手冊 pdf版最全
華為交換機命令大全是最全的華為設備命令手冊,收集了華為所有交換機和路由器的配置命令,並附帶教程,幫助您更好的了解華為設備,是學習和使用華為設備的必需品,希望對你有幫助。
最新發布 華為(huawei)USG系列防火牆的相關指令
本人收集的usg系列防火牆的相關cli指令
繼續訪問
華為路由器命令大全
華 為 路 由 器 命 令 大 全 刪除設備配置 reset saved-configuration 重啟 reboot 看當前配置文件 display current-configuration 改設備名 sysname 保存配置 save 進入特權模式 sysview 華為只有2層模式 不像cisco enale之後還要conf t 定義acl acl nubmere XXXX(3...
繼續訪問
華為路由器配置命令詳解及實例_路由器基本命令及配置命令
一、路由器的基本命令1、直聯路由命令2、靜態路由命令3、默認路由命令二、路由器的配置方法1、配置R1※配置直連路由a、首先配置路由器在開發部的網關IP為192.168.1.254,並將該介面打開,配置完畢後介面變綠說明配置正常。配置命令如下:b、配置路由器在f0/1埠的IP為192.168.2.1,並將該介面打開,配置命令如下:※配置默認路由配置路由器默認路由為192.168.2.2,配置命令如...
繼續訪問
配置華為路由器的常用命令
本次實驗所有的命令都是基於華為模擬器eNSP,我們首先從左邊拖動一個路由器到主界面,右鍵啟動路由器: 等待路由器啟動起來,就可以進行命令行的操作了: 在輸入命令之前,我們需要首先了解配置時的兩個模式: 1.用戶模式 注意紅色框標記的位置,用尖括弧括起來用戶名時,此時為用戶模式,也是設備剛剛登錄進入設備的模式,該模式許可權較低。 2.系統模式 注意紅色框標記的位置,用中括弧括起來用戶名時,此時為用戶模式。在用戶模式,可以通過命令「system-view」進入。 3.常用命令 由於
繼續訪問
華為交換路由配置命令大全
分享自己最近搜藏的交換路由常用配置命令,學會這些配置交換機基本沒撒問題 ,我都做了相關命令的注釋,歡迎各位看客指正補充 相互學習
繼續訪問
華為路由器基本使用命令
1)進入路由器後,是位於用戶視圖,該視圖只能完成一些基本的命令:2)從用戶視圖切換到系統視圖:輸入system或者簡寫sys <S1>sys Enter system view, return user view with Ctrl+Z. [S1] 3)從系統視圖切換到介面視圖(假設是s0/0介面):輸入interface s0/04)從一個視圖返回到上級視圖:quit <S1>sys Enter system view, return user view with Ctr
繼續訪問
華為路由器命令手冊_華為路由器配置命令表
進入用戶視圖 <huawei>system-view顯示版本信息 [huawei]display version 顯示當前配置[huawei]display current-configuration 顯示介面信息[huawei]display interfaces 顯示路由信息 [huawei] di...
繼續訪問
熱門推薦 華為路由器配置命令——【簡單實用的華為路由器配置命令】
華為路由器配置命令 <Huaiwei>system-view 進入系統視圖模式 [Huaiwei]display interfaces 顯示介面信息 [Huaiwei]display ip route 顯示路由 [Huaiwei]link-protocol hdlc 綁定HDLC [Huaiwe...
繼續訪問
華為路由器常用命令集合
system-view 進入系統視圖 http serveer permit interface GigabitEthernet0/0/0 切換web登錄的埠為0/0/0 undo nat alg pptp en 關閉PPTP服務 nat alg pptp en 開啟PPTP服務 dis int gi 0/0/1 查看路由目前流量使用情況 華為路由器常用命令 [Quidway]dis cur ;顯示當前配置 [Q
繼續訪問
華為路由器配置手冊(新版)
典型場景部署指導 基礎配置 系統管理 網路可靠性 介面與鏈路 區域網與城域網接入 廣域網接入 IP業務 IP路由 IP組播 MPLS Segment Routing VPM QoS 安全 系統監控 用戶接入 MAT與IPv6過渡技術 虛擬集群 增值業務 安全加固 安全維護 配置 典型場景部署指導 前 言 場景描述 初始配置 基礎網路搭建除 業務部署 時鍾 可靠性 QoS 安全 流里統計和性能檢測 基礎配置 首次登錄系統 首次登錄系統概述 通過Console口登錄設備 建立物理連接 登錄設備 命令行使用 命令行概述 命令行使用支持的配置注意事項 搭建命令行運行環境 配置用戶登錄警示信息 配置設備名稱圖 設置命令級別 鎖定用戶界面 允許在系統視圖下執行用戶視圖命令 如何使用命令行 進入命令視圖 編輯命令行查詢配置信息 查詢診斷信息 命令行結果顯示 命令行的錯誤信息 命令行別名 命令行智能回退 如何獲得命令幫助 以上是部分目錄預覽
華為路由器配置命令完全詳解(全)
華為路由器配置流程和命令詳解!!!!!!
華為路由器交換機常用配置命令
<br />華為路由器交換機配置命令:計算機命令<br />PCAlogin:root;使用root用戶<br />password:linux;口令是linux<br />#shutdown-hnow;關機<br />#init0;關機<br />#logout;用戶注銷<br />#login;用戶登錄<br />#ifconfig;顯示IP地址<br />#ifconfig eth0 netmask;設置IP地址<br />#ifconfig eht0 netmask down;禁用IP地址<br /
繼續訪問
華為路由器交換機配置命令
華為路由器交換機配置命令:計算機命令 PCAlogin:root;使用root用戶 password:linux;口令是linux shutdown-hnow;關機 init0;關機 logout;用戶注銷 login;用戶登錄 ifconfig;顯示IP地址 ifconfigeth0netmask;設置IP地址 ifconfigeht0netmask...
繼續訪問
華為路由器基本配置命令
查看介面mac地址:dis int g0/0/1 查看介面信息(進介面):dis this 查看路由表:dis ip routing-table 查看所有介面ip信息:dis ip int b 綁定靜態arp:arp static 192.168.100.2 000C-2959-FC57 查看arp表:display arp 查看當前配置:dis current-configuration 配置靜態路由:ip route-static 1.1.1.1 32 192.168.10.1 配置默認路由:ip ro
繼續訪問
華為路由器配置命令匯總
VRP系統基本使用,與交換機基本相同 信息中心配置 Log、Trap、Debug信息的輸出,對設備的維護與監管至關重要 配置Log信息輸出,即配置指定模塊的Log信息輸出到Log緩沖區、日誌文件、控制台、終端和日誌主機中。 配置任務兩大類:一是Log信息輸出基本功能和參數配置;二是Log信息輸出配置。 system-view info-center enable 使能信息中心功能。info-center channel channel-number name channel-name ..
繼續訪問
華為交換機、路由器命令合集
華為交換機、路由器配置命令
繼續訪問
華為交換機關機方法_華為路由器交換機基本操作
華為設備基本操作一、實驗拓撲實驗拓撲二、基本功能配置1.查看系統displayversion顯示版本號,型號,啟動時間2.配置設備console密碼,主機名,時間,時區,bannersystem-viewà進入系統視圖模式,相當於思科的全局配置模式Enter system view, return user view withCtrl+Z.在系統視圖模式,可以用ctrl+Z,quit,re...
繼續訪問
華三華為交換機-路由器配置常用命令.pdf
華三華為交換機-路由器配置常用命令.pdf華三華為交換機-路由器配置常用命令.pdf華三華為交換機-路由器配置常用命令.pdf華三華為交換機-路由器配置常用命令.pdf華三華為交換機-路由器配置常用命令.pdf華三華為交換機-路由器配置常用命令.pdf華三華為交換機-路由器配置常用命令.pdf華三華為交換機-路由器配置常用命令.pdf
華為路由器命令
伺服器
寫評
⑵ 華為路由器配置命令
華為路由器配置命令大全
學習華為交換機,就要記得配置基本命令,下面為大家分享的是華為路由器基本配置命令,希望對大家學習華為有所幫助!
一、計算機命令
PCAlogin:root;使用root用戶
password:linux;口令是linux
#shutdown-hnow;關機
#init0;關機
#logout;用戶注銷
#login;用戶登錄
#ifconfig;顯示IP地址
#ifconfigeth0netmask;設置IP地址
#ifconfigeht0netmaskdown;禁用IP地址
#routeadd0.0.0.0gw;設置網關
#routedel0.0.0.0gw;刪除網關
#routeadddefaultgw;設置網關
#routedeldefaultgw;刪除網關
#route;顯示網關
#ping;發ECHO包
#telnet;遠程登錄
二、華為路由器交換機配置命令:交換機命令
[Quidway]discur;顯示當前配置
[Quidway]displaycurrent-configuration;顯示當前配置
[Quidway]displayinterfaces;顯示介面信息
[Quidway]displayvlanall;顯示路由信息
[Quidway]displayversion;顯示版本信息
[Quidway]superpassword;修改特權用戶密碼
[Quidway]sysname;交換機命名
[Quidway]interfaceethernet0/1;進入介面視圖
[Quidway]interfacevlanx;進入介面視圖
[Quidway-Vlan-interfacex]ipaddress10.65.1.1255.255.0.0;配置VLAN的IP地址
[Quidway]iproute-static0.0.0.00.0.0.010.65.1.2;靜態路由=網關
[Quidway]rip;三層交換支持
[Quidway]local-userftp
[Quidway]user-interfacevty04;進入虛擬終端
[S3026-ui-vty0-4]authentication-modepassword;設置口令模式
[S3026-ui-vty0-4]setauthentication-modepasswordsimple222;設置口令
[S3026-ui-vty0-4]userprivilegelevel3;用戶級別
[Quidway]interfaceethernet0/1;進入埠模式
[Quidway]inte0/1;進入埠模式
[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]portlink-type{trunk|access|hybrid};設置埠工作模式
[Quidway-Ethernet0/1]portaccessvlan3;當前埠加入到VLAN
[Quidway-Ethernet0/2]porttrunkpermitvlan{ID|All};設trunk允許的VLAN
[Quidway-Ethernet0/3]porttrunkpvidvlan3;設置trunk埠的PVID
[Quidway-Ethernet0/1]undoshutdown;激活埠
[Quidway-Ethernet0/1]shutdown;關閉埠
[Quidway-Ethernet0/1]quit;返回
[Quidway]vlan3;創建VLAN
[Quidway-vlan3]portethernet0/1;在VLAN中增加埠
[Quidway-vlan3]porte0/1;簡寫方式
[Quidway-vlan3]portethernet0/1toethernet0/4;在VLAN中增加埠
[Quidway-vlan3]porte0/1toe0/4;簡寫方式
[Quidway]monitor-port;指定鏡像埠
[Quidway]portmirror;指定被鏡像埠
[Quidway]portmirrorint_listobserving-portint_typeint_num;指定鏡像和被鏡像
[Quidway]descriptionstring;指定VLAN描述字元
[Quidway]description;刪除VLAN描述字元
[Quidway]displayvlan[vlan_id];查看VLAN設置
[Quidway]stp{enable|disable};設置生成樹,默認關閉
[Quidway]stppriority4096;設置交換機的優先順序
[Quidway]stproot{primary|secondary};設置為根或根的備份
[Quidway-Ethernet0/1]stpcost200;設置交換機埠的`花費
[Quidway]link-aggregatione0/1toe0/4ingress|both;埠的聚合
[Quidway]undolink-aggregatione0/1|all;始埠為通道號
[SwitchA-vlanx]isolate-user-vlanenable;設置主vlan
[SwitchA]isolate-user-vlansecondary;設置主vlan包括的子vlan
[Quidway-Ethernet0/2]porthybridpvidvlan;設置vlan的pvid
[Quidway-Ethernet0/2]porthybridpvid;刪除vlan的pvid
[Quidway-Ethernet0/2]porthybridvlanvlan_id_listuntagged;設置無標識的vlan
如果包的vlanid與PVId一致,則去掉vlan信息.默認PVID=1。
所以設置PVID為所屬vlanid,設置可以互通的vlan為untagged.
三、華為路由器交換機配置命令:路由器命令
[Quidway]displayversion;顯示版本信息
[Quidway]displaycurrent-configuration;顯示當前配置
[Quidway]displayinterfaces;顯示介面信息
[Quidway]displayiproute;顯示路由信息
[Quidway]sysnameaabbcc;更改主機名
[Quidway]superpasswrod123456;設置口令
[Quidway]interfaceserial0;進入介面
[Quidway-serial0]ipaddress;配置埠IP地址
[Quidway-serial0]undoshutdown;激活埠
[Quidway]link-protocolhdlc;綁定hdlc協議
[Quidway]user-interfacevty04
[Quidway-ui-vty0-4]authentication-modepassword
[Quidway-ui-vty0-4]setauthentication-modepasswordsimple222
[Quidway-ui-vty0-4]userprivilegelevel3
⑶ 華為路由器命令
華為路由器命令匯集
華為路由器命令類似於cisco,用好他可以大大方便我們日常工作,下面就跟我一起了解以下華為路由器命令到底是怎樣的。有需要的.同學們趕緊來看看吧!
華為路由器命令一
1.刪除設備配置:reset saved-configuration
2.重啟:reboot
3.看當前配置文件:display current-configuration
4.改設備名:sysname
5.保存配置:save
6.進入特權模式:sysview
註:華為只有2層模式,不像cisco enale之後還要conf t。
7.定義acl:
acl nubmere XXXX(3000以上)進入以後 rule permit/deny IP/TCP/UDP等 source
XXX.XXX.XXX.XXX XXX.XXX.XXX.XXX(反向) destination XXX.XXX.XXX.XXX
XXX.XXX.XXX.XXX(反向) eq 注意:華為默認沒有deny any any
8.防火牆上埠載入ACL:[Quidway-Ethernet0/0]firewall packet-filter 3000 inbound
9.防火牆上新增加用戶:local-user XXX(用戶名) password simple XXX(密碼)local-user XXX
service-type ppp
10.刪除某條命令:undo(類似與cisco的no)
華為路由器命令二
1.在主vrrp設備上要指定:
stp instance 0 root primary stp TC-protection enable stp enable
2.在從vrrp設備上要指定:
stp instance 0 root secondary stp TC-protection enable stp enable
3.交換機下面綁acl:
首先進入介面模式,輸入qos命令:[shzb-crsw-s6506-1-GigabitEthernet1/0/1]qos
在輸入如下命令:[shzb-crsw-s6506-1-qoss-GigabitEthernet1/0/1]packet-filter inbound
ip-group 3000
註:華為交換機只能指定inbound方向
4.啟用ospf:
[shzb-crsw-s6506-1]ospf 100
[shzb-crsw-s6506-1-ospf-100]area 0
[shzb-crsw-s6506-1-ospf-100-area-0.0.0.0]network XXX.XXX.XXX.XXX
XXX.XXX.XXX.XXX
5.配置ospf重發布:
[shzb-crsw-s6506-1-ospf-100-area-0.0.0.0]quit
[shzb-crsw-s6506-1-ospf-100]import-route static
建立link-group(類似與cisco的channel-group):link-aggregation group 1 mode
manual,然後進入介面:port link-aggregation group 1
註:啟用VRRP之前必須輸入:vrrp ping-enable,使得客戶能ping網關。
;⑷ 華為命令大全
A
aaa-client 語音RADIUS命令 1-1
abr-summary (OSPF area view) OSPF命令 1-1
abr-summary (OSPFv3 area view) IPv6 OSPFv3命令 1-1
access-limit AAA RADIUS HWTACACS命令 1-1
accounting 語音RADIUS命令 1-1
accounting default AAA RADIUS HWTACACS命令 1-2
accounting lan-access AAA RADIUS HWTACACS命令 1-3
accounting login AAA RADIUS HWTACACS命令 1-4
accounting optional AAA RADIUS HWTACACS命令 1-5
accounting portal AAA RADIUS HWTACACS命令 1-5
accounting ppp AAA RADIUS HWTACACS命令 1-6
accounting voip AAA RADIUS HWTACACS命令 1-7
accounting-did 語音RADIUS命令 1-2
accounting-on enable AAA RADIUS HWTACACS命令 1-39
accounting-on enable interval AAA RADIUS HWTACACS命令 1-40
accounting-on enable send AAA RADIUS HWTACACS命令 1-41
acct-method 語音RADIUS命令 1-3
acl ACL命令 1-4
acl ACL命令 1-6
acl ipv6 ACL命令 1-22
acl ipv6 ACL命令 1-24
acl ipv6 name ACL命令 1-25
acl name ACL命令 1-7
address VoIP命令 1-1
aggregate BGP命令 1-1
aging-time 防火牆命令 1-9
ah authentication-algorithm IPSec命令 1-1
allow l2tp L2TP命令 1-1
ani E1命令 1-1
ani-offset E1命令 1-2
answer enable E1命令 1-2
apply as-path 路由策略命令 1-1
apply comm-list delete 路由策略命令 1-2
apply community 路由策略命令 1-2
apply cost 路由策略命令 1-3
apply cost-type 路由策略命令 1-4
apply default output-interface IP單播策略路由命令 1-1
apply extcommunity 路由策略命令 1-5
apply ip-address default next-hop IP單播策略路由命令 1-2
apply ip-address next-hop IP單播策略路由命令 1-2
apply ip-address next-hop 路由策略命令 1-23
apply ip-precedence IP單播策略路由命令 1-3
apply ipv6 next-hop 路由策略命令 1-29
apply isis 路由策略命令 1-6
apply local-preference 路由策略命令 1-6
apply origin 路由策略命令 1-7
apply output-interface IP單播策略路由命令 1-4
apply preference 路由策略命令 1-8
apply preferred-value 路由策略命令 1-9
apply tag 路由策略命令 1-9
area VoIP命令 1-2
area (OSPF view) OSPF命令 1-2
area (OSPFv3 view) IPv6 OSPFv3命令 1-2
area-authentication-mode IS-IS命令 1-1
area-id VoIP命令 1-3
area-id H.323命令 1-1
arp authorized enable ARP命令 1-12
arp authorized time-out ARP命令 1-13
arp check enable ARP命令 1-1
arp max-learning-num ARP命令 1-1
arp source-suppression enable ARP命令 1-10
arp source-suppression limit ARP命令 1-10
arp static ARP命令 1-2
arp timer aging ARP命令 1-3
asbr-summary OSPF命令 1-2
ascii 文件系統管理命令 2-5
aspf-policy 防火牆命令 1-11
attribute AAA RADIUS HWTACACS命令 1-8
attribute PKI命令 1-1
authentication 語音RADIUS命令 1-4
authentication default AAA RADIUS HWTACACS命令 1-9
authentication lan-access AAA RADIUS HWTACACS命令 1-10
authentication login AAA RADIUS HWTACACS命令 1-11
authentication portal AAA RADIUS HWTACACS命令 1-12
authentication ppp AAA RADIUS HWTACACS命令 1-13
authentication voip AAA RADIUS HWTACACS命令 1-14
authentication-algorithm IPSec命令 2-1
authentication-did 語音RADIUS命令 1-5
authentication-method IPSec命令 2-1
authentication-mode OSPF命令 1-4
authorization 語音RADIUS命令 1-6
authorization command AAA RADIUS HWTACACS命令 1-14
authorization default AAA RADIUS HWTACACS命令 1-15
authorization lan-access AAA RADIUS HWTACACS命令 1-16
authorization login AAA RADIUS HWTACACS命令 1-17
authorization portal AAA RADIUS HWTACACS命令 1-18
authorization ppp AAA RADIUS HWTACACS命令 1-19
authorization voip AAA RADIUS HWTACACS命令 1-20
authorization-did 語音RADIUS命令 1-6
auto-cost enable IS-IS命令 1-2
因為內容限制在9999字,字數超長,多餘的命令請留下E-AIL地址,郵給你!
⑸ 華為交換機命令大全
aaa 解釋AAA
acl 解釋 Specify ACL configuration information
alarm解釋 Enter the alarm view
anti-attack 解釋 Specify anti-attack configurations
application-apperceive 解釋 Set application-apperceive information
arp 解釋 ARP mole
arp-miss 解釋 Specify ARP MISS configuration information
arp-suppress 解釋 Specify arp suppress configuration information, default is disabled
authentication 解釋 Authentication
autoconfig 解釋 AutoConfig configuration information
bfd 解釋 Specify BFD(Bidirectional Forwarding Detection)configuration information
bgp 解釋 Border Gateway Protocol(BGP)
bootrom 解釋 BootRom
bp 解釋 BPDU message
btv 解釋 Btv view
bulk-file 解釋 Specify the file name of bulk statistics
bulk-stat 解釋 Set bulk statistics
capture-packet 解釋 Capture-packet
ccc 解釋 Circuit cross connection
cfm 解釋 Connectivity fault management
clear 解釋 Cancel current configuration
cluster 解釋 Specify the information for cluster configuration
command-privilege 解釋 Specify the command level
cp-car 解釋 Cpu car setting
cpu-defend 解釋 Configure CPU defend policy
cpu-defend-policy 解釋 Configure CPU defend policy
cpu-usage 解釋 Set cpu usage configuration
dhcp 解釋 Dynamic host configure protocol
dhcp-snooping 解釋 DHCP snooping
dhcpv6 解釋 DHCPv6
diffserv 解釋 Specify diffserv parameters
display 解釋 Display priority information
dldp 解釋 Device link detection protocol
dns 解釋 Specify domain name system
domain 解釋 Default domain
dot1x 解釋 802.1x configuration information
drop 解釋 Discard attribute
drop-profile 解釋 Drop profile
dsa 解釋 Specify DSA mole configurations
e-trunk 解釋 E-Trunk
ecmp 解釋 ECMP
efm 解釋 EFM mole
erps 解釋 Ethernet ring protection switching
error-down 解釋 The interface was shut down because of an error event
event 解釋 Enter the event view
execute 解釋 Batch command
fib 解釋 FIB status and configuration information
file 解釋 Specify file system configuration information
ftp 解釋 Set the FTP server attributes
garp 解釋 Generic Attribute Registration Protocol
gtsm 解釋 The generalized TTL security mechanism
gvrp 解釋 Generic VLAN Registration Protocol
header 解釋 Define the login banner
hwtacacs 解釋
hwtacacs-server 解釋
icmp 解釋 Specify ICMP configuration information
icmp-reply 解釋 Enable ICMP reply fast
igmp 解釋 Specify IGMP configuration information
igmp-snooping 解釋 Specify parameters for IGMP-Snooping
info-center 解釋 Specify message output configuration information
interface 解釋 Specify the interface configuration view
ip 解釋 Specify IP configurations for the system
ipv4 解釋 Configure ip packet
ipv6 解釋 Enable IPv6 functionality
isis 解釋 Intermediate System to Intermediate System (ISIS) routes
keychain 解釋 Keychain authentication
l2-topology 解釋 Layer 2 topology
l2protocol-tunnel 解釋 Layer 2 protocol tunnel
lacp 解釋 Link aggregation control protocol
lldp 解釋 Link Layer Discovery Protocol
load-balance 解釋 Specify load balance mode
loopback-detect 解釋 Loopback detect function
lspv 解釋 Lsp verification
mac-address 解釋 Mac address
mac-authen 解釋 MAC authenticate configure information
mac-forced-forwarding 解釋 Mac-Forced Forwarding
mac-learning 解釋 MAC learning
mac-spoofing-defend 解釋 MAC spoofing defend
matched 解釋 Is Command can be matched by upper template
mip解釋 Configure a rule used to create MIP
mld-snooping 解釋 Specify parameters for MLD-Snooping
monitor-link 解釋 Monitor link configuration information
mpls 解釋 Specify MPLS(Multiprotocol Label Switching) configuration information
mpls-qos 解釋 MPLS QoS
msdp 解釋 Specify MSDP(Multicast Source Discovery Protocol) configuration information
mtrace 解釋 Trace route to multicast source
multicast 解釋 Multicast information
nap 解釋 NAP protocol
nd 解釋 Neighbor discovery
ndp 解釋 Neighbor discovery protocol
nqa 解釋 Network Quality Analysis(NQA)
nqa-jitter 解釋 Switch NQA jitter version
nqa-server 解釋 Specify NQA echo server
ntdp 解釋 Network topology discovery protocol
ntp-service 解釋 Specify NTP (Network Time Protocol) configuration information
oam-mgr 解釋 Oam-mgr view
observe-port 解釋 Configure observe port feature
ospf 解釋 Open Shortest Path First (OSPF)
ospfv3解釋 OSPF version 3 for IPv6
pim 解釋 Specify PIM(Protocol Independent Multicast) configuration information
ping 解釋 Ping function
policy-based-route 解釋 Specify a policy for policy based routing
port-group 解釋 Port-group
port-isolate 解釋 Port isolate
port-mirroring 解釋 Mirror port
portal 解釋 Configure Portal local server
portswitch 解釋 Switch port between router and switch mode
pppoe 解釋 PPPOE
pw-template 解釋 Specify PW template configuration
qos 解釋 QoS configuration
quit 解釋 Exit from current command view
radius-server 解釋 Add or delete RADIUS server template
refresh 解釋 Refresh routes to I/O board
reset 解釋 Reset operation
return 解釋 Exit to user view
rip 解釋 RIP (Routing Information Protocol)
ripng 解釋 RIPng (Routing information next generation protocol)
rmon 解釋 Specify RMON configuration
rmon2 解釋 Specify RMON2 configuration
route 解釋 Routing Mole
route-policy 解釋 Route-policy
route-policy-change 解釋 Specify route policy change parameter
router 解釋 Configure router information
rrpp 解釋 Rapid ring protection protocol
rsa 解釋 Specify RSA mole configuration information
scp 解釋 Set SCP server
screen-width 解釋 Set screen width
script-string 解釋 Define a modem script-string
sep 解釋 Smart ethernet protection
service 解釋 Toggle service mode. By default it is off
set 解釋 Set
sftp 解釋 Set SFTP service attribute
smart-link 解釋 Smart link configuration information
snmp-agent 解釋 Specify SNMP (Simple Network Management Protocol) configuration information
ssh 解釋 Set the SSH (secure shell) configuration attribute
stack 解釋 Stack
static-lsp 解釋 Static LSP configuration
stelnet 解釋 Set Stelnet service attribute
stp 解釋 Specify Spanning Tree Protocol (STP) configuration information
super 解釋 Modify super password parameters
sysname 解釋 Specify the host name
tcp 解釋 Specify TCP(Transmission Control Protocol) configuration information
telnet 解釋 Set the status of the Telnet service
temperature 解釋 Device temperature
test-aaa 解釋 Accounts test
test-packet 解釋 Set the test packet
tftp 解釋 Establish a TFTP connection
tftp-server 解釋 TFTP server
time-range 解釋 Specify time-range configuration information
trace 解釋 Trace route (switch) to host on Data Link Layer
tracert 解釋 Trace route to host
traffic 解釋 Specify traffic configuration information
traffic-delete 解釋 Delete sacl
traffic-filter 解釋 Filter packets based on acl
traffic-limit 解釋 Limit the rate of the packets based on acl
traffic-mirror 解釋 Mirror packets based on acl
traffic-policy 解釋 Apply specific traffic policy
traffic-redirect 解釋 Redirect packets based on acl
traffic-remark 解釋 Remark packets based on acl
traffic-statistic 解釋 Count packets based on acl
trunk 解釋 Trunk interface
ttl 解釋 Time to live
tunnel-selector 解釋 Tunnel-policy selector
udp-helper 解釋 UDP Helper
undo 解釋 Cancel current configuration
unknown-unicast 解釋 Unknown unicast
upgrade 解釋 Upgrade software online
user-bind 解釋 User bind
user-group 解釋 User group
user-interface 解釋 Configure the user terminal interface
vlan 解釋 Virtual LAN
voice-vlan 解釋 Voice VLAN
vrrp 解釋 Specify configuration information about VRRP
web-auth-server 解釋 Portal authentication server
⑹ 華為查看配置命令是什麼
無線路由器是單純型AP與寬頻路由器的一種結合體,是帶有無線覆蓋功能的路由器,主要應用於用戶上網和無線覆蓋。下面是我給大家整理的一些有關華為查看配置命令大全,希望對大家有幫助!
華為查看配置命令大全
華為路由器簡單配置(老命令行)
en 進入特權模式
conf 進入全局配置模式
in s0 進入 serial 0 埠配置
ip add xxx.xxx.xxx.xxx xxx.xxx.xxx.xxx 添加ip 地址和掩碼,電信分配
enca hdlc/ppp 捆綁鏈路協議 hdlc 或者 ppp
ip unn e0
exit 回到全局配置模式
in e0 進入以太介面配置
ip add xxx.xxx.xxx.xxx xxx.xxx.xxx.xxx 添加ip 地址和掩碼,電信分配
exit 回到全局配置模式
ip route 0.0.0.0 0.0.0.0 s 0 添加路由表
ena password 口令
write
exit
以上根據中國電信 ddn 專線多數情況應用
普通用戶模式
enable 轉入特權用戶模式
exit 退出配置
help 系統幫助簡述
language 語言模式切換
ping 檢查網路主機連接及主機是否可達
show 顯示系統運行信息
telnet 遠程登錄功能
tracert 跟蹤到目的地經過了哪些路由器
#? 特權用戶模式
clear 清除各項統計信息
clock 管理系統時鍾
configure 進入全局配置模式
debug 開啟調試開關
disable 返回普通用戶模式
download 下載新版本軟體和配置文件
erase 擦除FLASH中的配置
exec-timeout 打開EXEC超時退出開關
exit 退出配置
first-config 設置或清除初次配置標志
help 系統幫助簡述
language 語言模式切換
monitor 打開用戶屏幕調試信息輸出開關
no 關閉調試開關
ping 檢查網路主機連接及主機是否可達
reboot 路由器重啟
setup 配置路由器參數
show 顯示系統運行信息
telnet 遠程登錄功能
tracert 跟蹤到目的地經過了哪些路由器
unmonitor 關閉用戶屏幕調試信息輸出開關
write 將當前配置參數保存至FLASH MEM中
全局配置模式
aaa-enable 使能配置AAA(認證,授權和計費)
access-list 配置標准訪問表
arp 設置靜態ARP人口
chat-script 生成一個用在modem上的執行腳本
custom-list 創建定製隊列列表
dialer-list 創建dialer-list
dram-wait 設置DRAM等待狀態
enable 修改ENABLE口令
exit 退出全局配置模式
firewall 配置防火牆狀態
flow-interval 設置流量控制時間間隔
frame-relay 幀中繼全局配置命令集
ftp-server FTP 伺服器
help 系統幫助命令簡述
host 添加主機名稱和其IP地址
hostname 修改主機名
ifquelen 更改介面隊列長度
interface 選擇配置介面
ip 全局IP配置命令子集
ipx 全局IPX配置命令子集
loghost 設置日誌主機IP地址
logic-channel 配置邏輯通道
login 啟動EXEC登錄驗證
modem-timeout 設置 modem 超時時間
multilink 配置multilink 用戶使用的介面
multilink-user 配置multilink 用戶使用的介面
natserver 設置FTP,TELNET,WWW服務的IP地址
no 關閉某些參數開關
priority-list 創建優先順序隊列列表
router 啟動路由處理
settr 設置時間范圍
snmp-server 修改SNMP參數
tcp 配置全局TCP參數
timerange 啟動或關閉時間區域
user 為PPP驗證向系統中加入用戶
vpdn 設置VPDN
vpdn-group 設置VPDN組
x25 X.25協議分組層
⑺ 華為路由交換常用命令集合
>system-view 進入用戶模式
>display courrent-config 查看當前配置情況
>display version 察看交換機上IOS版本
>sysname>hostname 交換機名稱 如:Hostname 2403A 此交換機名為2403A
>dispaly interface 查看關於全部介面的統計表
>dispaly int ?查看所有可用的乙太網和快速乙太網的命令
.>dispaly int Ethernet ? 乙太網
>dispaly int e 0/2 來查看關於2介面的統計表
>reset saved-configuration 刪除flash或NVRAM中的配置信息.原始值
==================================================================
交換機埠基本配置:
1、配置埠:
第一步:system-view 進入系統配置狀態
第二步:interface{port-range} 進入埠配置狀態
第三步: quit 退出
第四步:display interfaces[interface-id] 驗證埠配置
第五步:sasve current-config 保存
2、配置埠速率及雙工模式 可配置以太口為10/100Mbps及10/100/1000Mbps,但GBIC埠吵能配置速率及雙工模式。 當要連接不支持自適應的其它1000埠時。
第一步:system-view 進入配置狀態
第二步:interface interface-id 進入埠配置狀態
第三步:plex{10|100|1000|auto|} 設置埠速率
第四步:plex{auto|full|half} 設置全雙工或半雙工
第五步:quit 退出
第六步:display current-configuration 顯示有關配置情況
第七步:save 退出
3、埠描述
第一步: system-view 進入配置狀態
第二步: interface interface-id 進入要加入描述的埠
第三步: description string 加入描述的埠
第四步: quit 退出
第五步: dispaly interface interface-id descriptoin or dispaly current-config 驗證
第六步: save 保存
4、監控及維護埠
display interfaces[interface-id] 顯示所有埠或某一埠的狀態和配置
display version 顯示軟硬體等情況
5、關閉和打開埠
第一步;system-view 進入配置狀態
第二步;interface{vlan vlan-id} | {{fastethernet|gigabitethernet}interface-id}| {port-channel port-channet-number} 選擇要關閉的埠
第三步:undo(也可能是shutdown) 關閉
第四步:quit 退出
第五步:display current-config 驗證 註:使用no undo(no shutdown)重新打開埠 如;system-view [switch]interface fastethernet0/5 [switchfastethernet0/5] undo
===================================================================== 配置vlan
1、生成、修改乙太網VLAN
第一步:system-view 進入配置狀態
第二步:vlan vlan-id 輸入一個VLAN號,然後進入VLAN配置狀態, 可以輸入一個新的VLAN號或舊的來進行修改。
第三步:Name vlan-name (可選)輸入一個VLAN名,如果沒有配置VLAN名 預設的名字是VLAN號前面用0填滿4位數。如 VLAN0004是VLAN4的預設名字。
第四步:quit 退出
第五步:save (可選)保存配置 舉例如下: system-view [switch] vlan 20 [switch vlan 20] port E0/10 to E0/12 [switch vlan 20] quit
2、刪除VLAN
第一步: system-view 進入配置狀態
第二步: no vlan vian-id 刪除某一VLAN
第三步: quit 退出
第四步: display vlan brief 驗證
第五步: save 保存
3、將埠分配給一個VLAN
第一步:system-view 進入配置狀態
第二步:interface interface-id 進入要分配的埠
第三步:port access vlan vlan-id 把埠分配給某一VLAN
第四步:quit
第五步:save
=====================================================================
顯示 歷史 命令 display history-command 顯示用戶鍵入的 歷史 命令。
顯示系統配置信息:操作步驟執行命令display version,顯示系統版本。
執行命令display clock,顯示系統時鍾。
執行命令display saved-configuration,顯示起始配置信息。
執行命令display current-configuration,顯示當前配置信息顯示系統運行狀態操作步驟
執行命令display debugging [ interface interface-type interface-number ] [ mole-name ],顯示調試開關狀態。
執行命令display this,顯示當前視圖的運行配置。
收集系統診斷信息操作步驟執行命令display diagnostic-information [ file-nme ],顯示系統診斷信息。 在系統出現故障或日常維護時,為了便於問題定位,需要收集很多的信息,但相應的display命令很多,很難一次把信息收集全,這時可以使用display diagnostic-information命令進行系統當前各個模塊的運行信息收集。
display diagnostic-information命令一次性收集了如下命令後的終端顯示的信息,包括:display clock、display version、display cpu、display interface、display current-configuration、display saved-configuration、display history-command等。
=====================================================================
⑻ 華為交換機從特權到全局的命令是什麼 華為交換機幾種模式的切換命令是什麼
華為交換機切換命令如下:
(8)華為命令集擴展閱讀:
VRP結構:
VRP平台以TCP/IP協議棧為核心,實現了數據鏈路層、網路層和應用層的多種協議,在操作系統中集成了路由技術、QoS技術、VPN技術、安全技術和IP語音技術等數據通信要件,並以IP轉發引擎(TurboEngine)技術作為基礎,為網路設備提供了出色的數據轉發能力。
IP轉發引擎:包括傳統IP報文轉發、IP快速轉發、QoS服務質量、策略路由、安全能力及防火牆等。
廣域網互聯:支持PPP/MP、SLIP、HDLC/SDLC、X.25、Frame Relay、LAPB、ISDN和Ethernet等。
路由協議:支持RIP、OSPF、BGP、IGRP、EIGRP、PIM、DVMRP、BGMP等。
IP業務:支持ARP/Proxy ARP、NAT、DNS、DHCP中繼、VLAN、SNA、VoIP和VPN等。
配置管理能力:支持命令行配置、日誌告警、調試信息、SNMP管理等。
系統配置文件:
VRP系統配置文件是VRP命令行的集合,用戶可將當前配置保存到配置文件中,以便在交換機重啟後這些配置能夠繼續生效。另外,通過配置文件用戶可以非常方便地查閱配置信息,也可以將配置文件上傳到其它的交換機上,實現交換機的批量配置。
配置文件為文本文件,其規則如下:
1、以命令格式保存。
2、為了節省空間,只保存非預設的參數。
3、以命令視圖為基本框架,同一命令視圖的命令組織在一起,形成一節,節與節之間通常用空行或注釋行隔開(以「#」開始的為注釋行)。空行或注釋行可以是一行或多行。
4、文件中各節的順序安排通常為:全局配置、介面配置、各種協議配置和用戶界面配置。
5、配置文件必須以「.cfg」或「.zip」作為擴展名,而且必須存放在存儲交換機的根目錄下。