cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1580
Views
0
Helpful
5
Replies

AutoInstall via tftp - faling to select tftp server.

Niklas.D
Level 1
Level 1

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?  

 

 

 

 

5 Replies 5

marce1000
Hall of Fame
Hall of Fame

 

 - 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.



-- Each morning when I wake up and look into the mirror I always say ' Why am I so brilliant ? '
    When the mirror will then always repond to me with ' The only thing that exceeds your brilliance is your beauty! '

Dint find anything in the bug list that matced. 

 

 - Does it get an ip address from the DHCP server ? . Check the logs of your DHCP-service for that ?

 M.



-- Each morning when I wake up and look into the mirror I always say ' Why am I so brilliant ? '
    When the mirror will then always repond to me with ' The only thing that exceeds your brilliance is your beauty! '

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

 

>...

*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.



-- Each morning when I wake up and look into the mirror I always say ' Why am I so brilliant ? '
    When the mirror will then always repond to me with ' The only thing that exceeds your brilliance is your beauty! '