- Community Home
- >
- Networking
- >
- Legacy
- >
- Switches, Hubs, Modems
- >
- Re: vlans and static routes 2610
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
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
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-03-2010 02:03 PM
тАО03-03-2010 02:03 PM
vlans and static routes 2610
i am trying to create 2 vlans(one for data and one for voice) on a hp 2610 switch so both networks can access the internet. i am using a snapgear SG310 router for internet access. i so far have the following config:
Startup configuration:
; J9086A Configuration Editor; Created on release #R.11.25
hostname "ProCurve Switch 2610-24/12PWR"
ip default-gateway 192.168.50.1
ip routing
snmp-server community "public" Unrestricted
vlan 1
name "DEFAULT_VLAN"
untagged 1-12,25-28
ip address 192.168.50.90 255.255.255.0
no untagged 13-24
exit
vlan 2
name "Voice"
untagged 13-24
ip address 192.168.0.10 255.255.255.0
exit
data network is 192.168.50.0/24
voice network is on 192.168.0.0/24
internet router is 192.168.50.1/24
i just want to be able to ping 192.168.50.1 from any ip address in the 192.168.0.0/24 range
i have created static routes within the router, but just cant seem to ping 192.168.50.1.
ip route 192.168.0.0/24 192.168.50.1, this one didnt work so i tried
ip route 192.168.0.0/24 192.168.50.90, but still no luck.
thank you for you time.
Aaron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-03-2010 08:41 PM
тАО03-03-2010 08:41 PM
Re: vlans and static routes 2610
On the switch you will also have to set a default route (default-gateway is not the same thing).
ip route 0.0.0.0 0.0.0.0 192.168.50.1
Your router will need only a route for the 192.168.0.0 network and this will be
ip route 192.168.0.0/24 192.168.50.90
which tells it to get to the voice network via the HP switch.
The other things to check is does you router allow pings to its IP address. Can you ping it from the switch?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-05-2010 10:28 PM
тАО03-05-2010 10:28 PM
Re: vlans and static routes 2610
i added the static route of 0.0.0.0 0.0.0.0 192.168.50.1 into my hp switch
added static route in router 192.168.0.0/24 192.168.90.50
for some reason i still cant ping between networks.I can ping 192.168.50.90. but cant ping any other ip address on the 192.168.50.90 network.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-05-2010 10:50 PM
тАО03-05-2010 10:50 PM
Re: vlans and static routes 2610
if yes, if the pinging is down between one client on once vlan to a client on the other vlan then it's a router configuration issue.
Then what configuration did you do on the router, did you make sub-interfaces for each vlan on the router ?
try to configure sub-interfaces on the router for each vlan and assing ip address to these interfaces from the vlans, then make sure that these ip addresses are the default gatways for these vlans.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-07-2010 05:26 PM
тАО03-07-2010 05:26 PM
Re: vlans and static routes 2610
If this works then you have a problem with your router and need to investigate its configuration OR bypass the router all together and set all your devices to use the switch as the default gateway.