Hi all,
 
 
I am facing a problem with isdn configuration.(router is Cisco 2611)
I got an isdn dialup account from service provider.
I have configured the router with NAT.
 
 
If I try with "no encapsulation ppp" , sh isdn history showing the
called number.but I am not able to ping the remote end.and I am able to see the number in isdn active .
if I say "encapsulation ppp" , sh isdn history showing the number but I am not able to see
active connection..I don't know what is this problem. ?
Can anyone tell me what is wrong ?
 
I am attaching the configuration With this....is it because of IOS ?
( sh versinon ,configuration and sh isdn status included )
 
Thanks and regards,
Saju.
hp-test#sh runn
hp-test#sh running-config
Building configuration...
 
Current configuration:
!
version 12.0
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname hp-test
!
enable secret 5 $1$SafW$GzLhYpdOIL4tjCrPu6Y3F/
enable password test
!
username wan password 0 wan
!
!
!
!
memory-size iomem 8
ip subnet-zero
!
isdn switch-type basic-net3
isdn voice-call-failure 0
!
!
!
!
!
!
interface Ethernet0/0
 no ip address
 no ip directed-broadcast
 no ip route-cache
 no ip mroute-cache
 shutdown
!
interface Serial0/0
 no ip address
 no ip directed-broadcast
 no ip route-cache
 no ip mroute-cache
 shutdown
!
interface BRI0/0
 ip address aaa.aaa.aa.80 255.255.255.0
 no ip directed-broadcast
 ip nat outside
 encapsulation ppp
 no ip route-cache
 no ip mroute-cache
 dialer idle-timeout 2147483
 dialer string 3632000
 dialer-group 1
 isdn switch-type basic-net3
 ppp pap sent-username XXXX password 7 YYYYY
!
interface Ethernet0/1
 ip address bbb.bbb.bbb.163 255.255.255.0
 no ip directed-broadcast
 no ip route-cache
 no ip mroute-cache
!
interface Serial0/1
 no ip address
 no ip directed-broadcast
 no ip route-cache
 no ip mroute-cache
 shutdown
!
ip nat inside source list 1 interface BRI0/0 overload
ip nat inside source static bbb.bbb.bbb.164 aaa.aaa.aa.83
ip nat inside source static bbb.bbb.bbb.249 aaa.aaa.aa.81
ip nat inside source static bbb.bbb.bbb.90  aaa.aaa.aa.82
ip classless
ip route 0.0.0.0 0.0.0.0 BRI0/0
no ip http server
!
dialer-list 1 protocol ip permit
!
voice-port 1/0/0
!
voice-port 1/0/1
!
voice-port 1/1/0
!
voice-port 1/1/1
!
!
line con 0
 transport input none
line aux 0
line vty 0 4
 password 123
 login local
!
end


See the isdn status
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 

hp-test#sh isdn status
Global ISDN Switchtype = basic-net3
ISDN BRI0/0 interface
        dsl 0, interface ISDN Switchtype = basic-net3
    Layer 1 Status:
        ACTIVE
    Layer 2 Status:
        TEI = 64, Ces = 1, SAPI = 0, State = MULTIPLE_FRAME_ESTABLISHED
        I_Queue_Len 0, UI_Queue_Len 0
    Layer 3 Status:
        0 Active Layer 3 Call(s)
    Activated dsl 0 CCBs = 0
    Total Allocated ISDN CCBs = 0   


See isdn history:
!!!!!!!!!!!!!!!!
--------------------------------------------------------------------------------
Call    Calling      Called       Remote  Seconds Seconds Seconds Charges
Type    Number       Number       Name    Used    Left    Idle    Units/Currency
--------------------------------------------------------------------------------
Out                 3632000                     0                      0
Out                 3632000                     0                      0
Out                 3632000                     0                      0
Out                 3632000                     0                      0
Out                 3632000                     0                      0
Out                 3632000                     0                      0
Out                 3632000                     0                      0
Out                 3632000                     0                      0
Out                 3632000                     0                      0
Out                 3632000                     0                      0
Out                 3632000                     0                      0
------------------------------------


Sh version :
!!!!!!!!!!!!!!!
sh ver
Cisco Internetwork Operating System Software
IOS (tm) C2600 Software (C2600-IS-M), Version 12.1(2), RELEASE SOFTWARE (fc1)
Copyright (c) 1986-2000 by cisco Systems, Inc.
Compiled Wed 10-May-00 01:02 by linda
Image text-base: 0x80008088, data-base: 0x80C840E0

ROM: System Bootstrap, Version 11.3(2)XA4, RELEASE SOFTWARE (fc1)

hp-test uptime is 2 hours, 25 minutes
System returned to ROM by power-on
System image file is "flash:c2600-is-mz.121-2.bin"

cisco 2611 (MPC860) processor (revision 0x203) with 39936K/9216K bytes of memory
.
Processor board ID JAD04330DI1 (1089061187)
M860 processor: part number 0, mask 49
Bridging software.
X.25 software, Version 3.0.0.
Basic Rate ISDN software, Version 1.1.
2 Ethernet/IEEE 802.3 interface(s)
2 Serial(sync/async) network interface(s)
1 ISDN Basic Rate interface(s)
4 Voice FXS interface(s)
32K bytes of non-volatile configuration memory.
16384K bytes of processor board System flash (Read/Write)

Configuration register is 0x2102 

 

Reply via email to