千家信息网

ASA防火墙概述与初始化_01

发表于:2024-09-23 作者:千家信息网编辑
千家信息网最后更新 2024年09月23日,清空配置清空Startup Configuration : write erase清空Running Configuration : clear config all (实验时用)重启 : reloa
千家信息网最后更新 2024年09月23日ASA防火墙概述与初始化_01

清空配置

清空Startup Configuration : write erase

清空Running Configuration : clear config all (实验时用)

重启 : reload


ciscoasa(config-if)# hostname ASA1ASA1(config)# int gigabitEthernet 0/0ASA1(config-if)# nameif DMZINFO: Security level for "DMZ" set to 0 by default.除了命名inside:100或 outside:50其余的默认为0,高到低默认放行,低到高阻止ASA1(config-if)# security-level 50ASA1(config-if)# ip address 192.168.100.139 255.255.255.0安装(或说激活)ASDM软件ciscoasa(config)# asdm p_w_picpath  disk0:/asdm-731.bin<此命令安装asdm软件,但不会提示>     开启http服务并设置允许连接的远程主机ciscoasa(config)# http server enableciscoasa(config)# http 192.168.10.0  255.255.255.0 mgmt    注:虽然是http服务,但是web连接使用的是https协议。安全产品的web登录都是https协议。 创建登录账户并设置http登录本地验证ciscoasa(config)# username user1 password  woaimsj privilege 15ciscoasa(config)# aaa authentication  http console LOCALASA1(config-if)# same-security-traffic permit inter-interface 允许同安全级别的口通信ASA1(config-if)# same-security-traffic permit intra-interface 允许在同一物理口的同安全级别的虚拟接口同信ASA1(config)# route outside 0 0 202.100.1.2<每个接口都要起名字>格式:route + 接口名 + 源 + 掩码 + 目

关于静态路由

最多支持三条相同目的和出接口的,用于负载均衡的静态路由

关于动态路由

RIP OSPF EIGRP (不支持BGP)

查看

show run + 特定关键字    相当于runningconfig的部分show run all + 特定关键字   相当于查看详细信息show cpu usageshow memoryshow perfmon show version


清除连接

0