HP A-MSR Series User manual

HP A-MSR Router Series
IPX
Configuration Guide
Abstract
This document describes the software features for the HP A Series products and guides you through the
software configuration procedures. These configuration guides also provide configuration examples to help
you apply software features to different network scenarios.
This documentation is intended for network planners, field technical support and servicing engineers, and
network administrators working with the HP A Series products.
Part number: 5998-2034
Software version: CMW520-R2207P02
Document version: 6PW100-20110810

Legal and notice information
© Copyright 2011 Hewlett-Packard Development Company, L.P.
No part of this documentation may be reproduced or transmitted in any form or by any means without prior
written consent of Hewlett-Packard Development Company, L.P.
The information contained herein is subject to change without notice.
HEWLETT-PACKARD COMPANY MAKES NO WARRANTY OF ANY KIND WITH REGARD TO THIS
MATERIAL, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. Hewlett-Packard shall not be liable for errors contained herein or for
incidental or consequential damages in connection with the furnishing, performance, or use of this material.
The only warranties for HP products and services are set forth in the express warranty statements
accompanying such products and services. Nothing herein should be construed as constituting an additional
warranty. HP shall not be liable for technical or editorial errors or omissions contained herein.

iii
Contents
Configuring IPX ································································································································································ 1
Address structure ······················································································································································1
RIP ··············································································································································································1
SAP ············································································································································································1
NetBIOS ····································································································································································2
Protocol and standards············································································································································2
Configuring IPX basic functions·······································································································································2
Configuring IPX routing ····················································································································································3
Configuration prerequisite·······································································································································3
Configuring an IPX static route ·······························································································································3
Configuring IPX route number limitation················································································································4
Enabling IPX RIP static route redistribution ············································································································4
Configuring IPX RIP parameters······························································································································5
Configuring IPX SAP ·························································································································································5
Configuration prerequisite·······································································································································5
Enabling IPX SAP······················································································································································5
Configuring IPX SAP timers ·····································································································································6
Configuring IPX SAP GNS request response mode······························································································6
Configuring IPX service information·······················································································································7
Configuring the IPX forwarding feature··························································································································8
Configuration prerequisite·······································································································································8
Configuring triggered updating······························································································································8
Pinging an IPX network·····················································································································································9
Configuration prerequisites ·····································································································································9
Configuration procedure ·········································································································································9
Displaying and maintaining IPX configuration ··············································································································9
IPX configuration example ············································································································································ 10
Troubleshooting IPX configuration································································································································ 12
IPX forwarding failure ··········································································································································· 12
Troubleshooting IPX RIP ········································································································································ 13
Troubleshooting IPX SAP······································································································································· 14
Troubleshooting IPX routing management ·········································································································· 15
Support and other resources·········································································································································17
Contacting HP ································································································································································ 17
Subscription service ·············································································································································· 17
Related information························································································································································ 17
Documents······························································································································································ 17
Websites ································································································································································ 17
Conventions ···································································································································································· 18
Index················································································································································································20

1
Configuring IPX
IPX is a network layer protocol of NetWare that can be used by the HP A-MSR Router Series. Its position in
NetWare is similar to IP’s position in TCP/IP. It implements such functions as address filling, routing and
packet forwarding.
IPX is a connectionless protocol. Though both data and the destination IPX address are included in an IPX
packet, IPX does not confirm whether the packet is forwarded successfully. Such functions as confirmation of
forwarding success and connection control are provided by the protocol at the layer above IPX. Any IPX
packet is considered an independent entity that is not related to any other IPX packets logically or
sequentially.
Address structure
The IPX address structure differs from IP. An IPX address consists of the network address and node address,
in the format: network.node.
Network address—Identifies the physical network where the site lies. It has a length of 4 bytes,
expressed by an 8-digit hexadecimal.
Node address—Identifies a node in the network. It has the same structure as MAC address and a length
of 6 bytes. It is entered as three parts of two-byte digits separated by hyphens (-) and it cannot be a
broadcast or multicast address.
For example, in the IPX address bc.0-cb-47, the network address is bc (more accurately, it is 000000bc) and
the node address is 0-cb-47 (more accurately, it is 0000-00cb-0047). Therefore, an IPX address can also be
expressed in the form of N.H-H-H, in which N is the network address and H-H-H is the node address.
RIP
IPX employs RIP to maintain and advertise dynamic routing information.
Via RIP, an IPX router exchanges routing information with neighbors and maintains an inter-network routing
information database (usually called "routing table") according to network changes. When the router
receives a packet, it finds a next hop from the routing table to forward the packet.
SAP
SAP is used to advertise the service types that servers provide and their addresses. IPX advertises dynamic
service information through SAP. When a server starts, it broadcasts services it can provide through SAP.
When being shut down, the server informs clients of the termination of services through SAP.
Through SAP, an IPX router creates and maintains an internetwork service information database (usually
called "service information table"). A server on the same network periodically broadcasts its service types
and address. Clients not on the same network as the server cannot get such information directly, which is
collected by the SAP proxy and saved in the server information table in the IPX router for advertisement to
such clients. Because server information is dynamically updated by SAP, clients can always obtain latest
server information.
SAP defines three types of packets, service query, service response, and periodic updates. The following
subsections describe how SAP operates:

2
Initializing NetWare client
When a NetWare client is initializing, it needs to locate a server. To do so, the client broadcasts a GNS
request. At least one router or server can give a SAP response, which contains information such as packet
type, service type, and server name and address. The NetWare client can communicate with the server
through the IPX address in the response packet.
Because the GNS request is broadcast, the client can only get a response from the server in the local IPX
network. To locate a server in another network, the IPX router can send a RIP request to get the route to the
server, and send the route and service information to the client. In this way, the client can communicate with
a server in another network.
Updating SAP periodically
A server broadcasts a SAP packet to provide the service name and type, and its IPX address. The IPX router
that receives the broadcast adds the service to the service information database and periodically broadcast
such information in the directly connected networks. The advertisements can thus flood the entire network.
By default, SAP broadcasts are sent every 60 seconds. Each packet can have up to 7 service information
items by default. If a large amount of service information needs to broadcast, the information can be sent in
several packets. For example, 20 service information items can be sent in 3 packets.
NetBIOS
To enable use of network basic input/output system (NetBIOS) in a NetWare environment, Novell provides
the following solutions:
As a broadcast, a NetBIOS packet is not routable. A mechanism is needed for the routing device to forward
these packets. The mechanism used by Novell is to set the packet type contained in the IPX header to 20,
indicating that the IPX packet is a NetBIOS packet. A device must forward such packets according to certain
rules to make sure that NetBIOS packets are transmitted in the IPX network.
Protocol and standards
RFC 1132, Standard for the transmission of 802.2 packets over IPX networks
RFC 1634, Novell IPX Over Various WAN Media (IPXWAN)
Configuring IPX basic functions
The node address specified with ipx enable [ node node ] is the global node address used by all interfaces
but the Ethernet interfaces on the router.
If no node address is specified, the router specifies the MAC of the first Ethernet interface as the global
node address.
If no Ethernet interfaces are available, the router generates the global node address randomly
according to the system clock.
An Ethernet interface uses its own MAC address as the node address rather than the global one.

3
The VLAN interface uses its own MAC address as the node address. You need not specify a node
address when enabling IPX.
Step
Command
Remarks
1. Enter system view.
system-view
—
2. Enable IPX protocol.
ipx enable [ node node ]
Required.
Disabled by default.
3. Enter interface view.
interface interface-type
interface-number
—
4. Configure an IPX
network number for
the interface.
ipx network
network-number
Required.
By default, no network number is specified for the
interface—IPX is still disabled on the interface even
IPX is enabled in system view.
An interface can only have one network number. If
the IPX network number of an interface is deleted, its
IPX configuration and static routing information is
deleted.
Configuring IPX routing
With the IPX protocol enabled on an interface, the system automatically enables RIP to maintain and
advertise dynamic routing information. Configure the following routing features based on the actual network
requirements:
Configuring IPX static routes
Configuring IPX route number limit
Configuring IPX RIP static route redistribution
Configuring IPX RIP related parameters
Configuration prerequisite
Before this configuration, you must configure basic IPX functions.
Configuring an IPX static route
Step
Command
Remarks
1. Enter system view.
system-view
—
2. Configure an IPX static
route.
ipx route-static dest-network
{ network.node | interface-
type interface-number }
[ preference value ] [ tick ticks
hop hops ]
Required.
The IPX static route with a network number of
0xFFFFFFFE is the default route.
The specified interface-type interface-number
can only be a current PPP interface.

4
Configuring IPX route number limitation
In IPX, the maximum number of static and dynamic routes to the same destination address permitted in the
routing table can be configured. The number of equivalent routes for load balancing can also be configured.
The two configurations have no direct relation, so changing one of the configurations does not affect the
other.
When the number of dynamic and static routes to the same destination reaches the upper limit, newly found
dynamic routes are discarded instead of being added to the routing table. If the newly configured maximum
value is smaller than the previous one, the excessive routes are not deleted until they get aged out or until they
are deleted manually.
If the number of equivalent load balanced routes is less than the number of active routes, the system turns the
excessive active routes into inactive routes; if the number of newly configured equivalent routes is bigger than
the number of active routes, and equivalent inactive routes exist, the system changes these inactive routes to
active ones to reach the number of configured equivalent load balanced routes.
Step
Command
Remarks
1. Enter system view.
system-view
—
2. Configure the maximum number of routes to the
same destination.
ipx route max-reserve-path paths
Optional.
The default is 4.
3. Configure the maximum number of equal cost
routes for load balancing.
ipx route load-balance-path paths
Optional.
The default is 1.
Enabling IPX RIP static route redistribution
Routing protocols can redistribute routes from one another to share routing information. However, a RIP
router can only redistribute active static routes rather than inactive static routes and advertise them to directly
connected networks.
Step
Command
Remarks
1. Enter system view.
system-view
—
2. Enable IPX RIP to redistribute static routes.
ipx rip import-route static
Required.
Disabled by default

5
Configuring IPX RIP parameters
Step
Command
Remarks
1. Enter system view.
system-view
—
2. Specify an IPX RIP update
interval.
ipx rip timer update
seconds
Optional.
The default is 60 seconds.
The IPX RIP update interval must be identical
on all routers in the network to keep
consistency of routing tables.
If a route entry is not updated within the
aging interval, it is removed from the routing
table and the associated dynamic service
information entry is also removed.
3. Configure an aging interval
for IPX RIP routing entries.
ipx rip multiplier multiplier
Optional.
The default is 3 times the update interval.
4. Enter interface view.
interface interface-type
interface-number
—
5. Configure the maximum
length of IPX RIP updates.
ipx rip mtu bytes
Optional.
The default is 432 bytes.
Configuring IPX SAP
With IPX enabled on an interface, the system automatically uses SAP to maintain and advertise dynamic
service information. You can also configure the SAP related parameters or service information based on
actual network requirements.
Configuration prerequisite
You need configure IPX basic functions before this task.
Enabling IPX SAP
Step
Command
Remarks
1. Enter system view.
system-view
—
2. Enter interface view.
interface interface-type
interface-number
—
3. Enable IPX SAP.
undo ipx sap disable
Optional.
By default, IPX SAP is enabled after IPX is enabled on
the interface.

6
Configuring IPX SAP timers
In a large network, IPX SAP broadcasts may occupy much bandwidth. Changing IPX SAP update interval is
an effective way to reduce bandwidth occupation. You can configure IPX SAP aging interval as a value
multiple times the update interval.
During configuration you should make sure that all servers and routers on the network have the same SAP
updating interval. Otherwise, a router may consider a working server failed.
If the service information is not updated within the aging interval, it is deleted from the service information
table.
Step
Command
Remarks
1. Enter system view.
system-view
—
2. Specify an IPX SAP update
interval.
ipx sap timer update
seconds
Optional.
The default is 60 seconds.
3. Specify an aging interval
for IPX SAP service
information entries.
ipx sap multiplier multiplier
Optional.
The default is 3 times the update interval.
4. Enter interface view.
interface interface-type
interface-number
—
5. Configure the maximum
length of IPX RIP updates.
ipx sap mtu
bytes
Optional.
The default is 480 bytes—seven 64-byte
service information items can be included in
a SAP update.
Configuring IPX SAP GNS request response mode
GNS is a SAP message, broadcast by a SAP-enabled NetWare client. A NetWare server responds to the
request with a Give Nearest Server message.
If the NetWare server and the client reside in a common network, the server responds to the client. If no
NetWare server is available on the client’s network, the connected router responds.
You can configure a router to respond to a SAP GNS request with:
The nearest server information. The nearest server has the least hops in the service information table, or
All available servers in turn—Round-robin mode.
Step
Command
Remarks
1. Enter system view.
system-view
—
2. Configure the router
to respond to a
request.
In round-robin
mode
ipx sap gns-load-balance
Optional.
By default, the round-robin
mode is used.
With the nearest
server
undo ipx sap gns-load-balance
3. Enter interface view.
interface interface-type
interface-number
—
4. Enable the interface to respond to GNS
requests.
undo ipx sap gns-disable-reply
Optional.
Enabled by default.

7
Configuring IPX service information
Typically, a client only uses the service advertised by NetWare server and saved by the advising router. In
order that the client can always use a specific service, static service information can be manually added to
the service information table.
An IPX router supports up to 10,240 service information items, 2048 service types, and 5120 static service
information items (including all service types). You can configure the maximum service information items for
a certain type of service.
If the route associated to a static service information item is invalid or deleted, the static service information
item is prevented from broadcast, until the router finds a new valid route associated to the service
information.
The maximum queue length of the same service type items does not limit the amount of static service
information but the amount of dynamic service information. If the newly configured queue length is less than
the original length, the table items in the service information table are not deleted; if the amount of service
information for the same service type reaches the configured value, new service information items are not
added.
To configure IPX service information:
Step
Command
Remarks
1. Enter system view.
system-view
—
2. Add an IPX static service information item.
ipx service service-type server-name
network.node socket hop hopcount
[ preference preference ]
Required.
3. Configure the maximum queue length of
the same service type items.
ipx sap max-reserve-servers length
Optional.
2048 by default.
The following table gives values of some service types:
Service type
Value
Unknown
0000h
Print Queue
0003h
File Server
0004h
Job Server
0005h
Print Server
0007h
Archive Server
0009h
Remote Bridge Server
0024h
Advertising Print Server
0047h
Reserved
Up To 8000h
Wildcard
FFFFh (-1)

8
Configuring the IPX forwarding feature
Configuration prerequisite
You need configure IPX basic functions before this task.
Configuring triggered updating
IPX RIP and SAP periodically broadcast updating packets. With the triggered updating feature enabled,
updating packets are sent only upon route or service information changes, and flooding of broadcasts can
be avoided.
Split horizon can avoid routing loops—routing information received from an interface is not permitted to be
sent from the interface. In some cases, split horizon must be prohibited to ensure correct routing information
transmission. In addition, split horizon prohibition does not take effect on point-to-point links.
The type 20 IPX packet is used in NetBIOS. You can either prohibit or permit the forwarding of type 20
broadcast packets based on the actual requirements.
Step
Command
Remarks
1. Enter system view.
system-view
—
2. Enter interface view.
interface interface-type
interface-number
—
3. Enable the IPX triggered update
feature.
ipx update-change-only
Required.
Disabled by default.
4. Enable the IPX split horizon feature.
ipx split-horizon
Optional.
Enabled by default.
5. Configure the encapsulation format
of IPX frames.
ipx encapsulation [ dot2 | dot3
| ethernet-2 | snap ]
Optional.
The default is Ethernet_802.3
(dot3).
6. Configure an IPX forwarding delay.
ipx tick ticks
Optional.
By default, 1 tick for Ethernet
interfaces and VLAN interfaces,
30 ticks for asynchronous serial
ports, 6 ticks for synchronous
ports, with each tick roughly
being 1/18 second.
7. Enable the forwarding of type 20
packets.
ipx netbios-propagation
Required.
Disabled by default.

9
Pinging an IPX network
Configuration prerequisites
You must complete the IPX basic configuration before this task.
Configuration procedure
Task
Command
Remarks
Ping an IPX network to check
connectivity.
ping ipx network.node [ -c count |
-s size | -t timeout ] *
Required.
Available in any view.
Displaying and maintaining IPX configuration
Operation
Command
Remarks
Display IPX interface information.
display ipx interface [ interface-type interface-number ]
[ |{ begin | exclude | include } regular-expression ]
Available in
any view.
Display IPX packets statistics.
display ipx statistics [ |{ begin | exclude | include }
regular-expression ]
Available in
any view.
Display the active IPX routing
information.
display ipx routing-table [network ] [ |{ begin |
exclude | include } regular-expression ]
Available in
any view.
Display the detailed IPX routing
information (both active and
inactive).
display ipx routing-table [ network ] verbose [ |{ begin
| exclude | include } regular-expression ]
Available in
any view.
Display IPX routing information of
the specified route type.
display ipx routing-table protocol { default | direct | rip
| static } [ inactive | verbose ] [ |{ begin | exclude |
include } regular-expression ]
Available in
any view.
Display IPX routing statistics.
display ipx routing-table statistics [ |{ begin | exclude
| include } regular-expression ]
Available in
any view.
Display the IPX service information
table.
display ipx service-table [ inactive | name name |
network network | order { network | type } | type
service-type ] [ verbose ] [ |{ begin | exclude | include }
regular-expression ]
Available in
any view.
Clear IPX statistics.
reset ipx statistics
Available in
user view.
Clear IPX routing information.
reset ipx routing-table statistics protocol { all | default |
direct | rip | static }
Available in
user view.

10
IPX configuration example
Networking requirements
Figure 1 shows the network requirements.
Router A and Router B are connected through an IPX network. The IPX address of Ethernet 1/1 on Router
A is 1000.00e0-fc01-0000 and that on Router B is 1001.00e0-fc01-0001.
The server is installed with NetWare 4.1 and its IPX address is 2.0000-0c91-f61f, packet encapsulation
format is Ethernet_II. The client is a PC. Its network ID is 3, and packet encapsulation format is SNAP.
The server provides file and printing services. The client can access these services through the IPX
network.
Figure 1 Network diagram
IPX
Eth1/1
1000.00e0-fc01-0000 Eth1/1
1001.00e0-fc01-0001
Eth1/2
2.00e0-fc01-0002
2.0000-0c91-f61f
Router A Router B
Server Client
Eth1/2
3.00e0-fc01-0003
Configuration procedure
1. Configure Router A.
# Enable IPX.
<RouterA> system-view
[RouterA] ipx enable
# Enable IPX on the interface Ethernet 1/2, with the network ID being 2.
[RouterA] interface ethernet 1/2
[RouterA-Ethernet1/2] ipx network 2
# Set the packet encapsulation format on the Ethernet interface to Ethernet_II.
[RouterA-Ethernet1/2] ipx encapsulation ethernet-2
[RouterA-Ethernet1/2] quit
# Enable IPX on the interface Ethernet 1/1, with the network ID being 1000.
[RouterA] interface ethernet 1/1
[RouterA-Ethernet1/1] ipx network 1000
[RouterA-Ethernet1/1] quit
Configure Router B.

11
# Enable IPX.
<RouterB> system-view
[RouterB] ipx enable
# Enable IPX on the interface Ethernet 1/2, with the network ID being 3.
[RouterB] interface ethernet 1/2
[RouterB-Ethernet1/2] ipx network 3
# Set the packet encapsulation format on the Ethernet interface to Ethernet_SNAP.
[RouterB-Ethernet1/2] ipx encapsulation snap
[RouterB-Ethernet1/2] quit
# Enable IPX on the interface Ethernet 1/1, with the network ID being 1001.
[RouterB] interface ethernet 1/1
[RouterB-Ethernet1/1] ipx network 1001
[RouterB-Ethernet1/1] quit
# Configure a Server file service information item.
[RouterB] ipx service 4 server 2.0000-0c91-f61f 451 hop 2
# Configure a Server print service information item.
[RouterB] ipx service 26B tree 2.0000-0c91-f61f 5 hop 2
RIP and SAP are automatically enabled when ipx network is issued on an IPX interface. Therefore, in this
example, no routing protocol is configured.

12
Troubleshooting IPX configuration
IPX forwarding failure
Symptom 1
IPX cannot go up on a PPP link.
Solution
Confirm whether network IDs of both ends of the link are the same. Reconfigure them if they are
different.
Confirm whether node IDs of both ends of the link are different. Reconfigure them if they are the same.
Symptom 2
Failed to ping a destination address.
Solution
Confirm whether the destination address is correct.
Use display ipx interface to check the interface configuration. The network ID and IPX frame
encapsulation format on the directly connected interfaces must be the same.
Use display ipx routing-table to display routing information. Check whether a route to the destination
network is available.
Enable IPX packet debugging using debugging ipx packet. Use the detailed information displayed
about IPX packets received, transmitted, forwarded, and discarded, to locate the error.
Symptom 3
Packets are discarded.
Solution
If IPX packet debugging information displays that a packet is discarded, and the information displayed
is Packet size is greater than interface MTU!, it indicates that the output packet size is greater than the
maximum packet size that the interface can transmit. Use display interface to check the interface MTU
and use display ipx interface to check the RIP and SAP packet size. If RIP or SAP packet size is greater
than interface MTU, RIP or SAP packet cannot be sent out this interface.
Symptom 4
SAP packets cannot be received.
Solution
Use display ipx interface to check the receiving interface configuration. If SAP is disabled on this
interface, SAP packets from this interface are discarded.

13
Symptom 5
IPX type 20 packets cannot be transmitted to any other network segment.
Solution
Use display ipx interface to check whether the forwarding for IPX type 20 packets is enabled on the
receive/send interfaces. If it is not enabled, IPX type 20 packets cannot be forwarded.
Enable IPX packet debugging using debugging ipx packet. If the debugging information displays that
the type 20 packet is discarded and the prompt is Transport Control field of IPX type-20 packet >= 8!,
it indicates the IPX type 20 packet can only be forwarded 8 times. If the upper limit is reached, the IPX
type 20 packet is not forwarded further.
Troubleshooting IPX RIP
Symptom 1
No routes can be learned from a peer.
Solution
Enable IPX RIP debugging using debugging ipx rip packet verbose. Check whether RIP packets can be
received from the peer. If not, problems on the lower layer connection of the two devices may exist.
If a RIP packet with routing information is received from the peer, use debugging ipx rip event to see
whether the received route is added to the routing table. If not, faults occurred when the route was
added to the routing table. Possible faults could be that the packet encapsulation formats of the end
interfaces do not match, or a bad RIP packet is received and discarded.
Symptom 2
A static route is redistributed to IPX RIP but no static route is advertised.
Solution
Use display ipx routing-table to check whether the static route exists.
If the static route is not available, use display ipx routing-table verbose to check whether it is inactive.
If so, check further why it is inactive. Possible reasons could be: the next hop network ID is unreachable,
or the outgoing interface is down. When the route becomes active, it can be advertised as a RIP route.
If the static route exists in the outing table, check its hops. If hops are more than or equal to 15, the static
route cannot be advertised.

14
Troubleshooting IPX SAP
Symptom 1
Unable to add a static service information item to SIT
Solution
Use display ipx service-table inactive to see whether the item is inactive. If so, it indicates that no active
route to the destination server exists.
Use display ipx service-table to see whether the service information items reach the upper limit. IPX
supports up to 10240 service information items, 2048 service types and 5120 static service items.
Symptom 2
No active service information item in SIT.
Solution
Use display ipx service-table inactive to check whether the service information item is inactive. If so, it
indicates that no active route to the destination server exists.
Use display ipx interface to verify that the interface is UP and SAP is enabled.
Use display ipx routing-table to verify that the active route to the server has a hop number less than 16.
Another possible reason is that no sufficient memory is available to add the service information item to
the SIT. Remove some static service information items.
Symptom 3
No new dynamic service information items in SIT.
Solution
Use debugging ipx packet and debugging ipx sap packet verbose to check whether relevant packets
are received. If no packet is received, problems in lower layer network connection may exist.
If IPX is disabled, use ipx enable in system view to enable IPX.
Use display ipx interface to make sure that IPX is configured on relevant interfaces.
If SAP is disabled, use undo ipx sap disable to enable SAP.
Check whether the number of SAP service information items reaches the upper limit. The IPX
implementation supports up to 10240 service information items and 2048 service types.
The MTU of SAP should be less that of the physical layer.
Symptom 4
No updates are received on an interface.
Solution
Use debugging ipx packet and debugging ipx sap packet verbose to check packet contents. All
incoming and outgoing packets are displayed in debugging information. If no related packets are
displayed, problems in lower layer network connection may exist.
Use display ipx interface to make sure SAP is enabled on the interface.
Make sure the active route to the server has a hop number less than 16.
Use display current-configuration to check whether the updating interval is too long.

15
Symptom 5
No updates sent out from an interface.
Solution
Use debugging ipx packet and debugging ipx sap packet verbose to check packet contents. If such
update packets are displayed in debugging information, possibly the SAP MTU is larger than the
interface MTU. Hence, the packets are discarded by the lower layer.
Use display ipx interface to check whether the interface is enabled with triggered update. If so, the
interface does not periodically broadcast update packets.
If no SAP packets are sent out the interface, check whether all service information is learned from the
interface. If so, split horizon may be the reason that no service information is sent out the interface.
Symptom 6
SAP does not respond to GNS requests.
Solution
Use debugging ipx sap packet to check whether GNS request packets are received.
Make sure SAP is enabled on the receiving interface.
Use display ipx interface to check whether the interface is disabled from responding to GNS requests.
If so, use undo ipx sap gns-disable-reply to enable the interface.
Use display ipx service-table to check whether the requested service information is available in the SIT
table. If not, SAP does not respond.
If the requested service information is available, check whether the service information is learned from
the interface that received the GNS requests. In that case, SAP also does not respond to the GNS
requests.
Symptom 7
SAP does not respond to GNS requests in the round-robin mode.
Solution
Use display current-configuration to make sure round-robin is configured.
If round-robin is configured, verify whether multiple equivalent service information items exist for the
service type of the requests. The equivalent service information items must have the same RIP ticks, RIP
hops, SAP hops and SAP preference.
Troubleshooting IPX routing management
Symptom 1
No dynamic routing protocols are configured on the device. The physical status and link layer protocol are
both UP on an interface, but IPX packets cannot be forwarded properly.
Solution
Use display ipx routing-table protocol static to check whether a correct static route is configured.
Use display ipx routing-table to verify the static route takes effect, and to check whether the next hop
address is not specified or not correct on the non PPP interface.

16
Symptom 2
The router received a route from a neighbor router, but the route cannot be found using display ipx
routing-table verbose.
Solution
Use display current-configuration to check whether the maximum dynamic route number is configured
on a per network ID basis, with ipx route max-reserve-path. If it is not configured, the default value 4
is used.
Use display ipx routing-table verbose to check whether the existing dynamic route number under the
destination network ID has reached the maximum number.
If the upper limit is reached, the newly received routes are not added to the routing table. Use ipx route
max-reserve-path to adjust the maximum number of dynamic routes.

17
Support and other resources
Contacting HP
For worldwide technical support information, see the HP support website:
http://www.hp.com/support
Before contacting HP, collect the following information:
Product model names and numbers
Technical support registration number (if applicable)
Product serial numbers
Error messages
Operating system type and revision level
Detailed questions
Subscription service
HP recommends that you register your product at the Subscriber's Choice for Business website:
http://www.hp.com/go/wwalerts
After registering, you will receive email notification of product enhancements, new driver versions, firmware
updates, and other product resources.
Related information
Documents
To find related documents, browse to the Manuals page of the HP Business Support Center website:
http://www.hp.com/support/manuals
For related documentation, navigate to the Networking section, and select a networking category.
For a complete list of acronyms and their definitions, see HP A-Series Acronyms.
Websites
HP.com http://www.hp.com
HP Networking http://www.hp.com/go/networking
HP manuals http://www.hp.com/support/manuals
HP download drivers and software http://www.hp.com/support/downloads
HP software depot http://www.software.hp.com
Table of contents
Other HP Network Router manuals

HP
HP A8800 Series User manual

HP
HP a-msr User manual

HP
HP 5920 User manual

HP
HP 5920 User manual

HP
HP HP ProCurve Series 6600 User manual

HP
HP 10500 series User manual

HP
HP VSR1000 Installation manual

HP
HP ProCurve Secure Router 7203dl J8753A J8753A Assembly instructions

HP
HP MSR20-20 User manual

HP
HP StorageWorks MPX200 User manual

HP
HP FlexNetwork MSR 954 User manual

HP
HP StoreOnce 2900 Manual

HP
HP 5830 series User manual

HP
HP 5120 EI Series User manual

HP
HP StorageWorks Edge Switch 2/12 User manual

HP
HP MSR93x Series User manual

HP
HP Compaq Presario,Presario 650 User manual

HP
HP MSR954 Series User manual

HP
HP StorageWorks MPX200 Instruction Manual

HP
HP 5900 Installation manual