码迷,mamicode.com
首页 > 其他好文 > 详细

ASDM Installation and Troubleshooting

时间:2016-05-17 19:57:48      阅读:212      评论:0      收藏:0      [点我收藏+]

标签:cisco asdm

Do the configuration and Troubleshoting following by the following article:


https://supportforums.cisco.com/document/57701/asdm-access-troubleshooting



The Steps are:

1. download the ASDM file from the cisco website:

https://software.cisco.com/download/release.html?mdfid=279513399&flowid=62156&softwareid=280775064&release=7.6.1&relind=AVAILABLE&rellifecycle=&reltype=latest


2. Create TFTP server, and upload this bin file to flash folder in ASA flash:

copy tftp flash:/


3. After the bin file has been uploaded to Flash successfully, do the following commands are:

http server enable 8443

http 192.168.64.0 255.255.255.0 inside

asdm image flash:/asdm-714.bin


4. In the internal Managment computer, use the IE and following IP:port to access the webserver:

https://192.168.64.1:8443


5. Install the Java and ASDM-IDM software.



The brief content in this article are:

---------------------------------


INTRODUCTION

 

This document provides the basic configuration andtroubleshooting steps for Cisco ASDM access.

Cisco ASDM provides an intuitive graphical user interfacethat makes it easy to set up, configure and manage your Cisco securityappliances.

Cisco ASDM can run as a local application or as a Java WebStart application.

The following sections will provide an overview of thecommon issues faced in accessing Cisco ASDM.

BASIC CONFIGURATION

 

!-- Enable listening on port 443 --!

http server enable

 

!-- Define what subnets on what interface are allowed toaccess the ASDM--!

http <ipsubnet> <subnet mask> <interface>

!-- Specify an ASDM image in case of multiple images on theFlash --!

asdm image<path>

Example:

 

http server enable

http 192.168.1.0255.255.255.0 inside

asdm imageflash:/asdm-623.bin

Verification:

 

show asp table socket

Protocol              Socket                  LocalAddress               ForeignAddress         State

SSL                        0000375f             192.168.1.1:443            0.0.0.0:*                      LISTEN

!-- This shows that the ASA is listening on its interface onport 443 --!

 

TROUBLESHOOTINGMETHOD

 

Step 1: Verify if youcan ping the ASA from the PC/Laptop you can access it on.

Step 2: Check thatthe necessary configuration is in place

 

Commands:

 

show run http[check if http server is enabled, and http access is allowed on the interfaceyou are trying to access.]

 

show run asdm[check that an asdm image is mentioned, and the version is compatible with theASA image version.]

 

show flash [checkthat the asdm image mentioned is present in the flash.]

 

Step 3: Check thatthe ASA is listening for https requests on its interface

 

Commands:

 

show asp table socket [under Local Address, you should see<interface ip>:<http server port> and in a LISTEN state.

Step 4: If step 1 to 3 are correctly done, then you might beencountering one of the problems mentioned in the next section.

 

ACCESS ERRORS

 

[interface ip for all examples is 10.76.75.48]

ASDM Launcher Fails

ASDM access worked previously via https://10.76.75.48, butfails when using the shortcut on your desktop.




本文出自 “苏兰网络” 博客,请务必保留此出处http://zhangfang526.blog.51cto.com/8588740/1774342

ASDM Installation and Troubleshooting

标签:cisco asdm

原文地址:http://zhangfang526.blog.51cto.com/8588740/1774342

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!