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
!