Cisco PIX 525 Especificaciones Pagina 79

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 466
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 78
2-19
Cisco PIX Firewall and VPN Configuration Guide
78-15033-01
Chapter 2 Establishing Connectivity
Configuring the PIX Firewall for Routing
In this configuration, the inside interface learns routes dynamically from all areas, but its private routes
are not propagated onto the backbone or public areas. The DMZ is visible to the backbone.
Follow these steps to configure this implementation on the PIX Firewall:
Step 1 To configure the PIX Firewall interfaces, enter the following commands:
nameif ethernet0 outside security0
nameif ethernet1 inside security100
nameif ethernet2 dmz security50
ip address outside 1.1.1.1 255.255.255.0
ip address inside 10.0.0.1 255.0.0.0
ip address dmz 1.1.2.1 255.255.255.0
Step 2 To configure the static routes, enter the following commands:
static (inside,outside) 1.1.1.2 10.1.1.2 255.255.255.255
static (dmz,outside)1.1.2.2 1.1.2.2 255.255.255.255
Step 3 Configure NAT by entering the following commands:
nat (inside) 1 0 0
nat (dmz)0 0 0
global (outside) 1 1.1.1.4-1.1.1.254
Step 4 Configure OSPF by entering the following commands:
router ospf 1
area 0 filter-list prefix ten in
network 1.1.1.0 255.255.255.0 area 0
network 1.1.2.0 255.255.255.0 area 1.1.2.0
network 10.0.0.0 255.0.0.0 area 10.0.0.0
prefix-list ten deny 10.0.0.0/8
prefix-list ten permit 1.1.2.0/24
Example 2-1 Moving a Network to a Different OSPF Process
Before reassigning a network to a new OSPF process ID, remove the OSPF configuration line for the
network that assigned it to the previous OSPF process ID. Then configure the new OSPF process ID
assignment for that network.
The following example shows the configuration for an existing network:
router ospf 10
distance ospf intra-area 130 inter-area 120
log-adj-changes
router ospf 50
network 10.130.12.0 255.255.255.0 area 10.130.12.0
network 10.132.12.0 255.255.255.0 area 0
network 10.139.12.0 255.255.255.0 area 50
area 50 stub
log-adj-changes
Vista de pagina 78
1 2 ... 74 75 76 77 78 79 80 81 82 83 84 ... 465 466

Comentarios a estos manuales

Sin comentarios