- Community Home
- >
- Networking
- >
- Legacy
- >
- Switches, Hubs, Modems
- >
- able to get dhcp from default vlan but unable to ...
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
10-18-2012 09:42 PM
10-18-2012 09:42 PM
I have a procurve switch 2626 j4900B,
I have default vlan which works fine and all untagged ports get dhcp from my dhcp server
however i am not able to get dhcp from vlan 96 (named clients)
below is my config.Any help is great appreciated.
ProCurve Switch 2626# show conf
Startup configuration: ; J4900B Configuration Editor; Created on release #H.10.31
hostname "ProCurve Switch 2626"
snmp-server contact "Josiah Rasugu" snmp-server location "My Crib"
time timezone -360
time daylight-time-rule Continental-US-and-Canada
mirror-port 20
console baud-rate 9600
console inactivity-timer 60
interface 2
name "domain controller"
exit
ip default-gateway 10.76.12.1
sntp server 128.101.101.101
ip routing
timesync sntp
sntp unicast
vlan 1
name "kenya"
tagged 1, 25-26
untagged 2-15
ip address 10.76.12.2 255.255.255.0
ip helper-address 10.76.12.15
exit
vlan 96
name "clients"
tagged 1,25-26
untagged 16-24
ip address 10.76.96.1 255.255.255.0
ip helper-address 10.76.12.15
exit
no tftp client
password manager
password operator
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2012 11:24 PM
10-18-2012 11:24 PM
Re: able to get dhcp from default vlan but unable to get dhcp from clients vlan.
The config is fine, probably the problem lies elsewhere. Does the DHCP server know how to find its way back to the 10.76.96.0 network?
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
10-22-2012 07:54 AM
10-22-2012 07:54 AM
Re: able to get dhcp from default vlan but unable to get dhcp from clients vlan.
Concur with other poster, you may need a static route in your 10.76.12.1 router to find 10.76.96.1 via 10.76.12.2
hth...Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2012 04:40 PM
10-23-2012 04:40 PM
Re: able to get dhcp from default vlan but unable to get dhcp from clients vlan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2012 04:48 PM
10-23-2012 04:48 PM
Re: able to get dhcp from default vlan but unable to get dhcp from clients vlan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2012 09:55 PM
10-23-2012 09:55 PM
Re: able to get dhcp from default vlan but unable to get dhcp from clients vlan.
have you made a traceroute from your DHCP server to 10.76.96.1?
As your DHCP-Server has the IP 10.76.12.15 it needs to route the traffic to 10.76.96.0.
We assume it uses 10.76.12.1 as it's default gateway.
But does the router 10.76.12.1 know a route to the 10.76.96.0 subnet? If not, the server can't reach the clients in that subnet..this means the server gets the DHCP requests, and answers, but the packets are dropped at the router or somewhere else.. but the switch is configured ok.
basically the router 10.76.12.1 needs a route:
ip route 10.76.96.0 255.255.255.0 10.76.96.2
hth
alex
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2012 10:56 PM
10-23-2012 10:56 PM
Re: able to get dhcp from default vlan but unable to get dhcp from clients vlan.
ip route 10.76.96.0 255.255.255.0 10.76.12.2
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
10-24-2012 01:04 PM
10-24-2012 01:04 PM
Re: able to get dhcp from default vlan but unable to get dhcp from clients vlan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2012 03:08 PM
10-24-2012 03:08 PM
Re: able to get dhcp from default vlan but unable to get dhcp from clients vlan.
You should type that command on the switch/router that is default gateway in vlan1, probably 10.76.12.1.
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
10-24-2012 11:25 PM
10-24-2012 11:25 PM
Re: able to get dhcp from default vlan but unable to get dhcp from clients vlan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2012 11:47 PM
10-24-2012 11:47 PM
Re: able to get dhcp from default vlan but unable to get dhcp from clients vlan.
hostname "ProCurve Switch 2626"
ip routing
snmp-server community "public" Unrestricted
vlan 1
name "kenya"
untagged 1-12,25-26
ip address 10.76.12.2 255.255.255.0
no untagged 13-24
exit
vlan 96
name "clients"
untagged 13-24
ip address 10.76.96.1 255.255.255.0
ip helper-address 10.76.12.15
exit
ip route 10.76.96.0 255.255.255.0 10.76.12.1
ip route 0.0.0.0 0.0.0.0 10.76.12.1
password manager
password operator
ProCurve Switch 2626# conf t
ProCurve Switch 2626(config)# vlan 1
ProCurve Switch 2626(vlan-1)# ip route 10.76.96.0 255.255.255.0 10.76.12.2
Invalid input: route
ProCurve Switch 2626(vlan-1)# ip route 10.76.96.0 255.255.255.0 10.76.12.0
Invalid input: route
ProCurve Switch 2626(vlan-1)#
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2012 04:14 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2012 05:05 PM
11-05-2012 05:05 PM
Re: able to get dhcp from default vlan but unable to get dhcp from clients vlan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2012 09:53 AM
11-08-2012 09:53 AM
Re: able to get dhcp from default vlan but unable to get dhcp from clients vlan.
There is really no need for an extra route to be added anywhere. The DHCP server sits on VLAN 1, and his hosts sit on VLAN 96. Both VLAN's are on the same switch, the switch has ip routing enabled, and has an IP address assigned in each VLAN. The default gateway does not even come into play here, as this switch will route between the VLAN's just fine...no need for an extra router to be involved, unless the DHCP server has the wrong gateway address set (see below).
The problem, by my guess, is likely on the DHCP server- either the 10.76.96.0 scope is not defined properly, or maybe the server does not have its' default gateway set properly (as mentioned above, try pinging or tracerouting from the DHCP server to 10.76.96.1 to see if it can find that subnet. If not, perhaps set its' gateway address to 10.76.12.2).
One more note- you don't need the "ip helper-address 10.76.12.15" command on VLAN 1...the DHCP server is on that VLAN so it will see DHCP requests on that VLAN...no need to forward them as unicasts.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2012 10:19 AM
11-08-2012 10:19 AM
Re: able to get dhcp from default vlan but unable to get dhcp from clients vlan.
@Rburns wrote:There is really no need for an extra route to be added anywhere. The DHCP server sits on VLAN 1, and his hosts sit on VLAN 96. Both VLAN's are on the same switch, the switch has ip routing enabled, and has an IP address assigned in each VLAN. The default gateway does not even come into play here, as this switch will route between the VLAN's just fine...no need for an extra router to be involved, unless the DHCP server has the wrong gateway address set (see below).
Obviously the default router in VLAN1 isnt the 2626 switch itself, but the Fortinet, and the DHCP server has its default gw pointed at the Fortinet, that doesnt know about the vlan 96 beeing routed in the 2626. My last post obviously fixed the issue, right?
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
11-12-2012 12:36 PM
11-12-2012 12:36 PM
Re: able to get dhcp from default vlan but unable to get dhcp from clients vlan.
Sorry if you took my post to be an attack on your expertise, Fredrick...yes, adding the route into the Fortinet gateway is one way to fix the issue. My point is that it is not necessarily the most optimal way. Sending traffic between two VLAN's on the same switch by routing it out to the Fortinet and then back again to the switch is a waste of time and bandwidth in my eyes (2 unnecessary hops). If the switch really is the center of the network (and I suspect it is, seeing as he is creating the separate networks on it), let it be the gateway for ALL internal subnets and only use the Fortinet for subnets outside of the building (like the Internet). That is planning for the future too, as maybe there will be more VLAN's going forward???
So, to summarize, the BEST solution to the problem in my eyes is not to add a route to the Internet gateway, but rather to set the defalt gateway on both VLANs to be the 2626 switch. But you don't need to list me as the solution- Fredrick has already grabbed that prize (and I am not an Honoured Contributor).
Routing should be as simple as possible, and I think avoiding involving an external vendor to make a change for you is always a good idea...again, I am guessing that he does not configure his own Internet gateway.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2012 05:19 PM
12-12-2012 05:19 PM
Re: able to get dhcp from default vlan but unable to get dhcp from clients vlan.
Yes it fixed it.