Cisco Systems EA6500 Manual De Usuario

Descargar
Página de 570
 
12-7
Catalyst 6500 Series Switch Cisco IOS Software Configuration Guide—Release 12.1 E
78-14099-04
Chapter 12      Configuring Layer 3 Interfaces
Configuring AppleTalk Routing, Cable Ranges, and Zones
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.1, at this URL:
  •
Cisco IOS AppleTalk and Novell IPX Command Reference, Release 12.1, at this URL:
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
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)# appletalk routing
Router(config)# interface vlan 100
Router(config-if)# appletalk cable-range 100-100
Router(config-if)# appletalk zone Engineering
Router(config-if)# no shutdown
Router(config-if)# end 
Router# copy running-config startup-config
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 = ethernetfastethernetgigabitethernettengigabitethernet, 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
 slot/port} | {port-channel 
port_channel_number}] 
Router# show appletalk interfaces [{vlan vlan_ID
| {type
 slot/port} | {port-channel 
port_channel_number}] 
Router# show running-config interfaces [{vlan 
vlan_ID} | {type
 slot/port} | {port-channel 
port_channel_number}]
Verifies the configuration.