Figure 9-18
Networking diagram of local bridging configuration
RouterA
User 2
User 1
VLAN 11
User 3
User 4
Eth4/0/0
10.1.1.1/24 10.1.1.2/24
10.1.1.4/24
10.1.1.3/24
Eth2/0/1
Eth3/0/0
Eth2/0/2
Configuration Roadmap
The configuration roadmap is as follows:
1.
Add User 1 and User 2 to VLAN 11 and then add them to bridge group 1 on VLANIF 11.
Add User 3 to bridge group 1. This allows communication between User 1, User 2, and
User 3.
2.
Add User 4 to bridge group 2 to isolate User 4 from User 1, User 2, and User 3.
Configuration Procedure
1.
Create bridge group 1.
<Huawei>
system-view
[Huawei]
sysname RouterA
[RouterA]
bridge 1
[RouterA-bridge1]
quit
2.
Add Eth2/0/1 and Eth2/0/2 to VLAN 11.
[RouterA]
vlan 11
[RouterA-vlan11]
quit
[RouterA]
interface ethernet 2/0/1
[RouterA-Ethernet2/0/1]
port link-type access
[RouterA-Ethernet2/0/1]
port default vlan 11
[RouterA-Ethernet2/0/1]
quit
[RouterA]
interface ethernet 2/0/2
[RouterA-Ethernet2/0/2]
port link-type access
[RouterA-Ethernet2/0/2]
port default vlan 11
[RouterA-Ethernet2/0/2]
quit
3.
Add VLANIF 11 and Eth4/0/0 to bridge group 1.
[RouterA]
interface ethernet 4/0/0
[RouterA-Ethernet4/0/0]
bridge 1
[RouterA-Ethernet4/0/0]
quit
[RouterA]
interface vlanif 11
[RouterA-Vlanif11]
bridge 1
[RouterA-Vlanif11]
quit
4.
Create bridge group 2.
[RouterA]
bridge 2
Huawei AR530&AR550 Series Industrial Switch Routers
Configuration Guide - Ethernet Switching
9 Transparent Bridging Configuration
Issue 01 (2014-11-30)
Huawei Proprietary and Confidential
Copyright © Huawei Technologies Co., Ltd.
381