- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- HPE Aruba Networking & ProVision-based
- >
- VLANs problem
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
03-14-2011 10:33 AM
03-14-2011 10:33 AM
VLANs problem
Hi folks !!!
I need to intrgrate (using a TRUNK port) between a 3COM Baseline SW and a CISCO 2950 (or whatever)
My 3COM device is:
Product Information
3Com Baseline Switch 2928-SFP Plus Software Version Release 1101P02
The issue:
port 1 as trunk with 2 VLANs tagged (10 and 11)
port 2 and 3 with tagged 10 and 11 VLANs
and port 4 using the default VLAN that is: VLAN 1
The problem is that when i configure the tagged VLANs on the ports 2 and 3 the systems said: THE PORT WILL BE A HYBRID PORT and i think that the port must be ACCESS or not?
When i set the TRUNK mode on my device and TRUNK mode on the remote CISCO device, i lost the conenction.
The VLAN 1 is traing to go to the CISCO device? i need isolate this VLAN on the port 1 (set as TRUNK)
I did read the manual, but i cant resolve it.
Pls help me !!!
matt
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2011 11:17 AM
03-14-2011 11:17 AM
Re: VLANs problem
Let me understand.
port 1 is something like this : int gig1/0/1
port link-type trunk
port trunk permit vlan 10 11
port 2 and 3 : int gig 1/0/2 y int gig 1/0/3
port link-type access
port access vlan 10 11
port 4: bye default it's on vlan 1 so you don´t have to configure something.
Do I understand what do you want?
on the switch cisco
do yo have something like this
X--> the port that you have as link between switch 3com and cisco
port X: switchport trunk encapsulation dot1q
switchport mode trunk
If the switch cisco don't have de encapsulation dot1q, it can't manage vlans, 3com switches have this encapsulation by default.
Good luck
Ing. Angélica Susana Hernández Vázquez
System and Field Engineer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2011 12:02 PM
03-14-2011 12:02 PM
Re: VLANs problem
Yes, but i cant set my ports 3 and 4 as ACCESS when i assign a VLAN ID it was set in HYBRID mode...my be this is the problem.
Port 1: trunk and VLANs 10 and 11 tagged
Port 2: access VLAN 10, tagged
Port 3: access VLAN 11, tagged
Port 4: untagged VLAN 1 (by default, because i use this port for other proposes)
thing that: port 2 of my 3com is directly connected to eth0 of my machine that have 3 ifaces, later port 3 connected to eth1 and port 4 connected to eth2 in the same machine
The CISCO conf is not on my domain (is a customer), but i think thats fine...
My question are:
- Are ports 2 and 3 tagged or untagged?
- In this ports (2 and 3) which are the mode: access or hybrid? if access how can i set it?
matt
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2011 12:03 PM
03-14-2011 12:03 PM
Re: VLANs problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2012 08:48 AM
01-24-2012 08:48 AM
Re: VLANs problem
I know this is an old thread, but here goes nothing. Vlan tagging should only be set on an an interface for three reasons:
1 - This is a trunk interface that will be connected to another switch that will have the same vlan(s) configured on it.
2 - This is a port connected to a router that will be performing inter-vlan routing.
3 - This is a port connected to a server NIC that is capable of understanding VLAN tags.
Configuring untagged access ports would be the way to go for all workstations and servers that reside on one VLan.