实验拓扑:
【每日分享技术】思科CCNA/CCNP/CCIE 配置思科防火墙常用的虚拟化技术
物理防——防火墙ASA1基本配置
启用接口
hostname ASA1
interface Ethernet0/0
no shutdown
interface Ethernet0/1
no shutdown
interface Ethernet0/2
no shutdown
interface Ethernet0/3
no shutdown
创建虚拟防火墙: admin , c1 , c2与关联接口
hostname ASA1
interface Ethernet0/0
no shutdown
interface Ethernet0/1
no shutdown
interface Ethernet0/2
no shutdown
interface Ethernet0/3
no shutdown
。。。 。。。
切换到物理防火墙:
ASA1/c2(config)# changeto system
ASA1(config)#
保存配置:
ASA1# write memory all
验证查看与切换命令:
Show context , show run , changeto system , changeto context c1 , changeto context c2
详细内容请下载文档查看