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

3
Views
Any view
Default command level
1: Monitor level
Parameters
network: Displays active routing information for the network.
|: Filters command output by specifying a regular expression. For more information about regular
expressions, see Fundamentals Configuration Guide.
begin: Displays the first line that matches the specified regular expression and all lines that follow.
exclude: Displays all lines that do not match the specified regular expression.
include: Displays all lines that match the specified regular expression.
regular-expression: Specifies a regular expression, a case-sensitive string of 1 to 256 characters.
Usage guidelines
If no network is specified, the command displays all active routes.
Examples
# Display all active IPX routes.
<Sysname> display ipx routing-table
Routing tables:
Summary count: 1
Dest_Ntwk_ID Proto Pre Ticks Hops Nexthop Interface
0x1 Direct 0 1 0 0.0000-0000-0000 Ethernt1/1
Table 2 Command output
Field Descri
p
tion
Dest_Ntwk_ID Destination network ID of the route.
Proto Protocol type of the route.
Pre Preference of the route.
Ticks Delay time of the route in ticks (a tick is 1/18 second).
Hops Hop value of the route.
Nexthop Next hop of the route.
Interface Outgoing interface of the route.
display ipx routing-table verbose
Use display ipx routing-table verbose to display detailed IPX routing information, including active and
inactive routes.
Syntax
display ipx routing-table [ network ] verbose [ | { begin | exclude | include } regular-expression ]