22-9
Cisco 7600 Series Router Cisco IOS Software Configuration Guide, Release 12.2SX
OL-4266-08
Chapter 22 Configuring Layer 3 Interfaces
Configuring AppleTalk Routing, Cable Ranges, and Zones
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. End with CNTL/Z.
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
Configuring AppleTalk Routing, Cable Ranges, and Zones
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 AppleTalk, perform this task beginning in global configuration mode:
This example shows how to enable AppleTalk routing and assign an AppleTalk cable-range and zone
name to interface VLAN 100:
Router#
configure terminal
1.
type
=
ethernet
,
fastethernet
,
gigabitethernet
, or
tengigabitethernet
, or
ge-wan
Command
Purpose
Step 1
Router(config)#
appletalk routing
Enables AppleTalk routing.
Step 2
Router(config)#
interface
{
vlan
vlan_ID
} |
{
type
1
slot/port
} | {
port-channel
port_channel_number
}
1.
type
=
ethernet
,
fastethernet
,
gigabitethernet
, or
tengigabitethernet
, or
ge-wan
Selects an interface to configure.
Step 3
Router(config-if)#
appletalk cable-range
cable_range
Assigns a cable range to the interface.
Step 4
Router(config-if)#
appletalk zone
zone_name
Assigns a zone name to the interface.
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 appletalk 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.