22-8
Cisco 7600 Series Router Cisco IOS Software Configuration Guide, Release 12.2SX
OL-4266-08
Chapter 22 Configuring Layer 3 Interfaces
Configuring IPX Routing and Network Numbers
This example uses the
show running-config
command to display the interface IPv4 address
configuration of Fast Ethernet port 5/4:
Router#
show running-config interfaces fastethernet 5/4
Building configuration...
Current configuration:
!
interface FastEthernet5/4
description "Router port"
ip address 172.20.52.106 255.255.255.248
no ip directed-broadcast
!
Configuring IPX Routing and Network Numbers
Note
The MSFC supports IPX with fast switching.
For complete information and procedures, refer to these publications:
•
Cisco IOS AppleTalk and Novell IPX Configuration Guide
, Release 12.2, at this URL:
http://www.cisco.com/en/US/docs/ios/12_2/atipx/configuration/guide/fatipx_c.html
•
Cisco IOS AppleTalk and Novell IPX Command Reference
, Release 12.2, at this URL:
http://www.cisco.com/en/US/docs/ios/12_2/atipx/command/reference/fatipx_r.html
To configure routing for Internetwork Packet Exchange (IPX) and configure IPX on a Layer 3 interface,
perform this task:
Command
Purpose
Step 1
Router(config)#
ipx routing
Enables IPX routing.
Step 2
Router(config)#
router
ipx_routing_protocol
Specifies an IP routing protocol. This step might include
other commands, such as specifying the networks to route
with the
network
command.
Step 3
Router(config)#
interface
{
vlan
vlan_ID
} |
{
type
1
slot/port
} | {
port-channel
port_channel_number
}
Selects an interface to configure.
Step 4
Router(config-if)#
ipx network
[
network
|
unnumbered
]
encapsulation
encapsulation_type
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.
Step 5
Router(config-if)#
no shutdown
Enables the interface.
Step 6
Router(config-if)#
end
Exits configuration mode.
Step 7
Router#
show interfaces
[{
vlan
vlan_ID
} |
{
type
1
slot/port
} | {
port-channel
port_channel_number
}]
Router#
show ipx interfaces
[{
vlan
vlan_ID
} |
{
type
1
slot/port
} | {
port-channel
port_channel_number
}]
Router#
show running-config interfaces
[{
vlan
vlan_ID
} | {
type
1
slot/port
} | {
port-channel
port_channel_number
}]
Verifies the configuration.