- Community Home
- >
- Networking
- >
- Legacy
- >
- Switches, Hubs, Modems
- >
- Re: 2610-24; Devices on multiple subnets can all t...
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
08-05-2009 09:25 AM
08-05-2009 09:25 AM
Thanks,
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2009 09:45 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2009 11:57 AM
08-06-2009 11:57 AM
Re: 2610-24; Devices on multiple subnets can all talk to eachother -- how?
Thanks again,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2009 12:34 PM
08-06-2009 12:34 PM
Re: 2610-24; Devices on multiple subnets can all talk to eachother -- how?
Unlike cisco, the port tagging is different in terminology. Cisco uses Switchport access/trunk, HP uses tagged and untagged. Untagged vlan on a port means that vlan is native (default) to that port. If you plug in a device without any vlan settings programmed on it, that is the vlan it will be attached to. Tagged vlan on a port allows access to that vlan network from that port, if the device is programmed to communicate on that vlan. a port can only be untagged to 1 vlan, but tagged to as many other vlan's as you want.
How I use it is I have a data and a voice network. Both my IP phones and my computers use the same ethernet cable into 1 switch port. I have my data vlan set as untagged on that port (to be native) and my voice vlan set as tagged. My phone are programmed to communicate on the specific voice vlan.
IP routing will allow route traffic in between 2 vlan's. You can disable this by typing "no ip routing" at the config prompt and let your router handle the layer 3 traffic. but you will have to have a router for every vlan. if you leave ip routing enabled, you can write routes for your traffic like "0.0.0.0 0.0.0.0 192.168.1.1". If you want to route between vlans, you will also have to assign an IP address for each vlan as well.
If you are splitting the switch (you can seperate cables for each device) you can take this for example:
vlan 2
name "data 1"
Untagged 1-12,25-28
ip address 192.168.1.10 255.255.255.0
vlan 3
name "data 2"
Untagged 13-24
ip address 192.168.10.10 255.255.255.0
tagged 25-28
This is if you have a single route that will do dot1q encapsulation on its interfaces, such as cisco.
If you don't and have 2 programable interfaces on your router, you can do this:
vlan 2
name "data 1"
Untagged 1-12,25
ip address 192.168.1.10 255.255.255.0
vlan 3
name "data 2"
Untagged 13-24,26
ip address 192.168.10.10 255.255.255.0
Then just plug the router interface with the respectable IP address into the vlan untagged port for it.
I know I am a little in debth here, afterall I am a geek, but there are many different ways you can accomplish what you are doing with the equipment you have.
I hope I shed some light here.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2009 01:13 PM
08-06-2009 01:13 PM