cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
4005
Views
0
Helpful
4
Replies

5506-x wan via dhcp

Richard Langly
Level 1
Level 1

I'm trying to setup a 5506-x but unable to reach the internet. When I do a 'show ip', the outside network has 'unassigned' for an ip address. I was hoping someone could go through my config to tell me where I am going wrong. If I can get one interface going (1/1), then I think I can duplicate the rest of my interfaces to do the same.

 

Any help much appreciated.

 

ciscoasa(config)# sh run
: Saved

:
: Serial Number: XXXXXXXXXXXXXXX
: Hardware:   ASA5506, 4096 MB RAM, CPU Atom C2000 series 1250 MHz, 1 CPU (4 cores)
:
ASA Version 9.5(1)
!
hostname ciscoasa
enable password yOsmu2adfadfasdfasc encrypted
names
!
interface GigabitEthernet1/1
 nameif outside
 security-level 0
 ip address dhcp setroute
!
interface GigabitEthernet1/2
 nameif wireless
 security-level 70
 ip address 192.168.1.1 255.255.255.0
!
interface GigabitEthernet1/3
 nameif inside
 security-level 100
 ip address 192.168.2.1 255.255.255.0
!
interface GigabitEthernet1/4
 shutdown
 no nameif
 no security-level
 no ip address
!
interface GigabitEthernet1/5
 nameif other
 security-level 20
 ip address 192.168.4.1 255.255.255.0
!
interface GigabitEthernet1/6
 shutdown
 no nameif
 no security-level
 no ip address
!
interface GigabitEthernet1/6
 shutdown
 no nameif
 no security-level
 no ip address
!
interface GigabitEthernet1/7
 shutdown
 no nameif
 no security-level
 no ip address
!        
interface GigabitEthernet1/8
 shutdown
 no nameif
 no security-level
 no ip address
!
interface Management1/1
 management-only
 no nameif
 no security-level
 no ip address
!
ftp mode passive
dns domain-lookup wireless
dns domain-lookup inside
dns server-group DefaultDNS
 name-server 8.8.8.8 wireless
 name-server 4.4.4.4 wireless
object network obj_any
 subnet 0.0.0.0 0.0.0.0
pager lines 24
logging asdm informational
mtu outside 1500
mtu wireless 1500
mtu inside 1500
mtu other 1500
icmp unreachable rate-limit 1 burst-size 1
no asdm history enable
arp timeout 14400
no arp permit-nonconnected
!
object network obj_any
 nat (any,outside) dynamic interface
!
nat (inside,outside) after-auto source dynamic any interface
nat (wireless,outside) after-auto source dynamic any interface
timeout xlate 3:00:00
timeout pat-xlate 0:00:30
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 sip-provisional-media 0:02:00 uauth 0:05:00 absolute
timeout tcp-proxy-reassembly 0:01:00
timeout floating-conn 0:00:00
http server enable
http 192.168.2.0 255.255.255.0 inside
no snmp-server location
no snmp-server contact
service sw-reset-button
crypto ipsec security-association pmtu-aging infinite
crypto ca trustpool policy
telnet timeout 5
no ssh stricthostkeycheck
ssh 0.0.0.0 0.0.0.0 inside
ssh timeout 30
ssh version 2
ssh key-exchange group dh-group1-sha1
console timeout 0

dhcpd auto_config outside
!
dhcpd address 192.168.1.10-192.168.1.20 wireless
dhcpd enable wireless
!
dhcpd address 192.168.2.20-192.168.2.30 inside
dhcpd enable inside
!
threat-detection basic-threat
threat-detection statistics access-list
no threat-detection statistics tcp-intercept
dynamic-access-policy-record DfltAccessPolicy
username me password fzRasdfkQ5/DpEadfa encrypted privilege 15
!
class-map inspection_default
 match default-inspection-traffic
!
!
policy-map type inspect dns preset_dns_map
 parameters
  message-length maximum client auto
  message-length maximum 512

policy-map global_policy
 class inspection_default
  inspect dns preset_dns_map
  inspect ftp
  inspect h323 h225
  inspect h323 ras
  inspect rsh
  inspect rtsp
  inspect esmtp
  inspect sqlnet
  inspect skinny  
  inspect sunrpc
  inspect xdmcp
  inspect sip  
  inspect netbios
  inspect tftp
  inspect ip-options
  inspect icmp
  inspect icmp error
!
service-policy global_policy global
prompt hostname context
no call-home reporting anonymous
Cryptochecksum:dd709a6ab8deaa77ba8ca1a59a78c2bb
: end
}

1 Accepted Solution

Accepted Solutions

Well, seems I just needed to restart the modem. It's working now. This 5506 is a new one from the previous 5506 I had (but was an early model and had an issue where it would only last about 18 months before the components went bad).

View solution in original post

4 Replies 4

Hi

Your outside interface is set as dhcp. The question is, do you have an dhcp service to provide ip for this interface?

 I'd recommend you set an static IP instead. Dhcp for outside interface can create problem for management and VPN.

 

 

-If I helped you somehow, please, rate it as useful.-

Yes, I have a modem (SB6121) and the outside interface has always connected to Comcast ISP via DHCP.

I see but if you are receiving "unassigned" this means then that the DHCP is not working. Have tested with a PC or something?

 

 

 

 

-If I helped you somehow, please, rate it as useful.-

Well, seems I just needed to restart the modem. It's working now. This 5506 is a new one from the previous 5506 I had (but was an early model and had an issue where it would only last about 18 months before the components went bad).

Review Cisco Networking for a $25 gift card