D-Link DES-3200 Switch User Manual


 
xStack® DES-3200 Series Layer 2 Ethernet Managed Switch CLI Reference Guide
150
Example usage:
To display the PVID auto-assignment state:
DES-3200-28:4#show pvid auto_assign
Command: show pvid auto_assign
PVID Auto-assignment: Enabled
DES-3200-28:4#
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>} (1)
Description
This command is used to configure the Group VLAN Registration
Protocol on the Switch. Ingress checking, the sending and receiving
of GVRP information, and the Port VLAN ID (PVID) can be
configured.
Parameters
<portlist> A port or range of ports for which users want to enable
GVRP for.
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 [tagged_only | admit_all] – This parameter states
the frame type that will be accepted by the Switch for this function.
tagged_only implies that only VLAN tagged frames will be accepted,
while admit_all implies tagged and untagged frames will be accepted
by the Switch.
pvid <vlanid 1-4094> Specifies the default VLAN associated with
the port.
Restrictions
Only Administrator-level users can issue this command.
Example usage:
To set ingress checking status and the sending and receiving of GVRP information:
DES-3200-28:4#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.
DES-3200-28:4#