cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
568
Views
0
Helpful
2
Replies

Problem in update IOS on Catalyst 2950

Hello People I have a problem after the IOS actualize my catalyst 2950, when the switch command to restart it tries to load the image and returnees with access denied, but after carrage the normal image. Ha ability to set permission by CLI?

1 Accepted Solution

Accepted Solutions

ranraju
Cisco Employee
Cisco Employee

Hi Tiago,

I see what you are missing here. When you says "show boot" or "show bootvar", you would see the following line in the output.

lets say the image that you are seeing here is IMAGE-NAME

The bootstring that you would see is:

BOOT path-list:     IMAGE-NAME               <<<< this should be corrected.

BOOT path-list:     flash:IMAGE-NAME       <<<< this is how it should look with the bootdevice "flash:"

So on the config mode, give the following statement:

boot system flash:IMAGE-NAME

This should resolve your issue, and at your next reload the switch would come up with the intended image.

Hope this answers your query on this post.

(Please rate helpful posts)

Regards,

ranraju

View solution in original post

2 Replies 2

ranraju
Cisco Employee
Cisco Employee

Hi Tiago,

I see what you are missing here. When you says "show boot" or "show bootvar", you would see the following line in the output.

lets say the image that you are seeing here is IMAGE-NAME

The bootstring that you would see is:

BOOT path-list:     IMAGE-NAME               <<<< this should be corrected.

BOOT path-list:     flash:IMAGE-NAME       <<<< this is how it should look with the bootdevice "flash:"

So on the config mode, give the following statement:

boot system flash:IMAGE-NAME

This should resolve your issue, and at your next reload the switch would come up with the intended image.

Hope this answers your query on this post.

(Please rate helpful posts)

Regards,

ranraju

Thank you friend fix the patch was just right IOS thanks ..