Search Posts

Cisco ASA VLAN3

interface Vlan3
no forward interface Vlan1
nameif DMZ
security-level 50
ip address 192.168.214.1 255.255.255.0
!
interface Ethernet0/3
switchport access vlan 3
!
interface Ethernet0/4
switchport access vlan 3
!
interface Ethernet0/5
description AppleAirportAccessPoint
switchport access vlan 3
!
nat (DMZ) 1 192.168.214.0 255.255.255.0
!
dhcpd address 192.168.214.250-192.168.214.254 DMZ
dhcpd enable DMZ
!