[c-nsp] Cisco 2600 and ISDN

cisco cisco at peakpeak.com
Tue Sep 15 13:51:04 EDT 2009


I called the TAC but they won't help with this because they say they don't
support 2600's.

I have a central side 2600 with an ISDN BRI card in it, and a remote site
with a 2600 and ISDN BRI card in it.  I have the ISDN lines working, and I
have the remote site calling into the central site (I can see the calls on
the console) and RADIUS appears to be authenticating the call.  Then the
session drops with this:

Tue Sep 15 11:09:38 2009: DEBUG: Packet dump:
*** Received from port 1646 ....
Code:       Accounting-Request
Identifier: 72
Attributes:
    NAS-IP-Address = x.x.x.x
    NAS-Port = 30001
    NAS-Port-Type = ISDN
    User-Name = "theuser"
    Called-Station-Id = "xxxxxxx"
    Calling-Station-Id = "xxxxxxxxxx"
    Acct-Status-Type = Stop
    Acct-Authentic = RADIUS
    Service-Type = Framed-User
    Acct-Session-Id = "000005EF"
    Framed-Protocol = PPP
    Ascend-Disconnect-Cause = pppCloseEvent
    Ascend-Pre-Input-Octets = 90
    Ascend-Pre-Output-Octets = 73
    Ascend-Pre-Input-Packets = 3
    Ascend-Pre-Output-Packets = 3
    Acct-Input-Octets = 0
    Acct-Output-Octets = 8
    Acct-Input-Packets = 0
    Acct-Output-Packets = 1
    Ascend-PreSession-Time = 0
    Acct-Session-Time = 1
    Ascend-Data-Rate = 64000
    Ascend-Xmit-Rate = 64000
    Acct-Delay-Time = 0

Can anyone detect any inconsistencies in the 2 router's configs below?

Thanks,
CJ


Here is the config snippet of the central site:

aaa new-model
aaa authentication login default group radius local
aaa authentication login vtylocal local
aaa authentication login console none
aaa authentication ppp default group radius
aaa authorization exec default local group radius
aaa authorization exec console none
aaa authorization network default group radius
aaa accounting update newinfo
aaa accounting exec default start-stop group radius
aaa accounting network default start-stop group radius
!
isdn switch-type basic-ni
!
interface Multilink1
 ip address negotiated
 no ip route-cache cef
 no cdp enable
 ppp authentication pap
 ppp multilink
multilink-group 1
!
interface BRI0/0
 description ISDN Connection
 ip address negotiated
 encapsulation ppp
 load-interval 30
 no keepalive
 dialer pool-member 1
 isdn switch-type basic-ni
 isdn spid1 xxxxxxxxxx1111 xxxxxxx
 isdn spid2 xxxxxxxxxx1111 xxxxxxx
 ppp authentication pap
 ppp multilink
!
interface Dialer0
 ip address negotiated
 encapsulation ppp
 dialer in-band
 dialer idle-timeout 3600
 dialer-group 1
 no cdp enable
 ppp authentication pap
 ppp multilink

Here is the config snippet of the remote site:

aaa authentication login userauthen local
aaa authorization network groupauthor local
aaa session-id common
!
isdn switch-type basic-ni
!
interface BRI0/1
 no ip address
 no ip directed-broadcast
 encapsulation ppp
 no keepalive
 dialer rotary-group 0
 isdn switch-type basic-ni
 isdn spid2 xxxxxxxxxx1111 xxxxxxx
 isdn spid1 xxxxxxxxxx1111 xxxxxxx
 isdn incoming-voice modem
 no cdp enable
! 
interface Dialer0
 ip address negotiated
 no ip directed-broadcast
 ip nat outside
 encapsulation ppp
 dialer in-band
 dialer idle-timeout 3600
 dialer string xxxxxxxxxx
 dialer-group 1
 no cdp enable
 ppp authentication pap callin
 ppp pap sent-username theuser@ password 0 thepassword
 ppp multilink

Here is some exciting debug output:

21:50:96657194476: ISDN BR0/0: received HOST_DISCONNECT_ACK call_id 0x93F
21:50:96657194396: ISDN BR0/0: HOST_DISCONNECT_ACK: call type is DATA
21:50:94489280523: %LINK-3-UPDOWN: Interface BRI0/0:2, changed state to down
21:50:96657194324: BR0/0:2 LCP: State is Closed
21:50:96657194284: BR0/0:2 PPP: Phase is DOWN
21:50:98784247808: ISDN BR0/0: Incoming call id = 0x940, dsl 0
21:50:98784247808: ISDN BR0/0: received HOST_INCOMING_CALL call_id 0x940
21:50:98784247808: ISDN BR0/0: HOST_INCOMING_CALL: voice_answer_data = FALSE
21:50:98784248491: ISDN BR0/0: RM returned call_type 0 resource type 0
21:50:23: ISDN BR0/0: isdn_send_connect(): msg 4, call id 0x940, ces 1 bchan
0, call type DATA
21:50:23: %LINK-3-UPDOWN: Interface BRI0/0:1, changed state to up
21:50:23: BR0/0:1 PPP: Treating connection as a callin
21:50:23: BR0/0:1 PPP: Phase is ESTABLISHING, Passive Open
21:50:23: BR0/0:1 LCP: State is Listen
21:50:98784247808: ISDN BR0/0: received HOST_CONNECT call_id 0x940
21:50:98784247808: ISDN BR0/0: Event: Connected to xxxxxxxxxx on B1 at 64
Kb/s
21:50:24: BR0/0:1 LCP: I CONFREQ [Listen] id 38 len 29
21:50:24: BR0/0:1 LCP:    MagicNumber 0x0A4277A7 (0x05060A4277A7)
21:50:24: BR0/0:1 LCP:    MRRU 1524 (0x110405F4)
21:50:24: BR0/0:1 LCP:    EndpointDisc 1 Local
(0x130F016C6D64696E74657265737473)
21:50:24: BR0/0:1 LCP: O CONFREQ [Listen] id 89 len 29
21:50:24: BR0/0:1 LCP:    AuthProto PAP (0x0304C023)
21:50:24: BR0/0:1 LCP:    MagicNumber 0xD50821E9 (0x0506D50821E9)
21:50:24: BR0/0:1 LCP:    MRRU 1524 (0x110405F4)
21:50:24: BR0/0:1 LCP:    EndpointDisc 1 Local (0x130B0174656D706973646E)
21:50:24: BR0/0:1 LCP: O CONFACK [Listen] id 38 len 29
21:50:24: BR0/0:1 LCP:    MagicNumber 0x0A4277A7 (0x05060A4277A7)
21:50:24: BR0/0:1 LCP:    MRRU 1524 (0x110405F4)
21:50:24: BR0/0:1 LCP:    EndpointDisc 1 Local
(0x130F016C6D64696E74657265737473)
21:50:24: BR0/0:1 LCP: I CONFACK [ACKsent] id 89 len 29
21:50:24: BR0/0:1 LCP:    AuthProto PAP (0x0304C023)
21:50:24: BR0/0:1 LCP:    MagicNumber 0xD50821E9 (0x0506D50821E9)
21:50:24: BR0/0:1 LCP:    MRRU 1524 (0x110405F4)
21:50:24: BR0/0:1 LCP:    EndpointDisc 1 Local (0x130B0174656D706973646E)
21:50:24: BR0/0:1 LCP: State is Open
21:50:24: BR0/0:1 PPP: Phase is AUTHENTICATING, by this end
21:50:24: BR0/0:1 PAP: I AUTH-REQ id 139 len 19 from "theuser"
21:50:24: BR0/0:1 PAP: Authenticating peer theuser
21:50:24: BR0/0:1 PAP: O AUTH-ACK id 139 len 5
21:50:24: BR0/0:1 PPP: Phase is VIRTUALIZED
21:50:24: ISDN BR0/0: Event: Hangup call to call id 0x940  ces = 1
21:50:24: ISDN BR0/0: process_disconnect(): call id 0x940, call type is
DATA, b_idb 0x815BB4DC, ces 1, cause 0x10




More information about the cisco-nsp mailing list