Specifications
DGS-3048 Layer 2 Switch CLI Reference Manual
99
DGS3048#
config gvrp
Purpose Used to configure GVRP on the Switch.
Syntax
config gvrp [<portlist> | ch1 | ch2 | ch3 | ch4 | ch5 | ch6 | ch7 |
ch8 | 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. The user 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 to configure GVRP.
ch 1-8 −
assigns ports to a port-channel.
all − Specifies all 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 (admit_all).
pvid <vlanid 1-4094> – Specifies the default VLAN associated with
the port, by VLAN ID.
Restrictions Only administrator-level users can issue this command.
Example usage:
To set the ingress checking status, the sending and receiving GVRP information :
DGS3048#config gvrp 1-4 state enable ingress_checking enable
acceptable_frame tagged_only pvid 2
Command: config gvrp 1-4 state enable ingress_checking enable
acceptable_frame tagged_only pvid 2
Success.
DGS3048#