Cisco Cisco IOS Software Release 15.0(1)SY

下载
页码 18
Purpose
Command or Action
Example:
Router> enable
• Enter your password if prompted.
Enters global configuration mode.
configure terminal
Example:
Router# configure terminal
Step 2
Configures an interface type and enters interface configuration
mode.
interface type number
Example:
Router(config)# interface serial 0
Step 3
• The type argument is the type of interface to be configured.
• The number argument is the port, connector, or interface
card number. The numbers are assigned at the factory at
the time of installation or when added to a system, and can
be displayed with the show interfacescommand.
Enables SMDS on the desired interface.
encapsulation smds
Example:
Router(config-if)# encapsulation smds
Step 4
Enables IPX fast switching on the interface.
ipx route-cache
Example:
Router(config-if)# ipx route-cache
Step 5
Enables AppleTalk fast switching on all supported interfaces.
appletalk route-cache
Example:
Router(config-if)# appletalk route-cache
Step 6
Exits to privileged EXEC mode.
end
Example:
Router(config-if)# end
Step 7
Disabling DECnet Fast Switching
To disable fast switching of DECnet packets, perform the following task.
10