background image
Scenario 9-2 663
For Task 4 in Scenario 9-2, Part B, static routes need to be defined in all three routers. R2 will
need routes to the two LAN-based subnets at the other sites. Likewise, R1 and R3 will need
routes to 168.11.12.64 (Ethernet off R2). Example 9-10 lists the routes in all three routers.
Example 9-8
R2 Configuration
ipx routing 0200.bbbb.bbbb
!
interface serial0
encapsulation frame-relay
ip address 168.11.123.202 255.255.255.192
ipx network 123
frame-relay interface-dlci 501
frame-relay interface-dlci 503
!
interface ethernet 0
ip address 168.11.12.102 255.255.255.192
ipx network 120 encapsulation sap
ipx network 121 encapsulation snap secondary
!
router igrp 1
network 168.11.0.0
Example 9-9
R3 Configuration
ipx routing 0200.cccc.cccc
!
interface serial0
encapsulation frame-relay
ip address 168.11.123.203 255.255.255.192
ipx network 123
frame-relay interface-dlci 501
frame-relay interface-dlci 502
!
interface ethernet 0
ip address 168.11.13.103 255.255.255.192
ipx network 130
!
router igrp 1
network 168.11.0.0
Example 9-10
Static Routes
R1(config)#ip route 168.11.12.64 255.255.255.192 168.11.123.202
R2(config)#ip route 168.11.11.64 255.255.255.192 168.11.123.201
R2(config)#ip route 168.11.13.64 255.255.255.192 168.11.123.203
R3(config)#ip route 168.11.12.64 255.255.255.192 168.11.123.202
ch09.fm Page 663 Monday, March 20, 2000 5:23 PM