08-03-2019 08:50 PM
vlan 20 by port
untagged ethe 1/1/2
router-interface ve 20
!
ip dhcp-server enable
!
ip dhcp-server pool dhcp20
dhcp-default-router 192.168.20.254
excluded-address 192.168.20.100 192.168.20.254
lease 1 0 0
network 192.168.20.0 255.255.255.0
deploy
!
interface ve 20
ip address 192.168.20.254 255.255.255.0
!
SSH@ICX6610-48P Router#show ip dhcp-server bindingI have no VLANs configured on the SSG/SRX port. I thought I could define a VLAN and untag the port on the ICX and it should work. The port works with a notebook running Windows. Is there anything more I must add to the configuration?
Bindings from all pools:
IP Address Client-ID/ Lease expiration Type
Hardware address
192.168.20.1 288a.1c40.e8cd 000d:23h:59m:37s Automatic
08-06-2019 05:00 PM