top of page

1 punto

11.PNG
12.PNG

MANUAL DE CONFIGURACIÓN BÁSICA DE UN FIREWALL ASA CISCO

  • Configuración de IP de los computadores

  • 192.168.1.10/24  -----  192.168.2.1/24

  1. Configuración de VLANs

      VLAN 1

  • Enable

  • Configure terminal

  • Interface VLAN1

  • Ip address 192.168.1.1 255.255.255.0

  • Exit

VLAN2

  • Interface VLAN2

  • Ip address 192.168.2.1 255.255.255.0

  • Exit

  1. Configuración de interface de firewall asa de VLAN 1 – 2

  • Interface Ethernet 0/1

  • Switchport   Access vlan 1

  • No shutdown

  • Exit

  • VLAN2

  • Interface Ethernet 0/2

  • Switchport   Access vlan 2

  • No shutdown

  • Exit

 

  1. Configuración de políticas de trafico de paquetes

  • Class-map   clase1

  • Match default-inspection-traffic

  • Exit

  • Policy-map   global_policy

  • Class clase1

  • Inspect icmp

  • Exit

  • Service-policy global_policy global

  • exit

bottom of page