- Community Home
- >
- Networking
- >
- Legacy
- >
- Switches, Hubs, Modems
- >
- DHCP... What Gives...
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
01-09-2007 07:40 AM
01-09-2007 07:40 AM
I cant get dhcp to relay...
If i manually set IP's i can ping across vlan's just fine...
If I am on the same switch, and same vlan, i can get an address...
If I am on a different switch, but same vlan... i get nothing...
Different switch different vlan... nothing
Same switch different vlan.. nothing...
I set up all vlan's to use the helper ip and enabled dhcp relay...
what gives...?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2007 07:49 AM
01-09-2007 07:49 AM
Re: DHCP... What Gives...
5300 is 10.3.100.200
2650 is 10.3.100.201
i created a vlan100 10.3.100.1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2007 07:51 AM
01-09-2007 07:51 AM
Re: DHCP... What Gives...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2007 07:53 AM
01-09-2007 07:53 AM
Re: DHCP... What Gives...
hostname "wa_5406zl_01"
snmp-server contact "Systems"
module 1 type J8702A
module 2 type J8702A
ip routing
snmp-server community "public" Unrestricted
vlan 1
name "DEFAULT_VLAN"
untagged A2-A11,A13-A24,B7-B24
ip address 10.3.100.101 255.255.255.0
tagged A1
no untagged A12,B1-B6
exit
vlan 10
name "vlan10-d"
untagged B1
ip helper-address 10.3.0.70
ip address 10.3.10.1 255.255.255.0
tagged A1
exit
vlan 20
name "vlan20-d"
untagged B2
ip address 10.3.20.1 255.255.255.0
tagged A1
exit
vlan 30
name "vlan30-d"
untagged B3
ip address 10.3.30.1 255.255.255.0
tagged A1
exit
vlan 40
name "vlan40-d"
untagged B4
ip address 10.3.40.1 255.255.255.0
tagged A1
exit
vlan 50
name "vlan50-d"
untagged B5
ip address 10.3.50.1 255.255.255.0
tagged A1
exit
vlan 90
name "vlan90-d"
untagged A12,B6
ip helper-address 10.3.0.70
ip address 10.3.0.200 255.255.255.0
tagged A1
exit
vlan 100
name "vlan100-m"
tagged A1
no ip address
exit
spanning-tree
password manager
--------------------------------
2650
hostname "wa_vlan10_01"
snmp-server contact "systems"
ip default-gateway 10.3.100.200
snmp-server community "public" Unrestricted
vlan 1
name "DEFAULT_VLAN"
untagged 7-48,50
ip address 10.3.100.102 255.255.255.0
tagged 49
no untagged 1-6
exit
vlan 10
name "vlan10-d"
untagged 1
ip address 10.3.10.1 255.255.255.0
ip helper-address 10.3.0.70
tagged 49
exit
vlan 20
name "vlan20-d"
untagged 2
ip address 10.3.20.1 255.255.255.0
tagged 49
exit
vlan 30
name "vlan30-d"
untagged 3
ip address 10.3.30.1 255.255.255.0
tagged 49
exit
vlan 40
name "vlan40-d"
untagged 4
ip address 10.3.40.1 255.255.255.0
tagged 49
exit
vlan 50
name "vlan50-d"
untagged 5
ip address 10.3.50.1 255.255.255.0
tagged 49
exit
vlan 90
name "vlan90-d"
untagged 6
ip address 10.3.0.200 255.255.255.0
ip helper-address 10.3.0.70
tagged 49
exit
spanning-tree
password manager
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2007 07:55 AM
01-09-2007 07:55 AM
Re: DHCP... What Gives...
had scopes of
vlan10
10.3.10.200-250
255.255.255.0
10.3.10.1
vlan20
10.3.20.200-250
255.255.255.0
10.3.20.1
etc...
vlan90
10.3.0.215-225
255.255.255.0
10.3.0.200
dhcp server was set up with
10.3.0.70
255.255.255.0
10.3.0.200
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2007 08:03 AM
01-09-2007 08:03 AM
Re: DHCP... What Gives...
Also seen a few instances lately where the 5400 just needs to be rebooted for DHCP-Relay to work properly.
Don't forget to assign points along the way to any replies you receive.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2007 09:09 AM
01-09-2007 09:09 AM
Re: DHCP... What Gives...
What is the proper way to manage the device...
Would i just give the switches IP's in one of the exhisting subnets?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2007 09:17 AM
01-09-2007 09:17 AM
Re: DHCP... What Gives...
(I could be blind today...)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2007 09:18 AM
01-09-2007 09:18 AM
Re: DHCP... What Gives...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2007 09:33 AM
01-09-2007 09:33 AM
Re: DHCP... What Gives...
vlan 1
name "DEFAULT_VLAN"
untagged 7-48,50
ip address 10.3.100.102 255.255.255.0
tagged 49
no untagged 1-6
exit
vlan 10
name "vlan10-d"
untagged 1
ip address 10.3.10.1 255.255.255.0
ip helper-address 10.3.0.70
tagged 49
exit
Keep the IP address of VLAN1, it's fine since it is different to the 5300. You need to do is remove the IP address on VLAN 10 (which is the same as the IP address on the 5300). You also need to remove those IP addresses on all those other VLANs.
You could also give those VLANs different IP addresses, e.g 10.3.10.2, but there's no need.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2007 09:36 AM
01-09-2007 09:36 AM
Re: DHCP... What Gives...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2007 09:40 AM
01-09-2007 09:40 AM
Re: DHCP... What Gives...
vlan10 = 10.3.10.1 /24 etc
is this not correct?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2007 09:44 AM
01-09-2007 09:44 AM
Re: DHCP... What Gives...
I would recommend you go through this free self paced course - http://www.hp.com/rnd/training/technical/IPR_foundations.htm
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2007 09:51 AM
01-09-2007 09:51 AM
Re: DHCP... What Gives...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2007 09:57 AM
01-09-2007 09:57 AM
Re: DHCP... What Gives...
On that 2600, you can either do:
2600(config)# vlan 10
2600(vlan-10)# no ip address
or
2600(config)# vlan 10
2600(vlan-10)# ip address 10.3.10.2/24
Repeat for the other VLANs but leave VLAN1 alone, it's okay because it has a different IP address to that of VLAN1 on the 5300.
The first option is how I would do it on the other VLANs(no ip address)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2007 10:05 AM
01-09-2007 10:05 AM
Re: DHCP... What Gives...
I was under the impression that i am creating the vlans on all the switches.
meaning i tell switch 5400-1
vlan10-d 10.3.10.1 /24
tell switch 2
vlan10-d 10.3.10.1
----
Your tellign me to
switch 5400-1
vlan10-d 10.3.10.1
switch 2
vlan10-d 10.3.10.2
switch 3
vlan10-d 10.3.10.3
etc...
So the default gateway on swithces 2,3,4 is still switch 5400... 10.3.10.1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2007 10:15 AM
01-09-2007 10:15 AM
SolutionThis would be config I would base my edge switches on:
hostname "wa_vlan10_01"
snmp-server contact "systems"
ip default-gateway 10.3.100.200
snmp-server community "public" Unrestricted
vlan 1
name "DEFAULT_VLAN"
untagged 7-48,50
ip address 10.3.100.102 255.255.255.0
tagged 49
no untagged 1-6
exit
vlan 10
name "vlan10-d"
untagged 1
tagged 49
exit
vlan 20
name "vlan20-d"
untagged 2
tagged 49
exit
vlan 30
name "vlan30-d"
untagged 3
tagged 49
exit
vlan 40
name "vlan40-d"
untagged 4
tagged 49
exit
vlan 50
name "vlan50-d"
untagged 5
tagged 49
exit
vlan 90
name "vlan90-d"
untagged 6
tagged 49
exit
spanning-tree
password manager
The other edge switches would be the same, except they would each have a different IP addresses in VLAN1
vlan 1
name "DEFAULT_VLAN"
untagged 7-48,50
ip address 10.3.100.103 255.255.255.0
tagged 49
no untagged 1-6
exit
The default gateways will remain pointing to the .1 addresses that is already configured on the 5400. The 5400's configuration is fine the way it is.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2007 10:21 AM
01-09-2007 10:21 AM
Re: DHCP... What Gives...
SO I AM re-creating the vlan's on the other switches, just not giving them all IP's, just the primary one...
And that could be the management one at that...
I'm gonna reset to factory and try it out.
It makes sence, i just confused myself and programmed too much on the edge switches...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2007 12:00 PM
01-09-2007 12:00 PM
Re: DHCP... What Gives...
DHCP Relay is working!!
Now everytime i reboot the switch.. all the setting sgo away but the main IP...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2007 12:00 PM
01-09-2007 12:00 PM
Re: DHCP... What Gives...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2007 12:03 PM
01-09-2007 12:03 PM