Unsolved

This post is more than 5 years old

5 Posts

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
exit
interface ethernet 1/g1
gvrp enable
exit
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?

 

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:

  • All ports participating in GVRP must be enabled.
  • To advertise the VLAN, it must have member ports which must be GVRP enabled.
  • The port must be active and must not be disabled by spanning tree.

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.

5 Posts

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.''

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.

5 Posts

March 15th, 2006 12:00

Yes, the message was on the destination switch,

 

Thank you for your help

 

 

10 Posts

April 18th, 2006 15:00

Further questioning....
After reading some more on this, do you think this scenerio will work....
 
Leave the 9 switches I have setup with VTP (all Cisco Obviously) with one being the server and the rest as clients. Then set the DELL to gvrp and place ports in the correct vlans. Then when Cisco passes traffic over the fiber ports set as trunks, the DELL will dynamically setup those VLANS.
 
 

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.

5 Posts

October 18th, 2006 14:00

If I can't add port on a GVRP learned VLAN why I need to use Grvp?

thanks

Marco
No Events found!

Top