Вы находитесь на странице: 1из 13

Global Broadband No.

Copyright 2013 DASAN Networks, Inc.


GVRP Introduction
Author: Nguyen Hien Thanh

2013-11-26
CONTENTS

1. What is the GVRP protocol


2. GVRP term and concepts
3. GVRP configuration on Dasan Switch
4. GVRP technical comparison
5. GVRP configuration guideline
6. GVRP test case

Copyright 2005 DASAN Networks, Inc.


7. GVRP test report
8. The purpose of GVRP protocol
9. Questions

Month-Date
What is the GVRP protocol

GARP and GVRP are industry-standard protocols that are described in IEEE
802.1p.
GVRP is a GARP application that provides 802.1Q-compliant VLAN pruning
and dynamic VLAN creation on 802.1Q trunk ports.
With GVRP, the switch can exchange VLAN configuration information with

Copyright 2005 DASAN Networks, Inc.


other GVRP switches, prune unnecessary broadcast and unknown unicast
traffic, and dynamically create and manage VLANs on switches that are
connected through 802.1Q trunk ports.

Month-Date
GVRP term and concepts

Port GVRP register Normal mode: Vlans Switch will be add/ registration and
deregistration of Vlans to its vlan database, dynamically.
Port GVRP register with Fixed mode: Vlans Switch will be configured by
manual
Port GVRP register with Forbidden mode: GVRP Switch advertise Vlan 1 to

Copyright 2005 DASAN Networks, Inc.


other side for GVRP communicate, only.
JoinEmpty & JoinIn: These messages are used by an applicant to declare an
attribute. Reception of a JoinIn message from other applicants or transmission of
Join messages enables an applicant to register the attribute.
LeaveEmpty & LeaveIn: These messages are used by an applicant to withdraw
its declaration when it is no more associated with an attribute.

Month-Date
GVRP term and concepts

LeaveAll: It is in charge of periodic declarations and registration maintenance.


An applicant periodically sends LeaveAll messages which enable other applicants
to indicate their attributes registered states.
Port GVRP is participant: Port send GVRP PDU that allowed to add its vlan
database on other GVRP switch

Copyright 2005 DASAN Networks, Inc.


Port GVRP is non participant: Port doesnt send GVRP PDU that allowed to add
its Vlan database on other GVRP switch. But, this port is still to receive GVRP
PDU that update its Vlan database.

Month-Date
GVRP configuration on Dasan Switch

GVRP is disable on default configuration


Step 1: enable gvrp
SWITCH(bridge)# gvrp enable
SWITCH(bridge)#
Step 2: enable gvrp on port switch
SWITCH(bridge)# gvrp port add 3,12
SWITCH(bridge)#

Copyright 2005 DASAN Networks, Inc.


Step 3: show gvrp
SWITCH(bridge)# show gvrp
GVRP is enabled on the switch.
<applicant> o: participant, x: non-participant
<registration> N: normal, F: fixed, B: forbidden
-----------------------------------------
| 1 2
Vlan |123456789012345678901234567
-----------------------------------------
default(S) |..o........o...............
|..F........F...............
-----------------------------------------

Month-Date
GVRP technical comparison

Items Specification Dasan Networks Cisco Note


GVRP global enable sta
Disable Disable
te
GVRP registration mod Normal with VLAN 1 s
Normal
e et to fixed, for all ports

Default configuration GVRP applicant state Participant Participant

Join time: 200 ms


Join time: 200 ms
Leave time: 600 ms
GVRP timers Leave time: 600 ms
Leaveall time: 10,000
Leaveall time: 10,000 ms
ms

Copyright 2005 DASAN Networks, Inc.


SWITCH(bridge)# gvr Console> (enable) set gvrp enabl
Enable globally GVRP p enable e
GVRP enabled
SWITCH(bridge)# gvr
Disable globally GVR Console> (disable)set gvrp disabl
p disable
P e

Dasan: Vlan's port 1 will be exch


Command line ange to other GVRP switch for d
ynamically configuration.
Console> (enable) set port gvrp e Cisco:
Enable globally GVRP SWITCH(bridge)# gvr
nable 1/1 + We have to enable the comman
on port p port add 1
GVRP enabled on 1/1. d "Console> (enable) set gvrp dy
namic-vlan-creation enable"
+ GVRP enable on port Trunk mo
de, only

Month-Date
GVRP technical comparison

Items Specification Dasan Networks Cisco Note


Disable globally GVRP on p SWITCH(bridge)# gvrp port Console> (disable) set port gvrp disabl
ort del 1 e 1/1
Normal registration mode in default in default
Console> (enable) set gvrp registration
SWITCH(bridge)# gvrp regis fixed 1/1
Fixed registration mode
tration fixed 1 Registrar Administrative Control set to f
ixed on port 1/1.

Console> (enable) set gvrp registration


Forbidden registration mod SWITCH(bridge)# gvrp regis forbidden 1/1
e tration forbidden 1 Registrar Administrative Control set to f
orbidden on port 1/1.

Copyright 2005 DASAN Networks, Inc.


SWITCH(bridge)# gvrp appl Console> (enable) set gvrp applicant ac
Port send GVRP PDU
icant participant 1 tive 1/1

Command line
SWITCH(bridge)# show gvr
Console> (enable) show gvrp statistics
p statistics 1
1/1
Join Empty Received: 0
----- Port : 1 -----
Join In Received: 0
JoinEmpty Received: 0
Empty Received: 0
JoinIn Received: 0
LeaveIn Received: 0
Empty Received: 0
Leave Empty Received: 0
LeaveIn Received: 0
Leave All Received: 40
Show GVRP statistic LeaveEmpty Received: 0
Join Empty Transmitted: 156
LeaveAll Received: 0
Join In Transmitted: 0
Empty Transmitted: 0
JoinEmpty Transmitted: 0
Leave In Transmitted: 0
JoinIn Transmitted: 0
Leave Empty Transmitted: 0
EmptyTransmitted: 0
Leave All Transmitted: 41
LeaveIn Transmitted: 0
VTP Message Received: 0
LeaveEmpty Transmitted: 0
Console> (enable)
LeaveAll Transmitted: 0

Month-Date
GVRP configuration guideline

Copyright 2005 DASAN Networks, Inc.


Switch 01 configuration:
SWITCH(bridge)# vlan create 10,100-200
SWITCH(bridge)# vlan add 10 3 untagged
SWITCH(bridge)# vlan add 100-200 5 tagged
SWITCH(bridge)# vlan add 10,100-200 11 tagged
SWITCH(bridge)# gvrp enable
SWITCH(bridge)# gvrp port add 3,11
Switch 02 configuration:
SWITCH(bridge)# vlan create 10,100-200
SWITCH(bridge)# vlan add 10 3 untagged
SWITCH(bridge)# vlan add 100-200 5 tagged
SWITCH(bridge)# vlan add 10,100-200 11 tagged
SWITCH(bridge)# gvrp enable
SWITCH(bridge)# gvrp port add 3,12
Core Switch configuration:
SWITCH(bridge)# gvrp enable
SWITCH(bridge)# gvrp port add 11,12

Month-Date
GVRP test case

Pls check my wiki page:

http://wiki.dasannetworks.com/display/HL/GVRP+TEST+REPORT

Copyright 2005 DASAN Networks, Inc.


Month-Date
GVRP test report

Pls check my wiki page:

http://wiki.dasannetworks.com/display/HL/GVRP+TEST+REPORT

Copyright 2005 DASAN Networks, Inc.


Month-Date
The purpose of GVRP protocol

V2224G-OP connect to the MAN E, directly. So, GVRP is not effect on this
service case.
GVRP have the most effective in the distribution switch network such as the
figure such as Slide 09.
Vlan is created dynamically by GVRP protocol that prune unnecessary broadcast
and unknown unicast traffic
Because, Vlan is created dynamically then operator may reduce for the operation.

Copyright 2005 DASAN Networks, Inc.


But, they would rather have Vlan database on each GVRP switch.

Month-Date
Month-Date
Questions

Copyright 2005 DASAN Networks, Inc.

Вам также может понравиться