- Community Home
- >
- Networking
- >
- Legacy
- >
- Switches, Hubs, Modems
- >
- Re: IP Routing - HP Procure 2650
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
09-21-2006 07:54 PM
09-21-2006 07:54 PM
IP Routing - HP Procure 2650
We have a /23 assigned from our upstream with a WAN IP.
I’m wondering if someone can assist or point me in the right direction to configure this device? I’ve been reading over a lot of the documentation but I think I’m missing something as I can’t seem to get it work.
Any suggestions?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2006 03:43 AM
09-22-2006 03:43 AM
Re: IP Routing - HP Procure 2650
The ProCurve 2600 series is a managed switch with basic L3 IP routing.
It can route between its connected Vlans, plus you can configure some static routes as well.
Whats the scenario in your case? what are your plans for the 2600 ?
Explain more about the setup you have, and for sure you will find the help.
Good Luck !!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2006 03:53 PM
09-22-2006 03:53 PM
Re: IP Routing - HP Procure 2650
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2006 06:05 AM
09-25-2006 06:05 AM
Re: IP Routing - HP Procure 2650
Basically, if you have multiple Vlans on this 2600 switch, what you need is enable ip routing, in the CLI:
2600(config)#ip routing.
You can have also few static routing for other LANs on your network, and also you can define the default route :
2600(config)#ip route 0.0.0.0 0.0.0.0 a.b.c.d (a.b.c.d is your internet router).
Good Luck !!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2006 12:24 AM
10-05-2006 12:24 AM
Re: IP Routing - HP Procure 2650
a.b.c.d should be the IP address of the device of your ISP (to which your switch is connected), and one VLAN that you define in the switch should have the IP address (in the same subnet as a.b.c.d) that your ISP gave you for your Internet connection. All IP packets destined for Internet (i.e. who's destination address are not among adresses you defined for your VLAN interfaces) will go to your ISP device and from there into Internet.