background image
350 Chapter 5: Network Protocols
Your answer should match Examples 5-39 through 5-41, with a few minor exceptions. The book
does not specify the serial interface, nor does it restrict the subinterface numbers chosen.
Likewise, the Ethernet interface number was not specified. Otherwise, the configuration should
identically match these examples.
Answers to Task 2 for Scenario 5-5
Assuming the details established in Figure 5-47 for Scenario 5-5, the second task for Scenario
5-5 calls for additional encapsulations. Beatrice is using NetWare's Ethernet_II encapsulation,
Floyd is using Ethernet_802.3, Barney is using Ethernet_802.2, and Governor is using
Ethernet_SNAP. Hopefully, you remembered the encapsulation names used in the IOS; the
names supplied in the problem statement use the NetWare names. (In real life, a simple question
mark when typing the ipx network interface subcommand would remind you of the names, but
Example 5-40
Mount Pilot Configuration, Scenario 5-5, Task 1
ipx routing 0200.2222.0000
!
interface serial0
encapsulation frame-relay
!
interface serial 0.1 point-to-point
ipx network 101
frame-relay interface-dlci 51
!
interface serial 0.3 point-to-point
ipx network 102
frame-relay interface-dlci 53
!
interface ethernet 0
ipx network 42
Example 5-41
Raleigh Configuration, Scenario 5-5, Task 1
ipx routing 0200.3333.0000
!
interface serial0
encapsulation frame-relay
!
interface serial 0.1 point-to-point
ipx network 103
frame-relay interface-dlci 51
!
interface serial 0.2 point-to-point
ipx network 102
frame-relay interface-dlci 52
!
interface ethernet 0
ipx network 43
ch05.fm Page 350 Monday, March 20, 2000 5:06 PM