GVRP Commands
OmniSwitch 6250 CLI Reference Guide November 2009 page 23-3
gvrp port
Enables GVRP on a specific port or an aggregate of ports on the switch.
gvrp {linkagg agg_num | port slot/port}
no gvrp {linkagg agg_num | port slot/port}
Syntax Definitions
slot/port The slot number for the module and the physical port number on that
module (e.g., 3/1 specifies port 1 on slot 3).
agg_num The number corresponding to the aggregate group.
Defaults
By default, GVRP is disabled on the ports.
Platforms Supported
OmniSwitch 6250
Usage Guidelines
• Use the no form of this command to disable GVRP on the specified ports.
• GVRP can be enabled on ports regardless of whether it is globally enabled or not. However, for the
port to become an active participant, you should enable GVRP globally on the switch.
• When GVRP is globally enabled on the switch and is not enabled on the port, that port is excluded
from the GVRP process.
• GVRP can be enabled only on fixed ports, 802.1 Q ports, and aggregate ports. Other ports (mirror
ports, aggregable ports, mobile ports, and MSTI Trunking ports) do not support GVRP.
• To use the agg_num parameter, the link aggregate group should be created and enabled.
Examples
-> gvrp port 3/2
-> no gvrp port 3/2
-> gvrp linkagg 2
Release History
Release 6.6.1; command was introduced.