Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

conf t

hostname FW-ASA
interface GigabitEthernet1/1
nameif INTERNET
security-level 0
ip address dhcp setroute
no shut
!
interface GigabitEthernet1/2
nameif DMZ
security-level 50
ip address 192.168.40.1 255.255.255.0
no shut
!

interface GigabitEthernet1/3
vlan 10
nameif FINANZAS
security-level 100
ip address 192.168.10.1 255.255.255.0
no shut
!
interface GigabitEthernet1/4
vlan 20
nameif RRHH
security-level 100
ip address 192.168.20.1 255.255.255.0
no shut

interface Management1/1
nameif MGMT
security-level 95
ip address 192.168.48.200 255.255.255.0
no shut

same-security-traffic permit inter-interface


dhcpd address 192.168.10.10-192.168.10.15 FINANZAS
dhcpd dns 8.8.8.8 interface FINANZAS
dhcpd enable FINANZAS
!
dhcpd address 192.168.20.20-192.168.20.30 RRHH
dhcpd dns 8.8.4.4 interface RRHH
dhcpd enable RRHH

fixup protocol icmp

You might also like