cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1171
Views
0
Helpful
2
Replies

Configure Unique Subnets On Each 5506-X Interface with Internet Access

errMsg
Level 1
Level 1

Here is the network im trying to create.  I have been able to break an interface out of the BVI1 group, assign it an ip, setup dhcp but I cant seem to get the internet working on the interface.  I have tried several NAT commands but it never works.  Can someone help me config the LAN port?

Here are the commands that I use to get an interface setup. 192.168.1.1 is the ASA ip

 

Interface GigabitEthernet1/7
description LAN
no nameif
no bridge-group 1
nameif LAN
ip address 192.168.10.1 255.255.255.128

 

dhcpd address 192.168.10.5-192.168.10.100 LAN
dhcpd enable LAN
dhcpd dns 192.168.1.1 interface LAN

 

object network LAN_Pool
range 192.168.10.5 192.168.10.100
description LAN Pool
nat (any,outside) dynamic interface

 

 

Network

DescripNetworkVLANInterfaceNameif

WAN

ISPDHCPx1/1outside
LANgeneral user192.168.10.0/255.255.255.128
/25 1-126 addresses
x1/7LAN
PRODlive for use192.168.30.0/255.255.255.128
/25 1-126 addresses
x1/5PROD

 

I though this would be easy :(  

2 Replies 2

balaji.bandi
Hall of Fame
Hall of Fame

if you setting up a ASA in transparent mode :

 

here is the good example guide help you :

 

https://www.petenetlive.com/KB/Article/0001422

BB

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

How to Ask The Cisco Community for Help

make sure the configuration are in right order.

Interface GigabitEthernet1/1
description outside
nameif outside
security-level 0
ip address dhcp setroute
!
Interface GigabitEthernet1/7 description LAN nameif LAN ip address 192.168.10.1 255.255.255.128 ! object network LAN subnet 192.168.10.0 255.255.255.128 nat (LAN,outside) dynamic interface ! packet-tracer input LAN tcp 192.168.10.10 12345 8.8.8.8 443
please do not forget to rate.
Review Cisco Networking for a $25 gift card