1-10GVRP Configuration Example IIINetwork requirementsTo prevent dynamic VLAN information registration and update among devices, set the GVRPregistration mode to forbidden on Device A and normal on Device B.Figure 1-4 Network diagram for GVRP configurationConfiguration procedure1) Configure Device A# Enable GVRP globally. system-view[DeviceA] gvrp# Configure port GigabitEthernet 1/0/1 as a trunk port, allowing all VLANs to pass through.[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 GigabitEthernet 1/0/1 and set the GVRP registration type to forbidden on the port.[DeviceA-GigabitEthernet1/0/1] gvrp[DeviceA-GigabitEthernet1/0/1] gvrp registration forbidden[DeviceA-GigabitEthernet1/0/1] quit# Create VLAN 2 (a static VLAN).[DeviceA] vlan 22) Configure Device B# Enable GVRP globally. system-view[DeviceB] gvrp# Configure port GigabitEthernet 1/0/1 as a trunk port, allowing all VLANs to pass through.[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 GigabitEthernet 1/0/1.[DeviceB-GigabitEthernet1/0/1] gvrp[DeviceB-GigabitEthernet1/0/1] quit# Create VLAN 3 (a static VLAN).[DeviceB] vlan 33) Verify the configuration