1-9# Configure port GigabitEthernet 2/0/1 as a trunk port, allowing all VLANs to pass through.[DeviceA] interface GigabitEthernet 2/0/1[DeviceA-GigabitEthernet2/0/1] port link-type trunk[DeviceA-GigabitEthernet2/0/1] port trunk permit vlan all# Enable GVRP on GigabitEthernet 2/0/1.[DeviceA-GigabitEthernet2/0/1] gvrp# Set the GVRP registration type to fixed on the port.[DeviceA-GigabitEthernet2/0/1] gvrp registration fixed[DeviceA-GigabitEthernet2/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 2/0/1 as a trunk port, allowing all VLANs to pass through.[DeviceB] interface GigabitEthernet 2/0/1[DeviceB-GigabitEthernet2/0/1] port link-type trunk[DeviceB-GigabitEthernet2/0/1] port trunk permit vlan all# Enable GVRP on GigabitEthernet 2/0/1.[DeviceB-GigabitEthernet2/0/1] gvrp[DeviceB-GigabitEthernet2/0/1] quit# Create VLAN 3 (a static VLAN).[Sysname] vlan 33) Verify the configuration# Display dynamic VLAN information on Device A.[DeviceA] display vlan dynamicNo dynamic vlans exist!# Display dynamic VLAN information on Device B.[DeviceB] display vlan dynamicNow, the following dynamic VLAN exist(s):2GVRP 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.