xStack® DGS-3620 Series Layer 3 Managed Stackable Gigabit Switch CLI Reference Guide
1275
Example
To display 802.1q port settings for ports 1 to 3:
DGS-3620-28PC:admin#show port_vlan 1-3
Command: show port_vlan 1-3
Port PVID GVRP Ingress Checking Acceptable Frame Type
------- ---- -------- ---------------- ----------------------------
1 1 Disabled Enabled All Frames
2 1 Disabled Enabled All Frames
3 1 Disabled Enabled All Frames
Total Entries : 3
121-9 config gvrp
Description
This command is used to set the GVRP timer's value and GVRP PDU MAC address.
Format
config gvrp [timer [join | leave | leaveall] <value 100-100000> | nni_bpdu_addr [dot1d |
dot1ad]]
Parameters
timer – Specifies GVRP timer.
join - Specifies the Join time will be set. The default value is 200 milliseconds.
leave - Specifies the Leave time will be set. The default value is 600 milliseconds.
leaveall - Specifies the LeaveAll time. The default value is 10000 milliseconds.
<value 100-100000> - Enter the time value. The value range is 100 to 100000 milliseconds. In
addition, the Leave time should greater than 2 Join times and the LeaveAll time should greater
nni_bpdu_addr - Determine the BPDU protocol address for GVRP in service provide site. It can
use 802.1d GVRP address, or 802.1ad service provider GVRP address.
dot1d - Specifies a 802.1d GVRP address.
dot1ad - Specifies a 802.1ad service provider GVRP address.
Restrictions
Only Administrators, Operators and Power-Users can issue this command.
Example
To set the Join time to 200 milliseconds:
DGS-3620-28PC:admin#config gvrp timer join 200
Command: config gvrp timer join 200
Success.