cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
781
Views
0
Helpful
2
Replies

can't get dhcp working on 3750

huwyhuwy123
Level 1
Level 1

hi there,

I'm trying to setup a 3750 to run dhcp on multiple vlans - the config is attached.

I have a PC connected to g1/0/3 but it doesn't pickup an DHCP address

Can anyone see what might be the issue?

Thanks a lot for any assistance

Huw

1 Accepted Solution

Accepted Solutions

cadet alain
VIP Alumni
VIP Alumni

Hi,

you excluded all vlan 30 addresses: 

ip dhcp excluded-address 10.30.0.1 10.60.0.50 

Don't forget if you put 2 addresses in this command you are excluding the range from IP1 to IP2 inclusive.

Regards.

Alain.

Don't forget to rate helpful posts.

View solution in original post

2 Replies 2

cadet alain
VIP Alumni
VIP Alumni

Hi,

you excluded all vlan 30 addresses: 

ip dhcp excluded-address 10.30.0.1 10.60.0.50 

Don't forget if you put 2 addresses in this command you are excluding the range from IP1 to IP2 inclusive.

Regards.

Alain.

Don't forget to rate helpful posts.

thanks a lot alain - that was pretty stupid of me. Its been a long day!