User`s guide
DES-3226S Layer 2 Switch CLI Reference
173
config gvrp
Purpose Used to configure GVRP on the switch.
Syntax
config gvrp [<portlist> | all] {state [enable |
disable]|ingress_checking [enable |
disable]|acceptable_frame[tagged_only |
admit_all]pvid<vlanid 1-4094> }
Description This command is used to configure the Group
VLAN Registration Protocol on the switch. You
can configure ingress checking, the sending and
receiving of GVRP information, and the Port
VLAN ID (PVID).
Parameters
<portlist> − A range of ports for which you want
ingress checking. The port list is specified by
listing the lowest switch number and the
beginning port number on that switch, separated
by a colon. Then the highest switch number,
and the highest port number of the range (also
separated by a colon) are specified. The
beginning and end of the port list range are
separated by a dash. For example, 1:3 specifies
switch number 1, port 3. 2:4 specifies switch
number 2, port 4. 1:3-2:4 specifies all of the
ports between switch 1, port 3 and switch 2, port
4 − in numerical order.
all − Specifies all of the ports on the switch.
state [enable|disable] − Enables or disables
GVRP for the ports specified in the port list.
ingress_checking [enable|disable] − Enables or
disables ingress checking for the specified port
list.
acceptable_frame – This allows a definition of
the type of frame accepted. Acceptable frames
can be limited to tagged frames only
(tagged_only) or can accept tagged and
untagged (accept_all).