當前位置:首頁 » 數據倉庫 » 華三交換機如何配置
擴展閱讀
webinf下怎麼引入js 2023-08-31 21:54:13
堡壘機怎麼打開web 2023-08-31 21:54:11

華三交換機如何配置

發布時間: 2022-01-13 06:53:19

⑴ 華三交換機怎麼配置的咋一步一步的實現配置的求解!謝謝知情人士教學!

如果你是h3c的用戶,只需要提出配置要求,h3c的技術支持會給你配置好,你只需要問明白該配置用到的命令和作用,能夠自己維護就可以了。如果你想學習h3c網路設備的配置,需要專門參加h3c的網路工程師培訓。

⑵ 華三交換機配置

TELNET配置
user-interface vty 0 4
authentication-mode aaa

aaa
local-user 用戶名 password cipher 密碼
local-user 用戶名 service-type telnet
local-user 用戶名 level 3

2.直接在全局模式
vlan X 就可以配置VLAN了
VLAN間路由,你網關設備是什麼啊
交換機:
介面配置TRUNK
interface ethe xx
port link-type trunk
port trunk allow-pass vlan xx xx

interface vlan x
ip address 網關 子網掩碼
interface vlan x
ip address 網關 子網掩碼

路由器,你就劃子介面
inter Ethernet 0.1
vlan-type dot1q vid 10
ip address 網關 子網掩碼
inter Ethernet 0.2
vlan-type dot1q vid 20
ip address 網關 子網掩碼
VLAN間用戶就能相互通信了

⑶ H3C交換機配置

分那麼少
給你一些命令你好好看看吧
Cisco路由器交換機配置命令詳解

1. 交換機支持的命令:

交換機基本狀態:
switch: ;
ROM狀態,
路由器是rommon>hostname> ;
用戶模式hostname# ;
特權模式hostname(config)# ;
全局配置模式hostname(config-if)# ;
介面狀態
交換機口令設置:
switch>enable ;
進入特權模式switch#config terminal ;
進入全局配置模式switch(config)#hostname ;
設置交換機的主機名switch(config)#enable secret xxx ;
設置特權加密口令switch(config)#enable password xxa ;
設置特權非密口令switch(config)#line console 0 ;
進入控制台口switch(config-line)#line vty 0 4 ;
進入虛擬終端switch(config-line)#login ;
允許登錄switch(config-line)#password xx ;
設置登錄口令xxswitch#exit ;
返回命令
交換機VLAN設置:
switch#vlan database ;
進入VLAN設置switch(vlan)#vlan 2 ;
建VLAN 2switch(vlan)#no vlan 2 ;
刪vlan 2switch(config)#int f0/1 ;
進入埠1switch(config-if)#switchport access vlan 2 ;
前端口加入vlan 2switch(config-if)#switchport mode trunk ;
設置為干線switch(config-if)#switchport trunk allowed vlan 1,2 ;
設置允許的vlanswitch(config-if)#switchport trunk encap dot1q ;
設置vlan 中繼switch(config)#vtp domain ;
設置發vtp域名switch(config)#vtp password ;
設置發vtp密碼switch(config)#vtp mode server ;
設置發vtp模式switch(config)#vtp mode client ;
設置發vtp模式
交換機設置IP地址:
switch(config)#interface vlan 1 ;
進入vlan 1switch(config-if)#ip address ;
設置IP地址switch(config)#ip default-gateway ;
設置默認網關switch#dir flash: ;
查看快閃記憶體
交換機顯示命令:
switch#write ;
保存配置信息switch#show vtp ;
查看vtp配置信息switch#show run ;
查看當前配置信息switch#show vlan ;
查看vlan配置信息switch#show interface ;
查看埠信息switch#show int f0/0 ;
查看指定埠信息
2. 路由器支持的命令:

路由器顯示命令:
router#show run ;
顯示配置信息router#show interface ;
顯示介面信息router#show ip route ;
顯示路由信息router#show cdp nei ;
顯示鄰居信息router#reload ;重新起動
路由器口令設置:
router>enable ;
進入特權模式router#config terminal ;
進入全局配置模式router(config)#hostname ;
設置交換機的主機名router(config)#enable secret xxx ;
設置特權加密口令router(config)#enable password xxb ;
設置特權非密口令router(config)#line console 0 ;
進入控制台口router(config-line)#line vty 0 4 ;
進入虛擬終端router(config-line)#login ;
要求口令驗證router(config-line)#password xx ;
設置登錄口令xxrouter(config)#(Ctrl+z) ;
返回特權模式router#exit ;返回命令
路由器配置:
router(config)#int s0/0 ;
進入Serail介面router(config-if)#no shutdown ;
激活當前介面router(config-if)#clock rate 64000 ;
設置同步時鍾router(config-if)#ip address ;
設置IP地址router(config-if)#ip address second ;
設置第二個IProuter(config-if)#int f0/0.1 ;
進入子介面router(config-subif.1)#ip address ;
設置子介面IProuter(config-subif.1)#encapsulation dot1q ;
綁定vlan中繼協議router(config)#config-register 0x2142 ;
跳過配置文件router(config)#config-register 0x2102 ;
正常使用配置文件router#reload ;重新引導
路由器文件操作:
router# running-config startup-config ;
保存配置router# running-config tftp ;
保存配置到tftprouter# startup-config tftp ;
開機配置存到tftprouter# tftp flash: ;
下傳文件到flashrouter# tftp startup-config;
下載配置文件ROM狀態:Ctrl+Break ;
進入ROM監控狀態rommon>confreg 0x2142 ;
跳過配置文件rommon>confreg 0x2102 ;
恢復配置文件rommon>reset ;
重新引導rommon> xmodem: flash: ;
從console傳輸文件rommon>IP_ADDRESS=10.65.1.2 ;
設置路由器IPrommon>IP_SUBNET_MASK=255.255.0.0 ;
設置路由器掩碼rommon>TFTP_SERVER=10.65.1.1 ;
指定TFTP伺服器IPrommon>TFTP_FILE=c2600.bin ;
指定下載的文件rommon>tftpdnld ;
從tftp下載rommon>dir flash: ;
查看快閃記憶體內容rommon>boot ;引導IOS
靜態路由:
ip route ;
命令格式router(config)#ip route 2.0.0.0 255.0.0.0 1.1.1.2 ;
靜態路由舉例router(config)#ip route 0.0.0.0 0.0.0.0 1.1.1.2 ;默認路由舉例
動態路由:
router(config)#ip routing ;
啟動路由轉發router(config)#router rip ;
啟動RIP路由協議。router(config-router)#network ;
設置發布路由router(config-router)#negihbor ;點對點幀中繼用。
幀中繼命令:
router(config)#frame-relay switching ;
使能幀中繼交換router(config-s0)#encapsulation frame-relay ;
使能幀中繼router(config-s0)#fram-relay lmi-type cisco ;
設置管理類型router(config-s0)#frame-relay intf-type DCE ;
設置為DCErouter(config-s0)#frame-relay dlci 16 ;router(config-s0)#frame-relay local-dlci 20 ;
設置虛電路號router(config-s0)#frame-relay interface-dlci 16 ;
router(config)#log-adjacency-changes ;
記錄鄰接變化router(config)#int s0/0.1 point-to-point ;
設置子介面點對點router#show frame pvc ;
顯示永久虛電路router#show frame map ;顯示映射
基本訪問控制列表:
router(config)#access-list permit|deny router(config)#interface ;
default:deny anyrouter(config-if)#ip access-group in|out ;
default: Out

例1:router(config)#access-list 4 permit 10.8.1.1router(config)#access-list 4 deny 10.8.1.0 0.0.0.255
router(config)#access-list 4 permit 10.8.0.0 0.0.255.255
router(config)#access-list 4 deny 10.0.0.0 0.255.255.255
router(config)#access-list 4 permit any
router(config)#int f0/0router(config-if)#ip access-group 4 in
擴展訪問控制列表:
access-list permit|deny icmp <DESTINATIONIPwild>[type]access-list permit|deny tcp <DESTINATIONIPwild>[port]

例3:router(config)#access-list 101 deny icmp any 10.64.0.2 0.0.0.0 echorouter(config)#access-list 101 permit ip any any
router(config)#int s0/0
router(config-if)#ip access-group 101 in

例3:router(config)#access-list 102 deny tcp any 10.65.0.2 0.0.0.0 eq 80
router(config)#access-list 102 permit ip any any
router(config)#interface s0/1
router(config-if)#ip access-group 102 out
刪除訪問控制例表:
router(config)#no access-list 102

router(config-if)#no ip access-group 101 in
路由器的nat配置
Router(config-if)#ip nat inside ;
當前介面指定為內部介面Router(config-if)#ip nat outside ;
當前介面指定為外部介面Router(config)#ip nat inside source static [p] <私有IP><公網IP> [port]
Router(config)#ip nat inside source static 10.65.1.2 60.1.1.1
Router(config)#ip nat inside source static tcp 10.65.1.3 80 60.1.1.1 80
Router(config)#ip nat pool p1 60.1.1.1 60.1.1.20 255.255.255.0
Router(config)#ip nat inside source list 1 pool p1
Router(config)#ip nat inside destination list 2 pool p2
Router(config)#ip nat inside source list 2 interface s0/0 overload
Router(config)#ip nat pool p2 10.65.1.2 10.65.1.4 255.255.255.0 type rotary
Router#show ip nat translationrotary 參數是輪流的意思,地址池中的IP輪流與NAT分配的地址匹配。overload參數用於PAT 將內部IP映射到一個公網IP不同的埠上。
外部網關協議配置:
routerA(config)#router bgp 100
routerA(config-router)#network 19.0.0.0
routerA(config-router)#neighbor 8.1.1.2 remote-as 200
配置PPP驗證:
RouterA(config)#username password
RouterA(config)#int s0
RouterA(config-if)#ppp authentication {chap|pap}
3.PIX防火牆命令
Pix525(config)#nameif ethernet0 outside security0 ;
命名介面和級別Pix525(config)#interface ethernet0 auto ;
設置介面方式Pix525(config)#interface ethernet1 100full ;
設置介面方式Pix525(config)#interface ethernet1 100full shutdown
Pix525(config)#ip address inside 192.168.0.1 255.255.255.0
Pix525(config)#ip address outside 133.0.0.1 255.255.255.252
Pix525(config)#global (if_name) natid ip-ip ;定義公網IP區間
Pix525(config)#global (outside) 1 7.0.0.1-7.0.0.15 ;
例句Pix525(config)#global (outside) 1 133.0.0.1 ;
例句Pix525(config)#no global (outside) 1 133.0.0.1 ;
去掉設置Pix525(config)#nat (if_name) nat_id local_ip [netmark]
Pix525(config)#nat (inside) 1 0 0內網所有主機(0代表0.0.0.0)可以訪問global 1指定的外網。
Pix525(config)#nat (inside) 1 172.16.5.0 255.255.0.0內網172.16.5.0/16網段的主機可以訪問global 1指定的外網。
Pix525(config)#route if_name 0 0 gateway_ip [metric] ;
命令格式Pix525(config)#route outside 0 0 133.0.0.1 1 ;
例句Pix525(config)#route inside 10.1.0.0 255.255.0.0 10.8.0.1 1 ;
例句Pix525(config)#static (inside, outside) 133.0.0.1 192.168.0.8表示內部ip地址192.168.0.8,訪問外部時被翻譯成133.0.0.1全局地址。
Pix525(config)#static (dmz, outside) 133.0.0.1 172.16.0.8中間區域ip地址172.16.0.8,訪問外部時被翻譯成133.0.0.1全局地址。

⑷ 華三交換機配置命令

華三交換機配置命令如下:

<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:顯示用戶界面狀態

(4)華三交換機如何配置擴展閱讀:

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地址的數據包將僅送往其對應的埠,而不是所有的埠。因此,交換機可用於劃分數據鏈路層廣播,即沖突域;但它不能劃分網路層廣播,即廣播域。

參考資料:網路—交換機

參考資料:網路—交換機命令

⑸ H3C交換機配置需要什麼怎麼操作

操作之前你要先把理論學清楚,理論不行,你配置肯定是玩不下去的。

⑹ H3C三層交換機如何配置

在三層交換機上啟用路由功能,想做出你說的訪問功能就用通過策略來實現了。寫一條策略應用到VLAN1下面。禁止VLAN2訪問VLAN1,rule
1 deny
source
2.2.2.0
0.0.0.255
架設這個地址段是VLAN2的,然後在vlan1下面應用為in的流量命令為
packet-filter
vlan
1
inbound
ip-group
1至於上網流量限制可以[Sysname]
interface
vlan2
進入介面[Sysname-vlan2] line-rate
outbound
2000設置上傳[Sysname-vlan2] line-rate
inbound 4000
設置下載大小你看著辦了,單位是K有問題再找我,如果可以的話記得採納我哦,歡迎到我的團隊來提問

⑺ H3C交換機埠配置

1、華三的盒式交換機,一般情況,第一個數字都是1,所以9口一般都是1/0/9,14口一般都是1/0/14,至於是G還是E,那麼就取決於你的交換機是百兆還是千兆了,如果是百兆,那麼就是E,如果是千兆,那麼就是G;
2、G代表的是千兆口,E代表的是百兆口,至於FE跟E一樣,GE跟G一樣;
3、G2/0/14,分別代表:2代表是2號槽位,0一般沒有實際意義,14代表第14號埠,華三的盒式交換機,默認一般槽位都是以1命名,所以盒式交換機你一般是不可能見著2開頭的埠的,除非你是做了虛擬化或者用命令行改過。而華為的一般都是以0開始的,所以華為的埠一般都是、0/0/1等。至於那個14,我說的是第14號埠,並不是第14個埠,因為有些交換機是從0開始的,所以14就是第十五個口。但是盒式交換機很少有這種情況是從0開始的,一般出現在框式交換機上。
普通盒式交換機,默認面板上面看見的埠就是在一個槽位上的,你看見的那些埠就是一個槽位。當然,如果是可以擴展板卡的交換機,那個槽位一般是在交換機背面,那種型號一般都帶C的,比如華為的5720-36C-EI-AC,那個36C中的C就是代表可以擴展,但是盒式的交換機多數是只能擴展4個埠。也就是說,主要看型號,凡是不帶C的,就是只有一個槽位(框式交換機除外),帶C的,就有2個或者更多槽位。也有特殊的型號,比如華三的5800系列有些型號可以擴展幾個槽位。

⑻ H3C交換機如何配置

  • 連接線路:

    1、電源線連接成功時交換機會有聲音。

    2、一條外網的網線接入24個千兆口中任意一個,使用另外的介面連接電腦。如需使用超級終端對交換機進行配置,需申請console線連接console介面。

⑼ 華三交換機三線網路如何配置

如圖1所示,在兩個網路中的主機上採用交換機配置的主IP地址和從IP地址作為網關,實現兩個網段的主機都可以通過Switch與外部網路通信。
圖1 IP地址配置組網圖

一、配置方法步驟
1. Switch的配置
# 配置VLAN介面1的主IP地址和從IP地址。
<Switch> system-view
[Switch] interface vlan-interface 1
[Switch-Vlan-interface1] ip address 172.16.1.1 255.255.255.0
[Switch-Vlan-interface1] ip address 172.16.2.1 255.255.255.0 sub
[Switch-Vlan-interface1] return
2. 主機的配置
# 在172.16.1.0/24網段中的主機上配置網關為172.16.1.1;在172.16.2.0/24網段中的主機上配置網關為172.16.2.1。

3、驗證配置
# 使用ping命令檢測Switch與網路172.16.1.0/24內主機的連通性。
<Switch> ping 172.16.1.2
PING 172.16.1.2: 56 data bytes, press CTRL_C to break
Reply from 172.16.1.2: bytes=56 Sequence=1 ttl=255 time=25 ms

⑽ H3C交換機如何配置VLAN

1、電腦上遠程telnet交換機,在命令行下輸入telnet 192.168.10.1,這里192.168.10.1是H3C交換機的遠程管理地址。