- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- LAN Routing
- >
- inter vlan routing on a5800 series switches
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
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
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
12-19-2012 10:59 AM
12-19-2012 10:59 AM
All,
I have 2 a5800 switches (model JC100A) and would like to implement intra vlan routing on them to simulate a routed network in the development environment that I support. I have a dat cable so I can implement IRF and and I I can add the vlans and trunking to support the virtual connect modules in the blade chassis that are in this environment, but I have not been able to figure out how to get the routing going. I was able to get a couple of similar switches from HP (JG255A) so I can get familiar with the switches and am trying to come up with a config that I can move into my environment. I have set up intra vlan routing on cisco switches, but this is my first venture into HP switches and any help would be appreciated
Jeff
Solved! Go to Solution.
- Tags:
- VLAN
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2012 12:32 PM - edited 12-19-2012 12:32 PM
12-19-2012 12:32 PM - edited 12-19-2012 12:32 PM
SolutionHi Jeff,
Setting up routing on Comware devices is pretty straightforward. See the manuals at HP 5800 Switch Series - Manuals.
The ones you're probably most interested in are:
- HP A5820X & A5800 Series Ethernet Switches Layer 3 IP Routing Configuration Guide
- HP A5820X & A5800 Series Ethernet Switches Layer 3 IP Routing Command Reference
You will also find the HP Networking and Cisco CLI Reference Guide handy. It is designed to help people switching between IOS, Comware, and ProCurve.
Paul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2012 02:13 AM
12-20-2012 02:13 AM
Re: inter vlan routing on a5800 series switches
Just add some vlan interfaces with IPs (SVI) and the 5800 will route between them, there is nothing else to turn on.
CCIE Service Provider
MASE Network Infrastructure [2011]
H3CSE
CCNP R&S
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2012 07:22 PM
12-20-2012 07:22 PM
Re: inter vlan routing on a5800 series switches - HELP!
I am also unable to get inter vlan routing working on A5800.
I have created two vlans and the corresponding vlan interfaces.
Vlan 100 - Workstation A is attached to this via gi1/0/1
Vlan 110 - Workstation B is attached to this via gi1/0/2
Workstation A is able to ping the gateway (switch) for vlan 100 and the gateway for vlan 110. The switch is able to ping Workstation A.
Workstation B is able to ping the gateway (switch) for vlan 100 and the gateway for vlan110. The switch is able to ping Workstation B.
However, Workstation A CANNOT ping Workstation B or vice versa! To add to the confusion, Workstation B is able to obtain a dhcp address from the dhcp server service runnin on Workstation A.
Why can't I ping from vlan 100 to vlan 110 and vice versa on the workstations?
I've tried with and without the protocol-vlan 0 ipv4 on the vlans.
Here is the config:-
vlan 100
description Server VLAN
protocol-vlan 0 ipv4
ip-subnet-vlan 0 ip 10.0.0.0 255.255.255.0
#
vlan 110
description Office Data VLAN
protocol-vlan 0 ipv4
ip-subnet-vlan 0 ip 10.0.10.0 255.255.255.0
#
interface Vlan-interface100
ip address 10.0.0.254 255.255.255.0
#
interface Vlan-interface110
ip address 10.0.10.254 255.255.255.0
dhcp select relay
dhcp relay server-select 0
#
interface GigabitEthernet1/0/1
port link-mode bridge
port access vlan 100
voice vlan qos trust
#
interface GigabitEthernet1/0/2
port link-mode bridge
port access vlan 110
voice vlan qos trust
I would greatly appreciate some assistance with this issue.
James.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2012 10:21 PM
12-20-2012 10:21 PM
Re: inter vlan routing on a5800 series switches - HELP!
Remove:
protocol-vlan 0 ipv4
ip-subnet-vlan 0 ip <IP>
from both the VLANs. Other than that, it should work. Also disable firewalls on the computers during troubleshooting so they dont interfere.
CCIE Service Provider
MASE Network Infrastructure [2011]
H3CSE
CCNP R&S
- Tags:
- firewall
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2012 10:27 PM
12-20-2012 10:27 PM
Re: inter vlan routing on a5800 series switches - HELP!
Thank you for the suggestion. Unfortunately I had already tried it without those commands and it does not work.
I'm at a complete loss as to why. I've found numerous other posts on this forum describing the exact same issue with h3c switches but the majority have had no response to the initial post. One recent thread was fixed by rebooting the router but that has not worked for me.
I've done similar configs on Cisco and HP gear without issue.
What are my options? Send it back to HP?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2012 10:29 PM - edited 12-20-2012 10:40 PM
12-20-2012 10:29 PM - edited 12-20-2012 10:40 PM
Re: inter vlan routing on a5800 series switches - HELP!
I should also add that the firewalls have been disabled on the computers. Although I don't see that as an issue as the switch is able to ping the computers without a problem.
I've tried different software versions and started with a blank config and doing it from scratch.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2012 10:57 PM
12-20-2012 10:57 PM
Re: inter vlan routing on a5800 series switches - HELP!
Hi James,
Don't forget that the workstations must also have a route to each other, either by their default gateways or another route. This is often overlooked in troubleshooting.
Paul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2012 10:57 PM
12-20-2012 10:57 PM
Re: inter vlan routing on a5800 series switches - HELP!
CCIE Service Provider
MASE Network Infrastructure [2011]
H3CSE
CCNP R&S
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2012 11:31 PM
12-20-2012 11:31 PM
Re: inter vlan routing on a5800 series switches - HELP!
Got it working!
After clearing the config and doing it from scratch it is now working. I've spent so many hours on this that I question if I had turned the desktop firewalls off properly. I'd set them to off in Windows Advanced Firewall settings but not on all the profiles (domain, public etc).
This would explain why I was able to ping the switch from the desktops and vice versa as it was on the same network and I had the firewall off for that profile. But going across subnets had the packet coming from a different network and not matching the firewall profile.
Such a stupid mistake that cost me hours today. Oh well, thank you all for your help!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2012 11:33 PM
12-20-2012 11:33 PM
Re: inter vlan routing on a5800 series switches - HELP!
Yeah that was pretty much what I was reaching for with the firewall-question ;). Glad you got it to work!
CCIE Service Provider
MASE Network Infrastructure [2011]
H3CSE
CCNP R&S
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2013 05:55 AM
07-03-2013 05:55 AM
Re: inter vlan routing on a5800 series switches
I figured out what I was doing wrong and I now have it up and running. I was reading too much into it and forgot that with out having a trunk connection up it is not going to work.