Unsolved
This post is more than 5 years old
5 Posts
0
31729
March 14th, 2006 10:00
Gvrp problem
Hello,
I have two 3324 switches, and a tried to configure gvrp protocol between them, but it doesn't seem to be working. This is the configuration on both switches :
interface ethernet 1/g1
switchport mode trunk
exit
vlan database
vlan 10-11
exit
interface ethernet 1/e1
switchport access vlan 10
exit
interface ethernet 1/g1
switchport trunk allowed vlan add 10
exit
interface ethernet 1/e2
switchport access vlan 11
exit
interface ethernet 1/g1
switchport trunk allowed vlan add 11
switchport mode trunk
exit
vlan database
vlan 10-11
exit
interface ethernet 1/e1
switchport access vlan 10
exit
interface ethernet 1/g1
switchport trunk allowed vlan add 10
exit
interface ethernet 1/e2
switchport access vlan 11
exit
interface ethernet 1/g1
switchport trunk allowed vlan add 11
exit
interface ethernet 1/g1
gvrp enable
gvrp enable
exit
gvrp enable
gvrp enable
So, g1 is uplink trunk between switches, e1 is in vlan 10 and e2 is in vlan 11 . When I create another vlan, for eg. 100 on the first switch, nothing happens on the second. Any ideas?
No Events found!


DELL-Cuong N.
1K Posts
0
March 14th, 2006 14:00
When you created VLAN 100, did you add this VLAN to any port? Is that port connected to anything? Until the VLAN becomes active it is not going to be advertised to the other switch. Only active interfaces are advertised. Also, make sure that the port(s) you add to the new VLAN 100 is also enabled for GVRP otherwise it will not be advertised.
So the rules are:
Basically the VLAN interface must be active and it must have GVRP enabled member ports and it must be part of the spanning tree (must not be disabled by spanning tree).
Cuong.
Nesa
5 Posts
0
March 15th, 2006 05:00
Thank you,
that solve the problem. When I connected a PC to the switch port, the vlan 100 was propagated to the other switch. I have one more question, is it possible to add ports to this dynamicly created vlan? When I tried to add an access port to vlan 100, I got this message :
''VLAN 100: VLAN was not created by user.''
DELL-Cuong N.
1K Posts
0
March 15th, 2006 11:00
Where do you see that message? On the system that you are trying to advertise to or on the system where you are advertising from?
If you are on the system where the VLAN was created dynamically via GVRP advertisement then no you cannot add ports to this VLAN since it was learned in GVRP and may disappear at anytime. If you need to put ports into this VLAN you need to add it permanently to the switch.
Cuong.
Nesa
5 Posts
0
March 15th, 2006 12:00
Yes, the message was on the destination switch,
Thank you for your help
metoo0716
10 Posts
0
April 18th, 2006 15:00
DELL-Cuong N.
1K Posts
0
April 18th, 2006 16:00
I don't think that will work. You have to have Cisco doing GVRP also to make it work. GVRP is a protocol that must be run on both switches. Since Cisco must run either GVRP or VTP not both, I don't think this will work.
Cuong.
varoli
5 Posts
0
October 18th, 2006 14:00
thanks
Marco