- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- HPE Aruba Networking & ProVision-based
- >
- Re: DHCP Issue
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-30-2013 09:00 PM - edited 09-30-2013 09:01 PM
09-30-2013 09:00 PM - edited 09-30-2013 09:01 PM
DHCP Issue
Hi
I have deployed to HP switches as Core switch 5406zl. There are 2 cisco switches also installed in the network each hanging on the Core switch. My client machines are unable to get ip address from the DHCP server.
Please help in the case. I have attached config files for both the core switches North-Server-Room-HP-Switch and South-Server-HP-Switch
VJ
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2013 03:09 PM
10-01-2013 03:09 PM
Re: DHCP Issue
A few little things first:
1/ On the North switch, you have something called "primary VLAN 5". You don't have the same config on the South switch. I have never used this command, I doubt it is necessary, but it doesn't seem like a good idea to have different config on the 2 switches.
2/ You have "management vlan 2" defined. I don't know what the effect of this is going to be on routing switches. Maybe nothing. I doubt it does anything useful?
3/ You have IP routing enabled on both switches. You also have a "default gateway" defined. If they are routing switches, you don't need a "default gateway", you need a default route, "ip route 0.0.0.0 0.0.0.0 10.0.0.250". Some switches correctly interpret a default gateway as a default route when IP routing is enabled, but some don't.
OK, but the major thing:
You have both switches enabled as routers, and they are both routing for all the same subnets. Although I have seen similar designs that work, to me, this is a horrible way to design a network, and I can think of all sorts of things that would go wrong with it, quite beside it being unnecessarily complicated to manage.
The thing is - you have 5400s, which support VRRP, so you can have a perfectly sound design by configuring VRRP, which will give you much better resilience and simpler management.
Configure VRRP for VLAN2, make North the master and make 10.0.1.1 the virtual on both switches, then make all the VLAN2 hosts use 10.0.1.1 as their default gateway.
As for your Cisco switches - are they on port A19 on both switches?
VLAN5 is untagged to the Cisco switches, the servers mentioned in your DHCP forwarding are on VLAN5, so the requests should be being forwarded OK.
The problem is probably the server's default GW - what is it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2013 09:22 PM
10-01-2013 09:22 PM
Re: DHCP Issue
Hi Vince
Hi Vince
I am new to HP switches; here is my network diagram just to put some more light. The default gateway is my firewall. The actual issue I am facing is my Access points are not getting IP address were as my client machines are. I tried connecting the AP to access port but still I was not getting ip address.
Thanks & regards
VJ
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2013 11:26 PM
10-01-2013 11:26 PM
Re: DHCP Issue
What is the default GW on your DHCP servers?
What is the router address in the scopes configured for the new VLAN?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2013 05:47 PM
10-02-2013 05:47 PM
Re: DHCP Issue
Hi Vince
The default gateway is my firewall 10.0.0.250/24.
What do you mean by route address
Thanks
Vijay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2013 06:06 PM
10-02-2013 06:06 PM
Re: DHCP Issue
If you want your switch to perform inter-VLAN routing, you should not be using your firewall to route for that subnet.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2013 06:08 PM
10-02-2013 06:08 PM
Re: DHCP Issue
So, your DHCP server is using the firewall as its router - how does the DHCP server communicate with hosts in the new VLAN? Does the firewall even know where this new VLAN's subnet is?
The router address is a scope option.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2013 06:15 PM
10-02-2013 06:15 PM
Re: DHCP Issue
Hi Vince
I do not want my firewall to do the inter vlan routing the switch is capable to doing it.
Thanks & regards
Vj