GVRP Commands
OmniSwitch 6250 CLI Reference Guide November 2009 page 23-15
gvrp restrict-vlan-advertisement 
Restricts the advertisement of VLANs on a specific port or an aggregate of ports.
gvrp restrict-vlan-advertisement {linkagg agg_num | port slot/port} vlan-list
no gvrp restrict-vlan-advertisement {linkagg agg_num | port slot/port} vlan-list
Syntax Definitions
agg_num The number corresponding to the aggregate group.
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).
vlan-list The VLAN ID or the VLAN ID range (e.g., 1-10). 
Defaults
By default, VLAN advertisement is not restricted.
Platforms Supported
OmniSwitch 6250 
Usage Guidelines
• Use the no form of this command to allow the propagation of VLANs.
• GVRP should be enabled on the port before restricting VLAN advertisements on that port.
• This command affects the GVRP processing only if the applicant mode is set to participant or active.
• To use the agg_num parameter, the link aggregate group should be created and enabled.
Examples
-> gvrp restrict-vlan-advertisement port 3/1 4
-> no gvrp restrict-vlan-advertisement port 3/1 4
-> gvrp restrict-vlan-advertisement port 3/1 6-9
-> no gvrp restrict-vlan-advertisement port 3/1 6-9
-> gvrp restrict-vlan-advertisement linkagg 3 10
-> no gvrp restrict-vlan-advertisement linkagg 3 10
Release History
Release 6.6.1; command was introduced.