[RouterA]
interface ethernet 2/0/1
[RouterA-Ethernet2/0/1]
port link-type trunk
[RouterA-Ethernet2/0/1]
port trunk allow-pass vlan all
[RouterA-Ethernet2/0/1]
quit
[RouterA]
interface ethernet 2/0/2
[RouterA-Ethernet2/0/2]
port link-type trunk
[RouterA-Ethernet2/0/2]
port trunk allow-pass vlan all
[RouterA-Ethernet2/0/2]
quit
# Enable GVRP on the interfaces and set the registration modes for the interfaces.
[RouterA]
interface ethernet 2/0/1
[RouterA-Ethernet2/0/1]
gvrp
[RouterA-Ethernet2/0/1]
gvrp registration normal
[RouterA-Ethernet2/0/1]
quit
[RouterA]
interface ethernet 2/0/2
[RouterA-Ethernet2/0/2]
gvrp
[RouterA-Ethernet2/0/2]
gvrp registration normal
[RouterA-Ethernet2/0/2]
quit
The configuration of RouterB is similar to that of RouterA.
Step 2
Configure RouterC.
# Create VLAN 101 to VLAN 200.
<RouterC>
system-view
[RouterC]
vlan batch 101 to 200
# Enable GVRP globally.
[RouterC]
gvrp
# Set the link type of Ethernet 2/0/1 and Ethernet 2/0/2 to trunk, and configure the interfaces to
allow all VLANs to pass through.
[RouterC]
interface ethernet 2/0/1
[RouterC-Ethernet2/0/1]
port link-type trunk
[RouterC-Ethernet2/0/1]
port trunk allow-pass vlan all
[RouterC-Ethernet2/0/1]
quit
[RouterC]
interface ethernet 2/0/2
[RouterC-Ethernet2/0/2]
port link-type trunk
[RouterC-Ethernet2/0/2]
port trunk allow-pass vlan all
[RouterC-Ethernet2/0/2]
quit
# Enable GVRP on the interfaces and set the registration modes for the interfaces.
[RouterC]
interface ethernet 2/0/1
[RouterC-Ethernet2/0/1]
gvrp
[RouterC-Ethernet2/0/1]
gvrp registration fixed
[RouterC-Ethernet2/0/1]
quit
[RouterC]
interface ethernet 2/0/2
[RouterC-Ethernet2/0/2]
gvrp
[RouterC-Ethernet2/0/2]
gvrp registration normal
[RouterC-Ethernet2/0/2]
quit
Step 3
Verify the configuration.
After the configuration is complete, the branch of Company A can communicate with the
headquarters, and users of Company A in VLAN 101 to VLAN 200 can communicate with users
in Company B.
Run the
display gvrp status
command on RouterA to check whether GVRP is enabled globally.
The following information is displayed:
<RouterA>
display gvrp status
Info: GVRP is enabled.
Huawei AR3200 Series Enterprise Routers
Configuration Guide - LAN
5 GVRP Configuration
Issue 02 (2012-03-30)
Huawei Proprietary and Confidential
Copyright © Huawei Technologies Co., Ltd.
152