Cisco PIX 525 Spezifikationen Seite 87

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 466
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 86
2-27
Cisco PIX Firewall and VPN Configuration Guide
78-15033-01
Chapter 2 Establishing Connectivity
Basic Configuration Examples
Step 5 Set the ARP timeout to 14,400 seconds (four hours):
arp timeout 14400
With this command, entries are kept in the ARP table for four hours before they are flushed. Four hours
is the standard default value for ARP timeouts.
Step 6 Disable failover access:
no failover
Step 7 Enable the use of text strings instead of IP addresses:
names
This makes your configuration files more readable.
Step 8 Enable paging:
pager lines 24
When 24 lines of information display, PIX Firewall pauses the listing and prompts you to continue.
Step 9 Enable syslog messages, which provide diagnostic information and status for the PIX Firewall:
logging buffered debugging
PIX Firewall makes it easy to view syslog messages with the show logging command.
Step 10 Let inside IP addresses be recognized on the outside network and let inside users start outbound
connections:
nat (inside) 0 209.165.201.3 255.255.255.224
Step 11 Set the outside default route to the router attached to the Internet:
route outside 0.0.0.0 0.0.0.0 209.165.201.1 1
Step 12 Allow inbound and outbound pings:
access-list acl_out permit icmp any any
access-group acl_out in interface outside
These statements allow the PIX Firewall to forward ICMP replies received on the outside interface.
These replies are received in response to ping commands issued from the internal network.
Note When troubleshooting is complete, remove these statements.
Step 13 Set the default values for the maximum duration that PIX Firewall resources can remain idle until being
freed:
timeout xlate 3:00:00
timeout conn 1:00:00 half-closed 0:10:00
udp 0:02:00 rpc 0:10:00 h323 0:05:00
sip 0:30:00 sip_media 0:02:00
timeout uauth 0:05:00 absolute
Additional users cannot make connections until a connection resource is freed either by a user dropping
a connection or by an xlate and conn timer time out.
Seitenansicht 86
1 2 ... 82 83 84 85 86 87 88 89 90 91 92 ... 465 466

Kommentare zu diesen Handbüchern

Keine Kommentare