Specifications

Serial Interface Configuration Examples
IC-130
Cisco IOS Interface Configuration Guide
Ethernet interfaces and their subinterfaces are configured for LAN access.
interface Ethernet0
ip address 10.1.1.1 255.255.255.0
media-type 10BaseT
!
interface Ethernet1
ip address 10.1.2.1 255.255.255.0
media-type 10BaseT
!
Interfaces serial 0 and serial 1 are the high-speed serial interfaces on the first 2T16S module. In this
example, subinterfaces are also configured for remote offices connected in to interface Serial 0.
interface Serial0
description Frame relay configuration sample
no ip address
encapsulation frame-relay
!
interface Serial0.1 point-to-point
description PVC to first office
ip address 10.1.3.1 255.255.255.0
frame-relay interface-dlci 16
!
interface Serial0.2 point-to-point
description PVC to second office
ip address 10.1.4.1 255.255.255.0
frame-relay interface-dlci 17
!
interface Serial1
description X25 configuration sample
ip address 10.1.5.1 255.255.255.0
no ip mroute-cache
encapsulation x25
x25 address 6120184321
x25 htc 25
x25 map ip 10.1.5.2 6121230073
Serial interfaces 2 to 17 are the low-speed interfaces on the 2T16S network processor module. In this
example, remote routers are connected to various configurations.
interface Serial2
description DDR connection router dial out to remote sites only
ip address 10.1.6.1 255.255.255.0
dialer in-band
dialer wait-for-carrier-time 60
dialer string 0118527351234
pulse-time 1
dialer-group 1
!
interface Serial3
description DDR interface to answer calls from remote office
ip address 10.1.7.1 255.255.255.0
dialer in-band
!
interface Serial4
description configuration for PPP interface
ip address 10.1.8.1 255.255.255.0
encapsulation ppp
!
interface Serial5
description Frame relay configuration sample