Setting---
ip dhcp pool r3
host 192.168.32.33 255.255.255.0
client-identifier 0063.6973.636f.2d34.3233.312e.3838.3838.2e39.3438.302d.6769.302f.30
bootfile r2-confg
option 150 ip 192.168.32.100
option 67 ascii /r3-confg
default-router 192.168.32.1
ip dhcp pool r1
host 192.168.32.31 255.255.255.0
client-identifier 0063.6973.636f.2d62.6539.612e.3839.4363.2e31.6438.302d.6769.302f.30
ip dhcp pool r2
host 192.168.32.32 255.255.255.0
client-identifier 0063.6973.636f.2d61.6837.622e.3530.3363.2e30.3730.302d.6769.302f.30
class-map match-any system-cpp-police-dhcp-snooping
description DHCP snooping
Log---
Jun 18 2020 11:15:06: DHCPD: interface GigabitEthernet1/0/20 coming up
Jun 18 2020 11:15:33: DHCPD: Reload workspace interface Vlan1 tableid 0.
Jun 18 2020 11:15:33: DHCPD: Sending notification of DISCOVER:
Jun 18 2020 11:15:33: DHCPD: htype 1 chaddr 7064.6b44.8780
Jun 18 2020 11:15:33: DHCPD: circuit id 000410001104
Jun 18 2020 11:15:33: DHCPD: interface = Vlan1
Jun 18 2020 11:15:33: DHCPD: class id 636973636f706e72
Jun 18 2020 11:15:33: DHCPD: Sending notification of DISCOVER:
Jun 18 2020 11:15:33: DHCPD: htype 1 chaddr 7064.6b44.8780
Jun 18 2020 11:15:33: DHCPD: circuit id 000410001104
Jun 18 2020 11:15:33: DHCPD: interface = Vlan1
Jun 18 2020 11:15:33: DHCPD: class id 636973636f706e72
Jun 18 2020 11:15:33: DHCPD: FSM state change INVALID
Jun 18 2020 11:15:33: DHCPD: Workspace state changed from INIT to INVALID
Jun 18 2020 11:15:33: DHCPD: classname not set in msg
Jun 18 2020 11:15:33: DHCPD: there is no address pool for 192.168.32.1.
Jun 18 2020 11:15:33: DHCPD: Sending notification of ASSIGNMENT FAILURE:
Jun 18 2020 11:15:33: DHCPD: htype 1 chaddr 7064.6b44.8780
Jun 18 2020 11:15:33: DHCPD: circuit id 000410001104
Jun 18 2020 11:15:33: DHCPD: interface = Vlan1
Jun 18 2020 11:15:33: DHCPD: class id 636973636f706e72
Jun 18 2020 11:15:33: DHCPD: Sending notification of ASSIGNMENT_FAILURE:
Jun 18 2020 11:15:33: DHCPD: due to: NO POOL
Jun 18 2020 11:15:33: DHCPD: htype 1 chaddr 7064.6b44.8780
Jun 18 2020 11:15:33: DHCPD: circuit id 000410001104
Jun 18 2020 11:15:33: DHCPD: interface = Vlan1
Jun 18 2020 11:15:33: DHCPD: class id 636973636f706e72
Question---
I don't know where I wrong.
Before I try client-identifier method , I already finish IOS-XE with network automatic DHCP(ZTP) assign IP.
But auto-install manually assign IP was failed.
Please help to figure out my question,thanks.