background image
Scenario 9-1 657
5
The command debug ipx routing activity is used to provide the detailed IPX RIP debug
output. This output is also shown in Example 9-4. Two routes from R1's routing table are
not included in the update: namely, networks 12 and 2. Network 12 is on the common
serial link, and R1's route to network 2 points through R2. Both networks are not included
due to split-horizon rules.
6
The show ip arp command (refer to Example 9-6) contains only MAC and IP addresses,
not IPX addresses, because IPX does not use a concept like ARP on LANs.
7
The show ip route and show ipx route commands list the metric values (refer to
Examples 9-5 and 9-6). The metric value for each IP subnet is the second of the two
numbers inside brackets. Two IPX metrics are located between brackets for IPX routes:
the number of timer ticks and the number of hops.
8
The trace 163.1.1.1 command (refer to Example 9-6) would be used.
9
The show ip route and show ipx route commands identify the source of the routing
information (refer to Examples 9-5 and 9-6). The source of the routing information is
coded in a field on the left side of the output line and is based on the legend of such codes
that appear at the beginning of the command output before the actual routing table entries
are listed.
10
The show ipx servers command lists the SAP table (refer to Example 9-5).
11
The debug ipx sap events command just displays a message when an update is sent, with
no details about the contents of the update. The debug ipx sap activity command displays
the details of what is sent in the update (refer to Example 9-4).
12
The debug ip rip command displays the details of what is sent in the update (refer to
Example 9-4).
13
Use the following steps:
R3> enable
password:
password
R3#configure terminal
R3(config)#interface ethernet 0
R3(config-if)#ip address 10.1.1.1 255.255.255.0
R3(config)#Ctrl-Z
R3#
14
Use the following steps:
R3#configure terminal
R3(config)#router rip
R3(config-router)#network 10.0.0.0
R3(config)#Ctrl-Z
R3#
ch09.fm Page 657 Monday, March 20, 2000 5:23 PM