cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
tech01
New Contributor

Total Access 908e 2nd Gen Firmware Reinstallation

Jump to solution

I'm having an issue reinstalling the firmware on a 908e 2nd Gen.

I am currently stuck with the message "Timed out waiting on packet" after I set the IP and initiate the copy tftp flash command. What I've noticed is the eth 0/1 port is lit up and my laptop does see a connection.

Is there any way to ping the laptop / tftp server from bootstrap (I've already wiped the system using "erase file-system" prior) to see if the connection is there? Any other advice would be appreciated.

0 Kudos
1 Solution

Accepted Solutions

Re: Total Access 908e 2nd Gen Firmware Reinstallation

Jump to solution

1st break the boot mode

add

ip address 192.168.10.222 255.255.255.0
ip route 0.0.0.0 0.0.0.0 0.0.0.0

 

in config mode, enter this command, this will set your ETH1 to 192.168.10.122 and gateway to 0.0.0.0 after you should be able to get to your machine

View solution in original post

0 Kudos
1 Reply

Re: Total Access 908e 2nd Gen Firmware Reinstallation

Jump to solution

1st break the boot mode

add

ip address 192.168.10.222 255.255.255.0
ip route 0.0.0.0 0.0.0.0 0.0.0.0

 

in config mode, enter this command, this will set your ETH1 to 192.168.10.122 and gateway to 0.0.0.0 after you should be able to get to your machine

0 Kudos