Configuring GVRP Configuration Example
Configuration Guide  
  209
Switch_1(config)#interface gigabitEthernet 1/0/1
Switch_1(config-if)#switchport general allowed vlan 10 tagged
Switch_1(config-if)#gvrp
Switch_1(config-if)#gvrp registration fixed
Switch_1(config-if)#end
Switch_1#copy running-config startup-config
Configurations for Switch 2
1)  Enable GVRP globally.
Switch_2#configure 
Switch_2(config)#gvrp
2)  Create VLAN 20.
Switch_2(config)#vlan 20
Switch_2(config-vlan)#name Department B 
Switch_2(config-vlan)#exit
3)  Add tagged port 1/0/1 to VLAN 20. Enable GVRP on the port and set the registration 
mode as Fixed.
Switch_2(config)#interface gigabitEthernet 1/0/1
Switch_2(config-if)#switchport general allowed vlan 20 tagged
Switch_2(config-if)#gvrp
Switch_2(config-if)#gvrp registration fixed
Switch_2(config-if)#end
Switch_2#copy running-config startup-config
Configurations for Switch 5
1)  Enable GVRP globally.
Switch_5#configure 
Switch_5(config)#gvrp
2)  Enable GVRP on ports 1/0/1-3.
Switch_5(config)#interface range gigabitEthernet 1/0/1-3
Switch_5(config-if-range)#gvrp 
Switch_5(config-if-range)#end