HP MSR Router Series IPX Command Reference(V5) Part number: 5998-2052 Software version: CMW520-R2511 Document version: 6PW103-20140128
Legal and notice information © Copyright 2014 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.
Contents IPX configuration commands ······································································································································· 1 display ipx interface················································································································································· 1 display ipx routing-table ·········································································································································· 2 di
IPX configuration commands display ipx interface Use display ipx interface to display IPX information on a specified interface. Syntax display ipx interface [ interface-type interface-number ] [ | { begin | exclude | include } regular-expression ] Views Any view Default command level 1: Monitor level Parameters interface-type interface-number: Displays IPX information for an interface. |: Filters command output by specifying a regular expression.
0 RIP specific requests received, 0 RIP specific responses sent 0 RIP general requests received, 0 RIP general responses sent 0 SAP received, 0 SAP sent, 0 SAP discarded 0 SAP requests received, 0 SAP responses sent Table 1 Command output Field Description Ethernet1/1 is up Ethernet 1/1 is up. IPX address IPX network number and node number of the current interface. [down] / [up] IPX protocol status. SAP is enabled SAP is enabled. Split horizon is enabled Split horizon is enabled.
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.
Views Any view Default command level 1: Monitor level Parameters network: Displays detailed routing information for the network, including both active and inactive routes. |: 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.
Field Description Protocol Protocol type of the route. Preference 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. Time Aging time of the route. 0 for directly connected routes and static routes, which do not age. Interface Address and name of the outbound interface. State State of the route, which could be active or inactive.
Examples # Display default IPX routing information. display ipx routing-table protocol default Default routing tables: Summary count: 0 Default routing tables status:: Summary count: 0 Default routing tables status:: Summary count: 0 display ipx routing-table statistics display ipx routing-table statistics Use display ipx routing-table statistics to display IPX routing statistics.
Table 4 Command output Field Description Proto/State Routing protocol. route Number of routes, including active and inactive routes. active Active routes. added Number of added routes. deleted Number of deleted routes. freed Number of released routes. display ipx service-table Use display ipx service-table to display IPX service information.
Examples # Display active IPX service information. display ipx service-table Abbreviation: S - Static, Pref - Preference(Decimal), NetId - Network number, NodeId - Node address, hop - Hops(Decimal), Recv-If - Interface from which the service is received Number of Static Entries: 2 Number of Dynamic Entries: 0 Name Type NetId S Prn1 0005 000d S Prn2 0005 0008 # Display detailed IPX service information.
Default command level 1: Monitor level Parameters |: 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.
Views System view Default command level 2: System level Parameters node node: Global node address of the router, used by all non-Ethernet interfaces. It is in 48-bit length, represented by a triplet of 4-digit hexadecimal numbers separated by hyphen (-). It is neither a broadcast address nor a multicast address. If the argument is not specified, the router will assign the MAC address of the first Ethernet interface as the global node address.
system-view [Sysname] interface ethernet 1/1 [Sysname-Ethernet1/1] ipx encapsulation ethernet-2 ipx netbios-propagation Use ipx netbios-propagation to enable the interface to forward the type 20 broadcast packets. Use undo ipx netbios-propagation to disable the interface from forwarding the type 20 broadcast packets. Syntax ipx netbios-propagation undo ipx netbios-propagation Default Type 20 broadcast packets are not forwarded.
Examples # Assign network ID 675 to Ethernet 1/1. system-view [Sysname] interface ethernet 1/1 [Sysname-Ethernet1/1] ipx network 675 ipx rip import-route static Use ipx rip import-route static to enable static route redistribution into RIP. Use undo ipx rip import-route static to disable static route redistribution. Syntax ipx rip import-route static undo ipx rip import-route static Default IPX RIP does not redistribute static routes.
Usage guidelines The default is 432 bytes. In RIP update packets, the size of each routing information item is 8 bytes and the size of IPX header plus RIP header is 32 bytes. So an updating packet can carry up to 50 routing information items at most. Examples # Specify the maximum RIP updating packet size as 500 bytes on Ethernet 1/1.
Use undo ipx rip timer update to restore the default. Syntax ipx rip timer update seconds undo ipx rip timer update Default The update interval is 60 seconds. Views System view Default command level 2: System level Parameters seconds: RIP updating interval in the range of 10 to 60000 seconds. Examples # Specify a RIP update interval of 30 seconds.
interface-type interface-number: Specifies an outgoing interface that must support PPP encapsulation. It can be a Serial or POS interface. preference value: Route preference in the range of 1 to 255. The smaller the value is, the higher the preference is. The preference of directly connected routes is fixed to 0 and cannot be changed. By default, the preference of IPX static routes is 60 and can be configured. The preference of dynamic IPX routes is fixed to 100 and cannot be changed.
ipx route max-reserve-path Use ipx route max-reserve-path to specify the maximum number of routes to the same destination. Use undo ipx route max-reserve-path to restore the default. Syntax ipx route max-reserve-path paths undo ipx route max-reserve-path Default The value is 4. Views System view Default command level 2: System level Parameters paths: Maximum number of routes to the same destination, including both static and dynamic routes, in the range of 1 to 255.
Examples # Disable SAP on Ethernet 1/1. system-view [Sysname] interface ethernet 1/1 [Sysname-Ethernet1/1] ipx sap disable ipx sap gns-disable-reply Use ipx sap gns-disable-reply to disable the interface from responding to IPX GNS requests. Use undo ipx sap gns-disable-reply to enable the interface to respond to IPX GNS requests. Syntax ipx sap gns-disable-reply undo ipx sap gns-disable-reply Default An interface is capable of responding to GNS requests.
Examples # Configure the router to respond to clients with the nearest server. system-view [Sysname] undo ipx sap gns-load-balance Related commands ipx sap gns-disable-reply ipx sap max-reserve-servers Use ipx sap max-reserve-servers to specify the maximum reserve queue length of the same type service information. Use undo ipx sap max-reserve-servers to restore the default. Syntax ipx sap max-reserve-servers length undo ipx sap max-reserve-servers Default The value is 2048.
Default The value is 480 bytes. The size of the IPX header plus SAP header is 32 bytes, so a 480-byte SAP updating packet contains 7 service information items (64 bytes each). Views Interface view Default command level 2: System level Parameters bytes: Maximum SAP packet size in the range of 480 to 1500 bytes. Examples # Set the maximum size of SAP updating packets on Ethernet 1/1 to 674 bytes (10 service information items at most).
ipx sap timer update Use ipx sap timer update to specify the IPX SAP updating interval. Use undo ipx sap timer update to restore the default. Syntax ipx sap timer update seconds undo ipx sap timer update Default The update interval is 60 seconds. Views System view Default command level 2: System level Parameters seconds: SAP updating interval in the range of 10 to 60000 seconds. Usage guidelines Using this command does not take effect on an interface that adopts triggered update.
server-name: Name of the server which provides the service, a string of 1 to 47 characters. network.node: Network ID and node ID of a server. Network ID is an 8-bit hexadecimal number in the range of 0x1 to 0xFFFFFFFD. Node ID has a length of 48 bits, represented by a triplet of 4-digit hexadecimal numbers separated by hyphen (-). Leading 0s can be omitted. socket: Specifies a 4-bit hexadecimal number in the range of 0x1 to 0xFFFF. hop hop-count: Number of hops to reach the server, in the range of 1 to 15.
Syntax ipx tick ticks undo ipx tick Default The delay on an Ethernet or a VLAN interface is 1 tick, that on an asynchronous serial port is 30 ticks, and that on a synchronous serial port is 6 ticks. Views Interface view Default command level 2: System level Parameters ticks: Delay in the range of 0 to 30000 ticks. 1 tick is 1/18 second (approximately 55 ms). Examples # Configure the delay for sending IPX packets as 5 ticks on Ethernet 1/1.
Syntax ping ipx network.node [ -c count | -s size | -t timeout ] * Views Any view Default command level 0: Visit level Parameters network.node: Destination address. The argument network is an 8-bit hexadecimal number in the range of 0x1 to 0xFFFFFFFD. The argument node is a 48-bit value represented by a triplet of 4-digit hexadecimal numbers separated by hyphen (-). The 0s in front can be omitted when inputting. -c count: Number of ping packets to be sent. By default, the value is 5.
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.
Support and other resources Contacting HP For worldwide technical support information, see the HP support website: http://www.hp.
Conventions This section describes the conventions used in this documentation set. Command conventions Convention Description Boldface Bold text represents commands and keywords that you enter literally as shown. Italic Italic text represents arguments that you replace with actual values. [] Square brackets enclose syntax choices (keywords or arguments) that are optional. { x | y | ... } Braces enclose a set of required syntax choices separated by vertical bars, from which you select one.
Network topology icons Represents a generic network device, such as a router, switch, or firewall. Represents a routing-capable device, such as a router or Layer 3 switch. Represents a generic switch, such as a Layer 2 or Layer 3 switch, or a router that supports Layer 2 forwarding and other Layer 2 features. Represents an access controller, a unified wired-WLAN module, or the switching engine on a unified wired-WLAN switch. Represents an access point.
Index DIPRSW ipx sap disable,16 D ipx sap gns-disable-reply,17 display ipx interface,1 ipx sap gns-load-balance,17 display ipx routing-table,2 ipx sap max-reserve-servers,18 display ipx routing-table protocol,5 ipx sap mtu,18 display ipx routing-table statistics,6 ipx sap multiplier,19 display ipx routing-table verbose,3 ipx sap timer update,20 display ipx service-table,7 ipx service,20 display ipx statistics,8 ipx split-horizon,21 Documents,25 ipx tick,21 I ipx update-change-only,22 ip