怎么配置華為多臂路由
怎么配置華為多臂路由
華為的產(chǎn)品主要涉及通信網(wǎng)絡中的交換網(wǎng)絡、傳輸網(wǎng)絡、無線及有線固定接入網(wǎng)絡和數(shù)據(jù)通信網(wǎng)絡及無線終端產(chǎn)品,那么你知道怎么配置華為多臂路由嗎?下面是學習啦小編整理的一些關于怎么配置華為多臂路由的相關資料,供你參考。
配置華為多臂路由的方法:
華為多臂路由配置的試驗,組網(wǎng)很簡單,AR1、client1和client2分別鏈接erhernet 0/0/4組成一個三叉戟形狀的網(wǎng)絡。在huawei模擬器上完成這次組網(wǎng)和設置實驗。其中CLIENT1屬于vlan10,CLIENT2屬于vlan20
接下來看LSW1的配置
首先
vlan batch 10 20 100 to 101 #創(chuàng)建需要使用的所有vlan
[Huawei-Ethernet0/0/4]dis this #連接CLIENT1的4口
#
interface Ethernet0/0/4
port hybrid pvid vlan 10 #這里使用hybird接口,且PVID為vlan 10,端口接收數(shù)據(jù)時會打上vlan 10的標簽
port hybrid untagged vlan 10 20 100 #這里配置此端口發(fā)送帶vlan 10,20,100標簽的數(shù)據(jù)時,剝掉標簽發(fā)送
#
[Huawei-Ethernet0/0/6]di this
#
interface Ethernet0/0/6 #這里的配置與4口差不多
port hybrid pvid vlan 20
port hybrid untagged vlan 10 20 101
#
[Huawei-GigabitEthernet0/0/1]dis this
#
interface GigabitEthernet0/0/1 #連接路由器的1口
port link-type trunk #端口類型trunk
port trunk pvid vlan 100 #端口PVID100,接收時打上vlan100的標簽
port trunk allow-pass vlan 2 to 4094 #允許所有vlan通過
#
[Huawei-GigabitEthernet0/0/2]dis this
#
interface GigabitEthernet0/0/2 #連接路由器的2口,與1口類似
port link-type trunk
port trunk pvid vlan 101
port trunk allow-pass vlan 2 to 4094
#
#
interface Vlanif10 #vlan10下的網(wǎng)關
ip address 192.168.10.254 255.255.255.0
dhcp select interface #vlan 10的dhcp配置
#
interface Vlanif20 #vlan 20下的網(wǎng)關
ip address 192.168.20.254 255.255.255.0
dhcp select interface
#
interface Vlanif100
ip address 192.168.100.254 255.255.255.0
#
interface Vlanif101
ip address 192.168.101.254 255.255.255.0
#
# #靜態(tài)路由
ip route-static 0.0.0.0 0.0.0.0 192.168.100.1
ip route-static 0.0.0.0 0.0.0.0 192.168.101.1
ip route-static 192.168.10.0 255.255.255.0 Ethernet0/0/4
ip route-static 192.168.20.0 255.255.255.0 Ethernet0/0/6
#
AR1上只做了如下設置
#
interface GigabitEthernet0/0/0
ip address 192.168.100.1 255.255.255.0
#
interface GigabitEthernet0/0/1
ip address 192.168.101.1 255.255.255.0
#
#
ip route-static 192.168.10.0 255.255.255.0 192.168.100.254
ip route-static 192.168.20.0 255.255.255.0 192.168.101.254
#
在client1上面pingclient2
要特別注意hybird接口的使用。
看過文章“怎么配置華為多臂路由”的人還看了:
2.華為路由器設置