Configuration Guide     202
Configuring GVRP GVRP Configuration
Step 9 end
Return to privileged EXEC mode.
Step 10 copy running-config startup-config
Save the settings in the configuration file.
Note:
• 
The member port of an LAG follows the configuration of the LAG and not its own. The 
configurations of the port can take effect only after it leaves the LAG.
• 
The egress rule of the ports dynamically added to the VLAN is tagged.
• 
The egress rule of the fixed port should be tagged.
• 
When setting the timer values, make sure the values are within the required range. The value 
for LeaveAll should be greater than or equal to ten times the Leave value. The value for Leave 
should be greater than or equal to two times the Join value.
The following example shows how to enable GVRP globally and on port 1/0/1, configure the 
GVRP registration mode as fixed and keep the values of timers as default:
Switch#configure
Switch(config)#gvrp
Switch(config)#interface gigabitEthernet 1/0/1
Switch(config-if)#gvrp
Switch(config-if)#gvrp registration fixed
Switch(config-if)#show gvrp global
GVRP Global Status
------------------
Enabled
Switch(config-if)# show gvrp interface gigabitEthernet 1/0/1
Port            Status       Reg-Mode      LeaveAll    JoinIn     Leave    LAG
----             ------          --------             --------        ------      -----         ---
Gi1/0/1     Enabled     Fixed               1000            20           60            N/A
Switch(config-if)#end
Switch#copy running-config startup-config