HPE Aruba Networking & ProVision-based
1827887 Members
1356 Online
109969 Solutions
New Discussion

Cisco VTP functionality

 
horiz0n
Occasional Advisor

Cisco VTP functionality

Hi,

I am trying to configure three J9851A with something like VTP (GVRP in HP), but it looks to be a slightly different and something is wrong with my configuration.

 

I have:

connected linux based router into A1 port with three vlans (default, vlan2, vlan3) marked as tagged.

connected test desktops into F1, F2 on first switch (both marked as untagged). F1 is in vlan2 and F2 is in vlan3. it is working as expected, there is no communication between vlans and there is communication with linux router.

 

now I would like provide trunk to another J9851A and automagically create/inherit the same vlans on it (without adding ports).

 

how can I do this?

 

 

1 REPLY 1
Richard Litchfield
Respected Contributor

Re: Cisco VTP functionality

"Show VLAN" should now show some dynamic VLANs (generated because GVRP detected new VLANs coming in). Another switch with L2 connectivity (eg default untagged VLAN 1 ports) connected together with GVRP running should see those VLANs propagate to it.

 

Check with "show VLAN", "show vlan port A1 detail"

 

switch05# sh vlans

 Status and Counters - VLAN Information

  Maximum VLANs to support : 256
  Primary VLAN : DEFAULT_VLAN
  Management VLAN :

  VLAN ID Name                 | Status     Voice Jumbo
  ------- -------------------- + ---------- ----- -----
  1       DEFAULT_VLAN         | Port-based No    No
  2       GVRP_2               | Dynamic
  23      GVRP_23              | Dynamic
  27      GVRP_27              | Dynamic
  28      GVRP_28              | Dynamic
  30      GVRP_30              | Dynamic
  33      GVRP_33              | Dynamic
  46      GVRP_46              | Dynamic
  100     BV-Main              | Port-based No    No


switch05# sh vlans ports a1 de

 Status and Counters - VLAN Information - for ports A1

  Port name: Uplink to core
  VLAN ID Name                 | Status     Voice Jumbo Mode
  ------- -------------------- + ---------- ----- ----- --------
  1       DEFAULT_VLAN         | Port-based No    No    Tagged
  2       GVRP_2               | Dynamic                Tagged
  23      GVRP_23              | Dynamic                Tagged
  27      GVRP_27              | Dynamic                Tagged
  28      GVRP_28              | Dynamic                Tagged
  30      GVRP_30              | Dynamic                Tagged
  33      GVRP_33              | Dynamic                Tagged
  46      GVRP_46              | Dynamic                Tagged
  100     Main                 | Port-based No    No    Untagged

 

you can convert dynamic to static with "static-vlan 2"