04-19-2022 03:54 AM - edited 04-19-2022 04:25 AM
Hi!
So i am trying to get the AutoInstall to work on a router.
I configed it to use DHCP
interface GigabitEthernet0
ip address dhcp
duplex auto
speed auto
I can monitor the DHCP and see that it gets the DHCP: Scan: TFTP Server address Option:
With my tftp server.
But still the router is trying to use 255.255.255.255 !
Apr 19 11:13:03.700: DHCP: Client socket is closed
%Error opening tftp:/ /255.255.255.255/ir800-confg (Timed out)
*Apr 19 11:13:30.712: %SYS-4-CONFIG_RESOLVE_FAILURE: System config parse from (tftp:/ / 255.255.255.255/ir800-confg) failed
%Error opening tftp:/ / 255.255.255.255/ir800.cfg (Timed out)
*Apr 19 11:14:08.724: %SYS-4-CONFIG_RESOLVE_FAILURE: System config parse from (tftp://255.255.255.255/ir800.cfg) failed
what am i missing?
04-19-2022 08:32 AM
- Review this bug list , check if anything could be applicable :
https://bst.cloudapps.cisco.com/bugsearch?pf=prdNm&kw=SYS-4-CONFIG_RESOLVE_FAILURE&bt=custV&sb=anfr
M.
04-19-2022 09:50 PM
Dint find anything in the bug list that matced.
04-19-2022 10:42 PM
- Does it get an ip address from the DHCP server ? . Check the logs of your DHCP-service for that ?
M.
04-19-2022 10:48 PM
Morning @marce1000
Yeah i can ping it via IP.
Apr 20 06:02:45.523: DHCP: Scan: Message type: DHCP Ack
*Apr 20 06:02:45.523: DHCP: Scan: Renewal time: 600
*Apr 20 06:02:45.523: DHCP: Scan: Rebind time: 1050
*Apr 20 06:02:45.523: DHCP: Scan: Lease Time: 1200
*Apr 20 06:02:45.523: DHCP: Scan: Server ID Option: 192.168.4.9 = A000409
*Apr 20 06:02:45.523: DHCP: Scan: Subnet Address Option: 255.255.254.0
*Apr 20 06:02:45.523: DHCP: Scan: DNS Name Server Option: 192.168.52.10, 192.168.52.11
*Apr 20 06:02:45.523: DHCP: Scan: Domain Name: VAVERKET.local
*Apr 20 06:02:45.523: DHCP: Scan: Router Option: 192.168.2.1
*Apr 20 06:02:45.523: DHCP: Scan: TFTP Server address Option: 192.168.2.6
*Apr 20 06:02:45.523: DHCP: rcvd pkt source: 192.168.4.9, destination: 192.168.3.100
*Apr 20 06:02:45.523: UDP sport: 43, dport: 44, length: 321
*Apr 20 06:02:45.523: DHCP op: 2, htype: 1, hlen: 6, hops: 0
*Apr 20 06:02:45.523: DHCP server identifier: 192.168.4.9
*Apr 20 06:02:45.523: xid: 8A5, secs: 0, flags: 0
*Apr 20 06:02:45.523: client: 0.0.0.0, your: 192.168.3.100
*Apr 20 06:02:45.523: srvr: 0.0.0.0, gw: 0.0.0.0
*Apr 20 06:02:45.523: options block length: 73
*Apr 20 06:02:45.523: DHCP Ack Message
*Apr 20 06:02:45.523: DHCP: Lease Seconds: 1200 Renewal secs: 600 Rebind secs: 1050
*Apr 20 06:02:45.523: DHCP: Server ID Option: 192.168.4.9
*Apr 20 06:02:48.524: DHCP: Releasing ipl options:
*Apr 20 06:02:48.524: DHCP: Applying DHCP options:
*Apr 20 06:02:48.524: Setting default_gateway to 192.168.2.1
*Apr 20 06:02:48.524: Adding default route 192.168.2.1
*Apr 20 06:02:48.524: Adding DNS server address 192.168.52.10
*Apr 20 06:02:48.524: Adding DNS server address 192.168.52.11
*Apr 20 06:02:48.524: Setting default domain to VAVERKET.local
*Apr 20 06:02:48.524: DHCP: Sending notification of ASSIGNMENT:
*Apr 20 06:02:48.524: Address 192.168.3.100 mask 255.255.254.0
*Apr 20 06:02:48.524: DHCP Client Pooling: ***Allocated IP address: 192.168.3.100
*Apr 20 06:02:55.526: DHCP: Client socket is closed
04-19-2022 11:18 PM
>...
*Apr 19 11:13:30.712: %SYS-4-CONFIG_RESOLVE_FAILURE: System config parse from (tftp:/ / 255.255.255.255/ir800-confg) failed
%Error opening tftp:/ / 255.255.255.255/ir800.cfg (Timed out)
*Apr 19 11:14:08.724: %SYS-4-CONFIG_RESOLVE_FAILURE: System config parse from (tftp://255.255.255.255/ir800.cfg) failed
- So it broadcasts or queries any tftp server available for ir800-confg or ir800.cfg , when looking at , the first filename is peculiar but could be possible. Is any of such files provisioned on an online tftp service in the subnet ? Look at the logs of your tftp server, check if it actually being addressed by the router. (or not).
M.
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