cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
350
Views
0
Helpful
1
Replies

HTML Error with Security Device Manager 2.5

hotrodhames
Level 1
Level 1

Hi, I am trying to sign in with SDM on a Cisco 871 Router, and I keep getting HTML text. I will only list the first few lines, due to the length of the error:

<!---

*

* runAPP.shtml

*

* Copyright (c) 2004 by Cisco Systems, Inc. All rights reserved.

*

*-->

<HTML>

<HEAD>

<script language="javascript" src="common.js"></script>

<script language="javascript" src="appsupport.js"></script>

<script language="javascript" src="localized_msgs6.js"></script>

<script language="javascript">

function getcookie(cookiename) {

var cookiestring=""+document.cookie;

var index1=cookiestring.indexOf(cookiename)

if (index1==-1 || cookiename=="") {

return "";

}

var index2=cookiestring.indexOf(';',index1);

if (index2==-1) index2=cookiestring.length;

var c = unescape(cookiestring.substring(index1+cookiename.length+1,index2));

return c;

} // getcookie()

function cookieLifeTime() {

var UTCstring;

Today = new Date();

nomilli=Date.parse(Today);

Today.setTime(nomilli+365*24*60*60*1000);

UTCstring = Today.toUTCString();

return UTCstring;

} // cookieLifeTime()

function setcookie(name, value) {

cookiestring=name+"="+value+";EXPIRES="+cookieLifeTime()+";path=/";

document.cookie=cookiestring;

return getcookie(name);

} // setcookie()

function docRoot() {

var args = location.search;

if (args && args.indexOf("SDMONPC=") != -1) {

var curLoc = location.protocol + "//" + location.host + location.pathname;

var i = curLoc.lastIndexOf('/');

var j = curLoc.lastIndexOf('\\');

if ((i == -1) || (i < j)) i = j;

var curBase = unescape(curLoc.substring(0, i));

i = curBase.lastIndexOf('/');

j = curBase.lastIndexOf('\\');

if ((i == -1) || (i < j)) i = j;

var curBase = curBase.substring(0, i);

i = curBase.lastIndexOf('/');

j = curBase.lastIndexOf('\\');

if ((i == -1) || (i < j)) i = j;

curBase = curBase.substring(0, i + 1);

return curBase;

}

return "/archive/";

Can anybody tell me how I can fix this? Any help would be appreciated.

Thanks!

1 Reply 1

smahbub
Level 6
Level 6

Cisco 851, 856, 871, 876, 877, and 878 routers with IOS VERSION - 12.3(8)YI or later only are supported by CISCO SDM. so check for the ios version.

Refer the steps given in th following url for installing SDM:

http://www.cisco.com/en/US/products/sw/secursw/ps5318/prod_installation_guide09186a00803e4727.html

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card