208 | GARP VLAN Registration Protocol (GVRP)
www.dell.com | support.dell.com
Enabling GVRP Globally
Enable GVRP for the entire switch using the gvrp enable command in CONFIGURATION mode 
(Figure 11-3). Use the 
show gvrp brief command to inspect the global configuration.
Figure 11-3.  Enabling GVRP Globally
Enabling GVRP on a Layer 2 Interface
Enable GVRP on a Layer 2 interface using the gvrp enable command in INTERFACE mode (Figure 11-4). 
Use the 
show config command from INTERFACE mode to inspect the interface configuration 
(Figure 11-4), or use the 
show gvrp interface command in EXEC or EXEC Privilege mode.
Figure 11-4.  Enabling GVRP on a Layer 2 Interface
Configuring GVRP Registration
There are three types of GVRP registration: 
1) Normal Registration
2) Fixed Registration
3) Forbidden Registration.
FTOS(conf)#protocol gvrp
FTOS(conf-gvrp)#no disable
FTOS(conf-gvrp)#show config
!
protocol gvrp
 no disable
FTOS(conf-gvrp)#
FTOS(conf-if-te-1/21)#switchport
FTOS(conf-if-te-1/21)#gvrp enable
FTOSFTOS(conf-if-te-1/21)#no shutdown
FTOS(conf-if-te-1/21)#show config
!
interface TenGigabitEthernet 1/21
 no ip address
 switchport
 gvrp enable
 no shutdown