Configuring Ipx Routing And Network Numbers - Cisco 6500 Series Software Configuration Manual

Hide thumbs Also See for 6500 Series:
Table of Contents

Advertisement

Configuring IPX Routing and Network Numbers

Configuring IPX Routing and Network Numbers
For complete information and procedures, refer to these publications:
To configure routing for Internetwork Packet Exchange (IPX) and configure IPX on a Layer 3 interface,
perform this task:
Command
Step 1
Router(config)# ipx routing
Step 2
Router(config)# router ipx_routing_protocol
Step 3
Router(config)# interface {vlan vlan_ID} |
1
{type
slot/port} | {port-channel
port_channel_number}
Step 4
Router(config-if)# ipx network [network |
unnumbered] encapsulation encapsulation_type
Step 5
Router(config-if)# no shutdown
Step 6
Router(config-if)# end
Step 7
Router# show interfaces [{vlan vlan_ID} |
1
{type
slot/port} | {port-channel
port_channel_number}]
Router# show ipx interfaces [{vlan vlan_ID} |
1
{type
slot/port} | {port-channel
port_channel_number}]
Router# show running-config interfaces [{vlan
vlan_ID} | {type
port_channel_number}]
1.
type = ethernet, fastethernet, gigabitethernet, tengigabitethernet, or ge-wan
This example shows how to enable IPX routing and assign an IPX network address to interface
VLAN 100:
Router# configure terminal
Enter configuration commands, one per line.
Router(config)# ipx routing
Router(config)# ipx router rip
Router(config-ipx-router)# network all
Router(config-ipx-router)# interface vlan 100
Router(config-if)# ipx network 100 encapsulation snap
Router(config-if)# no shutdown
Router(config-if)# end
Router# copy running-config startup-config
Catalyst 6500 Series Switch Cisco IOS Software Configuration Guide—Release 12.1 E
12-6
Cisco IOS AppleTalk and Novell IPX Configuration Guide, Release 12.1, at this URL:
http://www.cisco.com/univercd/cc/td/doc/product/software/ios121/121cgcr/atipx_c/index.htm
Cisco IOS AppleTalk and Novell IPX Command Reference, Release 12.1, at this URL:
http://www.cisco.com/univercd/cc/td/doc/product/software/ios121/121cgcr/atipx_r/index.htm
1
slot/port} | {port-channel
Chapter 12
Purpose
Enables IPX routing.
Specifies an IP routing protocol. This step might include
other commands, such as specifying the networks to route
with the network command.
Selects an interface to configure.
Configures the IPX network number. This enables IPX
routing on the interface. When you enable IPX routing on
the interface, you can also specify an encapsulation type.
Enables the interface.
Exits configuration mode.
Verifies the configuration.
End with CNTL/Z.
Configuring Layer 3 Interfaces
78-14099-04

Advertisement

Table of Contents
loading

Table of Contents