background image
Scenario 7-4: IPX Filtering 507
Given the network in Figure 7-14 and the configurations in Example 7-17 through 7-20, answer
the questions and perform the tasks that follow.
1
Characterize the traffic that is discarded due to the access lists used on Atlanta. Can clients
in the remote sites access the servers in Atlanta?
2
Create IPX packet filters to meet the following criteria:
-- Clients in Nashville and Boston are not allowed access to Server 1.
-- Clients in Charlotte are not allowed access to Server 2.
-- Use standard access lists, if possible.
-- Place the access lists close to the source of the packets.
-- Assume that all access lists from Task 1 have been disabled and deleted.
3
Create SAP filters that perform the same function as described in Task 2.
Example 7-19
Nashville Configuration
ipx routing 0200.3333.3333
!
interface serial0
encapsulation frame-relay
!
interface serial 0.2 point-to-point
ip address 168.10.13.3 255.255.255.0
ipx network 13
frame-relay interface-dlci 51
!
interface ethernet 0
ip address 168.10.102.3 255.255.255.0
ipx network 102
Example 7-20
Boston Configuration
ipx routing 0200.4444.4444
!
interface serial0
encapsulation frame-relay
!
interface serial 0.3 point-to-point
ip address 168.10.14.4 255.255.255.0
ipx network 14
frame-relay interface-dlci 51
!
interface ethernet 0
ip address 168.10.103.4 255.255.255.0
ipx network 103
ch07.fm Page 507 Monday, March 20, 2000 5:14 PM