cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
225
Views
2
Helpful
4
Replies

ASA 5516 Connect To ISP Handoff

macwilson16
Level 1
Level 1

Hello,

Very new to the world of ASA. I just purchased a 5516 model to use as my router for my home lab. The goal is to replace my ISP-provided router with the ASA. 

When I try to connect the ethernet cable from the ONT to my outside interface on the ASA, it does not pull an IP address. When I revert the connection to the ISP-provided router, it works just fine.

Here are the commands that I entered to try to accomplish this connection on the ASA:

*****************************************************
config t

!
interface GigabitEthernet1/1
description to Intenet
nameif outside
security-level 0
ip address dhcp setroute
!
!
interface GigabitEthernet1/2
description to LAN
nameif inside
security-level 100
ip address 192.168.1.1 255.255.255.0
!
dhcpd dns 8.8.8.8
dhcpd auto_config outside
!
dhcpd address 192.168.11.20-192.168.1.100 inside
dhcpd enable inside
!
object network INSIDE_NETWORK
nat (inside,outside) dynamic interface
!
*****************************************************

As you can tell, I want G1/1 to be my WAN interface, and G0/2 to be my LAN's default gateway.

Here is my ISP rotuer's WAN interface configuration. On it, I notice that 802.1q encapsulation is configured, along with an IGMP proxy.  WAN Interface.png

What am I missing in my ASA WAN interface configuration?

 

1 Accepted Solution

Accepted Solutions

Hello,

it looks like your ISP is using Vlan 201. Try the config below:

interface GigabitEthernet1/1.201
vlan 201
description to Intenet
nameif outside
security-level 0
ip address dhcp setroute

View solution in original post

4 Replies 4

Hello,

it looks like your ISP is using Vlan 201. Try the config below:

interface GigabitEthernet1/1.201
vlan 201
description to Intenet
nameif outside
security-level 0
ip address dhcp setroute

Thank you!! I will try this as soon as I can handle some downtime, and then update the thread.

balaji.bandi
Hall of Fame
Hall of Fame

You can try as below :

clear interface GigabitEthernet1/1
interface GigabitEthernet1/1.201
description to Intenet

vlan 201
nameif outside
security-level 0
ip address dhcp setroute

no shutdown.

 

other note check your DHCP information not correct.

dhcpd address 192.168.11.20-192.168.1.100 inside

 

 

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

I appreciate the response, if the first method proposed doesn't work I will try this!

Review Cisco Networking for a $25 gift card