cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
414
Views
1
Helpful
3
Replies

Upgrade leads to missing info in the management page.

vyulya
Level 1
Level 1

Good day everyone!
I recently acquired a C3560CX and I updated the firmware(.bin) via cli but my browser management page is a flat looking, old school static html page.

The command below got my web management to look a little better but it's sort of broken at the title head.
How can I correct it? I've attached a screenshot. Thanks in advance.

C3560Screenshot.PNG

Command issued:
Switch# archive download-sw /overwrite /reload tftp://10.x.x.x/c3560cx-universalk9-tar.152-7.E12.tar

1 Accepted Solution

Accepted Solutions

Jens Albrecht
Level 4
Level 4

Hello @vyulya,

the Web GUI of these switches is known to be designed for older versions of the common browsers.

While old versions of Chrome or Firefox should work they impose a security risk, of course.
Instead you can try some alternative like "Pale Moon" which is reported to work in many cases.

HTH!

View solution in original post

3 Replies 3

vyulya
Level 1
Level 1

I've tested the browser with an iphone(safari) and it shows the details(Switch version, IOS installed) just fine.
Now it's a browser/computer issue.

Found more information later.


angular.min.js:117 NetworkError: Failed to execute 'send' on 'XMLHttpRequest': Failed to load 'https://10.x.x.x/get_loginuser'.
at fetchUsername (https://10.x.x.x/utils/header/headerCtrl.js:558:14)
at Object.<anonymous> (https://10.x.x.x/utils/header/headerCtrl.js:565:5)
at Object.invoke (https://10.x.x.x/lib/ang/angular.min.js:41:372)
at R.instance (https://10.x.x.x/lib/ang/angular.min.js:89:203)
at n (https://10.x.x.x/lib/ang/angular.min.js:64:374)
at g (https://10.x.x.x/lib/ang/angular.min.js:58:305)
at https://10.x.x.x/lib/ang/angular.min.js:57:455
at link (https://10.x.x.x/lib/ang/angular.min.js:275:432)
at ja (https://10.x.x.x/lib/ang/angular.min.js:80:350)
at n (https://10.x.x.x/lib/ang/angular.min.js:66:28) <div ng-include="'utils/header/views/header.html'" class="ng-scope">10.x.x.x/:180
GET https://10.x.x.x/resources/fonts/fonts/CiscoSans/CiscoSansTTLight.woff?-8j3nnh net::ERR_ABORTED 404 (Not Found)

XMLIssues.PNG

Firefox, Brave, Edge browsers all fail to display the information. 
Internet explorer mode works under Edge but switch view is broken.

iemode.PNG

And of course it works on the Ipad/Iphone:

ipad.jpg

 

I'll continue managing for now besides functionality is still good without the title heads and cli is good and switch is working.

Jens Albrecht
Level 4
Level 4

Hello @vyulya,

the Web GUI of these switches is known to be designed for older versions of the common browsers.

While old versions of Chrome or Firefox should work they impose a security risk, of course.
Instead you can try some alternative like "Pale Moon" which is reported to work in many cases.

HTH!

Ah! Pale moon it is!

palemoon.PNG

Thanks @Jens Albrecht