Related Configuration Tasks
Configure GVRP Registration
Configure a GARP Timer
Enabling GVRP Globally
To configure GVRP globally, use the following command.
Enable GVRP for the entire switch.
CONFIGURATION mode
gvrp enable
Example of Configuring GVRP
Dell(conf)#protocol gvrp
Dell(config-gvrp)#no disable
Dell(config-gvrp)#show config
!
protocol gvrp
no disable
Dell(config-gvrp)#
To inspect the global configuration, use the show gvrp brief command.
Enabling GVRP on a Layer 2 Interface
To enable GVRP on a Layer 2 interface, use the following command.
Enable GVRP on a Layer 2 interface.
INTERFACE mode
gvrp enable
Example of Enabling GVRP on an Interface
Dell(conf-if-te-1/21/1)#switchport
Dell(conf-if-te-1/21/1)#gvrp enable
Dell(conf-if-te-1/21/1)#no shutdown
Dell(conf-if-te-1/21/1)#show config
!
interface TenGigabitEthernet 1/21
no ip address
switchport
gvrp enable
no shutdown
To inspect the interface configuration, use the show config command from INTERFACE mode or use
the show gvrp interface command in EXEC or EXEC Privilege mode.
GARP VLAN Registration Protocol (GVRP) 363