08-16-2018 12:41 AM
08-17-2018 01:57 AM
Hi Frank,
With your new config it should work. I have just tested it and it worked as you can see below:
!
vlan 1 name DEFAULT-VLAN by port
router-interface ve 1
!
vlan 10 by port
tagged ethe 1/1/1
router-interface ve 10
!
!
enable acl-per-port-per-vlan
hostname ICX-6450-48-209122
ip dhcp snooping vlan 10
ip dhcp-server enable
ip dhcp-server server-identifier 192.168.11.4
!
ip dhcp-server pool studios
dhcp-default-router 192.168.11.4
dns-server 192.168.11.4
domain-name lincolncityradio.com
excluded-address 192.168.11.150
excluded-address 192.168.11.21
excluded-address 192.168.11.22
excluded-address 192.168.11.23
excluded-address 192.168.11.24
excluded-address 192.168.11.25
excluded-address 192.168.11.26
excluded-address 192.168.11.1 192.168.11.20
excluded-address 192.168.11.101 192.168.11.120
excluded-address 192.168.11.201 192.168.11.210
excluded-address 192.168.11.240 192.168.11.254
lease 0 2 0
network 192.168.11.0 255.255.255.0
deploy
!
!
clock timezone us Alaska
!
!
interface management 1
no ip dhcp-client enable
!
interface ethernet 1/1/1
dhcp snooping trust
!
interface ve 1
ip address 192.168.1.4 255.255.255.0
!
interface ve 10
ip address 192.168.11.4 255.255.255.0
!
!
lldp run
!
!
end
ICX-6450-48-209122#sho ip dhcp-ser bin
Bindings from all pools:
IP Address Client-ID/ Lease expiration Type
Hardware address
192.168.11.28 0050.56b8.f96b 000d:01h:59m:28s Automatic
Please remove the no port bootp from the config as that it’s blocking the bootp packets and DHCP won’t work. (you need to enter “port bootp”)
0d00h02m33s:A:DHCPS: unable to find an address pool for rx
port 1, dropping DHCPOFFER message ----> Indicates that the DHCP service was unable to match an
address pool for the interface where the DHCP discover was received.
0d00h00m26s:W:DHCPS: Failed to read lease-binding database to flash ---> shows up when the DHCP server is stopped you will need to deploy it each time when you make any changes in the DHCP pool
I suggest removing DHCP snooping and try it. There is an old defect in the version that you are running (ver 07.2.02a) that causes the DHCP Discover packet to not be broadcasted within the incoming VLAN, which most likely why it’s not working for you . The recommended version from the FGS that has the fix for this is ver 07.2.02r
Thanks
08-17-2018 04:34 AM
08-17-2018 04:42 AM
08-17-2018 06:45 AM
08-17-2018 07:12 AM
To remove the no port bootp from the config you need to enter “port bootp”
Here is the link to download the code the https://support.ruckuswireless.com/software?filter=125#firmwares
Ruckus FastIron code 07.2.02r applies to your GS648P