Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

3640 DDR Problems

Status
Not open for further replies.

nettech99

IS-IT--Management
Jul 13, 2001
7
0
0
GB
I'm trying to connect to a remote router over an BRI interface. When I ping the remote router the call comes up but fails. below is th debug output. Can anyone tell me what it means?

Thanks for any help received.

Bob

router#
2d22h: BR2/1 DDR: rotor dialout [priority]
2d22h: BR2/1 DDR: Dialing cause ip (s=192.100.101.56, d=192.6.14.134)
2d22h: BR2/1 DDR: Attempting to dial nnnnnnnnnnnnnn
2d22h: ISDN BR2/1: TX -> SETUP pd = 8 callref = 0x0E
2d22h: Bearer Capability i = 0x8890
2d22h: Channel ID i = 0x83
2d22h: Called Party Number i = 0x80, 'nnnnnnnnnnnnnn', Plan:Unknown, Type:Unknown
2d22h: ISDN BR2/1: RX <- SETUP_ACK pd = 8 callref = 0x8E
2d22h: Channel ID i = 0x89
2d22h: Progress Ind i = 0x8288 - In-band info or appropriate now available
2d22h: ISDN BR2/1: RX <- ALERTING pd = 8 callref = 0x8E
2d22h: ISDN BR2/1: RX <- CONNECT pd = 8 callref = 0x8E
2d22h: ISDN BR2/1: HOST_CONNECT: VOICE ERROR: NULL VDEV Common(0xFC): bchan 0, call id 0x8012
2d22h: ISDN BR2/1: TX -> CONNECT_ACK pd = 8 callref = 0x0E
router#
2d22h: BRI2/1: wait for isdn carrier timeout, call id=0x8012
2d22h: ISDN BR2/1: TX -> DISCONNECT pd = 8 callref = 0x0E
2d22h: Cause i = 0x8090 - Normal call clearing
2d22h: ISDN BR2/1: RX <- RELEASE pd = 8 callref = 0x8E
2d22h: ISDN BR2/1: TX -> RELEASE_COMP pd = 8 callref = 0x0E
router#
 
Here's the running config. Cheers Bob

Current configuration : 2987 bytes
!
version 12.1
no service single-slot-reload-enable
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname pmps_router
!
logging rate-limit console 10 except errors
enable secret 5 xxxxxx
enable password xxxxxx
!
username xxxxxxxx
username xxxxxxxx
username xxxxxxxx

modem country mica united-kingdom
no ip subnet-zero
!
!
no ip finger
no ip domain-lookup
!
isdn switch-type basic-net3
!
!
!
interface Ethernet0/0
ip address 192.100.101.12 255.255.255.0
no ip mroute-cache
half-duplex
!
interface BRI2/0
no ip address
encapsulation ppp
no ip mroute-cache
dialer pool-member 1
isdn switch-type basic-net3
isdn incoming-voice modem
ppp authentication chap
!
interface BRI2/1
no ip address
encapsulation ppp
no ip mroute-cache
dialer pool-member 1
isdn switch-type basic-net3
isdn incoming-voice modem
ppp authentication chap
!
interface BRI2/2
no ip address
encapsulation ppp
no ip mroute-cache
shutdown
isdn switch-type basic-net3
isdn incoming-voice modem
ppp authentication chap
!
interface BRI2/3
no ip address
encapsulation ppp
no ip mroute-cache
shutdown
isdn switch-type basic-net3
isdn incoming-voice modem
ppp authentication chap
!
interface Group-Async1
description connected to dial in PC's (modem)
ip unnumbered Ethernet0/0
encapsulation ppp
ip tcp header-compression passive
no ip mroute-cache
async mode dedicated
peer default ip address pool setup_pool
ppp authentication chap
group-range 33 44
!
interface Dialer0
ip address 192.6.14.139 255.255.255.0
encapsulation ppp
dialer pool 1
dialer remote-name xxx
dialer string nnnnnnnn class linz
dialer-group 5
ppp authentication chap
!
ip local pool setup_pool 192.100.101.90 192.100.101.105
ip classless
ip route 192.6.1.0 255.255.255.0 Dialer0
ip route 192.6.14.0 255.255.255.0 Dialer0
ip route 192.9.1.0 255.255.255.0 Dialer0
no ip http server
!
!
map-class dialer linz
dialer idle-timeout 180
dialer fast-idle 5
access-list 101 permit ip any any
dialer-list 5 protocol ip list 101
snmp-server community public RO
!
line con 0
password xxxxxxx
login local
history size 128
transport input none
line 33 44
autoselect during-login
autoselect ppp
login local
modem InOut
transport input all
stopbits 1
flowcontrol hardware
line aux 0
line vty 0 4
password xxxxxxxx
login
!
end
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top