Cisco IOS AppleTalk and Novell IPX Command Reference, Release 12.2
show ipx cache to spf-interval

Table Of Contents

show ipx cache

show ipx eigrp interfaces

show ipx eigrp neighbors

show ipx eigrp topology

show ipx interface

show ipx nhrp

show ipx nhrp traffic

show ipx nlsp database

show ipx nlsp neighbors

show ipx nlsp spf-log

show ipx route

show ipx servers

show ipx spx-spoof

show ipx traffic

show sse summary

spf-interval


show ipx cache

To display the contents of the IPX fast-switching cache, use the show ipx cache command in EXEC mode.

show ipx cache

Syntax Description

This command has no arguments or keywords.

Command Modes

EXEC

Command History

Release
Modification

10.0

This command was introduced.


Examples

The following is sample output from the show ipx cache command:

Router# show ipx cache

Novell routing cache version is 9
Destination          Interface               MAC Header
*1006A               Ethernet 0              00000C0062E600000C003EB0064
*14BB                Ethernet 1              00000C003E2A00000C003EB0064

Table 51 describes the fields shown in the display.

Table 51 show ipx cache Field Descriptions

Field
Description

Novell routing cache version is ...

Number identifying the version of the fast-switching cache table. It increments each time the table changes.

Destination

Destination network for this packet. Valid entries are marked by an asterisk (*).

Interface

Route interface through which this packet is transmitted.

MAC Header

Contents of this packet's MAC header.


Related Commands

Command
Description

clear ipx cache

Deletes entries from the IPX fast-switching cache.

ipx route-cache

Enables IPX fast switching.


show ipx eigrp interfaces

To display information about interfaces configured for Enhanced Interior Gateway Routing Protocol (EIGRP), use the show ipx eigrp interfaces command in EXEC mode.

show ipx eigrp interfaces [type number] [as-number]

Syntax Description

type

(Optional) Interface type.

number

(Optional) Interface number.

as-number

(Optional) Autonomous system number.


Command Modes

EXEC

Command History

Release
Modification

11.2

This command was introduced.


Usage Guidelines

Use the show ipx eigrp interfaces command to determine on which interfaces Enhanced IGRP is active and to find out information about Enhanced IGRP relating to those interfaces.

If an interface is specified, only that interface is displayed. Otherwise, all interfaces on which Enhanced IGRP is running are displayed.

If an autonomous system is specified, only the routing process for the specified autonomous system is displayed. Otherwise, all Enhanced IGRP processes are displayed.

Examples

The following is sample output from the show ipx eigrp interfaces command:

Router> show ipx eigrp interfaces

IPX EIGRP interfaces for process 109

                    Xmit Queue    Mean   Pacing Time   Multicast   Pending
Interface   Peers   Un/Reliable   SRTT   Un/Reliable   Flow Timer  Routes
Di0           0         0/0          0      11/434          0          0
Et0           1         0/0        337       0/10           0          0
SE0:1.16      1         0/0         10       1/63         103          0
Tu0           1         0/0        330       0/16           0          0

Table 52 describes the fields shown in the display.

Table 52 show ipx eigrp interfaces Field Descriptions 

Field
Description

process 109

Autonomous system number of the process.

Interface

Interface name.

Peers

Number of neighbors on the interface.

Xmit Queue

Count of unreliable and reliable packets queued for transmission.

Mean SRTT

Average round-trip time for all neighbors on the interface.

Pacing Time

Number of milliseconds to wait after transmitting unreliable and reliable packets.

Multicast Flow Timer

Number of milliseconds to wait for acknowledgment of a multicast packet by all neighbors before transmitting the next multicast packet.

Pending Routes

Number of routes still to be transmitted on this interface.


Related Commands

Command
Description

show ipx eigrp neighbors

Displays the neighbors discovered by Enhanced IGRP.


show ipx eigrp neighbors

To display the neighbors discovered by Enhanced Interior Gateway Routing Protocol (EIGRP), use the show ipx eigrp neighbors command in EXEC mode.

show ipx eigrp neighbors [servers] [autonomous-system-number | interface] [regexp name]

Syntax Description

servers

(Optional) Displays the server list advertised by each neighbor. This is displayed only if the ipx sap incremental command is enabled on the interface on which the neighbor resides.

autonomous-system-number

(Optional) Autonomous system number. It can be a number from 1 to 65,535.

interface

(Optional) Interface type and number.

regexp name

(Optional) Displays the IPX servers whose names match the regular expression.


Command Modes

EXEC

Command History

Release
Modification

10.0

This command was introduced.

12.0

The following keyword and argument were added:

regexp

name


Examples

The following is sample output from the show ipx eigrp neighbors command:

Router# show ipx eigrp neighbors

IPX EIGRP Neighbors for process 1
H   Address                 Interface   Hold    Uptime   SRTT   RTO  Q  Seq
                                        (sec)            (ms)       Cnt Num
0   200.0000.0c34.d83b        Et0/2      11     00:00:18   2    200  0  10
2 total IPX servers for this peer
Type      Name                    Address             Port  Hops
	          4 server                2037.0000.0000.0001:0001  2
	          4 server2               2037.0000.0000.0001:0001  2
1   200.0000.0c34.d83c        Et0/2      11     00:00:18   2    200  0  10
1 total IPX servers for this peer
Type      Name                    Address             Port  Hops
	          4 server                2037.0000.0000.0001:0001  2

Table 53 describes the fields shown in the display.

Table 53 show ipx eigrp neighbors Field Descriptions 

Field
Description

process 200

Autonomous system number specified in the ipx router configuration command.

H

Handle. An arbitrary and unique number inside this router that identifies the neighbor.

Address

IPX address of the Enhanced IGRP peer.

Interface

Interface on which the router is receiving hello packets from the peer.

Hold

Length of time, in seconds, that Cisco IOS software will wait to hear from the peer before declaring it down. If the peer is using the default hold time, this number will be less than 15. If the peer configures a nondefault hold time, it will be reflected here.

Uptime

Elapsed time (in hours, minutes, and seconds) since the local router first heard from this neighbor.

Q Cnt

Number of IPX Enhanced IGRP packets (Update, Query, and Reply) that Cisco IOS software is waiting to send.

Seq Num

Sequence number of the last Update, Query, or Reply packet that was received from this neighbor.

SRTT

Smooth round-trip time. This is the number of milliseconds it takes for an IPX Enhanced IGRP packet to be sent to this neighbor and for the local router to receive an acknowledgment of that packet.

RTO

Retransmission timeout, in milliseconds. This is the amount of time Cisco IOS software waits before retransmitting a packet from the retransmission queue to a neighbor.

RTO

Retransmission timeout, in milliseconds. This is the amount of time Cisco IOS software waits before retransmitting a packet from the retransmission queue to a neighbor.

Q Cnt

Number of IPX Enhanced IGRP packets (Update, Query, and Reply) that Cisco IOS software is waiting to send.

Seq Num

Sequence number of the last Update, Query, or Reply packet that was received from this neighbor.

Type

Contains codes from the Codes field to indicates how service was learned.

Name

Name of server.

Address

Network address of server.

Port

Source socket number.


Related Commands

Command
Description

ipx sap-incremental

Sends SAP updates only when a change occurs in the SAP table.


show ipx eigrp topology

To display the Enhanced Interior Gateway Routing Protocol (EIGRP) topology table, use the show ipx eigrp topology command in EXEC mode.

show ipx eigrp topology [network-number]

Syntax Description

network-number

(Optional) IPX network number whose topology table entry is to be displayed.


Command Modes

EXEC

Command History

Release
Modification

10.0

This command was introduced.


Examples

The following is sample output from the show ipx eigrp topology command:

Router# show ipx eigrp topology 

IPX EIGRP Topology Table for process 109
Codes: P - Passive, A - Active, U - Update, Q - Query, R - Reply, 
r - Reply status
P 42, 1 successors, FD is 0
   via 160.0000.0c00.8ea9 (345088/319488), Ethernet0 
P 160, 1 successor via Connected, Ethernet 
   via 160.0000.0c00.8ea9 (307200/281600), Ethernet0 
P 165, 1 successors, FD is 307200
   via Redistributed (287744/0) 
   via 160.0000.0c00.8ea9 (313344/287744), Ethernet0 
P 164, 1 successors, flags: U, FD is 200
   via 160.0000.0c00.8ea9 (307200/281600), Ethernet1 
   via 160.0000.0c01.2b71 (332800/307200), Ethernet1 
P A112, 1 successors, FD is 0
   via Connected, Ethernet2 
   via 160.0000.0c00.8ea9 (332800/307200), Ethernet0 
P AAABBB, 1 successors, FD is 10003
   via Redistributed (287744/0), 
   via 160.0000.0c00.8ea9 (313344/287744), Ethernet0 
A A112, 0 successors, 1 replies, state: 0, FD is 0
   via 160.0000.0c01.2b71 (307200/281600), Ethernet1 
   via 160.0000.0c00.8ea9 (332800/307200), r, Ethernet1

Table 54 describes the fields shown in the display.

   

Table 54 show ipx eigrp topology Field Descriptions

Field
Description

Codes

State of this topology table entry. Passive and Active refer to the Enhanced IGRP state with respect to this destination; Update, Query, and Reply refer to the type of packet that is being sent.

 P - Passive

No Enhanced IGRP computations are being performed for this destination.

 A - Active

Enhanced IGRP computations are being performed for this destination.

 U - Update

Indicates that an update packet was sent to this destination.

 Q - Query

Indicates that a query packet was sent to this destination.

 R - Reply

Indicates that a reply packet was sent to this destination.

 r - Reply status

Flag that is set after Cisco IOS software has sent a query and is waiting for a reply.

42, 160, and so on

Destination IPX network number.

successors

Number of successors. This number corresponds to the number of next hops in the IPX routing table.

FD

Feasible distance. This value is used in the feasibility condition check. If the neighbor's reported distance (the metric after the slash) is less than the feasible distance, the feasibility condition is met and that path is a feasible successor. Once the router determines it has a feasible successor, it does not have to send a query for that destination.

replies

Number of replies that are still outstanding (have not been received) with respect to this destination. This information appears only when the destination is in Active state.

state

Exact Enhanced IGRP state that this destination is in. It can be the number 0, 1, 2, or 3. This information appears only when the destination is Active.

via

IPX address of the peer who told Cisco IOS software about this destination. The first n of these entries, where n is the number of successors, are the current successors. The remaining entries on the list are feasible successors.

(345088/319488)

The first number is the Enhanced IGRP metric that represents the cost to the destination. The second number is the Enhanced IGRP metric that this peer advertised.

Ethernet0

Interface from which this information was learned.


       

The following is sample output from the show ipx eigrp topology command when you specify an IPX network number:

Router# show ipx eigrp topology 160

IPX-EIGRP topology entry for 160 
State is Passive, Query origin flag is 1, 1 Successor(s) 
Routing Descriptor Blocks: 
 Next hop is Connected (Ethernet0), from 0.0000.0000.0000 
 Composite metric is (0/0), Send flag is 0x0, Route is Internal 
 Vector metric: 
  Minimum bandwidth is 10000 Kbit 
  Total delay is 1000000 nanoseconds 
  Reliability is 255/255 
  Load is 1/255 
  Minimum MTU is 1500 
  Hop count is 0 
Next hop is 164.0000.0c00.8ea9 (Ethernet1), from 164.0000.0c00.8ea9 
 Composite metric is (307200/281600), Send flag is 0x0, Route is External 
 This is an ignored route 
 Vector metric: 
  Minimum bandwidth is 10000 Kbit 
  Total delay is 2000000 nanoseconds 
  Reliability is 255/255 
  Load is 1/255 
  Minimum MTU is 1500 
  Hop count is 1 
 External data: 
  Originating router is 0000.0c00.8ea9 
  External protocol is RIP, metric is 1, delay 2 
  Administrator tag is 0 (0x00000000) 
  Flag is 0x00000000

Table 55 describes the fields shown in the display.

Table 55 show ipx eigrp topology Field Descriptions—Specific Network 

Field
Description

160

IPX network number of the destination.

State is ...

State of this entry. It can be either Passive or Active. Passive means that no Enhanced IGRP computations are being performed for this destination, and Active means that they are being performed.

Query origin flag

Exact Enhanced IGRP state that this destination is in. It can be the number 0, 1, 2, or 3. This information appears only when the destination is Active.

Successor(s)

Number of successors. This number corresponds to the number of next hops in the IPX routing table.

Next hop is ...

Indicates how this destination was learned. It can be one of the following:

Connected—The destination is on a network directly connected to this router.

Redistributed—The destination was learned via RIP or another Enhanced IGRP process.

IPX host address—The destination was learned from that peer via this Enhanced IGRP process.

Ethernet0

Interface from which this information was learned.

from

Peer from whom the information was learned. For connected and redistributed routers, this is 0.0000.0000.0000. For information learned via Enhanced IGRP, this is the peer's address. Currently, for information learned via Enhanced IGRP, the peer's IPX address always matches the address in the "Next hop is" field.

Composite metric is

Enhanced IGRP composite metric. The first number is this device's metric to the destination, and the second is the peer's metric to the destination.

Send flag

Numeric representation of the "flags" field described in Table 53. It is 0 when nothing is being sent, 1 when an Update is being sent, 3 when a Query is being sent, and 4 when a Reply is being sent. Currently, 2 is not used.

Route is ...

Type of router. It can be either internal or external. Internal routes are those that originated in an Enhanced IGRP autonomous system, and external are routes that did not. Routes learned through RIP are always external.

This is an ignored route

Indicates that this path is being ignored because of filtering.

Vector metric:

This section describes the components of the Enhanced IGRP metric.

 Minimum bandwidth

Minimum bandwidth of the network used to reach the next hop.

 Total delay

Delay time to reach the next hop.

 Reliability

Reliability value used to reach the next hop.

 Load

Load value used to reach the next hop.

 Minimum MTU

Minimum MTU size of the network used to reach the next hop.

 Hop count

Number of hops to the next hop.

External data:

This section describes the original protocol from which this route was redistributed. It appears only for external routes.

 Originating router

Network address of the router that first distributed this route into Enhanced IGRP.

External protocol..metric..delay

External protocol from which this route was learned. The metric will match the external hop count displayed by the show ipx route command for this destination. The delay is the external delay.

Administrator tag

Not currently used.

Flag

Not currently used.


Related Commands

Command
Description

show ipx route

Displays the contents of the IPX routing table.


show ipx interface

To display the status of the IPX interfaces configured in Cisco IOS software and the parameters configured on each interface, use the show ipx interface command in EXEC mode.

show ipx interface [type number]

Syntax Description

type

(Optional) Interface type. It can be one of the following types: asynchronous, dialer, Ethernet (IEEE 802.3), FDDI, loopback, null, serial, Token Ring, or tunnel.

number

(Optional) Interface number.


Command Modes

EXEC

Command History

Release
Modification

10.0

This command was introduced.

12.0(1)T

This command was modified to add Get General Service (GGS) filters and some counters per interface.


Examples

The following is sample output from the show ipx interface command:

Router# show ipx interface serial 2/0

Serial2/0 is up, line protocol is up
  IPX address is 123.00e0.1efc.0b01 [up]
  Delay of this IPX network, in ticks is 6 throughput 0 link delay 0
  IPXWAN processing not enabled on this interface.
  IPX SAP update interval is 60 seconds
  IPX type 20 propagation packet forwarding is disabled
  Incoming access list is 900
  Outgoing access list is not set
  IPX helper access list is not set
  SAP GGS output filter list is 1000
  SAP GNS processing enabled, delay 0 ms, output filter list is not set
  SAP Input filter list is not set
  SAP Output filter list is not set
  SAP Router filter list is not set
  Input filter list is not set
  Output filter list is not set
  Router filter list is not set
  Netbios Input host access list is not set
  Netbios Input bytes access list is not set
  Netbios Output host access list is not set
  Netbios Output bytes access list is not set
  Updates each 60 seconds aging multiples RIP:3 SAP:3
  SAP interpacket delay is 55 ms, maximum size is 480 bytes
  RIP interpacket delay is 55 ms, maximum size is 432 bytes
  RIP response delay is not set
   Watchdog spoofing is currently enabled
On duration 1 hour(s), 00:24:50 remaining
Off duration 18 minute(s), 00:00:00 remaining
   SPX spoofing is disabled, idle time 60
   IPX accounting is disabled
   IPX fast switching is configured (enabled)
   RIP packets received 0, RIP packets sent 906, 0 Throttled
   RIP specific requests received 0, RIP specific replies sent 0
   RIP general requests received 0, 0 ignored, RIP general replies sent 0
   SAP packets received 0, SAP packets sent 25, 0 Throttled
   SAP GNS packets received 0,k SAP GNS replies sent 0
   SAP GGS packets received 0, 0 ignored, SAP GGS replies sent 0

Table 56 describes the fields shown in the display.

Table 56 show ipx interface Field Descriptions 

Field
Description

Serial is ..., line protocol is...

Type of interface and whether it is currently active and inserted into the network (up) or inactive and not inserted (down).

IPX address is ...

Network and node address of the local router interface, followed by the type of encapsulation configured on the interface and the status of the interface. See the ipx network command for a list of possible values.

    [up]

Indicates whether IPX routing is enabled (up) or disabled (down) on the interface.

NOVELL-ETHER

Type of encapsulation being used on the interface, if any.

Delay of this IPX network, in ticks ...

Value of the ticks field (configured with the ipx delay command).

    throughput

Throughput of the interface (configured with the ipx spx-idle-time interface configuration command).

    link delay

Link delay of the interface (configured with the ipx link-delay interface configuration command).

IPXWAN processing...

Indicates whether IPXWAN processing has been enabled on this interface with the ipx ipxwan command.

IPX SAP update interval

Indicates the frequency of outgoing Service Advertising Protocol (SAP) updates (configured with the ipx update interval command).

IPX type 20 propagation packet forwarding...

Indicates whether forwarding of IPX type 20 propagation packets (used by NetBIOS) is enabled or disabled on this interface, as configured with the ipx type-20-propagation command.

Incoming access list

Indicates whether an incoming access list has been configured on this interface.

Outgoing access list

Indicates whether an access list has been enabled with the ipx access-group command.

IPX helper access list

Number of the broadcast helper list applied to the interface with the ipx helper-list command.

SAP GGS output filter list

Number of the Get General Server (GGS) response filter applied to the interface with the ipx output-ggs-filter command.

SAP GNS processing ...

Indicates if GNS processing is enabled, what the response delay set is, and if there is any GNS output access-list configured

    delay

Indicates the delay of this ipx network, represented in metric ticks for routers on this interface using the IPX RIP routing protocol.

    output filter list

Number of the Get Nearest Server (GNS) response filter applied to the interface with the ipx output-gns-filter command.

SAP Input filter list

Number of the input SAP filter applied to the interface with the ipx input-sap-filter command.

SAP Output filter list

Number of the output SAP filter applied to the interface with the ipx input-sap-filter command.

SAP Router filter list

Number of the router SAP filter applied to the interface with the ipx router-sap-filter command.

Input filter list

Number of the input filter applied to the interface with the ipx input-network-filter command.

Output filter list

Number of the output filter applied to the interface with the ipx output-network-filter command.

Router filter list

Number of the router entry filter applied to the interface with the ipx router-filter command.

Netbios Input host access list

Name of the IPX NetBIOS input host filter applied to the interface with the ipx netbios input-access-filter host command.

Netbios Input bytes access list

Name of the IPX NetBIOS input bytes filter applied to the ipx netbios input-access-filter interface with the ipx netbios input-access-filter bytes command.

Netbios Output host access list

Name of the IPX NetBIOS output host filter applied to the interface with the ipx netbios input-access-filter host command.

Netbios Output bytes access list

Name of the IPX NetBIOS output bytes filter applied to the interface with the input netbios input-access-filter bytes command.

Updates each ...

How often Cisco IOS software sends Routing Information Protocol (RIP) updates, as configured with the ipx update sap-after-rip command.

SAP interpacket delay

Interpacket delay for SAP updates.

RIP interpacket delay

Interpacket delay for RIP updates.

RIP response delay

Delay for RIP responses.

Watchdog spoofing ...

Indicates whether watchdog spoofing is enabled or disabled for this interface, as configured with the ipx watchdog spoof command. This information is displayed only on serial interfaces.

SPX spoofing ...

Indicates whether SPX spoofing is enabled or disabled for this interface.

IPX accounting

Indicates whether IPX accounting has been enabled with the ipx accounting command.

IPX fast switching IPX autonomous switching

Indicates whether IPX fast switching is enabled (default) or disabled for this interface, as configured with the ipx route-cache command. (If IPX autonomous switching is enabled, it is configured with the ipx route-cache cbus command.)

RIP packets received, RIP packets sent, Throttled

Number of RIP packets received, sent, or dropped.

RIP specific requests received, RIP specific replies sent,

Number of RIP specific requests received and the number of RIP specific replies sent.

RIP general requests received, ignored, RIP general replies sent

Number of RIP general requests received and ignored. Number of RIP general replies sent.

SAP GNS packets received, SAP GNS packets sent, Throttled

Number of SAP Get Nearest Server (GNS) packets received, sent, or dropped.

SAP GGS packets received, SAP GGS packets sent, Throttled

Number of SAP Get General Server (GGS) packets received, sent, or dropped.

SAP packets received, SAP packets sent, Throttled

Number of SAP packets received, sent, or dropped.


Related Commands

Command
Description

access-list (SAP filtering)

Defines an access list for filtering SAP requests.

access-list (IPX standard)

Defines a standard IPX access list.

ipx accounting

Enables IPX accounting.

ipx default-output-rip delay

Sets the default interpacket delay for RIP updates sent on all interfaces.

ipx default-output-sap-delay

Sets a default interpacket delay for SAP updates sent on all interfaces.

ipx delay

Sets the tick count.

ipx helper-list

Assigns an access list to an interface to control broadcast traffic (including type 20 propagation packets).

ipx input-network-filter

Controls which networks are added to the routing table of the Cisco IOS software.

ipx input-sap-filter

Controls which services are added to the routing table of the Cisco IOS software SAP table.

ipx ipxwan

Enables the IPXWAN protocol on a serial interface.

ipx netbios input-access-filter

Controls incoming IPX NetBIOS FindName messages.

ipx netbios output-access-filter

Controls outgoing IPX NetBIOS FindName messages.

ipx network

Enables IPX routing on a particular interface and optionally selects the type of encapsulation (framing).

ipx output-gns-filter

Controls which servers are included in the GNS responses sent by Cisco IOS software.

ipx output-network-filter

Controls which servers are included in the GNS responses sent by Cisco IOS software.

ipx output-rip-delay

Sets the interpacket delay for RIP updates sent on a single interface.

ipx output-sap-filter

Controls which services are included in SAP updates sent by Cisco IOS software.

ipx route-cache

Enables IPX fast switching.

ipx router-filter

Filters the routers from which packets are accepted.

ipx router-sap-filter

Filters SAP messages received from a particular router.

ipx routing

Enables IPX routing.

ipx update sap-after-rip

Configures the router to send a SAP update immediately following a RIP broadcast.

ipx watchdog

Enables watchdog processing.

netbios access-list

Defines an IPX NetBIOS FindName access list filter.


show ipx nhrp

To display the Next Hop Resolution Protocol (NHRP) cache, use the show ipx nhrp command in EXEC mode.

show ipx nhrp [dynamic | static] [type number]

Syntax Description

dynamic

(Optional) Displays only the dynamic (learned) IPX-to-NBMA address cache entries.

static

(Optional) Displays only the static IPX-to-NBMA address entries in the cache (configured through the ipx nhrp map command).

type

(Optional) Interface type for which to display the NHRP cache. Valid options are atm, serial, and tunnel.

number

(Optional) Interface number for which to display the NHRP cache.


Command Modes

EXEC

Command History

Release
Modification

11.1

This command was introduced.


Examples

The following is sample output from the show ipx nhrp command:

Router# show ipx nhrp 

1.0000.0c35.de01, Serial1 created 0:00:43 expire 1:59:16
  Type: dynamic Flags: authoritative 
  NBMA address: c141.0001.0001
1.0000.0c35.e605, Serial1 created 0:10:03 expire 1:49:56
  Type: static Flags: authoritative 
  NBMA address: c141.0001.0002

Table 57 describes the fields shown in the display.

Table 57 show ipx nhrp Field Descriptions 

Field
Description

1.0000.0c35.de01

IPX address in the IPX-to-NBMA address cache.

Serial1 created 0:00:43

Interface type and number and how long ago it was created (hours:minutes:seconds).

expire 1:59:16

Time in which the positive and negative authoritative NBMA address will expire (hours:minutes:seconds). This value is based on the ipx nhrp holdtime command.

Type

Value can be one of the following:

dynamic—NBMA address was obtained from NHRP Request packet.

static—NBMA address was statically configured.

Flags

Value can be one of the following:

authoritative—Indicates that the NHRP information was obtained from the Next Hop Server or router that maintains the NBMA-to-IPX address mapping for a particular destination.

implicit—Indicates that the information was learned not from an NHRP request generated from the local router, but from an NHRP packet being forwarded or from an NHRP request being received by the local router.

negative—For negative caching; indicates that the requested NBMA mapping could not be obtained.

NBMA address

Nonbroadcast, multiaccess address. The address format is appropriate for the type of network being used (for example, ATM, Ethernet, SMDS, multipoint tunnel).


Related Commands

Command
Description

ipx nhrp map

Statically configures the IPX-to-NBMA address mapping of IPX destinations connected to an NBMA network.


show ipx nhrp traffic

To display Next Hop Resolution Protocol (NHRP) traffic statistics, use the show ipx nhrp traffic command in EXEC mode.

show ipx nhrp traffic

Syntax Description

This command has no arguments or keywords.

Command Modes

EXEC

Command History

Release
Modification

11.1

This command was introduced.


Examples

The following is sample output from the show ipx nhrp traffic command:

Router# show ipx nhrp traffic

Tunnel0
  request packets sent: 2
  request packets received: 4
  reply packets sent: 4
  reply packets received: 2
  register packets sent: 0
  register packets received: 0
  error packets sent: 0
  error packets received: 0

Table 58 describes the fields shown in the display.

Table 58 show ipx nhrp traffic Field Descriptions 

Field
Description

Tunnel 0

Interface type and number.

request packets sent

Number of NHRP Request packets originated from this station.

request packets received

Number of NHRP Request packets received by this station.

reply packets sent

Number of NHRP Reply packets originated from this station.

reply packets received

Number of NHRP Reply packets received by this station.

register packets sent

Number of NHRP Register packets originated from this station. Currently, our routers do not send Register packets, so this value is 0.

register packets received

Number of NHRP Register packets received by this station. Currently, our routers do not send Register packets, so this value is 0.

error packets sent

Number of NHRP Error packets originated by this station.

error packets received

Number of NHRP Error packets received by this station.


show ipx nlsp database

To display the entries in the link-state packet (LSP) database, use the show ipx nlsp database command in EXEC mode.

show ipx nlsp [tag] database [lspid] [detail]

Syntax Description

tag

(Optional) Names the NLSP process. The tag can be any combination of printable characters.

lspid

(Optional) Link-state protocol ID (LSPID). You must specify this in the format xxxx.xxxx.xxxx.yy-zz. The components of this argument have the following meaning:

xxxx.xxxx.xxxx is the system identifier.

yy is the pseudo identifier.

zz is the LSP number.

detail

(Optional) Displays the contents of the LSP database entries. If you omit this keyword, only a summary display is shown.


Command Modes

EXEC

Command History

Release
Modification

10.3

This command was introduced.


Usage Guidelines

When you specify an NLSP tag, the router displays the link-state packet database entries for that NLSP process. An NLSP process is a router's databases working together to manage route information about an area. NLSP version 1.0 routers are always in the same area. Each router has its own adjacencies, link-state, and forwarding databases. These databases operate collectively as a single process to discover, select, and maintain route information about the area. NLSP version 1.1 routers that exist within a single area also use a single process.

NLSP version 1.1 routers that interconnect multiple areas use multiple processes to discover, select, and maintain route information about the areas they interconnect. These routers manage an adjacencies, link-state, and area address database for each area to which they attach. Collectively, these databases are still referred to as a process. The forwarding database is shared among processes within a router. The sharing of entries in the forwarding database is automatic when all processes interconnect NLSP version 1.1 areas.

Configure multiple NLSP processes when a router interconnects multiple NLSP areas.


Note NLSP version 1.1 routers refer to routers that support the route aggregation feature, while NLSP version 1.0 routers refer to routers that do not.


If you omit all options, a summary display is shown.

Examples

The following is sample output from the show ipx nlsp database command:

Router# show ipx nlsp database detail

LSPID                 LSP Seq Num  LSP Checksum  LSP Holdtime  ATT/P/OL
0000.0C00.3097.00-00* 0x00000042   0xC512        699           0/0/0
0000.0C00.3097.06-00* 0x00000027   0x0C27        698           0/0/0
0000.0C02.7471.00-00  0x0000003A   0x4A0F        702           0/0/0
0000.0C02.7471.08-00  0x00000027   0x0AF0        702           0/0/0
0000.0C02.7471.0A-00  0x00000027   0xC589        702           0/0/0
0000.0C02.747D.00-00  0x0000002E   0xC489        715           0/0/0
0000.0C02.747D.06-00  0x00000027   0xEEFE        716           0/0/0
0000.0C02.747D.0A-00  0x00000027   0xFE38        716           0/0/0
0000.0C02.74AB.00-00  0x00000035   0xE4AF        1059          0/0/0
0000.0C02.74AB.0A-00  0x00000027   0x34A4        705           0/0/0
0000.0C06.FBEE.00-00  0x00000038   0x3838        1056          0/0/0
0000.0C06.FBEE.0D-00  0x0000002C   0xD248        1056          0/0/0
0000.0C06.FBEE.0E-00  0x0000002D   0x7DD2        1056          0/0/0
0000.0C06.FBEE.17-00  0x00000029   0x32FB        1056          0/0/0

0000.0C00.AECC.00-00* 0x000000B6   0x62A8        7497          0/0/0
  IPX Area Address: 00000000 00000000
  IPX Mgmt Info 87.0000.0000.0001  Ver 1  Name oscar
  Metric: 45 Lnk 0000.0C00.AECC.06  MTU 1500  Dly 8000  Thru 64K  PPP
  Metric: 20 Lnk 0000.0C00.AECC.02  MTU 1500  Dly 1000  Thru 10000K  802.3 Raw
  Metric: 20 Lnk 0000.0C01.EF90.0C  MTU 1500  Dly 1000  Thru 10000K  802.3 Raw
0000.0C00.AECC.02-00* 0x00000002   0xDA74        3118          0/0/0
  IPX Mgmt Info E0.0000.0c00.aecc  Ver 1  Name Ethernet0
  Metric: 0  Lnk 0000.0C00.AECC.00  MTU 0  Dly 0  Thru 0K  802.3 Raw
0000.0C00.AECC.06-00* 0x00000002   0x5DB9        7494          0/0/0
  IPX Mgmt Info 0.0000.0000.0000  Ver 1  Name Serial0
  Metric: 0  Lnk 0000.0C00.AECC.00  MTU 0  Dly 0  Thru 0K  PPP
  Metric: 1  IPX Ext D001  Ticks 0
  Metric: 1  IPX SVC Second-floor-printer  D001.0000.0000.0001  Sock 1  Type 4

Table 59 describes the fields shown in the display.

Table 59 show ipx nlsp database Field Descriptions 

Field
Description

LSPID

System ID (network number), pseudonode circuit identifier, and fragment number.

LSP Seq Num

Sequence number of this LSP.

LSP Checksum

Checksum of this LSP.

LSP Holdtime

Time until this LSP expires, in hours or seconds.

ATT/P/OL

Indicates which of three bits are set. A "1" means the bit is set, and a "0" means it is not set.

ATT is the L2-attached bit.

OL is the overload bit.

P is the partition repair bit. This bit is not used in NLSP.

IPX Area Address:

Area address of the router advertising the LSP.

IPX Mgmt Info

Management information. For nonpseudonode LSPs, the internal network number is advertised in this field. For pseudonode LSPs, the network number of the associated interface is advertised.

 Ver

NLSP version running on the advertising router.

 Name

For nonpseudonode LSPs, the name of the router. For pseudonode LSPs, the name (or description, if configured) of the associated interface.

Link Information

Information about the link.

 Metric:

NLSP metric (cost) for the link. Links from a pseudonode to real nodes have a cost of 0 so that this link cost is not counted twice.

 Lnk

System ID of the adjacent node.

 MTU

MTU of the link in bytes. For pseudonode LSPs, the value in this field is always 0.

 Dly

Delay of the link in microseconds. For pseudonode LSPs, the value in this field is always 0.

 Thru

Throughput of the link in bits per second. For pseudonode LSPs, the value in this field is always 0.

 802.3 Raw, Generic LAN

Link media type.

External (RIP) Networks

Information about an external (RIP) network.

 Metric:

Received RIP hop count.

 IPX Ext

IPX network number.

 Ticks

Received RIP tick count.

SAP Services

Information about SAP services.

 Metric:

Received SAP hop count.

 IPX SVC

Name of the IPX service.

 D001.000.0000.0001

IPX address of the server advertising this service.

 Sock

Socket number of the service.

 Type

Type of service.


show ipx nlsp neighbors

To display NetWare Link Services Protocol (NLSP) neighbors and their states, use the show ipx nlsp neighbors command in EXEC mode.

show ipx nlsp [tag] neighbors [interface] [detail]

Syntax Description

tag

(Optional) Names the NLSP process. The value of the tag argument can be any combination of printable characters.

interface

(Optional) Interface type and number.

detail

(Optional) Displays detailed information about the neighbor. If you omit this keyword, only a summary display is shown.


Command Modes

EXEC

Command History

Release
Modification

10.3

This command was introduced.


Usage Guidelines

When you specify an NLSP tag value, the router displays the NLSP neighbors for that NLSP process. An NLSP process is a router's databases working together to manage route information about an area. NLSP version 1.0 routers must be in a single area. Each router has its own adjacencies, link-state, and forwarding databases. These databases operate collectively as a single process to discover, select, and maintain route information about the area. NLSP version 1.1 routers that exist within a single area also use a single process.

NLSP version 1.1 routers that interconnect multiple areas use multiple processes to discover, select, and maintain route information about the areas they interconnect. These routers manage adjacencies, link-state, and area address databases for each area to which they attach. Collectively, these databases are still referred to as a process. The forwarding database is shared among processes within a router. The sharing of entries in the forwarding database is automatic when all processes interconnect NLSP version 1.1 areas.

You must configure multiple NLSP processes when a router interconnects multiple NLSP areas.


Note NLSP version 1.1 routers refer to routers that support the route aggregation feature, while NLSP version 1.0 routers refer to routers that do not.


If you omit the keyword detail, a summary display is shown.

Examples