! Listing 6.24a: Router Data Center 1 - primary Frame Relay ! (NOT IN BOOK) ! !Copyright (C) 2001 by Vincent C Jones. All Rights Reserved. version 11.0 ! hostname DataCenter1 ! ipx routing 0000.0AC8.00C9 ipx internal-network AC800C9 ! interface Loopback0 description Network Management ip address 10.200.0.201 255.255.255.255 ! interface Loopback1 description Primary target for normal frame relay users ip address 10.200.0.1 255.255.255.255 ! interface Loopback21 description Unique to this router target for warehouse router ip address 10.200.0.21 255.255.255.255 ! interface Ethernet0/0 description Primary Data Center LAN ip address 10.201.0.9 255.255.0.0 ipx network AC90000 encapsulation SAP ! interface Ethernet0/1 description Secondary Data Center LAN ip address 10.200.200.9 255.255.255.0 ipx network AC8C800 encapsulation SAP ! interface Serial1/0 description Frame Relay (T1) "DataCenter1" no ip address encapsulation frame-relay ! interface Serial1/0.25 point-to-point description Warehouse (CIR = 1.544 Mbps) ip address 10.220.25.22 255.255.255.252 bandwidth 1544 delay 2000 ipx output-network-filter 810 ipx delay 1 ipx network ADC1914 frame-relay interface-dlci 25 ! interface Serial1/0.100 point-to-point description Normal Site Example (CIR = 56 Kbps) ! router eigrp 1 network 10.0.0.0 distribute-list 12 out Ethernet0/0 distribute-list 12 out Ethernet0/1 distribute-list 26 out Serial1/0.25 no auto-summary ! ip classless ! Protect core from fake targets access-list 12 deny 10.200.0.0 0.0.0.127 access-list 12 deny 204.90.5.172 0.0.0.3 access-list 12 permit any ! Filter routes to the warehouse access-list 26 permit 10.200.0.1 access-list 26 permit 10.200.0.21 access-list 26 permit 10.200.0.128 0.0.0.127 access-list 26 deny any ! Advertise IPX routes to Data Center Only access-list 810 permit AC90000 ! Data Center Primary LAN access-list 810 permit AC8C800 ! Data Center Backup LAN access-list 810 permit AAA00101 ! Server #1 access-list 810 permit AAA00202 ! Server #2 access-list 810 permit AAA00303 ! Server #3 ! end