165GVRP configuration examplesGVRP normal registration mode configuration exampleNetwork requirementsAs shown in Figure 47,• Device A and Device B are connected through their GigabitEthernet 1/0/1 ports.• Enable GVRP and configure the normal registration mode on ports to enable the registration andderegistration of dynamic and static VLAN information between the two devices.Figure 47 Network diagram for GVRP normal registration mode configurationConfiguration procedure1. Configure Device A# Enable GVRP globally. system-view[DeviceA] gvrp# Configure port GigabitEthernet 1/0/1 as a trunk port, and assign it to all VLANs.[DeviceA] interface gigabitethernet 1/0/1[DeviceA-GigabitEthernet1/0/1] port link-type trunk[DeviceA-GigabitEthernet1/0/1] port trunk permit vlan all# Enable GVRP on trunk port GigabitEthernet 1/0/1.[DeviceA-GigabitEthernet1/0/1] gvrp[DeviceA-GigabitEthernet1/0/1] quit# Create VLAN 2 (a static VLAN).[DeviceA] vlan 2[DeviceA-vlan2] quit2. Configure Device B# Enable GVRP globally. system-view[DeviceB] gvrp# Configure port GigabitEthernet 1/0/1 as a trunk port, and assign it to all VLANs.[DeviceB] interface gigabitethernet 1/0/1[DeviceB-GigabitEthernet1/0/1] port link-type trunk[DeviceB-GigabitEthernet1/0/1] port trunk permit vlan all# Enable GVRP on trunk port GigabitEthernet 1/0/1.[DeviceB-GigabitEthernet1/0/1] gvrp[DeviceB-GigabitEthernet1/0/1] quit# Create VLAN 3 (a static VLAN).[DeviceB] vlan 3