1-7To do… Use the command… RemarksDisplay the current GVRP statedisplay gvrp state interfaceinterface-type interface-number vlanvlan-idAvailable in any viewDisplay statistics about GVRP display gvrp statistics [ interfaceinterface-list ] Available in any viewDisplay the global GVRP state display gvrp status Available in any viewDisplay the information aboutdynamic VLAN operationsperformed on a portdisplay gvrp vlan-operationinterface interface-typeinterface-numberAvailable in any viewClear the GARP statistics reset garp statistics [ interfaceinterface-list ] Available in user viewGVRP Configuration ExamplesGVRP Configuration Example INetwork requirementsConfigure GVRP for dynamic VLAN information registration and update among devices, adopting thenormal registration mode on ports.Figure 1-2 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 trunk port GigabitEthernet 1/0/1.[DeviceA-GigabitEthernet1/0/1] gvrp[DeviceA-GigabitEthernet1/0/1] quit# Create VLAN 2 (a static VLAN).[DeviceA] vlan 22) Configure Device B# Enable GVRP globally. system-view