Specifications

Configuration Examples
46
Cisco IOS Release 12.0(3)T
Configuration for San Jose Access Server
The first part of this configuration example defines dial-in access, including configuring the T1 lines
and the ISDN D-channel parameters. For more information about configuring ISDN PRI, refer to the
“Configuring Channelized E1 and Channelized T1” chapter in the Cisco IOS Release 12.0 Dial
Solutions Configuration Guide.
hostname sanjose
!
! Define the telephone company’s switch type
isdn switch-type primary-5ess
!
! Configure T1 PRI for line 1
controller T1 0
framing esf
clock source line primary
linecode b8zs
pri-group timeslots 1-24
!
! Configure T1 PRI for line 2
controller T1 1
framing esf
clock source line secondary
linecode b8zs
pri-group timeslots 1-24
!
! Configure the ISDN D channel for each ISDN PRI line
! Serial interface 0:23 is the D channel for controller T1 0
!
interface Serial0:23
isdn incoming-voice modem
!
! Serial interface 1:23 is the D channel for controller T1 1
interface Serial1:23
isdn incoming-voice modem
The next part of this example configures number expansion:
! Configure number expansion.
num-exp 555.... 1408555....
num-exp 4115... 17294115...
The next part of this example configures the POTS and VoIP dial peers:
! Configure POTS dial peer 1 using the first T1
dial-peer voice 1 pots
prefix 6
dest-pat 1408555....
port 0:D
!
! Configure POTS dial-peer 2 using the first T1
dial-peer voice 2 pots
prefix 7
dest-pat 1408555....
port 0:D
!