Specifications

Serial Interface Configuration Examples
IC-116
Cisco IOS Interface Configuration Guide
In synchronous mode, low-speed serial interfaces support all interface configuration commands
available for high-speed serial interfaces, except the following two commands:
sdlc cts-delay
sdlc rts-timeout
When placed in asynchronous mode, low-speed serial interfaces support all commands available for
standard asynchronous interfaces. The default is synchronous mode.
Note When you use this command, it does not appear in the output of show running config and
show startup config command, because the command is a physical-layer command.
Return a Low-Speed Serial Interface to Synchronous Mode
To return to the default mode (synchronous) of a low-speed serial interface on a Cisco 2520 through
Cisco 2523 router, use the following command in interface configuration mode:
Serial Interface Configuration Examples
This section includes the following example groups:
Enable Interface Configuration Examples
HSSI Configuration Examples
Channelized T3 Interface Processor Configuration Examples
PA-E3 Serial Port Adapter Configuration Example
PA-T3 and PA-2T3 Configuration Example
Packet OC-3 Interface Configuration Examples
APS Configuration Examples
CSU/DSU Service Module Examples
Low-Speed Serial Interface Examples
Enable Interface Configuration Examples
The following example illustrates how to begin interface configuration on a serial interface. It
assigns Point-to-Point (PPP) encapsulation to serial interface 0.
interface serial 0
encapsulation ppp
The same example on a Cisco 7500 series routers requires the following commands:
interface serial 1/0
encapsulation ppp
Command Purpose
no physical-layer Return the interface to its default mode, which is
synchronous.