1-8[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 trunk port 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# Display dynamic VLAN information on Device A.[DeviceA] display vlan dynamicNow, the following dynamic VLAN exist(s):3# Display dynamic VLAN information on Device B.[DeviceB] display vlan dynamicNow, the following dynamic VLAN exist(s):2GVRP Configuration Example IINetwork requirementsConfigure GVRP for dynamic VLAN information registration and update among devices. Specify fixedGVRP registration on Device A and normal GVRP registration on Device B.Figure 1-3 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 fixed on the port.[DeviceA-GigabitEthernet1/0/1] gvrp[DeviceA-GigabitEthernet1/0/1] gvrp registration fixed