Skip to main content

ASA 5505 Questions:

More
16 years 4 months ago #26221 by grenadadoc
Replied by grenadadoc on topic Re: ASA 5505 Questions:
I did the upgrade to ASA 8.0.2 and ASDM 6.2.2 (or whatever). I can no longer access the configuration. I get a message that I am only authorized to access the home and monitoring pages of the ASDM GUI. What can I do to fix this? I still have access to the CLI.
More
16 years 4 months ago #26243 by grenadadoc
Replied by grenadadoc on topic Re: ASA 5505 Questions:
When I look at the configuration listing for the 8.0.2 upgrade, I Find the following new lines:

default-access-policy-record DfltAccessPolicy
threat-detection basic-threat
threat-detection statistics

Is there something in one of these that is preventing my administrative logon from accessing the configuration portion of theee ASDM-602?
More
16 years 3 months ago #26248 by Elohim
Replied by Elohim on topic Re: ASA 5505 Questions:
No... these lines are associated with threat mitigation.

I think you broke the first rule of engineering... if it isn't broke, don't mess with it.

When I look at the configuration listing for the 8.0.2 upgrade, I Find the following new lines:

default-access-policy-record DfltAccessPolicy
threat-detection basic-threat
threat-detection statistics

Is there something in one of these that is preventing my administrative logon from accessing the configuration portion of theee ASDM-602?

More
16 years 3 months ago #26270 by skepticals
Replied by skepticals on topic Re: ASA 5505 Questions:
Can you post a show run on here? Remove your passwords and external IPs...
More
16 years 3 months ago #26276 by grenadadoc
Replied by grenadadoc on topic Re: ASA 5505 Questions:
Here's the config:


ASA Version 8.0(2)
!
hostname xxxxxx
domain-name xxxx.com
enable password encrypted
names
!
interface Vlan1
nameif inside
security-level 100
ip address x.x.x.5 255.255.255.0
!
interface Vlan2
nameif outside
security-level 0
ip address y.y.y.8 255.255.255.0
!
interface Ethernet0/0
switchport access vlan 2
!
interface Ethernet0/1
!
interface Ethernet0/2
!
interface Ethernet0/3
!
interface Ethernet0/4
!
interface Ethernet0/5
!
interface Ethernet0/6
!
interface Ethernet0/7
!
passwd zzzzzzzz encrypted
boot system disk0:/asa802-k8.bin
ftp mode passive
clock timezone CST -6
clock summer-time CDT recurring
dns domain-lookup inside
dns domain-lookup outside
dns server-group DefaultDNS
domain-name gmmpc.local
access-list outside_1_cryptomap extended permit ip x.x.x.0 255.255.255.0 z.z.z.0 255.255.255.0
access-list inside_nat0_outbound extended permit ip x.x.x.0 255.255.255.0 z.z.z.0 255.255.255.0
pager lines 24
logging enable
logging asdm informational
mtu inside 1500
mtu outside 1500
icmp unreachable rate-limit 1 burst-size 1
asdm image disk0:/asdm-602.bin
no asdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 0 access-list inside_nat0_outbound
nat (inside) 1 0.0.0.0 0.0.0.0
!
router rip
default-information originate
version 2
!
route outside 0.0.0.0 0.0.0.0 y.y.y.1 1
timeout xlate 3:00:00
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02
timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00
timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00
timeout uauth 0:05:00 absolute
dynamic-access-policy-record DfltAccessPolicy
http server enable
http x.x.x.0 255.255.255.0 inside
http y.y.y.0 255.255.255.0 inside
no snmp-server location
no snmp-server contact
snmp-server enable traps snmp authentication linkup linkdown coldstart
crypto ipsec transform-set ESP-3DES-SHA esp-3des esp-sha-hmac
crypto map outside_map 1 match address outside_1_cryptomap
crypto map outside_map 1 set pfs group1
crypto map outside_map 1 set peer aa.aa.aa.aa
crypto map outside_map 1 set transform-set ESP-3DES-SHA
crypto map outside_map interface outside
crypto isakmp enable outside
crypto isakmp policy 10
authentication pre-share
encryption 3des
hash sha
group 1
lifetime 86400
no crypto isakmp nat-traversal
telnet x.x.x.0 255.255.255.0 inside
telnet timeout 5
ssh timeout 5
console timeout 0
dhcpd auto_config outside
!

threat-detection basic-threat
threat-detection statistics
!
!
tftp-server inside x.x.x.23 C:\TFTP-Root
username administrator password AAAAAAAAAAA encrypted
tunnel-group aa.aa.aa.aa type ipsec-l2l
tunnel-group aa.aa.aa.aa ipsec-attributes
pre-shared-key *
prompt hostname context
Cryptochecksum:#####################
More
16 years 3 months ago #26316 by skepticals
Replied by skepticals on topic Re: ASA 5505 Questions:
How are you trying to connect to the ASDM? I do not see any of the interfaces as being part of your inside VLAN 1.

[code:1]
conf t
interface Ethernet0/1
switchport access vlan 1
end
write

[/code:1]

Try that and then plug your computer into interface E0/1 port and try to access the ASDM. How are you getting IP addresses? Do you have a DHCP server?
Time to create page: 0.133 seconds