Hello all, I was wondering if I would have to change up my config any to be able to offer isdn service? The router is a Cisco 3640 with digital mica modem mudules. Thanks in advance!!!
Here is the config..
------------------ show running-config ------------------
Building configuration...
Current configuration : 2535 bytes
!
version 12.3
service timestamps debug uptime
service timestamps log datetime msec
service password-encryption
!
hostname cs1
!
boot-start-marker
boot-end-marker
!
logging buffered 4096 debugging
enable secret 5 <removed>
enable password 7 <removed>
!
username banks password 7 <removed>
aaa new-model
!
!
aaa authentication login default group radius local
aaa authentication login consoleport local
aaa authentication ppp default group radius
aaa authorization network default group radius if-authenticated
aaa accounting network default start-stop group radius
aaa session-id common
ip subnet-zero
!
!
ip name-server <removed>
ip name-server <removed>
!
!
isdn switch-type primary-5ess
isdn voice-call-failure 0
modemcap entry cisco:MSC=&F&D2S54=16584S0=0S29=12S21=15S62=8S63=3S34=18000S40=10S10=50
!
!
!
controller T1 1/0
framing esf
linecode b8zs
ds0-group 0 timeslots 1-24 type e&m-immediate-start
!
controller T1 1/1
framing esf
linecode b8zs
ds0-group 0 timeslots 1-24 type e&m-immediate-start
!
!
interface Ethernet0/0
ip address <removed> 255.255.255.0
half-duplex
!
interface Group-Async1
ip unnumbered Ethernet0/0
encapsulation ppp
ip tcp header-compression
async mode interactive
peer default ip address pool setup_pool
no fair-queue
ppp authentication ms-chap pap
group-range 65 88
!
interface Group-Async2
ip unnumbered Ethernet0/0
encapsulation ppp
ip tcp header-compression
async mode interactive
peer default ip address pool setup_pool
no fair-queue
ppp authentication ms-chap pap
group-range 97 120
!
ip local pool setup_pool <removed> <removed>
no ip http server
ip classless
ip route 0.0.0.0 0.0.0.0 <removed>
!
!
!
logging trap debugging
dialer-list 1 protocol ip permit
snmp-server community <removed> RO
snmp-server community <removed> RW
snmp-server enable traps tty
radius-server host <removed> auth-port 1645 acct-port 1646
radius-server timeout 10
radius-server key 7 <removed>
radius-server vsa send accounting
radius-server vsa send authentication
!
control-plane
!
!
line con 0
login authentication consoleport
line 65 88
modem Dialin
modem autoconfigure type cisco
transport input all
autoselect during-login
autoselect ppp
flowcontrol hardware
line 97 120
modem Dialin
modem autoconfigure type cisco
transport input all
autoselect during-login
autoselect ppp
flowcontrol hardware
line aux 0
line vty 0 4
login authentication consoleport
!
!
!
end
Here is the config..
------------------ show running-config ------------------
Building configuration...
Current configuration : 2535 bytes
!
version 12.3
service timestamps debug uptime
service timestamps log datetime msec
service password-encryption
!
hostname cs1
!
boot-start-marker
boot-end-marker
!
logging buffered 4096 debugging
enable secret 5 <removed>
enable password 7 <removed>
!
username banks password 7 <removed>
aaa new-model
!
!
aaa authentication login default group radius local
aaa authentication login consoleport local
aaa authentication ppp default group radius
aaa authorization network default group radius if-authenticated
aaa accounting network default start-stop group radius
aaa session-id common
ip subnet-zero
!
!
ip name-server <removed>
ip name-server <removed>
!
!
isdn switch-type primary-5ess
isdn voice-call-failure 0
modemcap entry cisco:MSC=&F&D2S54=16584S0=0S29=12S21=15S62=8S63=3S34=18000S40=10S10=50
!
!
!
controller T1 1/0
framing esf
linecode b8zs
ds0-group 0 timeslots 1-24 type e&m-immediate-start
!
controller T1 1/1
framing esf
linecode b8zs
ds0-group 0 timeslots 1-24 type e&m-immediate-start
!
!
interface Ethernet0/0
ip address <removed> 255.255.255.0
half-duplex
!
interface Group-Async1
ip unnumbered Ethernet0/0
encapsulation ppp
ip tcp header-compression
async mode interactive
peer default ip address pool setup_pool
no fair-queue
ppp authentication ms-chap pap
group-range 65 88
!
interface Group-Async2
ip unnumbered Ethernet0/0
encapsulation ppp
ip tcp header-compression
async mode interactive
peer default ip address pool setup_pool
no fair-queue
ppp authentication ms-chap pap
group-range 97 120
!
ip local pool setup_pool <removed> <removed>
no ip http server
ip classless
ip route 0.0.0.0 0.0.0.0 <removed>
!
!
!
logging trap debugging
dialer-list 1 protocol ip permit
snmp-server community <removed> RO
snmp-server community <removed> RW
snmp-server enable traps tty
radius-server host <removed> auth-port 1645 acct-port 1646
radius-server timeout 10
radius-server key 7 <removed>
radius-server vsa send accounting
radius-server vsa send authentication
!
control-plane
!
!
line con 0
login authentication consoleport
line 65 88
modem Dialin
modem autoconfigure type cisco
transport input all
autoselect during-login
autoselect ppp
flowcontrol hardware
line 97 120
modem Dialin
modem autoconfigure type cisco
transport input all
autoselect during-login
autoselect ppp
flowcontrol hardware
line aux 0
line vty 0 4
login authentication consoleport
!
!
!
end