GVRP
set gvrp
Command Objective: This command enables/disables GVRP in the switch.
Syntax: set gvrp {enable | disable}
Parameter Description:
- enable: Enables GVRP in the switch.
- disable: Disables GVRP in the switch.
Mode: Global Configuration Mode.
set port gvrp
Command Objective: This command enables/disables GVRP on the port.
Syntax: set port gvrp <interface-type> <interface-id> {enable | disable}
Parameter Description:
-
<interface-type>: Configures the specified type of interface. The interface can be:
- gigabitethernet: A version of LAN standard architecture that supports data transfer upto 1 Gigabit per second.
- port-channel: Logical interface that represents an aggregator which contains several ports aggregated together.
-
<interface-id>: Displays the IP interface configuration for the specified interface identifier. This is a unique value that represents the specific interface. This value is a combination of slot number and port number separated by a slash. For Example: 0/1 represents that the slot number is 0 and port number is 1.
- enable: Enables GVRP on the interface.
Mode: Global Configuration Mode.
set garp timer
Command Objective: This command sets GARP timers on the port.
Syntax: set garp timer {join | leave | leaveall} <integer>
Parameter Description:
- join: Interval (in milliseconds) between opportunities to transmit GARP PDUs.
- leave: Time period (in milliseconds) until which the registrar state machine waits in the leave state before entering the empty state.
- leaveall: Frequency (in milliseconds) at which the leaveall state machine generates a leaveall message in a GARP PDU.
- <integer>: Time value(in milliseconds).
Mode: Interface Configuration Mode.
vlan restricted
Command Objective: This command enables/disables restriced VLAN registration on the port.
Syntax: vlan restricted {enable | disable}
Parameter Description:
- enable: Enables the restricted VLAN registration.
- disable: Disables the restricted VLAN registration'
Mode: Interface Configuration Mode.
show garp timer
Command Objective: This command displays GARP timer information on the interfaces.
Syntax: show garp timer [{ port <interface-type> <interface-id> | switch <context_name>}]
Parameter Description:
-
<interface-type>: Configures the specified type of interface. The interface can be:
- gigabitethernet: A version of LAN standard architecture that supports data transfer upto 1 Gigabit per second.
- port-channel: Logical interface that represents an aggregator which contains several ports aggregated together.
-
<interface-id>: Displays the IP interface configuration for the specified interface identifier. This is a unique value that represents the specific interface. This value is a combination of slot number and port number separated by a slash. For Example: 0/1 represents that the slot number is 0 and port number is 1.
- switch<context_name>: Context name.
Mode: Privileged EXEC Mode.
show gvrp statistics
Command Objective: This command displays GVRP statistics on the interfaces.
Syntax: show gvrp statistics [{port <interface-type> <interface-id>}]
Parameter Description:
-
<interface-type>: Configures the specified type of interface. The interface can be:
- gigabitethernet: A version of LAN standard architecture that supports data transfer upto 1 Gigabit per second.
- port-channel: Logical interface that represents an aggregator which contains several ports aggregated together.
-
<interface-id>: Displays the IP interface configuration for the specified interface identifier. This is a unique value that represents the specific interface. This value is a combination of slot number and port number separated by a slash. For Example: 0/1 represents that the slot number is 0 and port number is 1.
Mode: Privileged EXEC Mode.