! Listing 6.24b: Router Data Center 2 - alternate Frame Relay ! (NOT IN BOOK) ! !Copyright (C) 2001 by Vincent C Jones. All Rights Reserved. version 11.0 ! hostname DataCenter2 ! ipx routing 0000.abcd.0002 ipx internal-network ac800ca ! interface Loopback0 description Network Management ip address 10.200.0.202 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 Loopback22 description Unique to this router target for warehouse router ip address 10.200.0.22 255.255.255.255 ! interface Ethernet0/0 description Primary Data Center LAN ip address 10.201.0.2 255.255.0.0 ipx network AC90000 encapsulation SAP ! interface Ethernet0/1 description Secondary Data Center LAN ip address 10.200.200.2 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 Backup frame link to Warehouse (CIR = 1.544 Mbps) ip address 10.220.25.34 255.255.255.252 bandwidth 1544 delay 2500 ipx output-network-filter 810 ipx delay 7 ipx network ADC1920 frame-relay interface-dlci 25 ! interface Serial1/0.200 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 27 out Serial1/0.25 no auto-summary ! ip classless 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 access-list 27 permit 10.200.0.1 access-list 27 permit 10.200.0.22 access-list 27 permit 10.200.0.128 0.0.0.127 access-list 27 deny any 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