724-746-5500 | blackbox.com
Page 194
Chapter 7: Command-Line Management
3. Command Syntax:
set port gmrp enable | disable all | IF_NAME
enable Enable GMRP on Layer-2 switch port
disable Disable GMRP on Layer-2 switch port
all All ports added to recently configured bridge
IF_NAME Specify the name of the interface.
4. Example:
The following example enables GMRP on interface fe1 (port 1):
switch_a(config)#set port gmrp enable fe1
switch_a(config)#
The following example enables GMRP on all ports:
switch_a(config)#set port gmrp enable all
switch_a(config)#
GMRP Registration:
1. Command Mode: Configure mode
Logon to Configure Mode (Configure Terminal Mode).
The switch_a(config)# prompt will show on the screen.
switch_a(config)#
2. Usage:
Use this command to set GMRP registration type for all ports for a given bridge.
3. Command Syntax:
set gmrp registration normal | fixed | forbidden IF_NAME
normal Specify dynamic GMRP multicast registration and deregistration on the port.
fixed Specify the multicast groups currently registered on the switch are applied to the port, but any subsequent registrations or
deregistrations do not affect the port. Any registered multicast groups on the port are not deregistered based on the GARP
timers.
forbidden Specify that all GMRP multicasts are deregistered, and prevent any further GMRP multicast registration on the port.
IF_NAME Defines a text string used as the name of the interface; ASCII string from 1 to 16 characters.
4. Example:
The following example sets interface fe1 (port 1) to normal registration:
switch_a(config)#set gmrp registration normal fe1
switch_a(config)#
GMRP Forward All:
1. Command Mode: Configure mode
Logon to Configure Mode (Configure Terminal Mode).
The switch_a(config)# prompt will show on the screen.