04-26-2022 01:03 AM
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
!
04-27-2022 11:45 AM
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
06-02-2022 08:30 PM
풀설정하시고
deploy 해주셨나요?
06-02-2022 08:32 PM
아 위에 답변이 있었네요