11-15-2017 08:48 AM - edited 03-01-2019 08:40 AM
I am doing a POAP over DHCP/TFTP server, But when the switch initiate the POAP process i see this below error "
%$ VDC-1 %$ %POAP-2-POAP_INFO: Invalid DHCP OFFER from 0.0.0.0: Missing Script Name"
What is causing this issue ?
11-15-2017 11:42 AM
11-15-2017 11:47 AM
11-15-2017 09:09 PM
I tried the above link: it talks about the general instructions and i hope i followed them during my setup
Here are the details of my DHCP server:
subnet 10.100.100.0 netmask 255.255.255.0 {
range 10.100.100.11 10.100.100.253;
option domain-name "Domain name";
option domain-name-servers <DNS address>;
option subnet-mask 255.255.255.0;
option routers 10.100.100.1;
option tftp-server-name "<DHCP address>";
}
host <hostname> {
fixed-address 10.100.100.52;
option host-name "<hostname>";
option routers 10.100.100.1;
#option dhcp-client-identifier "\<Serial No>";
#option bootfile-name "poap.py";
}
11-15-2017 09:14 PM
11-15-2017 09:18 PM
11-15-2017 09:20 PM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide