cancel
Showing results for 
Search instead for 
Did you mean: 

mutiple vlan with differnt dhcp pool

user_e8ad9f
New Contributor

I'm testing it, but if I put the configuration as below, there's no response. Is there anything wrong with the setting?

 

 


vlan 10 by port
untagged ethe 1/1/1 to 1/1/4
router-interface ve 10
!

ip dhcp-client disable
ip dhcp-server enable

ip dhcp-server pool dhcp_v10
excluded-address 192.168.10.254
excluded-address 192.168.10.1 192.168.10.20
lease 1 0 0
network 192.168.10.0 255.255.255.0
option 3 ip 192.168.10.1
option 6 ip 164.124.101.2 203.248.252.2 8.8.8.8
!
!!
interface ve 10
ip address 192.168.10.1 255.255.255.0
!

 

 



3 REPLIES 3

abilashpr
Contributor III

Dear user_e8ad9f,

"deploy" command is missing at the end of DHCP server configuration.
!
ip dhcp-server pool dhcp_v10
excluded-address 192.168.10.254
excluded-address 192.168.10.1 192.168.10.20
lease 1 0 0
network 192.168.10.0 255.255.255.0
option 3 ip 192.168.10.1
option 6 ip 164.124.101.2 203.248.252.2 8.8.8.8
deploy
!
!

Please use the above configuration and test if clients are able to get ip address are not.

Hope it helps!!!

Regards,

Abilash PR

 

sungjin_park
New Contributor III

풀설정하시고

deploy 해주셨나요?

아 위에 답변이 있었네요