Cisco ASA基础试验
interface Ethernet0/0 nameif insidesecurity-level 100
ip address 1.1.1.2 255.255.255.0
!
interface Ethernet0/1
nameif outside
security-level 0
ip address 192.168.1.2 255.255.255.0
!
access-list aclin extended permit icmp any any //我在防火墙的外部接口使用的ACL,是为了测试网络的连通性
access-group aclin in interface outside
!
router ospf 1 //我在防火墙和R1使用的ospf
network 1.1.1.0 255.255.255.0 area 0
default-information originate
页:
[1]