Specifications

Low-Speed Serial Interface Examples
Configuring Serial Interfaces IC-133
!
interface Serial23
no ip address
shutdown
!
interface Serial24
no ip address
shutdown
!
!Serial interfaces 23 through 35 would appear here.
!...
router eigrp 10
network 10.0.0.0
!
dialer-list 1 protocol ip permit
!
line con 0
exec-timeout 15 0
password david
login
The following basic line configuration configures some of the modules’ low-speed serial interfaces:
line 8 10
modem InOut
transport input all
rxspeed 64000
txspeed 64000
flowcontrol hardware
line 12
transport input all
rxspeed 64000
txspeed 64000
flowcontrol hardware
modem chat-script generic
line 21
transport input all
rxspeed 64000
txspeed 64000
flowcontrol hardware
!
end