Skip to ContentSkip to Footer
Start of content
- Community Home
- >
- Networking
- >
- Legacy
- >
- Switches, Hubs, Modems
- >
- Re: Setup VLAN on Procurve 2626
Switches, Hubs, and Modems
-
-
Forums
- Products
- Servers and Operating Systems
- Storage
- Software
- Services
- HPE GreenLake
- Company
- Events
- Webinars
- Partner Solutions and Certifications
- Local Language
- China - 简体中文
- Japan - 日本語
- Korea - 한국어
- Taiwan - 繁體中文
-
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
- HPE Blog, Austria, Germany & Switzerland
- Blog HPE, France
- HPE Blog, Italy
- HPE Blog, Japan
- HPE Blog, Middle East
- HPE Blog, Latin America
- HPE Blog, Russia
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
- HPE Blog, Poland
-
Blogs
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Blog, Latin America
- HPE Blog, Middle East
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
-
Information
- Community
- Welcome
- Getting Started
- FAQ
- Ranking Overview
- Rules of Participation
- Tips and Tricks
- Resources
- Announcements
- Email us
- Feedback
- Information Libraries
- Integrated Systems
- Networking
- Servers
- Storage
- Other HPE Sites
- Support Center
- Aruba Airheads Community
- Enterprise.nxt
- HPE Dev Community
- Cloud28+ Community
- Marketplace
-
Forums
-
Forums
-
Blogs
-
Information
-
English
Topic Options
- 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
- Email to a Friend
- Report Inappropriate Content
03-18-2009 10:29 AM
03-18-2009 10:29 AM
Re: Setup VLAN on Procurve 2626
hi Kelly
I send to you two config config one one inbound interface router and two network runing
tag port no shuch thing gvrp
tag port so tagged port carying many vlan id on same port
my frist config one router interface cary two network to switch
other config for example create vlan on hp switch
I hope you understand me
if you want create vlan on hp switch
must be write this command
ProCurve Switch 2610-24(config)# vlan 172
ProCurve Switch 2610-24(vlan-172)# untag 17
ProCurve Switch 2610-24(vlan-5)# ip address 192.168.172.99/24
ProCurve Switch 2610-24(vlan-172)#wr mem
I send to you two config config one one inbound interface router and two network runing
tag port no shuch thing gvrp
tag port so tagged port carying many vlan id on same port
my frist config one router interface cary two network to switch
other config for example create vlan on hp switch
I hope you understand me
if you want create vlan on hp switch
must be write this command
ProCurve Switch 2610-24(config)# vlan 172
ProCurve Switch 2610-24(vlan-172)# untag 17
ProCurve Switch 2610-24(vlan-5)# ip address 192.168.172.99/24
ProCurve Switch 2610-24(vlan-172)#wr mem
cenk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-18-2009 10:41 AM
03-18-2009 10:41 AM
Re: Setup VLAN on Procurve 2626
Hello,
Okay I will do the create the VLAN on the switch.
I will have to wait until tomorrow morning to do this since the switch is being used the rest of today.
I will let you know how it works.
Thank you,
Kelly W.
Okay I will do the create the VLAN on the switch.
I will have to wait until tomorrow morning to do this since the switch is being used the rest of today.
I will let you know how it works.
Thank you,
Kelly W.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-19-2009 01:48 AM
03-19-2009 01:48 AM
Re: Setup VLAN on Procurve 2626
>>>
In port 17, I currently have a Cisco device that is being used as a NAT device
<<<
probably you only need routing between two networks ?
if you really need NAT, text below is not sufficient.
if so you need to
- create vlan
- select subnets for each vlan (192.168.x.0/24)
- give switch ip-adress in in each vlan (192.169.x.1)
- enable routing
- assign ports as "untagged" in respective vlan
- configure connected host to use switch ip-adress as default gateway
like Cenk sayd use vlan-1 only for management
vlan 1
name "DEFAULT_VLAN"
ip address 192.168.1.1 255.255.255.0
untagged 1
no untagged 2-28
exit
(only port1 can reach this management vlan directly)
vlan 10
name "localhosts"
untagged 2-16, 18-26
no untagged 1, 17
ip address 192.168.10.1 255.255.255.0
exit
vlan 172
name "oldCiscoport"
untagged 17
no untagged 1-16, 18-26
ip address 192.168.172.99 255.255.255.0
exit
ip routing
the localhosts must use 192.168.10.1 as gateway to reach the 192.168.172.0 network
if there are other subnets behind this port
the switch also needs a default-router on this subnet.
ip route 0.0.0.0 0.0.0.0 192.167.172.x
and offcourse the devices in 192.168.172.0 network must know a (default) route back to reach 192.168.10.0 devices
In port 17, I currently have a Cisco device that is being used as a NAT device
<<<
probably you only need routing between two networks ?
if you really need NAT, text below is not sufficient.
if so you need to
- create vlan
- select subnets for each vlan (192.168.x.0/24)
- give switch ip-adress in in each vlan (192.169.x.1)
- enable routing
- assign ports as "untagged" in respective vlan
- configure connected host to use switch ip-adress as default gateway
like Cenk sayd use vlan-1 only for management
vlan 1
name "DEFAULT_VLAN"
ip address 192.168.1.1 255.255.255.0
untagged 1
no untagged 2-28
exit
(only port1 can reach this management vlan directly)
vlan 10
name "localhosts"
untagged 2-16, 18-26
no untagged 1, 17
ip address 192.168.10.1 255.255.255.0
exit
vlan 172
name "oldCiscoport"
untagged 17
no untagged 1-16, 18-26
ip address 192.168.172.99 255.255.255.0
exit
ip routing
the localhosts must use 192.168.10.1 as gateway to reach the 192.168.172.0 network
if there are other subnets behind this port
the switch also needs a default-router on this subnet.
ip route 0.0.0.0 0.0.0.0 192.167.172.x
and offcourse the devices in 192.168.172.0 network must know a (default) route back to reach 192.168.10.0 devices
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-19-2009 03:46 AM
03-19-2009 03:46 AM
Re: Setup VLAN on Procurve 2626
Hello,
Well this failed miserably so I guess I need to call tech support to figure out what to do.
Thanks,
Kelly W.
Well this failed miserably so I guess I need to call tech support to figure out what to do.
Thanks,
Kelly W.
- « Previous
-
- 1
- 2
- Next »
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
End of content
United States
Hewlett Packard Enterprise International
Communities
- Communities
- HPE Blogs and Forum
© Copyright 2022 Hewlett Packard Enterprise Development LP