- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- Aruba & ProVision-based
- >
- Re: Basic Vlan Config
-
- Forums
-
Blogs
- Hybrid Cloud
- Edge
- Data & AI
- Working in Tech
- AI Insights
- Alliances
- Around the Storage Block
- Behind the scenes at Labs
- Careers in Tech
- HPE Storage Tech Insiders
- Inspiring Progress
- IoT at the Edge
- My Learning Certification
- OEM Solutions
- Servers: The Right Compute
- Shifting to Software-Defined
- Telecom IQ
- Transforming IT
- HPE Blog, Austria, Germany & Switzerland
- Blog HPE, France
- HPE Blog, Italy
- HPE Blog, Japan
- HPE Blog, Russia
- HPE Blog, UK & Ireland
- Blogs
-
Quick Links
- Community
- Getting Started
- FAQ
- Ranking Overview
- Rules of Participation
- Contact
- Email us
- Tell us what you think
- Information Libraries
- Integrated Systems
- Networking
- Servers
- Storage
- Other HPE Sites
- Support Center
- Aruba Airheads Community
- Enterprise.nxt
- HPE Dev Community
- Cloud28+ Community
- Marketplace
-
Forums
-
Blogs
-
Information
-
English
- 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
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
07-05-2012 09:41 PM
07-05-2012 09:41 PM
Basic Vlan Config
Hi All,
Beginner at vlans here. I have a 2650 that I am using to power a large number of IP Phones. The plan for the coming months will be to acquire a 1000base procurve for all the other stuff and then just relegate the 2650 to phones/ap's ect.
Right now, the network runs on unmanaged cisco 1000base switches. I want to seperate the two right now into just phones on the 2650 and then use the gigabit uplink to get everything else onto the switch. The idea is to make the phones say VLAN 10 and then the rest of the network VLAN20. The phones don't need to talk to anything on vlan 20, but workstations on vlan 20 need to talk to the voip server.
I understand how the port tagging works for the unmanaged switch (treating it as a vlan endpoint), so assume the best place to connect the voip server would be on the 2650 and then make it accessible to both vlans? With the clients being in the 10.x range and the phones being in the 172.x range, how does one go about getting the voip server to talk to both vlans?
Basically, if someone could help put me on the right track of thinking here that would be great and a brief idea of what i need to configure. Also, if someone has a way to do this then please suggest it.
Apologies for the beginner question.
Martin.
- Tags:
- VLAN
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
07-07-2012 12:17 AM
07-07-2012 12:17 AM
Re: Basic Vlan Config
The different subnets on the different VLANs will need a router to enable communications between them. The 2650 is getting on a bit now, but it does support static routing (and maybe RIP?).
You will need commands similar to the following on the 2650 to enable routing:
ip routing ip route 0.0.0.0 0.0.0.0 10.20.100.1 ip route 172.16.1.0 255.255.255.0 10.20.30.252 ip route 172.16.10.0 255.255.255.0 10.20.30.3
This example turns on a default route (0.0.0.0), and 2 specific routes to 172.16.1.x and 172.16.10.x
Make sure your devices have the switch as the default gateway.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
07-07-2012 12:22 AM
07-07-2012 12:22 AM
Re: Basic Vlan Config
Keep in mind that there's no way to limit communication between the VLANs if you go down the track which you suggested (and Richard has shown how). I don't believe the 2650 supports any routing ACLs, so if routing is enabled between VLANs, it is enabled for all hosts on those VLANs.
Paul
Hewlett Packard Enterprise International
- Communities
- HPE Blogs and Forum
© Copyright 2019 Hewlett Packard Enterprise Development LP