| Posted: 04 February 2008 at 19:31 | IP Logged
|
|
|
Sample of Transparent firewall ciscoasa#show running-config
: Saved
:
ASA Version 8.0(2)
!
!--- In order to set the firewall mode to transparent mode
firewall transparent
hostname ciscoasa
enable password 8Ry2YjIyt7RRXU24 encrypted
names
!
interface Ethernet0/0
nameif outside
security-level 0
!
interface Ethernet0/1
nameif inside
security-level 100
!
interface Ethernet0/2
shutdown
no nameif
no security-level
!
interface Ethernet0/3
shutdown
no nameif
no security-level
!
interface Management0/0
shutdown
no nameif
no security-level
management-only
!
passwd 2KFQnbNIdI.2KYOU encrypted
ftp mode passive
pager lines 24
mtu outside 1500
mtu inside 1500
!--- IP Address for the Management.
!--- Avoid using this IP Address as a default gateway.
!--- The security appliance uses this address as the source address
!--- for traffic originating on the security appliance, such as system
!--- messages or communications with AAA servers. You can also use this
!--- address for remote management access.
ip address 192.168.1.1 255.255.255.0
no failover
icmp unreachable rate-limit 1 burst-size 1
!--- Output Suppressed
service-policy global_policy global
prompt hostname context
Cryptochecksum:d41d8cd98f00b204e9800998ecf8427e
: end
ciscoasa(config)#
|