Configuration Guide User guide
892 FastIron Configuration Guide
53-1002494-02
Converting a VLAN created by GVRP into a statically-configured VLAN
Changing the Join, Leave, and Leaveall timers
The same CLI command controls changes to the Join, Leave, and Leaveall timers. To change values
to the timers, enter a command such as the following.
Brocade(config-gvrp)#join-timer 1000 leave-timer 3000 leaveall-timer 15000
This command changes the Join timer to 1000 ms, the Leave timer to 3000 ms, and the Leaveall
timer to 15000.
Syntax: [no] join-timer <ms> leave-timer <ms> leaveall-timer <ms>
NOTE
When you enter this command, all the running GVRP timers are canceled and restarted using the
new times specified by the command.
Resetting the timers to their defaults
To reset the Join, Leave, and Leaveall timers to their default values, enter the following command.
Brocade(config-gvrp)#default-timers
Syntax: default-timers
This command resets the timers to the following values:
• Join – 200 ms
• Leave – 600 ms
• Leaveall – 10000 ms
Converting a VLAN created by GVRP into a
statically-configured VLAN
You cannot configure VLAN parameters on VLANs created by GVRP. Moreover, VLANs and VLAN
ports added by GVRP do not appear in the running-config and cannot be saved in the startup-config
file.
To be able to configure and save VLANs or ports added by GVRP, you must convert the VLAN ports
to statically-configured ports.
To convert a VLAN added by GVRP into a statically-configured VLAN, add the ports using commands
such as the following.
Brocade(config)#vlan 22
Brocade(config-vlan-222)#tagged ethernet 1/1 to 1/8
These commands convert GVRP-created VLAN 22 containing ports 1/1 through 1/8 into
statically-configured VLAN 22.
Syntax: [no] vlan <vlan-id>
Syntax: [no] tagged ethernet <port> [to <port> | ethernet <port>]
Use the same commands to statically add ports that GVRP added to a VLAN.