cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1315
Views
0
Helpful
5
Replies

configure multiple dhcp on ASA 5505

Dhaval Dikshit
Level 1
Level 1

Hi,

I want to configure multiple DHCP pool on ASA. that I create like

int e0/2

no shut

interface Ethernet0/2.10
vlan 10
nameif inside10
security-level 100
ip address 192.168.10.1 255.255.255.0


interface Ethernet0/2.20
vlan 20      
nameif inside20
security-level 100
ip address 192.168.20.1 255.255.255.0


dhcpd address 192.168.10.10-192.168.10.254 inside10
dhcpd dns x.x.x.x  y.y.y.y interface inside10
dhcpd enable inside10


dhcpd address 192.168.20.10-192.168.20.254 inside20
dhcpd dns h.h.h.h  z.z.z.z interface inside20
dhcpd enable inside20

I have following query...

1. int e0/2 work as trunk port, is it? 

    any special confiduration require other than dot1Q?

2. How can I configure inside interface?

    is it like,

    access-group inside_access_in_1 in interface inside10

    access-group inside_access_in_1 in interface inside10

3. How can I configure static NAT ?

4. How can i configured inside route?

5. How can I configured default NATing?

6. On which interface I access ASA? currently using inside interface.

Thanks...

Dhaval Dikshit

5 Replies 5

ajay chauhan
Level 7
Level 7

1) For trunking you have already assigned vlans to subinterfaces noextra config reuired on ASA.

2) This is the way access-list is assigned to interface. Same access-list inside_access_in_1 should exist on ASA .This will provide you controlling traffic from host falls in inside 10.

3) Depend upon ASA version-  for ex-   nat(inside10,outside) 2.x.x.x.x 192.168.10.1 netmask 255.255.255.255- For NAT you should configure one more interface which will be outside say for internet. Host will get natted with 2.x.x.x.

4) Lets say you have router inside zone 192.168.10.2 - and subnet 10.x.x.x /24 behind that.

     route inside 10.x.x.x 255.255.255.0 192.168.10.2

5) no term is called default nat it should be static/dynamic/policy/pat

6) you can access any of the interface - ssh 0.0.0.0 0.0.0.0 inside/outside

Thanks

Ajay

Thanks Ajay,

Just want to more specific,

5) Shell I put dynamic NAT for each inside sub interface ?

Currently I'm using 192.168.5.0/24 as inside subnet as user and managment both.

  • Now I introduce 2 new subnets i.e. 192.168.10.0/24 and 192.168.20.0/24 (configure DHCP for both subnet on ASA) as USER vlan and existing 192.168.5.0/24 as managment.
  • Pls. suggest key features that I have to take care and need to configure for my requirment.

Thanks once again...

Dhaval

No matter how many interfaces you have if you just want to give them internet access-use PAT.

For ex. nat (inside) 1 0.0.0.0 0.0.0.0 its for inside users same u can go for nat (dmz)

Hi Ajay,

Thanks a lot for your kind support.

Rgd..

Dhaval

Happy to help

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card