Owner's Manual

2552 CHAPTER 172: IPX CONFIGURATION COMMANDS
Description Use the reset ipx routing-table statistics protocol command to clear the
statistics of a specified IPX route type.
Related command: display ipx routing-table statistics.
Example # Display IPX routing statistics.
<Sysname> display ipx routing-table statistics
Routing tables:
Proto/State route active added deleted freed
Direct 1 1 1 0 0
Static 9 9 14 5 5
RIP 0 0 0 0 0
Default 0 0 0 0 0
Total 10 10 15 5 5
# Clear IPX static route statistics.
<Sysname> reset ipx routing-table statistics protocol static
This will erase the specific routing counters information.
Are you sure?[Y/N]y
<Sysname>
# Display IPX routing statistics again and you can see the following changes.
<Sysname>dis ipx routing-table statistics
Routing tables:
Proto/State route active added deleted freed
Direct 1 1 1 0 0
Static 9 9 0 0 0
RIP 0 0 0 0 0
Default 0 0 0 0 0
Total 10 10 1 0 0