Hi all!
Quantum Spark 1800 Appliance Version: R81.10 (996000575)
I have interfaces LAN13.20 with VLAN 20 in HA on two appliances. I have enabled dhcp server on this interface:
chp-01> show dhcp server interface LAN13.20
dhcp: on
include-ip-pool: 192.168.20.150-192.168.20.180
exclude-ip-pool:
relay-to:
relay-secondary:
relay-tertiary:
relay-quaternary:
default-gateway: 192.168.20.253
wins-mode: auto
wins-primary:
wins-secondary:
lease-time: 4
dns: manual
dns-primary: 192.168.8.1
dns-secondary: 192.168.16.102
dns-tertiary:
domain:
assign-addresses-for-known-hosts-only:false
ntp-primary:
ntp-secondary:
tftp:
file:
callmgr-primary:
callmgr-secondary:
xwin-display-mgr:
avaya-voip:
But client devices do not receive ip addresses. I didn't turn on "Assign DHCP IP addresses for known hosts only"
tcpdump shows that requests are coming:
[Expert@chp-01]# tcpdump -i LAN13.20 port 68
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on LAN13.20, link-type EN10MB (Ethernet), capture size 262144 bytes
12:05:31.596501 IP 0.0.0.0.bootpc > 255.255.255.255.bootps: BOOTP/DHCP, Request from 00:50:56:80:4d:26 (oui Unknown), length 300
12:05:34.714835 IP 0.0.0.0.bootpc > 255.255.255.255.bootps: BOOTP/DHCP, Request from 00:50:56:80:4d:26 (oui Unknown), length 300
And when I'm looking this MAC in traffic, tcpdump shows ARP reverse requests:
12:06:34.787494 IP 0.0.0.0.bootpc > 255.255.255.255.bootps: BOOTP/DHCP, Request from 00:50:56:80:4d:26 (oui Unknown), length 300
12:06:35.321053 ARP, Reverse Request who-is 00:50:56:80:4d:26 (oui Unknown) tell 00:50:56:80:4d:26 (oui Unknown), length 46
12:06:36.320943 ARP, Reverse Request who-is 00:50:56:80:4d:26 (oui Unknown) tell 00:50:56:80:4d:26 (oui Unknown), length 46
12:06:37.321010 ARP, Reverse Request who-is 00:50:56:80:4d:26 (oui Unknown) tell 00:50:56:80:4d:26 (oui Unknown), length 46
I would be grateful if someone could help me.