- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- HPE Aruba Networking & ProVision-based
- >
- Cisco VTP functionality
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2015 06:10 AM
01-13-2015 06:10 AM
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2015 05:21 AM
02-25-2015 05:21 AM
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"