• No results found

Sample PIX Configuration

Example 6-1 shows sample output for a PIX configuration. Can you identify some of the commands that have been discussed in this chapter?

Example 6-1 Sample PIX Configuration

pix# show config

: Saved

: Written by deguc at 11:29:39.859 EDT Fri Aug 8 2002 PIX Version 6.2(2)

nameif ethernet0 outside security0 nameif ethernet1 inside security100 nameif ethernet2 dmz security20

enable password GgtfiV2tiX5zk297 encrypted passwd kP3Eex5gnkza7.w9 encrypted

hostname pixfirewall domain-name axum.com clock timezone EST -5

clock summer-time EDT recurring fixup protocol ftp 21

fixup protocol http 80 fixup protocol h323 h225 1720 fixup protocol h323 ras 1718-1719 fixup protocol ils 389

fixup protocol rsh 514 fixup protocol rtsp 554 fixup protocol smtp 25 fixup protocol sqlnet 1521 fixup protocol sip 5060 fixup protocol skinny 2000 names

pager lines 24 no logging on

interface ethernet0 100full interface ethernet1 100full interface ethernet2 100full mtu outside 1500 mtu inside 1500 mtu dmz 1500 ip address outside 192.168.1.10.1 255.255.255.224 ip address inside 10.10.10.1 255.255.0.0 ip address dmz 172.16.1.1 255.255.255.0 ip audit info action alarm

ip audit attack action alarm no failover

pdm location 10.10.10.14 255.255.255.255 inside arp timeout 14400

global (outside) 1 192.168.1.20-192.168.1.110 netmask 255.255.255.224 global (outside) 1 192.168.1.111

global (dmz) 1 172.16.1.10-172.16.1.20 netmask 255.255.255.224 nat (inside) 1 0.0.0.0 0.0.0.0 0 0

nat (dmz) 1 0.0.0.0 0.0.0.0 0 0

106 Chapter 6: Getting Started with the Cisco PIX Firewall

route outside 0.0.0.0 0.0.0.0 192.168.1.10.3 1 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 aaa-server TACACS+ protocol tacacs+ aaa-server RADIUS protocol radius aaa-server LOCAL protocol local http server enable

http 10.10.10.14 255.255.255.255 inside no snmp-server location

no snmp-server contact snmp-server community public no snmp-server enable traps floodguard enable

no sysopt route dnat

telnet 10.10.10.14 255.255.255.255 inside telnet timeout 5

terminal width 80

Cryptochecksum:62a73076955b1060644fdba1da64b15f

Foundation Summary 107

Foundation Summary

Table 6-11 provides a quick reference to the commands needed to configure the Cisco PIX Firewall, time server and NTP support, and the DNS server.

Table 6-11 Command Reference

Command Description

enable Specifies to activate a process, mode, or privilege level.

interface Identifies the speed and duplex settings of the network interface boards. nameif Lets you name interfaces and assign security levels.

ip address Identifies addresses for network interfaces and lets you set how many times the PIX Firewall polls for DHCP information.

nat Lets you associate a network with a pool of global IP addresses.

global Defines a pool of global addresses. The global addresses in the pool provide an IP address for each outbound connection and for inbound connections resulting from outbound connections. Ensure that associated nat and global command statements have the same nat_id.

route Used to enter a default or static route for an interface. write

terminal

Displays the current configuration on the terminal.

rip Enables IP routing table updates from received RIP broadcasts. dhcpd Controls the DHCP server feature.

ntp server Synchronizes the PIX Firewall with the network time server that is specified and authenticates according to the authentication options that are set. clock Lets you specify the time, month, day, and year for use with time-stamped

108 Chapter 6: Getting Started with the Cisco PIX Firewall

Q&A

The questions in this section are designed to ensure your understanding of the concepts discussed in this chapter and adequately prepare you to complete the exam. Use the simulated exams on the CD to practice for the exam.

The answers to these questions can be found in Appendix A.

1 What command tests connectivity?

A ping

B nameif

C ip address

D write terminal

2 What command saves the configuration you made on the Cisco PIX Firewall?

A write terminal

B show start-running config

C write memory

D save config

3 What command assigns security levels to interfaces on the PIX?

A ip address

B route

C nameif

D secureif

4 What command flushes the ARP cache on a PIX?

A flush arp cache

B no arp cache

C clear arp

D You cannot flush the ARP cache.

5 True or false: The DHCP client feature is primarily designed for large corporate enterprise networks and ISPs.

Q&A 109

6 Why would you want authentication enabled between the PIX and the NTP server? (Select all that apply.)

A To ensure that the PIX does not synchronize with an unauthorized NTP server

B To maintain the integrity of the communication

C To increase the speed of communication

D To reduce latency

7 True or false: The DHCP client feature can be configured on the PIX’s inside interface.

8 How do you access privileged mode?

A Enter the enable command and the enable password.

B Enter the privilege command and the privilege password.

C Enter the super-secret password.

D Enter the privilege command only.

9 How do you view the current configuration on your PIX? (Select all that apply.)

A write terminal

B show current

C write memory

D save config

10 In a DHCP client configuration, what is the command to release and renew the IP address on the outside interface?

A ipconfig release

B ip address dhcp outside

C outside ip renew

This chapter covers the following exam topics for the Secure PIX Firewall Advanced Exam (CSPFA 9E0-111):

18. ACLs 19. Using ACLs

21. Overview of object grouping 22. Getting started with group objects 23. Configuring group objects 24. Nested object groups 25. Advanced protocols 26. Multimedia support

C H

A

P

T

E

R

7

Related documents