R2511-HP MSR Router Series IPX Command Reference(V5)

24
Default command level
2: System level
Parameters
all: Clears the statistics of IPX routes of all types.
default: Clears the statistics of the default IPX route.
direct: Clears the statistics of the direct IPX routes.
rip: Clears the statistics of the IPX RIP routes.
static: Clears the statistics of the static IPX routes.
Examples
# Configure 5 IPX static routes, delete them, add 9 IPX static routes and then 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. You can see the 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
Related commands
display ipx routing-table statistics