怎么配置華為多臂路由
怎么配置華為多臂路由
華為的產(chǎn)品主要涉及通信網(wǎng)絡(luò)中的交換網(wǎng)絡(luò)、傳輸網(wǎng)絡(luò)、無(wú)線及有線固定接入網(wǎng)絡(luò)和數(shù)據(jù)通信網(wǎng)絡(luò)及無(wú)線終端產(chǎn)品,那么你知道怎么配置華為多臂路由嗎?下面是學(xué)習(xí)啦小編整理的一些關(guān)于怎么配置華為多臂路由的相關(guān)資料,供你參考。
配置華為多臂路由的方法:
華為多臂路由配置的試驗(yàn),組網(wǎng)很簡(jiǎn)單,AR1、client1和client2分別鏈接erhernet 0/0/4組成一個(gè)三叉戟形狀的網(wǎng)絡(luò)。在huawei模擬器上完成這次組網(wǎng)和設(shè)置實(shí)驗(yàn)。其中CLIENT1屬于vlan10,CLIENT2屬于vlan20
接下來(lái)看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ù)時(shí)會(huì)打上vlan 10的標(biāo)簽
port hybrid untagged vlan 10 20 100 #這里配置此端口發(fā)送帶vlan 10,20,100標(biāo)簽的數(shù)據(jù)時(shí),剝掉標(biāo)簽發(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,接收時(shí)打上vlan100的標(biāo)簽
port trunk allow-pass vlan 2 to 4094 #允許所有vlan通過(guò)
#
[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)關(guān)
ip address 192.168.10.254 255.255.255.0
dhcp select interface #vlan 10的dhcp配置
#
interface Vlanif20 #vlan 20下的網(wǎng)關(guān)
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上只做了如下設(shè)置
#
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接口的使用。
看過(guò)文章“怎么配置華為多臂路由”的人還看了: