ISDN Callback Config [7:65649]

2003-03-22 Thread Stuart Laubstein
I just got ISDN for my lab and am trying to set up a call back. I am using
an 801 and a 3620. 

Config of Interface on the 3620

interface Dialer 60
 description Connection for home lab
 ip address 10.69.240.237 255.255.255.252
 encapsulation ppp
 dialer pool 1
 dialer remote-name cisco801
 dialer callback-secure
 dialer idle-timeout 55
 dialer callback-secure
 dialer string xx 
 dialer-group 1
 ppp callback accept
 ppp authentication chap
 ppp chap password 0 stortCisco
 ppp multilink


801 Config


interface BRI0
 no ip address
 no ip directed broadcast
 encapsulation ppp
 dialer pool-member 1
 isdn-switch-type basic net3
 ppp callback request
 ppp authentification chap
 


Without the call back it was working fine , now it breaks the connection
right after dialing in. Is this a a chap problem? Am I missing a command
perhaps.

thanks

stuart




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=65979t=65649
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]


RE: ISDN Callback Config [7:65649]

2003-03-19 Thread Glenn Goldie
Hi Stuart,

I set this up on an 803 and a 3620 and here is what I found. I had to add a
few basic commands like dialer-group and dialer map to make the 801 dial out
but I assume you just left those out of your post because you say it works
without the callback options configured.

I used debug ppp negotiation on both routers, as well as debug isdn q931 to
make sure I could see which router is disconnecting the calls. Debug dialer
events and debug dialer packet are always handy to use as well. As a side
note I found the CIT Exam Cert Guide from ciscopress really helped me to
understand the ppp neg and q931 debug output when I was doing CCNP.

The 800 dials out and claims to have negotiated a callback and states that
it is waiting to be disconnected by the callback server. You will find this
immediately after the CHAP section of the debug ppp negotiation output. It
is the debug dialer output that shows this line.

The 3600 receives the call but has the following line after the CHAP success
:

01:33:21: BR1/0:1 DDR: No callback configured for user cisco801.


I solved this by adding the following to the 3620.

interface dialer 60
dialer string 11 class Callback   
!
map-class dialer Callback
 dialer callback-server username


You may also have to use the dialer enable-timeout and dialer
wait-for-carrier-time commands.


Hope this helps.

Rgds,
Glenn.







Stuart Laubstein wrote:
 
 I just got ISDN for my lab and am trying to set up a call back.
 I am using
 an 801 and a 3620. 
 
 Config of Interface on the 3620
 
 interface Dialer 60
  description Connection for home lab
  ip address 10.69.240.237 255.255.255.252
  encapsulation ppp
  dialer pool 1
  dialer remote-name cisco801
  dialer callback-secure
  dialer idle-timeout 55
  dialer callback-secure
  dialer string xx 
  dialer-group 1
  ppp callback accept
  ppp authentication chap
  ppp chap password 0 stortCisco
  ppp multilink
 
 
 801 Config
 
 
 interface BRI0
  no ip address
  no ip directed broadcast
  encapsulation ppp
  dialer pool-member 1
  isdn-switch-type basic net3
  ppp callback request
  ppp authentification chap
  
 
 
 Without the call back it was working fine , now it breaks the
 connection
 right after dialing in. Is this a a chap problem? Am I missing
 a command
 perhaps.
 
 thanks
 
 stuart
 
 


Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=65736t=65649
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]


AW: ISDN Callback Config [7:65649]

2003-03-19 Thread Laubstein, Stuart (MSI)
Well thanks for that excellent answer glenn. I will fire it up and test it
tommorow when I start work. I do not have the guide you mentioned but maybe
I will see if I can pick it up second hand somewhere. The dialer wait for
carrier command was only used on the 3620 though correct? I did have the
enable-timeout and tried with ands without it.

stuart

-Urspr|ngliche Nachricht-
Von: Glenn Goldie [mailto:[EMAIL PROTECTED]
Gesendet am: Wednesday, March 19, 2003 2:21 PM
An: [EMAIL PROTECTED]
Betreff: RE: ISDN Callback Config [7:65649]

Hi Stuart,

I set this up on an 803 and a 3620 and here is what I found. I had to add a
few basic commands like dialer-group and dialer map to make the 801 dial out
but I assume you just left those out of your post because you say it works
without the callback options configured.

I used debug ppp negotiation on both routers, as well as debug isdn q931 to
make sure I could see which router is disconnecting the calls. Debug dialer
events and debug dialer packet are always handy to use as well. As a side
note I found the CIT Exam Cert Guide from ciscopress really helped me to
understand the ppp neg and q931 debug output when I was doing CCNP.

The 800 dials out and claims to have negotiated a callback and states that
it is waiting to be disconnected by the callback server. You will find this
immediately after the CHAP section of the debug ppp negotiation output. It
is the debug dialer output that shows this line.

The 3600 receives the call but has the following line after the CHAP success
:

01:33:21: BR1/0:1 DDR: No callback configured for user cisco801.


I solved this by adding the following to the 3620.

interface dialer 60
dialer string 11 class Callback   
!
map-class dialer Callback
 dialer callback-server username


You may also have to use the dialer enable-timeout and dialer
wait-for-carrier-time commands.


Hope this helps.

Rgds,
Glenn.







Stuart Laubstein wrote:
 
 I just got ISDN for my lab and am trying to set up a call back.
 I am using
 an 801 and a 3620. 
 
 Config of Interface on the 3620
 
 interface Dialer 60
  description Connection for home lab
  ip address 10.69.240.237 255.255.255.252
  encapsulation ppp
  dialer pool 1
  dialer remote-name cisco801
  dialer callback-secure
  dialer idle-timeout 55
  dialer callback-secure
  dialer string xx 
  dialer-group 1
  ppp callback accept
  ppp authentication chap
  ppp chap password 0 stortCisco
  ppp multilink
 
 
 801 Config
 
 
 interface BRI0
  no ip address
  no ip directed broadcast
  encapsulation ppp
  dialer pool-member 1
  isdn-switch-type basic net3
  ppp callback request
  ppp authentification chap
  
 
 
 Without the call back it was working fine , now it breaks the
 connection
 right after dialing in. Is this a a chap problem? Am I missing
 a command
 perhaps.
 
 thanks
 
 stuart




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=65750t=65649
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]


ISDN Callback Config [7:65649]

2003-03-18 Thread Stuart Laubstein
I just got ISDN for my lab and am trying to set up a call back. I am using
an 801 and a 3620. 

Config of Interface on the 3620

interface Dialer 60
 description Connection for home lab
 ip address 10.69.240.237 255.255.255.252
 encapsulation ppp
 dialer pool 1
 dialer remote-name cisco801
 dialer callback-secure
 dialer idle-timeout 55
 dialer callback-secure
 dialer string xx 
 dialer-group 1
 ppp callback accept
 ppp authentication chap
 ppp chap password 0 stortCisco
 ppp multilink


801 Config


interface BRI0
 no ip address
 no ip directed broadcast
 encapsulation ppp
 dialer pool-member 1
 isdn-switch-type basic net3
 ppp callback request
 ppp authentification chap
 


Without the call back it was working fine , now it breaks the connection
right after dialing in. Is this a a chap problem? Am I missing a command
perhaps.

thanks

stuart




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=65649t=65649
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]


PPP callback [7:64955]

2003-03-10 Thread Priscilla Oppenheimer
I'm re-reading Cisco Press' Building Cisco Remote Access Networks, edited
by Catherine Paquet. It's a great book, but they mangled the discussion of
dialer hold-queue and dialer enable-timeout for PPP callback.

Do I understand this correctly after reverse engineering what maybe they
meant to say:

There's a client router and server router when you do PPP callback. The
client makes the original call. The routers disconnect that call and the
server calls back. That way the server gets charged for the longer
conversation that is (possibly) a long-distant call.

If the client doesn't get a callback quickly, you don't want it to try again
for a while because then the line would be busy when the server does call
back.

So to avoid the client restarting its initial call too quickly, you
configure a relatively long seconds value in this command: dialer
enable-timeout seconds.

You can also configure  dialer hold-queue packets to tell the client to
queue up packets for sending once the server calls back and that call gets
established.

On the server, you can also use dialer enable-timeout so that it doesn't
call back too quickly, which would be bad if the client is still hanging up
from the first call.

The enable-timeout on the client should be approximately 4 times the
enable-timeout on the server to minimize problems.


That's not exactly what the book says, but the book mangled this section and
combined the timeout and queued packets into one incomprehensible discussion.

(Otherwise, I really do think the book is very well written with few
mistakes. The ISDN and PPP chapters, especially, show that the editor really
knows her stuff and that the course developers do too.) Of course, an author
with the last name of Paquet had to go into networking! :-)

Thanks for your help, Group Study.

___

Priscilla Oppenheimer
www.troubleshootingnetworks.com
www.priscilla.com



Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=64955t=64955
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]


callback without calling back!!! [7:63517]

2003-02-21 Thread Orest Umudumov
Hi,
I have a 3620 (12.1) with Cisco ACS configured for callback option.
The Client  dials in ok, and you are prompted for the callback number,
if you press ok,  you will be called back without any problem but you
have another option to press ESCAPE if you want to connect directly
without calling back, at this point we are getting:
Error 619: the specified port is not connected
Any ideas on where I can look next would be appreciated.

thanx

[GroupStudy removed an attachment of type text/x-vcard which had a name of
Orest.Umudumov.vcf]




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=63517t=63517
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Dialer interface and callback [7:62129]

2003-01-29 Thread Nelson Herron
I have configured ISDN dialer interfaces to perform call back and everything
seems to work properly when the client initiates the call, including
multilink callback on the second channel.  However, when I initiate contact
from the callback server with packet sweep ping, the client will
successfully initiate the second channel.  Is there a way to force the
multilink second channel on the server to originate the second channel when
both ends have the same dialer load-threshold setting - in this case it is
set to 10?


Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=62129t=62129
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Isdn callback problem [7:59444]

2002-12-18 Thread John Tafasi
Hi group,

I have r2 which is configured to request callback from r5. The problem is
that r2 does not wait for r5 to callback and will repeat the calling r5 and
request callback. However r5 will eventually succeed and callback r2. My
question is how can you prevent r2 from repeating the call to r5? I have
pasted below the configuration for both routers and the output of debug
isdn q931 and debug ppp authentication on r2.


r2#show run
 !
version 11.3
 !
hostname r2
!
 username r5 password 7 13061E010803
ip subnet-zero
no ip domain-lookup
isdn switch-type basic-ni1
!
 !
interface BRI0
 no ip address
 no ip directed-broadcast
 encapsulation ppp
 dialer pool-member 1
 isdn spid1 0835866101
 isdn spid2 0835866301
 ppp callback request
!
interface Dialer1
 ip address 10.10.10.1 255.255.255.0
 no ip directed-broadcast
 encapsulation ppp
 dialer remote-name r5
 dialer enable-timeout 1000
 dialer string 8358662
 dialer hold-queue 100 timeout 30
 dialer pool 1
 dialer-group 1
 ntp broadcast
 pulse-time 0
 ppp authentication chap
!
  !
map-class dialer eng
access-list 1 deny   any
access-list 100 permit tcp any any eq telnet
access-list 100 permit icmp any any
dialer-list 1 protocol ip list 100
!
line con 0
 exec-timeout 0 0
 logging synchronous
 transport input none
line aux 0
line vty 0 4
 exec-timeout 0 0
 password 7 06101B38
 login
 telnet break-on-ip
 telnet ip-on-break
!
ntp clock-period 17179853
end

r2#

=

r5#show run
 version 12.2
!
hostname r5
 username r2 password 7 045802150C2E
 no ip domain-lookup
!
 isdn switch-type basic-ni
!
!
!
!
 !
interface BRI0
 ip address 10.10.10.2 255.255.255.0
 encapsulation ppp
 dialer callback-secure
 dialer map ip 10.10.10.1 name r2 class eng broadcast 8358661
 dialer-group 1
 isdn switch-type basic-ni
 isdn spid1 0835866201
 isdn spid2 0835866401
 cdapi buffers regular 0
 cdapi buffers raw 0
 cdapi buffers large 0
 ppp callback accept
 ppp authentication chap
 ppp chap hostname r5
!
 !
map-class dialer eng
 dialer callback-server username
 access-list 100 permit tcp any any eq telnet
access-list 100 permit icmp any any
dialer-list 1 protocol ip list 100
!
!
line con 0
 exec-timeout 0 0
 logging synchronous
 transport input none
line aux 0
line vty 0 4
 password 7 045802150C2E
 login
 autocommand  access-enable host timeout 5
!
ntp clock-period 17179628
ntp master 4
ntp peer 10.10.110.16
end

r5#

==
r2#show debug
ISDN:
  ISDN Q931 packets debugging is on
r2#debu ppp authen
PPP authentication debugging is on
r2#
r2#ping 10.10.10.2

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 10.10.10.2, timeout is 2 seconds:
.
Success rate is 0 percent (0/5)
r2#
.Mar  2 11:01:03.477: ISDN BR0: TX -  SETUP pd = 8  callref = 0x04
.Mar  2 11:01:03.481: Bearer Capability i = 0x8890
.Mar  2 11:01:03.485: Channel ID i = 0x83
.Mar  2 11:01:03.485: Keypad Facility i = '8358662'
.Mar  2 11:01:03.529: ISDN BR0: RX   CONNECT_ACK pd = 8  callref = 0x04
.Mar  2 11:01:05.797: BR0:1 PPP: Phase is AUTHENTICATING, by the peer
.Mar  2 11:01:07.653: BR0:1 PPP: Phase is AUTHENTICATING, by the peer
.Mar  2 11:01:07.673: BR0:1 CHAP: I CHALLENGE id 195 len 23 from r5
.Mar  2 11:01:07.681: BR0:1 CHAP: O RESPONSE id 195 len 23 from r2
.Mar  2 11:01:07.705: BR0:1 CHAP: I SUCCESS id 195 len 4
.Mar  2 11:01:07.769: %LINEPROTO-5-UPDOWN: Line protocol on Interface
BRI0:1, changed state to up
.Mar  2 11:01:07.777: ISDN BR0: RX   RELEASE pd = 8  callref = 0x04
.Mar  2 11:01:07.857: ISDN BR0: RX   SETUP pd = 8  callref = 0x05
.Mar  2 11:01:09.481: Bearer Capability i = 0x8890
.Mar  2 11:01:09.481: Channel ID i = 0x83
.Mar  2 11:01:09.485: Keypad Facility i = '8358662'
.Mar  2 11:01:09.525: ISDN BR0: RX   CONNECT_ACK pd = 8  callref = 0x05
.Mar  2 11:01:11.809: BR0:1 PPP: Phase is AUTHENTICATING, by the peer
.Mar  2 11:01:13.657: BR0:1 PPP: Phase is AUTHENTICATING, by the peer
.Mar  2 11:01:13.681: BR0:1 CHAP: I CHALLENGE id 196 len 23 from r5
.Mar  2 11:01:13.689: BR0:1 CHAP: O RESPONSE id 196 len 23 from r2
.Mar  2 11:01:13.709: BR0:1 CHAP: I SUCCESS id 196 len 4
.Mar  2 11:01:13.773: ISDN BR0: RX   RELEASE pd = 8  callref = 0x05
.Mar  2 11:01:13.853: ISDN BR0: RX   CONNECT pd = 8  callref = 0x8E
.Mar  2 11:01:22.853: Channel ID i = 0x89
.Mar  2 11:01:22.961: ISDN BR0: RX -  CONNECT_ACK pd = 8  callref = 0x0E
r2#
.Mar  2 11:01:26.889: BR0:1 PPP: Phase is AUTHENTICATING, by the peer
.Mar  2 11:01:26.901: BR0:1 CHAP: I CHALLENGE id 197 len 23 from r5
.Mar  2 11:01:26.909: BR0:1 CHAP: O RESPONSE id 197 len 23 from r2
.Mar  2 11:01:26.933: BR0:1 CHAP: I SUCCESS id 197 len 4
r2#
.Mar  2 11:01:27.865: %LINEPROTO-5-UPDOWN: Line protocol on Interface
BRI0:1, changed state to up
r2#
.Mar  2 11:01:28.837: %ISDN-6-CONNECT: Interface BRI0:1 is now connected to
8358662 8358662
r2#




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=59444t=59444
--
FAQ, list

Re: Isdn callback problem [7:59451]

2002-12-18 Thread kym blair
John,

On R2, the client, set your enable-timeout to about 5 seconds, and on R5, 
the server, add dialer wait-for-carrier of 10 or 11 seconds (at least 
double the client's enable-timeout.

HTH, Kym







From: John Tafasi 
Reply-To: John Tafasi 
To: Cisco Group Study ,ccielab  

Subject: Isdn callback problem
Date: Wed, 18 Dec 2002 00:54:27 -0700

Hi group,

I have r2 which is configured to request callback from r5. The problem is
that r2 does not wait for r5 to callback and will repeat the calling r5 and
request callback. However r5 will eventually succeed and callback r2. My
question is how can you prevent r2 from repeating the call to r5? I have
pasted below the configuration for both routers and the output of debug
isdn q931 and debug ppp authentication on r2.


r2#show run
  !
version 11.3
  !
hostname r2
!
  username r5 password 7 13061E010803
ip subnet-zero
no ip domain-lookup
isdn switch-type basic-ni1
!
  !
interface BRI0
  no ip address
  no ip directed-broadcast
  encapsulation ppp
  dialer pool-member 1
  isdn spid1 0835866101
  isdn spid2 0835866301
  ppp callback request
!
interface Dialer1
  ip address 10.10.10.1 255.255.255.0
  no ip directed-broadcast
  encapsulation ppp
  dialer remote-name r5
  dialer enable-timeout 1000
  dialer string 8358662
  dialer hold-queue 100 timeout 30
  dialer pool 1
  dialer-group 1
  ntp broadcast
  pulse-time 0
  ppp authentication chap
!
   !
map-class dialer eng
access-list 1 deny   any
access-list 100 permit tcp any any eq telnet
access-list 100 permit icmp any any
dialer-list 1 protocol ip list 100
!
line con 0
  exec-timeout 0 0
  logging synchronous
  transport input none
line aux 0
line vty 0 4
  exec-timeout 0 0
  password 7 06101B38
  login
  telnet break-on-ip
  telnet ip-on-break
!
ntp clock-period 17179853
end

r2#

=

r5#show run
  version 12.2
!
hostname r5
  username r2 password 7 045802150C2E
  no ip domain-lookup
!
  isdn switch-type basic-ni
!
!
!
!
  !
interface BRI0
  ip address 10.10.10.2 255.255.255.0
  encapsulation ppp
  dialer callback-secure
  dialer map ip 10.10.10.1 name r2 class eng broadcast 8358661
  dialer-group 1
  isdn switch-type basic-ni
  isdn spid1 0835866201
  isdn spid2 0835866401
  cdapi buffers regular 0
  cdapi buffers raw 0
  cdapi buffers large 0
  ppp callback accept
  ppp authentication chap
  ppp chap hostname r5
!
  !
map-class dialer eng
  dialer callback-server username
  access-list 100 permit tcp any any eq telnet
access-list 100 permit icmp any any
dialer-list 1 protocol ip list 100
!
!
line con 0
  exec-timeout 0 0
  logging synchronous
  transport input none
line aux 0
line vty 0 4
  password 7 045802150C2E
  login
  autocommand  access-enable host timeout 5
!
ntp clock-period 17179628
ntp master 4
ntp peer 10.10.110.16
end

r5#

==
r2#show debug
ISDN:
   ISDN Q931 packets debugging is on
r2#debu ppp authen
PPP authentication debugging is on
r2#
r2#ping 10.10.10.2

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 10.10.10.2, timeout is 2 seconds:
.
Success rate is 0 percent (0/5)
r2#
.Mar  2 11:01:03.477: ISDN BR0: TX -  SETUP pd = 8  callref = 0x04
.Mar  2 11:01:03.481: Bearer Capability i = 0x8890
.Mar  2 11:01:03.485: Channel ID i = 0x83
.Mar  2 11:01:03.485: Keypad Facility i = '8358662'
.Mar  2 11:01:03.529: ISDN BR0: RX .Mar  2 11:01:03.529: Channel ID
i = 0x89
.Mar  2 11:01:03.681: ISDN BR0: RX .Mar  2 11:01:03.693: %LINK-3-UPDOWN:
Interface BRI0:1, changed state to up
.Mar  2 11:01:03.721: %DIALER-6-BIND: Interface BRI0:1 bound to profile
Dialer1
.Mar  2 11:01:03.733: BR0:1 PPP: Treating connection as a callout
.Mar  2 11:01:03.733: ISDN BR0: TX -  CONNECT_ACK pd = 8  callref = 0x04
.Mar  2 11:01:05.797: BR0:1 PPP: Phase is AUTHENTICATING, by the peer
.Mar  2 11:01:07.653: BR0:1 PPP: Phase is AUTHENTICATING, by the peer
.Mar  2 11:01:07.673: BR0:1 CHAP: I CHALLENGE id 195 len 23 from r5
.Mar  2 11:01:07.681: BR0:1 CHAP: O RESPONSE id 195 len 23 from r2
.Mar  2 11:01:07.705: BR0:1 CHAP: I SUCCESS id 195 len 4
.Mar  2 11:01:07.769: %LINEPROTO-5-UPDOWN: Line protocol on Interface
BRI0:1, changed state to up
.Mar  2 11:01:07.777: ISDN BR0: RX .Mar  2 11:01:07.777: Cause i =
0x8090 - Normal call clearing
.Mar  2 11:01:07.797: %ISDN-6-DISCONNECT: Interface BRI0:1  disconnected
from 8358662 , call lasted 4 seconds
.Mar  2 11:01:07.801: %LINK-3-UPDOWN: Interface BRI0:1, changed state to
down
.Mar  2 11:01:07.833: %DIALER-6-UNBIND: Interface BRI0:1 unbound from
profile Dialer1
.Mar  2 11:01:07.837: ISDN BR0: TX -  RELEASE pd = 8  callref = 0x04
.Mar  2 11:01:07.857: ISDN BR0: RX .Mar  2 11:01:08.773:
%LINEPROTO-5-UPDOWN: Line protocol on Interface
BRI0:1, changed state to down
.Mar  2 11:01:09.477: ISDN BR0: TX -  SETUP pd = 8  callref = 0x05
.Mar  2 11:01:09.481: Bearer Capability i = 0x8890
.Mar  2 11:01:09.481: Channel ID i = 0x83
.Mar  2 11:01:09.485: Keypad Facility i

BR0:1 DDR: No callback negotiated [7:59277]

2002-12-16 Thread John Tafasi
I have two isdn routers r2 (callback client) and r5 (callback server).
without callback configuration r2 will connect to r5 successfully. With the
callback configuration added, r5 will disconnect the call and will not
callback r2. Can some one figure out what is wrong with my configuration? I
have included configuration of both routers and the result of debug dialer
on r5. It seems to me that r2 is not negotiating callback.

R5-2503#show debug
Dial on demand:
  Dial on demand events debugging is on
R5-2503#
2d11h: %LINK-3-UPDOWN: Interface BRI0:1, changed state to up
R5-2503#
Mar  3 11:05:34.703: BR0:1 DDR: No callback negotiated
Mar  3 11:05:34.703: BR0:1 DDR: disconnecting call
2d11h: %ISDN-6-DISCONNECT: Interface BRI0:1  disconnected from 8358661 r2,
call lasted 2 seconds
2d11h: %LINK-3-UPDOWN: Interface BRI0:1, changed state to down
R5-2503#
Mar  3 11:05:34.851: BR0:1 DDR: disconnecting call
R5-2503#
2d11h: %LINK-3-UPDOWN: Interface BRI0:1, changed state to up
R5-2503#
Mar  3 11:05:40.179: BR0:1 DDR: No callback negotiated
Mar  3 11:05:40.179: BR0:1 DDR: disconnecting call
2d11h: %ISDN-6-DISCONNECT: Interface BRI0:1  disconnected from 8358661 r2,
call lasted 4 seconds
2d11h: %LINK-3-UPDOWN: Interface BRI0:1, changed state to down
R5-2503#
Mar  3 11:05:40.331: BR0:1 DDR: disconnecting call


R5-2503#show run

hostname r5-2503
!
interface BRI0
 ip address 10.10.10.2 255.255.255.0
 ip access-group 101 in
 encapsulation ppp
dialer callback-secure
 dialer map ip 10.10.10.1 name r2 class eng broadcast 8358661
 dialer-group 1
 isdn switch-type basic-ni
 isdn spid1 0835866201
 isdn spid2 0835866401
 cdapi buffers regular 0
 cdapi buffers raw 0
 cdapi buffers large 0
 ppp callback accept
 ppp authentication chap
 ppp chap hostname r5
 ppp multilink
!
!
map-class dialer eng
 dialer callback-server username
-

hostname r2-2516
!
interface Dialer1
 ip address 10.10.10.1 255.255.255.0
 no ip directed-broadcast
 encapsulation ppp
 dialer remote-name r5
 dialer string 8358662
 dialer pool 1
 dialer-group 1
 ntp broadcast
 pulse-time 0
 ppp callback request
 ppp chap hostname r2
!




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=59277t=59277
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: BR0:1 DDR: No callback negotiated [7:59277]

2002-12-16 Thread Charlie
Hi,

Take a look at this:

Configuring ISDN Caller ID Callback
http://www.cisco.com/en/US/products/sw/iosswrel/ps1828/products_configuratio
n_guide_chapter09186a0080087218.html#xtocid91368


John Tafasi  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 I have two isdn routers r2 (callback client) and r5 (callback server).
 without callback configuration r2 will connect to r5 successfully. With
the
 callback configuration added, r5 will disconnect the call and will not
 callback r2. Can some one figure out what is wrong with my configuration?
I
 have included configuration of both routers and the result of debug dialer
 on r5. It seems to me that r2 is not negotiating callback.

 R5-2503#show debug
 Dial on demand:
   Dial on demand events debugging is on
 R5-2503#
 2d11h: %LINK-3-UPDOWN: Interface BRI0:1, changed state to up
 R5-2503#
 Mar  3 11:05:34.703: BR0:1 DDR: No callback negotiated
 Mar  3 11:05:34.703: BR0:1 DDR: disconnecting call
 2d11h: %ISDN-6-DISCONNECT: Interface BRI0:1  disconnected from 8358661 r2,
 call lasted 2 seconds
 2d11h: %LINK-3-UPDOWN: Interface BRI0:1, changed state to down
 R5-2503#
 Mar  3 11:05:34.851: BR0:1 DDR: disconnecting call
 R5-2503#
 2d11h: %LINK-3-UPDOWN: Interface BRI0:1, changed state to up
 R5-2503#
 Mar  3 11:05:40.179: BR0:1 DDR: No callback negotiated
 Mar  3 11:05:40.179: BR0:1 DDR: disconnecting call
 2d11h: %ISDN-6-DISCONNECT: Interface BRI0:1  disconnected from 8358661 r2,
 call lasted 4 seconds
 2d11h: %LINK-3-UPDOWN: Interface BRI0:1, changed state to down
 R5-2503#
 Mar  3 11:05:40.331: BR0:1 DDR: disconnecting call


 R5-2503#show run

 hostname r5-2503
 !
 interface BRI0
  ip address 10.10.10.2 255.255.255.0
  ip access-group 101 in
  encapsulation ppp
 dialer callback-secure
  dialer map ip 10.10.10.1 name r2 class eng broadcast 8358661
  dialer-group 1
  isdn switch-type basic-ni
  isdn spid1 0835866201
  isdn spid2 0835866401
  cdapi buffers regular 0
  cdapi buffers raw 0
  cdapi buffers large 0
  ppp callback accept
  ppp authentication chap
  ppp chap hostname r5
  ppp multilink
 !
 !
 map-class dialer eng
  dialer callback-server username
 -

 hostname r2-2516
 !
 interface Dialer1
  ip address 10.10.10.1 255.255.255.0
  no ip directed-broadcast
  encapsulation ppp
  dialer remote-name r5
  dialer string 8358662
  dialer pool 1
  dialer-group 1
  ntp broadcast
  pulse-time 0
  ppp callback request
  ppp chap hostname r2
 !




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=59286t=59277
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: BR0:1 DDR: No callback negotiated [7:59277]

2002-12-16 Thread Munit Singla
See John after looking at your problen can Just tell me that are u able to
place a call
from r5 to r2 and vice versa without cal back,You have mentioned from r2 to
r5 but whart
abt the reverse.
More over where is the username and password command here for authentication
in the
configuration.Please send u full configurations and moreover do enable debug
ppp
authentication so that we may look into more deeply abt the problem.
Munit

Charlie wrote:

 Hi,

 Take a look at this:

 Configuring ISDN Caller ID Callback

http://www.cisco.com/en/US/products/sw/iosswrel/ps1828/products_configuratio
 n_guide_chapter09186a0080087218.html#xtocid91368

 John Tafasi  wrote in message
 [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
  I have two isdn routers r2 (callback client) and r5 (callback server).
  without callback configuration r2 will connect to r5 successfully. With
 the
  callback configuration added, r5 will disconnect the call and will not
  callback r2. Can some one figure out what is wrong with my configuration?
 I
  have included configuration of both routers and the result of debug
dialer
  on r5. It seems to me that r2 is not negotiating callback.
 
  R5-2503#show debug
  Dial on demand:
Dial on demand events debugging is on
  R5-2503#
  2d11h: %LINK-3-UPDOWN: Interface BRI0:1, changed state to up
  R5-2503#
  Mar  3 11:05:34.703: BR0:1 DDR: No callback negotiated
  Mar  3 11:05:34.703: BR0:1 DDR: disconnecting call
  2d11h: %ISDN-6-DISCONNECT: Interface BRI0:1  disconnected from 8358661
r2,
  call lasted 2 seconds
  2d11h: %LINK-3-UPDOWN: Interface BRI0:1, changed state to down
  R5-2503#
  Mar  3 11:05:34.851: BR0:1 DDR: disconnecting call
  R5-2503#
  2d11h: %LINK-3-UPDOWN: Interface BRI0:1, changed state to up
  R5-2503#
  Mar  3 11:05:40.179: BR0:1 DDR: No callback negotiated
  Mar  3 11:05:40.179: BR0:1 DDR: disconnecting call
  2d11h: %ISDN-6-DISCONNECT: Interface BRI0:1  disconnected from 8358661
r2,
  call lasted 4 seconds
  2d11h: %LINK-3-UPDOWN: Interface BRI0:1, changed state to down
  R5-2503#
  Mar  3 11:05:40.331: BR0:1 DDR: disconnecting call
 
 
  R5-2503#show run
 
  hostname r5-2503
  !
  interface BRI0
   ip address 10.10.10.2 255.255.255.0
   ip access-group 101 in
   encapsulation ppp
  dialer callback-secure
   dialer map ip 10.10.10.1 name r2 class eng broadcast 8358661
   dialer-group 1
   isdn switch-type basic-ni
   isdn spid1 0835866201
   isdn spid2 0835866401
   cdapi buffers regular 0
   cdapi buffers raw 0
   cdapi buffers large 0
   ppp callback accept
   ppp authentication chap
   ppp chap hostname r5
   ppp multilink
  !
  !
  map-class dialer eng
   dialer callback-server username
  -
 
  hostname r2-2516
  !
  interface Dialer1
   ip address 10.10.10.1 255.255.255.0
   no ip directed-broadcast
   encapsulation ppp
   dialer remote-name r5
   dialer string 8358662
   dialer pool 1
   dialer-group 1
   ntp broadcast
   pulse-time 0
   ppp callback request
   ppp chap hostname r2
  !




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=59288t=59277
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: BR0:1 DDR: No callback negotiated [7:59289]

2002-12-16 Thread Tony Schaffran
Do you have username configured?

 
Tony Schaffran
Network Analyst
CCNP, CCNA, CCDA, 
NNCDS, NNCSS, CNE, MCSE
 
CCOnlineLabs.com
http://www.cconlinelabs.com
 
 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of
John Tafasi
Sent: Monday, December 16, 2002 1:32 AM
To: Cisco Group Study; ccielab
Subject: BR0:1 DDR: No callback negotiated

I have two isdn routers r2 (callback client) and r5 (callback server).
without callback configuration r2 will connect to r5 successfully. With
the
callback configuration added, r5 will disconnect the call and will not
callback r2. Can some one figure out what is wrong with my
configuration? I
have included configuration of both routers and the result of debug
dialer
on r5. It seems to me that r2 is not negotiating callback.

R5-2503#show debug
Dial on demand:
  Dial on demand events debugging is on
R5-2503#
2d11h: %LINK-3-UPDOWN: Interface BRI0:1, changed state to up
R5-2503#
Mar  3 11:05:34.703: BR0:1 DDR: No callback negotiated
Mar  3 11:05:34.703: BR0:1 DDR: disconnecting call
2d11h: %ISDN-6-DISCONNECT: Interface BRI0:1  disconnected from 8358661
r2,
call lasted 2 seconds
2d11h: %LINK-3-UPDOWN: Interface BRI0:1, changed state to down
R5-2503#
Mar  3 11:05:34.851: BR0:1 DDR: disconnecting call
R5-2503#
2d11h: %LINK-3-UPDOWN: Interface BRI0:1, changed state to up
R5-2503#
Mar  3 11:05:40.179: BR0:1 DDR: No callback negotiated
Mar  3 11:05:40.179: BR0:1 DDR: disconnecting call
2d11h: %ISDN-6-DISCONNECT: Interface BRI0:1  disconnected from 8358661
r2,
call lasted 4 seconds
2d11h: %LINK-3-UPDOWN: Interface BRI0:1, changed state to down
R5-2503#
Mar  3 11:05:40.331: BR0:1 DDR: disconnecting call


R5-2503#show run

hostname r5-2503
!
interface BRI0
 ip address 10.10.10.2 255.255.255.0
 ip access-group 101 in
 encapsulation ppp
dialer callback-secure
 dialer map ip 10.10.10.1 name r2 class eng broadcast 8358661
 dialer-group 1
 isdn switch-type basic-ni
 isdn spid1 0835866201
 isdn spid2 0835866401
 cdapi buffers regular 0
 cdapi buffers raw 0
 cdapi buffers large 0
 ppp callback accept
 ppp authentication chap
 ppp chap hostname r5
 ppp multilink
!
!
map-class dialer eng
 dialer callback-server username
-

hostname r2-2516
!
interface Dialer1
 ip address 10.10.10.1 255.255.255.0
 no ip directed-broadcast
 encapsulation ppp
 dialer remote-name r5
 dialer string 8358662
 dialer pool 1
 dialer-group 1
 ntp broadcast
 pulse-time 0
 ppp callback request
 ppp chap hostname r2
!
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: BR0:1 DDR: No callback negotiated [7:59300]

2002-12-16 Thread John Tafasi
Yes, and the ping work fine when there is no callback configuration on the
routers.

- Original Message -
From: Tony Schaffran 
To: 'John Tafasi' ; 'Cisco Group Study'
; 'ccielab' 
Sent: Monday, December 16, 2002 7:24 AM
Subject: RE: BR0:1 DDR: No callback negotiated


 Do you have username configured?


 Tony Schaffran
 Network Analyst
 CCNP, CCNA, CCDA,
 NNCDS, NNCSS, CNE, MCSE

 CCOnlineLabs.com
 http://www.cconlinelabs.com



 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of
 John Tafasi
 Sent: Monday, December 16, 2002 1:32 AM
 To: Cisco Group Study; ccielab
 Subject: BR0:1 DDR: No callback negotiated

 I have two isdn routers r2 (callback client) and r5 (callback server).
 without callback configuration r2 will connect to r5 successfully. With
 the
 callback configuration added, r5 will disconnect the call and will not
 callback r2. Can some one figure out what is wrong with my
 configuration? I
 have included configuration of both routers and the result of debug
 dialer
 on r5. It seems to me that r2 is not negotiating callback.

 R5-2503#show debug
 Dial on demand:
   Dial on demand events debugging is on
 R5-2503#
 2d11h: %LINK-3-UPDOWN: Interface BRI0:1, changed state to up
 R5-2503#
 Mar  3 11:05:34.703: BR0:1 DDR: No callback negotiated
 Mar  3 11:05:34.703: BR0:1 DDR: disconnecting call
 2d11h: %ISDN-6-DISCONNECT: Interface BRI0:1  disconnected from 8358661
 r2,
 call lasted 2 seconds
 2d11h: %LINK-3-UPDOWN: Interface BRI0:1, changed state to down
 R5-2503#
 Mar  3 11:05:34.851: BR0:1 DDR: disconnecting call
 R5-2503#
 2d11h: %LINK-3-UPDOWN: Interface BRI0:1, changed state to up
 R5-2503#
 Mar  3 11:05:40.179: BR0:1 DDR: No callback negotiated
 Mar  3 11:05:40.179: BR0:1 DDR: disconnecting call
 2d11h: %ISDN-6-DISCONNECT: Interface BRI0:1  disconnected from 8358661
 r2,
 call lasted 4 seconds
 2d11h: %LINK-3-UPDOWN: Interface BRI0:1, changed state to down
 R5-2503#
 Mar  3 11:05:40.331: BR0:1 DDR: disconnecting call


 R5-2503#show run

 hostname r5-2503
 !
 interface BRI0
  ip address 10.10.10.2 255.255.255.0
  ip access-group 101 in
  encapsulation ppp
 dialer callback-secure
  dialer map ip 10.10.10.1 name r2 class eng broadcast 8358661
  dialer-group 1
  isdn switch-type basic-ni
  isdn spid1 0835866201
  isdn spid2 0835866401
  cdapi buffers regular 0
  cdapi buffers raw 0
  cdapi buffers large 0
  ppp callback accept
  ppp authentication chap
  ppp chap hostname r5
  ppp multilink
 !
 !
 map-class dialer eng
  dialer callback-server username
 -

 hostname r2-2516
 !
 interface Dialer1
  ip address 10.10.10.1 255.255.255.0
  no ip directed-broadcast
  encapsulation ppp
  dialer remote-name r5
  dialer string 8358662
  dialer pool 1
  dialer-group 1
  ntp broadcast
  pulse-time 0
  ppp callback request
  ppp chap hostname r2
 !
 .




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=59300t=59300
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: Modem Speeds for callback [7:51472]

2002-08-17 Thread richard dumoulin

I have seen 50,6 Kbps here in Spain.

Once I tried the callback stuff between a laptop with modem and a 1601 with
a serially attached modem. The router did the callback, and the laptop modem
answered but I did not succeed in having windows 2000 recognised a ppp
callback. It is just that I do not know anything about windows stuff.
I just gave up when arrived at this point :((  maybe someone know this ?

Regards.


Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=51563t=51472
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Modem Speeds for callback [7:51472]

2002-08-15 Thread Gaz

Hi All,

This is probably a pretty basic question if you've done a bit of work 
with modems.
If for instance a PC with a 56k modem dials in to an AS5300 with V90 
capable modems (or V92?), and activates a call back, will the call back 
be able to connect at up to 56k.
I'm not too sure what this is dependent on. Could the AS5300 do it if 
the other modem was capable, and are the usual PC modems capable of 
answering calls and negotiating speeds of up to 56k.(or are there any PC 
modems at all capable of receiving at 56k).


Sorry - I'm sort of struggling to ask the right questions. Anybody fancy 
having a go at explaining the options.


Thanks,

Gaz




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=51472t=51472
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: Modem Speeds for callback [7:51472]

2002-08-15 Thread Mark W. Odette II

Gaz-

I don't have any experience with the AS5300, but if it follows the
standards of any other modem call-back technology... then I don't see
why you would have a problem getting the call returned.

For the modem speed... that's variable.  Depending on the line
conditions between the AS5300 and the remote host's modem, you could
obtain (in best conditions) 53K... the 56k speed is a theoretical limit
from Lab results in Bell Labs' development center.  This is all based
upon analog-call technology.

FWIW, I've never seen an analog call succeed beyond 46K for speed
negotiation here in the U.S. (Texas).

If it's digital, such as ISDN, then 56k/64k is what you get, based on
circuit provisioning.

HTH's
Mark

-Original Message-
From: Gaz [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, August 15, 2002 5:39 PM
To: [EMAIL PROTECTED]
Subject: Modem Speeds for callback [7:51472]

Hi All,

This is probably a pretty basic question if you've done a bit of work 
with modems.
If for instance a PC with a 56k modem dials in to an AS5300 with V90 
capable modems (or V92?), and activates a call back, will the call back 
be able to connect at up to 56k.
I'm not too sure what this is dependent on. Could the AS5300 do it if 
the other modem was capable, and are the usual PC modems capable of 
answering calls and negotiating speeds of up to 56k.(or are there any PC

modems at all capable of receiving at 56k).


Sorry - I'm sort of struggling to ask the right questions. Anybody fancy

having a go at explaining the options.


Thanks,

Gaz




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=51475t=51472
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Caller ID for Callback [7:49377]

2002-07-22 Thread Erwin

Anybody has experience in setting up Caller ID for Cisco routers, to control
Callback features for remote users? Is this features supported on Cisco
routers?
I have experienced setting up using Lucent products, and now asking for any
advice regarding this.

Cisco routers support the remote access dial-in for remote users throught
its analog modem module, but it is not yet supported on the software.
Can Cisco2600 or Cisco3600 able to do that, or I need AS5300 to achieve
this?




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=49377t=49377
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Multilink and callback request/accept [7:36640]

2002-02-27 Thread Richard Botham

All,
Maybe i've missed something here but...
I configured 2 routers over isdn with PPP Multilink and that r8 calls r6 and
then r6 calls r8 back.
All fine so far apart from I end up with one call IN and one call OUT as
follows:

r8#sh isd active
--
ISDN ACTIVE CALLS
--
History table has a maximum of 100 entries.
History table data is retained for a maximum of 15 Minutes.
--
CallCalling or Called   RemoteSeconds Seconds Seconds   Recorded
Charges
TypePhone numberNode Name UsedLeftIdle 
Units/Currency
--
Out    r6  38   0   0
In     r6  38   0
--

configs as follows:
r6:
interface Dialer0
 ip address 172.168.1.6 255.255.255.0
 no ip directed-broadcast
 encapsulation ppp
 dialer pool 1
 dialer string  class test
 dialer load-threshold 1 either
 dialer-group 1
 ppp callback accept
 ppp authentication chap
 ppp multilink
!
map-class dialer test
 dialer callback-server username

r8:
interface Dialer0
 ip address 172.168.1.8 255.255.255.0
 no ip directed-broadcast
 encapsulation ppp
 dialer remote-name r6
 dialer string 
 dialer load-threshold 1 outbound
 dialer pool 1
 dialer-group 1
 ppp callback request
 ppp authentication chap
 ppp chap hostname ccie
 ppp multilink

Whats gone wrong


Cheers
Richard


Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=36640t=36640
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



ppp callback question [7:36678]

2002-02-27 Thread [EMAIL PROTECTED]

Hi,

I have a friend who has his R/S exam in a few weeks.  He is struggling with
the following:

whats the equivalent of ppp callback within a dialer profile and not using
legacy DDR and not using ISDN callback.

he has found an equivalent based on isdn callback, but he doesn't think its
the equivalent of PPP callback.  He is trying not to revert back to using
dialer maps etc as dialer profiles are much more dynamic.

thanks for your assistance,

regards

Neil C Moss 
IP Network Engineering, BTexact Technologies
BT Adastral Park - Tel 01473 606304 - Fax 01473 606727
 BTexact Technologies is a trademark of British Telecommunications plc
 Registered office: 81 Newgate Street London EC1A 7AJ
 Registered in England no. 180
 
 This electronic message contains information from British
 Telecommunications plc which may be privileged or confidential. The
 information is intended to be for the use of the individual(s) or entity
 named above. If you are not the intended recipient be aware that any
 disclosure, copying, distribution or use of the contents of this
 information is prohibited. If you have received this electronic message in
 error, please notify us by telephone or email (to the numbers or address
 above) immediately




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=36678t=36678
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



PRI ISDN Callback, 3640, Mica Problem [7:36185]

2002-02-22 Thread Devashish Chanda

Dear all,

   We have a 3640 and want to terminate both analog and ISDN calls over the
PRI on the 3640. The 3640 should callback over the PRI to both analog and
ISDN users. All of the 30 available B channels should be dedicated to this
purpose.
   
We are using IOS 12.0.4(T), Mica-6DM Firmware CP ver 2310, E1/PRI ISDN
ctrl, client modems USRobotics, Multitech, Boca, D-Link etc.
   
We have the following problems:

1. A high rate a unsuccessfull incoming calls (~50%) with the modems idle
and a busy signal or no answer at all (debug on Cisco shows a generic ISDN
disconnect error)
2. During the callback the modems do not handhshake properly.
3. Connection is being established only at very low speed 9.6 kbps and below.
 
- the ISDN line is clean, show cont, show int ser 1/0:15 show no
errors at all. We use the framing no-crc4 command on the controller,
otherwise it goes down with alarm detected.

 
   Kindly send   the solution/configuration for the above. Thanks in advance.

Devashish Chanda
India




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=36185t=36185
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: PRI ISDN Callback, 3640, Mica Problem [7:36185]

2002-02-22 Thread Georg Pauwen

Hello Devashish,

hard to tell what the cause of this behaviour is. Can you post the config of
the 3640 as well as the output of the 'debug isdn q931' command ? There is a
good document on the Cisco site with regard to Dial Technology Connectivity,
that might help you as well:

http://www.cisco.com/warp/customer/471/callin_calls.html#third

Regards,

Georg


Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=36188t=36185
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Help me to configure async callback in 2511 router [7:21652]

2001-10-02 Thread Cisco Breaker

]f you are really sure about the client side configuration then the problem
is your IOS.  I had a similar problem like yours while I was at customer
site and fixed it with upgrading the IOS to 12.09. The previous IOS was 11.x
version and It has the commands to apply callback too but they didn't work.

Best regards,

Cisco Breaker

manhho nguyen  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 I want to configure asyn callback in router 2511.
 the configuration is below, but when receive callback number from client,
 the router cannot initiate callback function.


 version 12.0
 service password-encryption
 !
 hostname Router
 !
 boot system flash
 enable secret 5 $1$XpI9$5zIQu14lpRMz53STOwOH
 y1
 !
 username back callback-dialstring  callback-line 1 password ok
 ip subnet-zero
 ip domain-name hnpt.com
 ip name-server 10.10.24.4
 chat-script resetModem  atz OK ats0=1 OK
 chat-script startModem  atz OK ats0=1 OK
 chat-script callback ABORT ERROR ABORT BUSY  AT OK ATDT \T TIMEOUT
45
 CONNECT \c
 chat-script offhook  ATH1 OK \c
 !
 interface Ethernet0
 ip address 10.10.24.1 255.255.254.0
 no ip directed-broadcast
 no ip route-cache
 !
 interface Async1
 ip unnumbered Ethernet0
 no ip directed-broadcast
 ip mtu 512
 encapsulation ppp
 no ip route-cache
 ip tcp header-compression passive
 no ip mroute-cache
 async default routing
 async mode dedicated
 peer default ip address pool local-pool
 ppp callback accept
 ppp authentication pap callin
 !
 ip local pool local-pool 10.10.24.238 10.10.24.254
 ip default-gateway 10.10.24.2
 no ip classless
 !
 line con 0
 transport input none
 line 1
 session-timeout 5
 autoselect during-login
 script startup startModem
 script modem-off-hook offhook
 script callback callback
 login local
 modem answer-timeout 3
 modem autoconfigure type usr_sportster
 modem InOut
 transport input all
 autohangup
 callback forced-wait 10
 speed 115200
 flowcontrol hardware
 !

 I debug some output:

 General OS:
 Modem control/process activation debugging is on
 PPP:
 PPP authentication debugging is on
 PPP protocol negotiation debugging is on
 Chat Scripts:
 Chat scripts activity debugging is on
 Callback:
 Callback activity debugging is on

 and the result is:

 1d22h: TTY1: DSR came up
 1d22h: TTY1: destroy timer type 1
 1d22h: TTY1: destroy timer type 0
 1d22h: TTY1: create timer type 2, 300 seconds
 1d22h: tty1: Modem: IDLE-READY
 1d22h: As1 LCP: I CONFREQ [Closed] id 0 len 23
 1d22h: As1 LCP: ACCM 0x (0x0206)
 1d22h: As1 LCP: MagicNumber 0x2477 (0x05062477)
 1d22h: As1 LCP: PFC (0x0702)
 1d22h: As1 LCP: ACFC (0x0802)
 1d22h: As1 LCP: Callback 6 (0x0D0306)
 1d22h: As1 LCP: Lower layer not up, Fast Starting
 1d22h: As1 PPP: Treating connection as a dedicated line
 1d22h: As1 PPP: Phase is ESTABLISHING, Active Open
 1d22h: As1 LCP: O CONFREQ [Closed] id 44 len 24
 1d22h: As1 LCP: ACCM 0x000A (0x0206000A)
 1d22h: As1 LCP: AuthProto PAP (0x0304C023)
 1d22h: As1 LCP: MagicNumber 0x1A7AD1B6 (0x05061A7AD1B6)
 1d22h: As1 LCP: PFC (0x0702)
 1d22h: As1 LCP: ACFC (0x0802)
 1d22h: As1 LCP: O CONFACK [REQsent] id 0 len 23
 1d22h: As1 LCP: ACCM 0x (0x0206)
 1d22h: As1 LCP: MagicNumber 0x2477 (0x05062477)
 1d22h: As1 LCP: PFC (0x0702)
 1d22h: As1 LCP: ACFC (0x0802)
 1d22h: As1 LCP: Callback 6 (0x0D0306)
 *Mar 2 22:35:00: %LINK-3-UPDOWN: Interface Async1, changed state to up
 1d22h: As1 LCP: I CONFACK [ACKsent] id 44 len 24
 1d22h: As1 LCP: ACCM 0x000A (0x0206000A)
 1d22h: As1 LCP: AuthProto PAP (0x0304C023)
 1d22h: As1 LCP: MagicNumber 0x1A7AD1B6 (0x05061A7AD1B6)
 1d22h: As1 LCP: PFC (0x0702)
 1d22h: As1 LCP: ACFC (0x0802)
 1d22h: As1 LCP: State is Open
 1d22h: As1 PPP: Phase is AUTHENTICATING, by this end
 1d22h: As1 LCP: I IDENTIFY [Open] id 1 len 18 magic 0x2477 MSRASV4.00
 1d22h: As1 LCP: I IDENTIFY [Open] id 2 len 20 magic 0x2477
MSRAS-1-KING
 1d22h: As1 PAP: I AUTH-REQ id 22 len 22 from callback
 1d22h: As1 PAP: Authenticating peer callback
 1d22h: As1 PAP: O AUTH-ACK id 22 len 5
 1d22h: As1 MCB: User callback Callback Number - Client ANY
 1d22h: Async1 PPP: O MCB Request(1) id 208 len 9
 1d22h: Async1 MCB: O 1 D0 0 9 2 5 0 1 0
 1d22h: As1 MCB: O Request Id 208 Callback Type Client-Num delay 0
 1d22h: As1 PPP: Phase is CBCP
 *Mar 2 22:35:01: %LINEPROTO-5-UPDOWN: Line protocol on Interface Async1,
 change
 d state to up
 1d22h: As1 MCB: Timeout in state WAIT_RESPONSE
 1d22h: Async1 PPP: O MCB Request(1) id 209 len 9
 1d22h: Async1 MCB: O 1 D1 0 9 2 5 0 1 0
 1d22h: As1 MCB: O Request Id 209 Callback Type Client-Num delay 0
 1d22h: TTY16: autoconfigure probe started
 1d22h: As1 MCB: Timeout in state WAIT_RESPONSE
 1d22h: Async1 PPP: O MCB Request(1) id 210 len 9
 1d22h: Async1 MCB: O 1 D2 0 9 2 5 0 1 0
 1d22h: As1 MCB: O Request Id 210 Callback Type Client-Num delay 0
 1d22h: As1 MCB: Timeout in state WAIT_RESPONSE
 1d22h: Async1 PPP: O MCB Request(1) id 211 len 9
 1d22h: Async1 MCB: O 1 D3 0 9 2 5 0 1 

Help me to configure async callback in 2511 router [7:21611]

2001-10-01 Thread manhho nguyen

I want to configure asyn callback in router 2511. 
the configuration is below, but when receive callback number from client,
the router cannot initiate callback function.


version 12.0 
service password-encryption 
! 
hostname Router 
! 
boot system flash 
enable secret 5 $1$XpI9$5zIQu14lpRMz53STOwOH
y1 
! 
username back callback-dialstring  callback-line 1 password ok 
ip subnet-zero 
ip domain-name hnpt.com 
ip name-server 10.10.24.4 
chat-script resetModem  atz OK ats0=1 OK 
chat-script startModem  atz OK ats0=1 OK 
chat-script callback ABORT ERROR ABORT BUSY  AT OK ATDT \T TIMEOUT 45
CONNECT \c
chat-script offhook  ATH1 OK \c 
! 
interface Ethernet0 
ip address 10.10.24.1 255.255.254.0 
no ip directed-broadcast 
no ip route-cache 
! 
interface Async1 
ip unnumbered Ethernet0 
no ip directed-broadcast 
ip mtu 512 
encapsulation ppp 
no ip route-cache 
ip tcp header-compression passive 
no ip mroute-cache 
async default routing 
async mode dedicated 
peer default ip address pool local-pool 
ppp callback accept 
ppp authentication pap callin 
! 
ip local pool local-pool 10.10.24.238 10.10.24.254 
ip default-gateway 10.10.24.2 
no ip classless 
! 
line con 0 
transport input none 
line 1 
session-timeout 5 
autoselect during-login 
script startup startModem 
script modem-off-hook offhook 
script callback callback 
login local 
modem answer-timeout 3 
modem autoconfigure type usr_sportster 
modem InOut 
transport input all 
autohangup 
callback forced-wait 10 
speed 115200 
flowcontrol hardware 
! 

I debug some output: 

General OS: 
Modem control/process activation debugging is on 
PPP: 
PPP authentication debugging is on 
PPP protocol negotiation debugging is on 
Chat Scripts: 
Chat scripts activity debugging is on 
Callback: 
Callback activity debugging is on 

and the result is: 

1d22h: TTY1: DSR came up 
1d22h: TTY1: destroy timer type 1 
1d22h: TTY1: destroy timer type 0 
1d22h: TTY1: create timer type 2, 300 seconds 
1d22h: tty1: Modem: IDLE-READY 
1d22h: As1 LCP: I CONFREQ [Closed] id 0 len 23 
1d22h: As1 LCP: ACCM 0x (0x0206) 
1d22h: As1 LCP: MagicNumber 0x2477 (0x05062477) 
1d22h: As1 LCP: PFC (0x0702) 
1d22h: As1 LCP: ACFC (0x0802) 
1d22h: As1 LCP: Callback 6 (0x0D0306) 
1d22h: As1 LCP: Lower layer not up, Fast Starting 
1d22h: As1 PPP: Treating connection as a dedicated line 
1d22h: As1 PPP: Phase is ESTABLISHING, Active Open 
1d22h: As1 LCP: O CONFREQ [Closed] id 44 len 24 
1d22h: As1 LCP: ACCM 0x000A (0x0206000A) 
1d22h: As1 LCP: AuthProto PAP (0x0304C023) 
1d22h: As1 LCP: MagicNumber 0x1A7AD1B6 (0x05061A7AD1B6) 
1d22h: As1 LCP: PFC (0x0702) 
1d22h: As1 LCP: ACFC (0x0802) 
1d22h: As1 LCP: O CONFACK [REQsent] id 0 len 23 
1d22h: As1 LCP: ACCM 0x (0x0206) 
1d22h: As1 LCP: MagicNumber 0x2477 (0x05062477) 
1d22h: As1 LCP: PFC (0x0702) 
1d22h: As1 LCP: ACFC (0x0802) 
1d22h: As1 LCP: Callback 6 (0x0D0306) 
*Mar 2 22:35:00: %LINK-3-UPDOWN: Interface Async1, changed state to up 
1d22h: As1 LCP: I CONFACK [ACKsent] id 44 len 24 
1d22h: As1 LCP: ACCM 0x000A (0x0206000A) 
1d22h: As1 LCP: AuthProto PAP (0x0304C023) 
1d22h: As1 LCP: MagicNumber 0x1A7AD1B6 (0x05061A7AD1B6) 
1d22h: As1 LCP: PFC (0x0702) 
1d22h: As1 LCP: ACFC (0x0802) 
1d22h: As1 LCP: State is Open 
1d22h: As1 PPP: Phase is AUTHENTICATING, by this end 
1d22h: As1 LCP: I IDENTIFY [Open] id 1 len 18 magic 0x2477 MSRASV4.00 
1d22h: As1 LCP: I IDENTIFY [Open] id 2 len 20 magic 0x2477 MSRAS-1-KING 
1d22h: As1 PAP: I AUTH-REQ id 22 len 22 from callback 
1d22h: As1 PAP: Authenticating peer callback 
1d22h: As1 PAP: O AUTH-ACK id 22 len 5 
1d22h: As1 MCB: User callback Callback Number - Client ANY 
1d22h: Async1 PPP: O MCB Request(1) id 208 len 9 
1d22h: Async1 MCB: O 1 D0 0 9 2 5 0 1 0 
1d22h: As1 MCB: O Request Id 208 Callback Type Client-Num delay 0 
1d22h: As1 PPP: Phase is CBCP 
*Mar 2 22:35:01: %LINEPROTO-5-UPDOWN: Line protocol on Interface Async1,
change
d state to up 
1d22h: As1 MCB: Timeout in state WAIT_RESPONSE 
1d22h: Async1 PPP: O MCB Request(1) id 209 len 9 
1d22h: Async1 MCB: O 1 D1 0 9 2 5 0 1 0 
1d22h: As1 MCB: O Request Id 209 Callback Type Client-Num delay 0 
1d22h: TTY16: autoconfigure probe started 
1d22h: As1 MCB: Timeout in state WAIT_RESPONSE 
1d22h: Async1 PPP: O MCB Request(1) id 210 len 9 
1d22h: Async1 MCB: O 1 D2 0 9 2 5 0 1 0 
1d22h: As1 MCB: O Request Id 210 Callback Type Client-Num delay 0 
1d22h: As1 MCB: Timeout in state WAIT_RESPONSE 
1d22h: Async1 PPP: O MCB Request(1) id 211 len 9 
1d22h: Async1 MCB: O 1 D3 0 9 2 5 0 1 0 
1d22h: As1 MCB: O Request Id 211 Callback Type Client-Num delay 0 
1d22h: As1 MCB: Timeout in state WAIT_RESPONSE 
1d22h: Async1 PPP: O MCB Request(1) id 212 len 9 
1d22h: Async1 MCB: O 1 D4 0 9 2 5 0 1 0 
1d22h: As1 MCB: O Request Id 212 Callback Type Client-Num delay 0 
1d22h: As1 MCB: Timeout in state WAIT_RESPONSE 
1d22h: Async1 PPP: O MCB Request(1) id 213 len 9 
1d22h: Async1 MCB: O 1 D5 0 9 2 5 0 1 0 
1d22h: As1

Isdn callback on router to windows machine [7:20376]

2001-09-19 Thread Jeroen Timmer

Hi all,


Is it possible to dial into a router with a Windows machine (NT or WIN2000)
and let the router callback the windows machine ??

I searched the net for it, also on Cisco CCO but couldn't find what I was
looking for.


Anyone who knows this ??



Cheers,

JT




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=20376t=20376
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: Isdn callback on router to windows machine [7:20376]

2001-09-19 Thread Jeroen Timmer

Update ..

The custumor we are testing this for uses a 2621 router.


Thanx again for any input.


JT

-Original Message-
From: Jeroen Timmer [mailto:[EMAIL PROTECTED]] 
Sent: woensdag 19 september 2001 13:23
To: [EMAIL PROTECTED]
Subject: Isdn callback on router to windows machine [7:20376]


Hi all,


Is it possible to dial into a router with a Windows machine (NT or WIN2000)
and let the router callback the windows machine ??

I searched the net for it, also on Cisco CCO but couldn't find what I was
looking for.


Anyone who knows this ??



Cheers,

JT




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=20378t=20376
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Isdn callback on router to windows machine [7:20376]

2001-09-19 Thread Dennis H

Unless your Win2000 box is turned into ISDN terminal equipment I don't see
how you'd do it.  Are you terminating your ISDN line on your windows box?





Jeroen Timmer  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 Hi all,


 Is it possible to dial into a router with a Windows machine (NT or
WIN2000)
 and let the router callback the windows machine ??

 I searched the net for it, also on Cisco CCO but couldn't find what I was
 looking for.


 Anyone who knows this ??



 Cheers,

 JT




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=20382t=20376
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: Isdn callback on router to windows machine [7:20376]

2001-09-19 Thread Jeroen Timmer

Well ... 

The IDSN lines are terminated :) (I should know cause I was an
ISDN-specialist before I became an network nerd :)
I think it's just not possible with an 2621 router to get this done.

Maybe with an AS5300 or so .. But not with an 2621.

I can call out with the Windowsbox and I can also connect to the windowsbox.
But not with the router. I think it's cause of the different protocols used
by Microsoft and Cisco on the PPP callback.


Cheers,

JT.

-Original Message-
From: Dennis H [mailto:[EMAIL PROTECTED]] 
Sent: woensdag 19 september 2001 14:50
To: [EMAIL PROTECTED]
Subject: Re: Isdn callback on router to windows machine [7:20376]


Unless your Win2000 box is turned into ISDN terminal equipment I don't see
how you'd do it.  Are you terminating your ISDN line on your windows box?





Jeroen Timmer  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 Hi all,


 Is it possible to dial into a router with a Windows machine (NT or
WIN2000)
 and let the router callback the windows machine ??

 I searched the net for it, also on Cisco CCO but couldn't find what I 
 was looking for.


 Anyone who knows this ??



 Cheers,

 JT




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=20385t=20376
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



callback on 2600 [7:15849]

2001-08-13 Thread Marakalas

Hi guys

Please assist in the configuration of callback on the 2600. For some
reason, it does not work. Underneath please find a copy of my config.
Your assistance will be highly appreciated.

2600#sh run
Building configuration...

Current configuration:
!
version 12.0
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname 2600
!
aaa new-model
aaa authentication login default local
aaa authentication login vty local
aaa authentication login dialin local
aaa authentication ppp default local
enable secret 5 $1$2sLc$CE4MJiDYrS4jccjjLCxzh0
enable password networks
!
username cisco password 0 test
username qwerty password 0 123456
username sirpald callback-dialstring  password 0 polo
modem country microcom_hdms south-africa
ip subnet-zero
ip address-pool local
!
!
!
!
!
!
!
interface Ethernet0/0
 ip address 172.20.1.3 255.255.255.0
 ip broadcast-address 255.255.255.0
 no ip directed-broadcast
!
interface Group-Async1
 ip unnumbered Ethernet0/0
 ip broadcast-address 255.255.255.0
 no ip directed-broadcast
 encapsulation ppp
 async mode dedicated
 peer default ip address pool default
 no fair-queue
 ppp callback accept
 ppp authentication pap chap
 group-range 33 48
!
interface Dialer1
 ip unnumbered Ethernet0/0
 no ip directed-broadcast
 encapsulation ppp
 dialer in-band
 dialer-group 1
 ppp callback accept
 ppp authentication pap chap
 ppp multilink
!
ip local pool default 172.20.1.31 172.20.1.46
ip default-gateway 172.20.1.1
ip classless
ip route 0.0.0.0 0.0.0.0 172.20.1.1
ip http server
ip http access-class 15
!
dialer-list 1 protocol ip permit
dialer-list 1 protocol ipx permit
banner motd ^CC Unauthorised Access will be Prosecuted ^C
!
line con 0
 transport input none
line 33 48
 autoselect ppp
 script callback mod
 modem InOut
 modem autoconfigure discovery
 transport input all
 flowcontrol hardware
line aux 0
line vty 0 4
 password mesh
!
no scheduler allocate
end

___
 http://www.webmail.co.za the South-African free email service




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=15849t=15849
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Using DDR callback [7:15813]

2001-08-12 Thread Roy A. Hatchett

Has anyone had success implementing DDR callback using
dialer profile? It worked well with legacy DDR, but not
with dialer profile.




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=15813t=15813
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: config for access server to callback PC modem [7:14767]

2001-08-04 Thread Ahmed Mamoor Amimi

I think ur missing the command CALLBACK ACCEPT ... its not INITIATE also
the computer should be configure to pick the call if its windows98 or up
then try configuring computer as DIALUP SERVER (found in dialup networking
icon )

Also try to configure the router first for the nessary things  dont mess
up by giving many commands it will just confuse u.


-Mamoor

Sim, CT (Chee Tong)  wrote in message
news:[EMAIL PROTECTED]...
 Hi.. Farhan and Dear all,

 I tried to config for access server to callback PC modem, but it doesn't
 work, could you please check for me what's wrong with the config below.

 Sim

 access_server#sh run
 Building configuration...

 Current configuration:
 !
 version 11.2
 service timestamps debug uptime
 service password-encryption
 no service udp-small-servers
 no service tcp-small-servers
 !
 hostname access_server
 !
 enable secret 5 $
 !
 username sim callback-dialstring 99 password XXX
 ip host modem1 2001 50.200.100.11
 ip host modem2 2002 50.200.100.11
 ip host modem3 2003 50.200.100.11
 ip dhcp-server 50.200.100.11
 chat-script script dialout ABORT ERROR ABORT BUSY  AT OK ATDT\T
 TIMEOUT 30 CONNECT
  \c
 !
 interface Loopback0
  ip address 192.198.255.10 255.255.255.255
  no logging event subif-link-status
 !
 interface Ethernet0
  ip address 50.200.100.11 255.255.252.0
  no ip directed-broadcast
  no logging event subif-link-status
  load-interval 180
 !
 interface Serial0
  no ip address
  no logging event subif-link-status
  no fair-queue
 !
 interface Async1
  ip unnumbered Ethernet0
  encapsulation ppp
  no logging event subif-link-status
  async dynamic address
  async mode interactive
  peer default ip address dhcp
  ppp callback initiate
  ppp authentication pap
 !
 ip classless
 ip route 0.0.0.0 0.0.0.0 50.200.100.1 permanent
 logging trap debugging
 logging facility local3
 logging 50.200.100.22
 snmp-server community public RO
 !
 line con 0
 line 1
  password 7 XX
  autoselect ppp
  script callback dialout
  login local
  modem InOut
  modem autoconfigure discovery
  length 0
  transport input all
  speed 115200
  flowcontrol hardware
 line 2
  location modem2
  no exec
  password 7 
  login
  modem InOut
  transport input all
  speed 115200
  flowcontrol hardware
 line 3 8
 line aux 0
  password 7 X
  autoselect ppp
  login local
  modem InOut
  transport input all
  speed 38400
  flowcontrol hardware
 line vty 0 4
  no exec
  exec-timeout 0 0
  password 7 XX
  login
 !
 end

 access_server#
 access_server#

 -Original Message-
 From: Farhan Ahmed [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, August 01, 2001 5:47 PM
 To: 'Sim, CT (Chee Tong)'
 Subject: RE: me again
 Importance: High



 no need

 just replace the command
 async mode interactive from dedicated

 autoselect ppp
 try
 also
 autoselect during login
 if u have any prob

 Best Regards

 Have A Good Day!!

 ***
 Farhan Ahmed*
   MCSE+I, MCP Win2k, CCDA, CCNA, CSE
 Network Engineer
 Mideast Data Systems Abudhabi Uae.

 ***



 Privileged/Confidential Information may be contained in this message or
 Attachments hereto.  Please advise immediately if you or your employer do
 not consent to Internet email for messages of this kind.  Opinions,
 Conclusions and other information in this message that do not relate to
the
 Official business of this company shall be understood as neither given nor
 Endorsed by it.


  -Original Message-
  From: Sim, CT (Chee Tong) [mailto:[EMAIL PROTECTED]]
  Sent: Wednesday, August 01, 2001 10:49 AM
  To: 'Farhan Ahmed'
  Subject: me again
 
 
  Hi.. Farhan, me again
 
  May I ask about your script chat script dialout ABORT ERROR
  ABORT BUSY 
  AT OK ATDT \T TIMEOUT 30 CONNECT \c
  Do you have to specify the the phone no eg 99 to callback
  after atdt??
 
  What it means by sending you debug ppp negiotation,
  authentication?  Does
  it refer the debug output on my access server when people dial in.
 
  Any configuration need to be done on the WIN98 (mine is
  WIN98) OS and modem
  in order to let access server callback.  Do we need to use AT
  command to
  configured the PC's modem???
 
  Thanks for your help
  Sim
  -Original Message-
  From: Sim, CT (Chee Tong)
  Sent: Wednesday, August 01, 2001 1:46 PM
  To: 'Farhan Ahmed'
  Subject: RE: how to configure callback for 2 numbers [7:14121]
 
 
  Farhan,
 
  Thanks you your kind help. I think my access-server IOS version not
  up-to-date is it???  I found my account cannot download IOS
  software.  May I
  borrow your account?  Or Please let me know how to get a account to
  download?
 
  Sim
 
  access_server#sh ver
  Cisco Internetwork Operating System Software
  IOS (tm) 2500 Software (C2500-I-L), Version 11.2(18)P,
  RELEASE SOFTWARE
  (fc1)
  Copyright (c) 1986-1999 by cisco Systems, Inc.
  Compiled Mon 12-Apr-99 13:29 by ashah
  Image

Re: config for access server to callback PC modem [7:14769]

2001-08-03 Thread Farhan Ahmed

remove  this async dynamic address
  use one only  peer default ip address dhcp  
or
  peer default ip address pool ip-pool  ,,,
ip pool ip-pool 192.168.1.2 192.168.1.2
 
use one only
ppp callback initiate
or
ppp callback accept


 
 add
autoselect duriing-login

- Original Message -
From: Sim, CT (Chee Tong) 
To: 'Farhan Ahmed' 
Cc: 
Sent: Friday, August 03, 2001 12:46 PM
Subject: config for access server to callback PC modem


 Hi.. Farhan and Dear all,

 I tried to config for access server to callback PC modem, but it doesn't
 work, could you please check for me what's wrong with the config below.

 Sim

 access_server#sh run
 Building configuration...

 Current configuration:
 !
 version 11.2
 service timestamps debug uptime
 service password-encryption
 no service udp-small-servers
 no service tcp-small-servers
 !
 hostname access_server
 !
 enable secret 5 $
 !
 username sim callback-dialstring 99 password XXX
 ip host modem1 2001 50.200.100.11
 ip host modem2 2002 50.200.100.11
 ip host modem3 2003 50.200.100.11
 ip dhcp-server 50.200.100.11
 chat-script script dialout ABORT ERROR ABORT BUSY  AT OK ATDT\T
 TIMEOUT 30 CONNECT
  \c
 !
 interface Loopback0
  ip address 192.198.255.10 255.255.255.255
  no logging event subif-link-status
 !
 interface Ethernet0
  ip address 50.200.100.11 255.255.252.0
  no ip directed-broadcast
  no logging event subif-link-status
  load-interval 180
 !
 interface Serial0
  no ip address
  no logging event subif-link-status
  no fair-queue
 !
 interface Async1
  ip unnumbered Ethernet0
  encapsulation ppp
  no logging event subif-link-status
  async dynamic address
  async mode interactive
  peer default ip address dhcp
  ppp callback initiate
  ppp authentication pap
 !
 ip classless
 ip route 0.0.0.0 0.0.0.0 50.200.100.1 permanent
 logging trap debugging
 logging facility local3
 logging 50.200.100.22
 snmp-server community public RO
 !
 line con 0
 line 1
  password 7 XX
  autoselect ppp
  script callback dialout
  login local
  modem InOut
  modem autoconfigure discovery
  length 0
  transport input all
  speed 115200
  flowcontrol hardware
 line 2
  location modem2
  no exec
  password 7 
  login
  modem InOut
  transport input all
  speed 115200
  flowcontrol hardware
 line 3 8
 line aux 0
  password 7 X
  autoselect ppp
  login local
  modem InOut
  transport input all
  speed 38400
  flowcontrol hardware
 line vty 0 4
  no exec
  exec-timeout 0 0
  password 7 XX
  login
 !
 end

 access_server#
 access_server#

 -Original Message-
 From: Farhan Ahmed [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, August 01, 2001 5:47 PM
 To: 'Sim, CT (Chee Tong)'
 Subject: RE: me again
 Importance: High



 no need

 just replace the command
 async mode interactive from dedicated

 autoselect ppp
 try
 also
 autoselect during login
 if u have any prob

 Best Regards

 Have A Good Day!!

 ***
 Farhan Ahmed*
   MCSE+I, MCP Win2k, CCDA, CCNA, CSE
 Network Engineer
 Mideast Data Systems Abudhabi Uae.

 ***



 Privileged/Confidential Information may be contained in this message or
 Attachments hereto.  Please advise immediately if you or your employer do
 not consent to Internet email for messages of this kind.  Opinions,
 Conclusions and other information in this message that do not relate to
the
 Official business of this company shall be understood as neither given nor
 Endorsed by it.


  -Original Message-
  From: Sim, CT (Chee Tong) [mailto:[EMAIL PROTECTED]]
  Sent: Wednesday, August 01, 2001 10:49 AM
  To: 'Farhan Ahmed'
  Subject: me again
 
 
  Hi.. Farhan, me again
 
  May I ask about your script chat script dialout ABORT ERROR
  ABORT BUSY 
  AT OK ATDT \T TIMEOUT 30 CONNECT \c
  Do you have to specify the the phone no eg 99 to callback
  after atdt??
 
  What it means by sending you debug ppp negiotation,
  authentication?  Does
  it refer the debug output on my access server when people dial in.
 
  Any configuration need to be done on the WIN98 (mine is
  WIN98) OS and modem
  in order to let access server callback.  Do we need to use AT
  command to
  configured the PC's modem???
 
  Thanks for your help
  Sim
  -Original Message-
  From: Sim, CT (Chee Tong)
  Sent: Wednesday, August 01, 2001 1:46 PM
  To: 'Farhan Ahmed'
  Subject: RE: how to configure callback for 2 numbers [7:14121]
 
 
  Farhan,
 
  Thanks you your kind help. I think my access-server IOS version not
  up-to-date is it???  I found my account cannot download IOS
  software.  May I
  borrow your account?  Or Please let me know how to get a account to
  download?
 
  Sim
 
  access_server#sh ver
  Cisco Internetwork Operating System Software
  IOS (tm) 2500 Software (C2500-I-L), Version 11.2(18)P,
  RELEASE SOFTWARE
  (fc1)
  Copyright (c) 1986-1999 by cisco Systems, Inc.
  Compiled Mon 12-Apr-99 13:29 by ashah
  Image

RE: how to configure callback for 2 numbers [7:14121]

2001-07-30 Thread [EMAIL PROTECTED]

Specify the call back number in the username configuration:

username yourname password yourpassword callback-dialstring 88
username yourmate password hispassword callback-dialstring 77

CM


-Original Message-
From:   [EMAIL PROTECTED]  on behalf of   Sim, CT (Chee Tong) 
Sent:   30 July 2001 08:04
To: [EMAIL PROTECTED] 
Subject:how to configure callback for 2 numbers [7:14121]



 --
 From: Sim, CT (Chee Tong)[SMTP:[EMAIL PROTECTED]]
 Sent: Monday, July 30, 2001 9:04:53 AM
 To:   [EMAIL PROTECTED]
 Subject:  how to configure callback for 2 numbers [7:14121]
 Auto forwarded by a Rule
 
Dear all,

I want to make my access-server to callback my home phone no 888-888 and my
colleage phone no 777-777, once we use these two number to dial to the
access-server, , after verification, the access server will cut the line and
call back, no other number can be callbacked. 

Part of my config is as follow, Please tell me what else I need to configure
in order to make it work.  eg callback-dialstring and etc

interface Async1
 ip unnumbered Ethernet0
 encapsulation ppp
 no logging event subif-link-status
 async dynamic address
 async mode interactive
 peer default ip address dhcp
 ppp callback accept
 ppp authentication pap
!
line 1
 password 7 00059805050058
 autoselect ppp
 login local
 modem InOut
 length 0
 transport input all
 speed 115200
 flowcontrol hardware




==
De informatie opgenomen in dit bericht kan vertrouwelijk zijn en 
is uitsluitend bestemd voor de geadresseerde. Indien u dit bericht 
onterecht ontvangt wordt u verzocht de inhoud niet te gebruiken en 
de afzender direct te informeren door het bericht te retourneren. 
==
The information contained in this message may be confidential 
and is intended to be exclusively for the addressee. Should you 
receive this message unintentionally, please do not use the contents 
herein and notify the sender immediately by return e-mail.


==




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=14128t=14121
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: how to configure callback for 2 numbers [7:14121]

2001-07-30 Thread Sim, CT (Chee Tong)

Yes.. I tried this before, but it come out these errors..  what's wrong??/


access_server(config)#username sim password simiscute
callback-dialstring 99
% Overly long Password truncated after 25 characters
access_server(config)#username sim password simiscute callback-dialstring
99
% Overly long Password truncated after 25 characters
access_server(config)#username sim password simiscute [callback-dialstring
99]
% Overly long Password truncated after 25 characters

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]
Sent: Monday, July 30, 2001 5:23 PM
To: [EMAIL PROTECTED]; Sim, CT (Chee Tong)
Subject: RE: how to configure callback for 2 numbers [7:14121]



Specify the call back number in the username configuration:

username yourname password yourpassword callback-dialstring 88
username yourmate password hispassword callback-dialstring 77

CM


-Original Message-
From:   [EMAIL PROTECTED]  on behalf of
Sim, CT (Chee Tong) 
Sent:   30 July 2001 08:04
To: [EMAIL PROTECTED] 
Subject:how to configure callback for 2 numbers [7:14121]



 --
 From: Sim, CT (Chee Tong)[SMTP:[EMAIL PROTECTED]]
 Sent: Monday, July 30, 2001 9:04:53 AM
 To:   [EMAIL PROTECTED]
 Subject:  how to configure callback for 2 numbers [7:14121]
 Auto forwarded by a Rule
 
Dear all,

I want to make my access-server to callback my home phone no 888-888 and my
colleage phone no 777-777, once we use these two number to dial to the
access-server, , after verification, the access server will cut the line and
call back, no other number can be callbacked. 

Part of my config is as follow, Please tell me what else I need to configure
in order to make it work.  eg callback-dialstring and etc

interface Async1
 ip unnumbered Ethernet0
 encapsulation ppp
 no logging event subif-link-status
 async dynamic address
 async mode interactive
 peer default ip address dhcp
 ppp callback accept
 ppp authentication pap
!
line 1
 password 7 00059805050058
 autoselect ppp
 login local
 modem InOut
 length 0
 transport input all
 speed 115200
 flowcontrol hardware




==
De informatie opgenomen in dit bericht kan vertrouwelijk zijn en 
is uitsluitend bestemd voor de geadresseerde. Indien u dit bericht 
onterecht ontvangt wordt u verzocht de inhoud niet te gebruiken en 
de afzender direct te informeren door het bericht te retourneren. 
==
The information contained in this message may be confidential 
and is intended to be exclusively for the addressee. Should you 
receive this message unintentionally, please do not use the contents 
herein and notify the sender immediately by return e-mail.


==
==
De informatie opgenomen in dit bericht kan vertrouwelijk zijn en 
is uitsluitend bestemd voor de geadresseerde. Indien u dit bericht 
onterecht ontvangt wordt u verzocht de inhoud niet te gebruiken en 
de afzender direct te informeren door het bericht te retourneren. 
==
The information contained in this message may be confidential 
and is intended to be exclusively for the addressee. Should you 
receive this message unintentionally, please do not use the contents 
herein and notify the sender immediately by return e-mail.


==




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=14132t=14121
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: how to configure callback for 2 numbers [7:14121]

2001-07-30 Thread [EMAIL PROTECTED]

Try this:

username sim callback-dialstring 99 password simiscute

CM



-Original Message-
From:   Sim, CT (Chee Tong) 
Sent:   30 July 2001 09:42
To: '[EMAIL PROTECTED]' , [EMAIL PROTECTED] , Sim, CT
(Chee Tong)
Subject:RE: how to configure callback for 2 numbers [7:14121]

Yes.. I tried this before, but it come out these errors..  what's wrong??/


access_server(config)#username sim password simiscute
callback-dialstring 99
% Overly long Password truncated after 25 characters
access_server(config)#username sim password simiscute callback-dialstring
99
% Overly long Password truncated after 25 characters
access_server(config)#username sim password simiscute [callback-dialstring
99]
% Overly long Password truncated after 25 characters

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]
Sent: Monday, July 30, 2001 5:23 PM
To: [EMAIL PROTECTED]; Sim, CT (Chee Tong)
Subject: RE: how to configure callback for 2 numbers [7:14121]



Specify the call back number in the username configuration:

username yourname password yourpassword callback-dialstring 88
username yourmate password hispassword callback-dialstring 77

CM


-Original Message-
From:   [EMAIL PROTECTED]  on behalf of
Sim, CT (Chee Tong) 
Sent:   30 July 2001 08:04
To: [EMAIL PROTECTED] 
Subject:how to configure callback for 2 numbers [7:14121]



 --
 From: Sim, CT (Chee Tong)[SMTP:[EMAIL PROTECTED]]
 Sent: Monday, July 30, 2001 9:04:53 AM
 To:   [EMAIL PROTECTED]
 Subject:  how to configure callback for 2 numbers [7:14121]
 Auto forwarded by a Rule
 
Dear all,

I want to make my access-server to callback my home phone no 888-888 and my
colleage phone no 777-777, once we use these two number to dial to the
access-server, , after verification, the access server will cut the line and
call back, no other number can be callbacked. 

Part of my config is as follow, Please tell me what else I need to configure
in order to make it work.  eg callback-dialstring and etc

interface Async1
 ip unnumbered Ethernet0
 encapsulation ppp
 no logging event subif-link-status
 async dynamic address
 async mode interactive
 peer default ip address dhcp
 ppp callback accept
 ppp authentication pap
!
line 1
 password 7 00059805050058
 autoselect ppp
 login local
 modem InOut
 length 0
 transport input all
 speed 115200
 flowcontrol hardware




==
De informatie opgenomen in dit bericht kan vertrouwelijk zijn en 
is uitsluitend bestemd voor de geadresseerde. Indien u dit bericht 
onterecht ontvangt wordt u verzocht de inhoud niet te gebruiken en 
de afzender direct te informeren door het bericht te retourneren. 
==
The information contained in this message may be confidential 
and is intended to be exclusively for the addressee. Should you 
receive this message unintentionally, please do not use the contents 
herein and notify the sender immediately by return e-mail.


==
==
De informatie opgenomen in dit bericht kan vertrouwelijk zijn en 
is uitsluitend bestemd voor de geadresseerde. Indien u dit bericht 
onterecht ontvangt wordt u verzocht de inhoud niet te gebruiken en 
de afzender direct te informeren door het bericht te retourneren. 
==
The information contained in this message may be confidential 
and is intended to be exclusively for the addressee. Should you 
receive this message unintentionally, please do not use the contents 
herein and notify the sender immediately by return e-mail.


==




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=14133t=14121
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: how to configure callback for 2 numbers [7:14121]

2001-07-30 Thread Farhan Ahmed

that was wrong command
wait i  m sending u the full config
u need to have ios 11.3 2 t or higher
4 win95 callback

Best Regards

Have A Good Day!!

***
Farhan Ahmed*
  MCSE+I, MCP Win2k, CCDA, CCNA, CSE
Network Engineer
Mideast Data Systems Abudhabi Uae.

***



Privileged/Confidential Information may be contained in this message or
Attachments hereto.  Please advise immediately if you or your employer do
not consent to Internet email for messages of this kind.  Opinions,
Conclusions and other information in this message that do not relate to the
Official business of this company shall be understood as neither given nor
Endorsed by it.


 -Original Message-
 From: Sim, CT (Chee Tong) [mailto:[EMAIL PROTECTED]]
 Sent: Monday, July 30, 2001 1:56 PM
 To: [EMAIL PROTECTED]
 Subject: RE: how to configure callback for 2 numbers [7:14121]
 
 
 Yes.. I tried this before, but it come out these errors..  
 what's wrong??/
 
 
 access_server(config)#username sim password simiscute
 callback-dialstring 99
 % Overly long Password truncated after 25 characters
 access_server(config)#username sim password simiscute 
 callback-dialstring
 99
 % Overly long Password truncated after 25 characters
 access_server(config)#username sim password simiscute 
 [callback-dialstring
 99]
 % Overly long Password truncated after 25 characters
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]]
 Sent: Monday, July 30, 2001 5:23 PM
 To: [EMAIL PROTECTED]; Sim, CT (Chee Tong)
 Subject: RE: how to configure callback for 2 numbers [7:14121]
 
 
 
 Specify the call back number in the username configuration:
 
 username yourname password yourpassword callback-dialstring 88
 username yourmate password hispassword callback-dialstring 77
 
 CM
 
 
 -Original Message-
 From: [EMAIL PROTECTED]  on behalf of
 Sim, CT (Chee Tong) 
 Sent: 30 July 2001 08:04
 To:   [EMAIL PROTECTED] 
 Subject:  how to configure callback for 2 numbers [7:14121]
 
 
 
  --
  From:   Sim, CT (Chee Tong)[SMTP:[EMAIL PROTECTED]]
  Sent:   Monday, July 30, 2001 9:04:53 AM
  To: [EMAIL PROTECTED]
  Subject:how to configure callback for 2 numbers [7:14121]
  Auto forwarded by a Rule
  
 Dear all,
 
 I want to make my access-server to callback my home phone no 
 888-888 and my
 colleage phone no 777-777, once we use these two number to dial to the
 access-server, , after verification, the access server will 
 cut the line and
 call back, no other number can be callbacked. 
 
 Part of my config is as follow, Please tell me what else I 
 need to configure
 in order to make it work.  eg callback-dialstring and etc
 
 interface Async1
  ip unnumbered Ethernet0
  encapsulation ppp
  no logging event subif-link-status
  async dynamic address
  async mode interactive
  peer default ip address dhcp
  ppp callback accept
  ppp authentication pap
 !
 line 1
  password 7 00059805050058
  autoselect ppp
  login local
  modem InOut
  length 0
  transport input all
  speed 115200
  flowcontrol hardware
 
 
 
 
 ==
 De informatie opgenomen in dit bericht kan vertrouwelijk zijn en 
 is uitsluitend bestemd voor de geadresseerde. Indien u dit bericht 
 onterecht ontvangt wordt u verzocht de inhoud niet te gebruiken en 
 de afzender direct te informeren door het bericht te retourneren. 
 ==
 The information contained in this message may be confidential 
 and is intended to be exclusively for the addressee. Should you 
 receive this message unintentionally, please do not use the contents 
 herein and notify the sender immediately by return e-mail.
 
 
 ==
 ==
 De informatie opgenomen in dit bericht kan vertrouwelijk zijn en 
 is uitsluitend bestemd voor de geadresseerde. Indien u dit bericht 
 onterecht ontvangt wordt u verzocht de inhoud niet te gebruiken en 
 de afzender direct te informeren door het bericht te retourneren. 
 ==
 The information contained in this message may be confidential 
 and is intended to be exclusively for the addressee. Should you 
 receive this message unintentionally, please do not use the contents 
 herein and notify the sender immediately by return e-mail.
 
 
 ==

[GroupStudy.com removed an attachment of type application/octet-stream which
had a name of Farhan Ahmed.vcf]




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=14141t=14121
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct

RE: how to configure callback for 2 numbers [7:14121]

2001-07-30 Thread Farhan Ahmed

try this
dont paste 

username caller1 callback-dialstring   password caller1
username caller2 callback-dialstring   password caler2

chat script dialout ABORT ERROR ABORT BUSY  AT OK ATDT \T TIMEOUT 30
CONNECT \c

interface loopback1
ip address 192.168.1.1

interface group-async 1
encapsulation ppp
ip unnumbered interface loopback1
ppp authentication pap 
async mode dedicated
peer default ip address pool ip-pool
ppp callback accept
group range 1 1


ip pool ip-pool 192.168.1.2 192.168.1.2

line 1
modem inout
no exec
script callback dialout
transport input all
modem autoconfigure discovery
stopbits 1
flow control hardware



u need to have ios 11.3 2 t or higher
4 win95 callback

send me debug ppp negotioation, authentication
if u have any problem
let me know


Best Regards

Have A Good Day!!

***
Farhan Ahmed*
  MCSE+I, MCP Win2k, CCDA, CCNA, CSE
Network Engineer
Mideast Data Systems Abudhabi Uae.

***



Privileged/Confidential Information may be contained in this message or
Attachments hereto.  Please advise immediately if you or your employer do
not consent to Internet email for messages of this kind.  Opinions,
Conclusions and other information in this message that do not relate to the
Official business of this company shall be understood as neither given nor
Endorsed by it.


 -Original Message-
 From: Sim, CT (Chee Tong) [mailto:[EMAIL PROTECTED]]
 Sent: Monday, July 30, 2001 1:56 PM
 To: [EMAIL PROTECTED]
 Subject: RE: how to configure callback for 2 numbers [7:14121]
 
 
 Yes.. I tried this before, but it come out these errors..  
 what's wrong??/
 
 
 access_server(config)#username sim password simiscute
 callback-dialstring 99
 % Overly long Password truncated after 25 characters
 access_server(config)#username sim password simiscute 
 callback-dialstring
 99
 % Overly long Password truncated after 25 characters
 access_server(config)#username sim password simiscute 
 [callback-dialstring
 99]
 % Overly long Password truncated after 25 characters
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]]
 Sent: Monday, July 30, 2001 5:23 PM
 To: [EMAIL PROTECTED]; Sim, CT (Chee Tong)
 Subject: RE: how to configure callback for 2 numbers [7:14121]
 
 
 
 Specify the call back number in the username configuration:
 
 username yourname password yourpassword callback-dialstring 88
 username yourmate password hispassword callback-dialstring 77
 
 CM
 
 
 -Original Message-
 From: [EMAIL PROTECTED]  on behalf of
 Sim, CT (Chee Tong) 
 Sent: 30 July 2001 08:04
 To:   [EMAIL PROTECTED] 
 Subject:  how to configure callback for 2 numbers [7:14121]
 
 
 
  --
  From:   Sim, CT (Chee Tong)[SMTP:[EMAIL PROTECTED]]
  Sent:   Monday, July 30, 2001 9:04:53 AM
  To: [EMAIL PROTECTED]
  Subject:how to configure callback for 2 numbers [7:14121]
  Auto forwarded by a Rule
  
 Dear all,
 
 I want to make my access-server to callback my home phone no 
 888-888 and my
 colleage phone no 777-777, once we use these two number to dial to the
 access-server, , after verification, the access server will 
 cut the line and
 call back, no other number can be callbacked. 
 
 Part of my config is as follow, Please tell me what else I 
 need to configure
 in order to make it work.  eg callback-dialstring and etc
 
 interface Async1
  ip unnumbered Ethernet0
  encapsulation ppp
  no logging event subif-link-status
  async dynamic address
  async mode interactive
  peer default ip address dhcp
  ppp callback accept
  ppp authentication pap
 !
 line 1
  password 7 00059805050058
  autoselect ppp
  login local
  modem InOut
  length 0
  transport input all
  speed 115200
  flowcontrol hardware
 
 
 
 
 ==
 De informatie opgenomen in dit bericht kan vertrouwelijk zijn en 
 is uitsluitend bestemd voor de geadresseerde. Indien u dit bericht 
 onterecht ontvangt wordt u verzocht de inhoud niet te gebruiken en 
 de afzender direct te informeren door het bericht te retourneren. 
 ==
 The information contained in this message may be confidential 
 and is intended to be exclusively for the addressee. Should you 
 receive this message unintentionally, please do not use the contents 
 herein and notify the sender immediately by return e-mail.
 
 
 ==
 ==
 De informatie opgenomen in dit bericht kan vertrouwelijk zijn en 
 is uitsluitend bestemd voor de geadresseerde. Indien u dit bericht 
 onterecht ontvangt wordt u verzocht de inhoud niet te gebruiken en 
 de afzender direct te informeren door het bericht te retourneren

Fw: callback [7:13326]

2001-07-23 Thread kostas aggelakis

Hello,
Has anyone tried to make ppp callback between
a router (1601) and microsoft windows pc over an isdn BRI line?
I will appreciate any help!




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=13326t=13326
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Fw: callback [7:13326]

2001-07-23 Thread Charlie Hartwell

You need to use a technique called MS-Callback it is documented on
the Cisco website in the access-dial cookbook area. It is also
documented here

http://www.cisco.com/univercd/cc/td/doc/product/software/ios120/12cgcr/dial_c/dccalldd.htm#xtocid75233

Sorry about the wrap.

Cheers

Charlie

 --- kostas aggelakis  wrote:  Hello,
 Has anyone tried to make ppp callback between
 a router (1601) and microsoft windows pc over an isdn BRI line?
 I will appreciate any help!
[EMAIL PROTECTED] 


Do You Yahoo!?
Get your free @yahoo.co.uk address at http://mail.yahoo.co.uk
or your free @yahoo.ie address at http://mail.yahoo.ie




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=13328t=13326
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Problems with callback using a rotary interface? [7:12259]

2001-07-13 Thread nrf

Hope you don't mind me sending you all my problems I find in my lab.  Maybe
you can use them as a learning tool - 'weird' ISP-Dial problems which you
may also encounter in the lab.

So I am trying to set up modem to modem PPP callback between a PC and a
router Aux port.  Everything is cool when I put all the configurations on
the router's async interface.  The router calls back, and it works fine.

Then I try to do callback using a rotary-group (interface dialer 1).  This
does not work.  The router attempts to callback, but is unsuccessful.  I do
debug dialer, and I get this:

DDR: Callback timer expired
01:57:19: Di1 DDR: beginning callback to PC 102
01:57:19: Di1 DDR: No interface available for callback to PC 102
01:57:19: DDR: Freeing callback to PC  102

So I believe the problem is that somehow the async interface is never
released from the rotary group, so when the callback is attempted, the
rotary-group thinks that there are no are no free async interfaces, and the
callback fails.

Anyone know of a way to speed up the release of the async interface from the
rotary-group or perhaps to increase the callback time-out so that this does
not happen?

Thanx




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=12259t=12259
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: Problems with callback using a rotary interface? [7:12259]

2001-07-13 Thread Hire, Ejay

Couple of things.

1.  Debug modemcap and make sure it's sending c1d2 as part of the config
string.
2.  Check your dial Chat string.  If it contains ATZ, then that will
override the atc1d2.  If it does contain ATZ, then change it to
Atfc1d2^M
3.  If neither of these fixes it, add pulse-time 5 to your dialer
interface.  It's possible the router isn't dropping dtr for long enough to
clear the line.

-Ejay
-Original Message-
From: nrf [mailto:[EMAIL PROTECTED]]
Sent: Friday, July 13, 2001 7:15 AM
To: [EMAIL PROTECTED]
Subject: Problems with callback using a rotary interface? [7:12259]


Hope you don't mind me sending you all my problems I find in my lab.  Maybe
you can use them as a learning tool - 'weird' ISP-Dial problems which you
may also encounter in the lab.

So I am trying to set up modem to modem PPP callback between a PC and a
router Aux port.  Everything is cool when I put all the configurations on
the router's async interface.  The router calls back, and it works fine.

Then I try to do callback using a rotary-group (interface dialer 1).  This
does not work.  The router attempts to callback, but is unsuccessful.  I do
debug dialer, and I get this:

DDR: Callback timer expired
01:57:19: Di1 DDR: beginning callback to PC 102
01:57:19: Di1 DDR: No interface available for callback to PC 102
01:57:19: DDR: Freeing callback to PC  102

So I believe the problem is that somehow the async interface is never
released from the rotary group, so when the callback is attempted, the
rotary-group thinks that there are no are no free async interfaces, and the
callback fails.

Anyone know of a way to speed up the release of the async interface from the
rotary-group or perhaps to increase the callback time-out so that this does
not happen?

Thanx




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=12269t=12259
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: Problems with callback using a rotary interface? [7:12259]

2001-07-13 Thread Nigel Taylor

I think you might want to take a look at this link.   Is it possible that
you don't have a script reset defined under the aux line which tells
the interface how to deal with the line when it drops the connection. 
Also, you could check to see if your modem is already defined in the
modemcap database in which case the modem autoconfigure discovery
should provide you with the initialization string for your particular
modem.  Running a debug confmodem would display those settings...

here's a couple good links... to always know...

http://www.cisco.com/pcgi-bin/Support/PSP/index.pl?i=Technologies#Access

http://www.cisco.com/pcgi-bin/Support/PSP/psp_view.pl?p=Internetworking:ASYNC

HTH

Nigel

 

From: Hire, EjayReply-To: Hire, Ejay To: [EMAIL PROTECTED]
Subject: RE: Problems with callback using a rotary interface? [7:12259]
Date: Fri, 13 Jul 2001 10:09:37 -0400  Couple of things.  1. Debug
modemcap and make sure it's sending c1d2 as part of the config string.
2. Check your dial Chat string. If it contains ATZ, then that will
override the atc1d2. If it does contain ATZ, then change it to
Atfc1d2^M 3. If neither of these fixes it, add pulse-time 5 to
your dialer interface. It's possible the router isn't dropping dtr for
long enough to clear the line.  -Ejay -Original Message-
From: nrf [mailto:[EMAIL PROTECTED]] Sent: Friday, July 13, 2001
7:15 AM To: [EMAIL PROTECTED] Subject: Problems with callback using
a rotary interface? [7:12259]   Hope you don't mind me sending you all
my problems I find in my lab. Maybe you can use them as a learning tool
- 'weird' ISP-Dial problems which you may also encounter in the lab. 
So I am trying to set up modem to modem PPP callback between a PC and a
router Aux port. Everything is cool when I put all the configurations on
the router's async interface. The router calls back, and it works fine.
 Then I try to do callback using a rotary-group (interface dialer 1).
This does not work. The router attempts to callback, but is
unsuccessful. I do debug dialer, and I get this:  DDR: Callback timer
expired 01:57:19: Di1 DDR: beginning callback to PC 102 01:57:19: Di1
DDR: No interface available for callback to PC 102 01:57:19: DDR:
Freeing callback to PC 102  So I believe the problem is that somehow
the async interface is never released from the rotary group, so when the
callback is attempted, the rotary-group thinks that there are no are no
free async interfaces, and the callback fails.  Anyone know of a way
to speed up the release of the async interface from the rotary-group or
perhaps to increase the callback time-out so that this does not happen?
misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Get your FREE download of MSN Explorer at http://explorer.msn.com




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=12280t=12259
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



about callback [7:9487]

2001-06-22 Thread Eric ding

i want to implement async-ppp callback between an access server and a
pc,also i read the following url:
 http://www.cisco.com/warp/customer/793/access_dial/async_ppp.html
and apple it to my access router and laptop.
i doesn't work!
the debug output is as follow:
..
(omit)
..
(o02:01:03: TTY5 Callback process initiated, user: callback dialstring
85313850
02:01:11: TTY5 Callback forced wait = 30 seconds
02:01:41: CHAT5: Asserting DTR
02:01:41: CHAT5: Chat script offhook started
02:01:41: CHAT5: Chat script offhook finished, status = Success
02:01:41: CHAT5: Asserting DTR
02:01:41: CHAT5: Chat script callback started
02:02:29: CHAT5: Chat script callback finished, status = Success
02:02:29: TTY5 Exec Callback Successful - await exec/autoselect pickup
02:02:29: TTY5: DSR came up
02:02:29: TTY5: Callback in effect
02:02:29: tty5: Modem: IDLE-READY
02:02:29: TTY5: EXEC creation
*Mar  1 02:02:32: %LINK-3-UPDOWN: Interface Async5, changed state to up
02:02:55: TTY5: Async Int reset: Dropping DTR
02:02:56: Async5: asking modem_process to hangup TTY5
02:02:56: TTY5: dropping DTR, hanging up
02:02:56: tty5: Modem: HANGUP-IDLE
*Mar  1 02:02:57: %LINK-3-UPDOWN: Interface Async5, changed state to down
02:03:01: TTY5: restoring DTR
02:03:02: TTY5: autoconfigure probe started
mit)
does it a problem lie on the side of router or computer?
i ues windows NT2000 5.00.2195 service pack 2




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=9487t=9487
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: about callback [7:9487]

2001-06-22 Thread Charles Manafa

From the debug output, it appears that callback was successful. I believe
the problem is with Win2k. Check the Event viewer, and modem log. LLC
negotiation can also be problematic.

CM 

-Original Message-
From: Eric ding
To: [EMAIL PROTECTED]
Sent: 22/06/01 09:09
Subject: about callback [7:9487]

i want to implement async-ppp callback between an access server and a
pc,also i read the following url:
 http://www.cisco.com/warp/customer/793/access_dial/async_ppp.html
and apple it to my access router and laptop.
i doesn't work!
the debug output is as follow:
..
(omit)
..
(o02:01:03: TTY5 Callback process initiated, user: callback dialstring
85313850
02:01:11: TTY5 Callback forced wait = 30 seconds
02:01:41: CHAT5: Asserting DTR
02:01:41: CHAT5: Chat script offhook started
02:01:41: CHAT5: Chat script offhook finished, status = Success
02:01:41: CHAT5: Asserting DTR
02:01:41: CHAT5: Chat script callback started
02:02:29: CHAT5: Chat script callback finished, status = Success
02:02:29: TTY5 Exec Callback Successful - await exec/autoselect pickup
02:02:29: TTY5: DSR came up
02:02:29: TTY5: Callback in effect
02:02:29: tty5: Modem: IDLE-READY
02:02:29: TTY5: EXEC creation
*Mar  1 02:02:32: %LINK-3-UPDOWN: Interface Async5, changed state to up
02:02:55: TTY5: Async Int reset: Dropping DTR
02:02:56: Async5: asking modem_process to hangup TTY5
02:02:56: TTY5: dropping DTR, hanging up
02:02:56: tty5: Modem: HANGUP-IDLE
*Mar  1 02:02:57: %LINK-3-UPDOWN: Interface Async5, changed state to
down
02:03:01: TTY5: restoring DTR
02:03:02: TTY5: autoconfigure probe started
mit)
does it a problem lie on the side of router or computer?
i ues windows NT2000 5.00.2195 service pack 2




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=9530t=9487
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



PPP Callback initiate and PPP callabck request [7:2175]

2001-04-27 Thread [EMAIL PROTECTED]

I have some notes scrawled in my copy of the BCRAN book.  They tell me that
initiate is the IOS 11.2 command, and request is the 12.0 command.  I have
no idea where I got this from - maybe the command references or the dial
cookbook.

I also have a note saying that initiate is used for non-RFC compliant
calls.  I'm not quite sure which RFC this is referring to.

Take this with a big chunk of salt - I've never used these commands.  I'm
sure you can check this against the command references as easily as I can,
so I won't do that now - it will be good for your study :-)

TGIF - have a good weekend, all.

JMcL
-- Forwarded by Jenny Mcleod/NSO/CSDA on 27/04/2001
04:38 pm ---


Gopinath Pulyankote @groupstudy.com on 27/04/2001
07:04:37 am

Please respond to Gopinath Pulyankote 

Sent by:  [EMAIL PROTECTED]



To:   [EMAIL PROTECTED]
cc:


Subject:  PPP Callback initiate and PPP callabck request [7:2175]


Hi,
 In the BCRAN book by Catherine  Paquet, it mentions the command for
setting
up a PPP call back client as
ppp callback initiate (page 127)
whereas on the Cisco site and the config example (on the same page)  the
command shown as
ppp callback request
(http://www.cisco.com/warp/public/793/access_dial/isdn-ppp-callback.html)
Which is correct?
Is there a difference between Async callback and ISDN callback setup??
'cause if you search for callback initiate the results show up for all
async related stuff and for callback request all ISDN stuff.

Am confused!
FAQ, list archives, and subscription info:
http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=2227t=2175
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: [PPP Callback initiate and PPP callabck request [7:2175]

2001-04-27 Thread Ravi Kumar

hi

ppp accept  
this is the command at call-back server

ppp request
this is the command at call-back client

bye
 

[EMAIL PROTECTED]  wrote:
I have some notes scrawled in my copy of the BCRAN book.  They tell me that
initiate is the IOS 11.2 command, and request is the 12.0 command.  I have
no idea where I got this from - maybe the command references or the dial
cookbook.

I also have a note saying that initiate is used for non-RFC compliant
calls.  I'm not quite sure which RFC this is referring to.

Take this with a big chunk of salt - I've never used these commands.  I'm
sure you can check this against the command references as easily as I can,
so I won't do that now - it will be good for your study :-)

TGIF - have a good weekend, all.

JMcL
-- Forwarded by Jenny Mcleod/NSO/CSDA on 27/04/2001
04:38 pm ---


Gopinath Pulyankote @groupstudy.com on 27/04/2001
07:04:37 am

Please respond to Gopinath Pulyankote 

Sent by:  [EMAIL PROTECTED]



To:   [EMAIL PROTECTED]
cc:


Subject:  PPP Callback initiate and PPP callabck request [7:2175]


Hi,
 In the BCRAN book by Catherine  Paquet, it mentions the command for
setting
up a PPP call back client as
ppp callback initiate (page 127)
whereas on the Cisco site and the config example (on the same page)  the
command shown as
ppp callback request
(http://www.cisco.com/warp/public/793/access_dial/isdn-ppp-callback.html)
Which is correct?
Is there a difference between Async callback and ISDN callback setup??
'cause if you search for callback initiate the results show up for all
async related stuff and for callback request all ISDN stuff.

Am confused!
FAQ, list archives, and subscription info:
http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
FAQ, list archives, and subscription info:
http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Get free email and a permanent address at http://www.netaddress.com/?N=1




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=2239t=2175
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



PPP Callback initiate and PPP callabck request [7:2175]

2001-04-26 Thread Gopinath Pulyankote

Hi,
 In the BCRAN book by Catherine  Paquet, it mentions the command for setting
up a PPP call back client as
ppp callback initiate (page 127)
whereas on the Cisco site and the config example (on the same page)  the
command shown as
ppp callback request
(http://www.cisco.com/warp/public/793/access_dial/isdn-ppp-callback.html)
Which is correct?
Is there a difference between Async callback and ISDN callback setup??
'cause if you search for callback initiate the results show up for all
async related stuff and for callback request all ISDN stuff.

Am confused!




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=2175t=2175
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



BCRAN PPP Callback Example [7:1209]

2001-04-19 Thread Albert Lu

Hello Group,

I'm having a little problem trying out the PPP callback example in the BCRAN
book on page 126.

One of the problem is the section:

map-class dialer dial1
dialer callback-server username
dialer hold-queue timeout 60 =***

The line I indicated won't work. There is no "hold-queue" option available.

The second problem is when I'm entering "dialer callback-secure" for one of
the async interface, and the IOS replis "%Configure a "dialer in-band"
first".

I'm trying these commmands on a 2511 with IOS Version 12.0(9) Enterprise.

Any feedback would be great.

Thanks


Albert




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=1209t=1209
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



PPP callback

2001-03-12 Thread Roberto Luesma

I've been trying to implement PPP callback for remote Microsoft hots. =
The
access server is a Cisco 2509 router.

Configuration seems to be OK but everytime we dial into the access =
server
with the username/password we don't get disconnected and no callback is
performed.

Looking into Cisco documentation, we found out that in order to run
Microsoft callback, we need Cisco IOS 11.3.2 T or later.

This is the version we have:

IOS (tm) 3000 Software (IGS-I-L), Version 11.0(16), RELEASE SOFTWARE =
(fc1)
Copyright (c) 1986-1997 by cisco Systems, Inc.

Anibody can tell me if we need an update?? Is this version enough for =
our
goal???

Roberto Luesma
Business Technology Services


_
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Callback btw router and win

2001-03-01 Thread Tomaz Klemencic

Hi all !

I am trying to connect win2000 station to cisco 2600 and to use callback. I
get connected, authenticated and
callback doesn`t happen. Station stays connected as if there was no callback
configured on the router. If I remove dialer callback-secure command from
dialer interface, call gets rejected and the "number of incoming call
rejected for callback" under sh dial are incremented. Does anybody have any
sugestions or maybe working config for this situation ? Here is my config:

username test callback-dialstring 123 password xxx
ip subnet-zero
isdn switch-type basic-net3
!
nterface BRI1/1
  no ip address
 no ip directed-broadcast
 encapsulation ppp
 dialer pool-member 2
 isdn switch-type basic-net3
 ppp authentication ms-chap chap
!
interface Dialer3
 ip unnumbered Loopback1
 no ip directed-broadcast
 ip nat inside
 encapsulation ppp
 dialer remote-name dostop
 dialer idle-timeout 100
 dialer callback-secure
 dialer string 123 class test
 dialer caller 123 callback
 dialer pool 2
 dialer-group 1
 peer default ip address pool dostop
 ppp callback accept
 ppp authentication ms-chap chap
!
ip local pool dostop 192.168.31.1 192.168.31.2
!
map-class dialer test
 dialer callback-server username
dialer-list 1 protocol ip permit

-
Tomaz Klemencic
Hermes Plus, d.d., PE Celje
Kersnikova 19, 3000 Celje
+386-3-4284022

_
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Callback btw router and win

2001-03-01 Thread Charlie Hartwell


 OK, you've got a nice combination of ppp-callback, ms-callback, and
ISDN (CLI) callback all combined in that config.

 You need to just have ms-callback so remove the "class test" stuff
from the dialer sting and also the "dialer caller 123 callback" line,
then change the "dialer remote-name" to "test".

 That ought to do it.

 If you change the username section to "username test
callback-dialstring "" password x" the remote client will be
prompted for a callback number.

Good luck!

Charlie


--- Tomaz Klemencic [EMAIL PROTECTED] wrote:  Hi all !
 
 I am trying to connect win2000 station to cisco 2600 and to use
 callback. I
 get connected, authenticated and
 callback doesn`t happen. Station stays connected as if there was no
 callback
 configured on the router. If I remove dialer callback-secure
 command from
 dialer interface, call gets rejected and the "number of incoming
 call
 rejected for callback" under sh dial are incremented. Does anybody
 have any
 sugestions or maybe working config for this situation ? Here is my
 config:
 
 username test callback-dialstring 123 password xxx
 ip subnet-zero
 isdn switch-type basic-net3
 !
 nterface BRI1/1
   no ip address
  no ip directed-broadcast
  encapsulation ppp
  dialer pool-member 2
  isdn switch-type basic-net3
  ppp authentication ms-chap chap
 !
 interface Dialer3
  ip unnumbered Loopback1
  no ip directed-broadcast
  ip nat inside
  encapsulation ppp
  dialer remote-name dostop
  dialer idle-timeout 100
  dialer callback-secure
  dialer string 123 class test
  dialer caller 123 callback
  dialer pool 2
  dialer-group 1
  peer default ip address pool dostop
  ppp callback accept
  ppp authentication ms-chap chap
 !
 ip local pool dostop 192.168.31.1 192.168.31.2
 !
 map-class dialer test
  dialer callback-server username
 dialer-list 1 protocol ip permit
 
 -
 Tomaz Klemencic
 Hermes Plus, d.d., PE Celje
 Kersnikova 19, 3000 Celje
 +386-3-4284022
 
 _
 FAQ, list archives, and subscription info:
 http://www.groupstudy.com/list/cisco.html
 Report misconduct and Nondisclosure violations to
[EMAIL PROTECTED]


__
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. 
http://personal.mail.yahoo.com/

_
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Need advise on PPP async callback server configuration

2001-02-12 Thread Alex Lee

I was trying to do this async callback in my lab. Have tried to get answer
from books and Cisco website for quite some time but with no luck. Seek help
from the group.

By looking at the debug info, seemed the callback client is working OK but
missed something on the callback server side as there was no callback.

Callback server :-

c2509rj#sh run
Building configuration...

Current configuration:
!
version 11.2
no service password-encryption
no service udp-small-servers
no service tcp-small-servers
!
hostname c2509rj
!
enable secret 5 $1$FNXZ$OXAMRvJMI90li81Ua.h3b1
!
username c2501 password 0 samepass
chat-script call-c2501 ABORT ERROR "" "AT Z" OK "ATDT \T" TIMEOUT 30 CONNECT
\c
!
interface Loopback1
 ip address 1.1.1.1 255.255.0.0
 no logging event subif-link-status
!
interface Ethernet0
 no ip address
 no logging event subif-link-status
 shutdown
!
interface Serial0
 no ip address
 no logging event subif-link-status
 shutdown
!
interface Async2
 ip address 10.1.1.7 255.255.255.0
 encapsulation ppp
 no logging event subif-link-status
 async mode interactive
 dialer in-band
 dialer callback-secure
 dialer idle-timeout 200
 dialer wait-for-carrier-time 120
 dialer map ip 10.1.1.8 name c2501 class dial1 102
 dialer hold-queue 60
 dialer-group 1
 ppp callback accept
 ppp authentication chap
!
no ip classless
!
map-class dialer dial1
 dialer callback-server username
dialer-list 1 protocol ip permit
!
line con 0
 exec-timeout 0 0
line 1
 no exec
 transport input all
line 2
 password samepass
 autoselect during-login
 autoselect ppp
 script callback call-c2501
 login local
 modem InOut
 modem autoconfigure discovery
 transport input all
 stopbits 1
 speed 115200
 flowcontrol hardware
line 3 8
line aux 0
line vty 0 4
 login
!
end


Callback Client
=
c2501#sh run
Building configuration...

Current configuration:
!
version 11.2
no service password-encryption
no service udp-small-servers
no service tcp-small-servers
!
hostname c2501
!
!
username c2509rj password 0 samepass
chat-script dial-c2509rj "" "AT Z" OK "ATDT \T" TIMEOUT 300 CONNECT \c
!
interface Ethernet0
 no ip address
 shutdown
!
interface Serial0
 no ip address
 shutdown
 no fair-queue
!
interface Serial1
 no ip address
 shutdown
!
interface Async1
 ip address 10.1.1.8 255.255.255.0
 encapsulation ppp
 async mode interactive
 dialer in-band
 dialer map ip 10.1.1.7 name c2509rj 101
 dialer-group 1
 ppp callback request
 ppp authentication chap
!
no ip classless
!
dialer-list 1 protocol ip permit
!
line con 0
 exec-timeout 0 0
line aux 0
 password samepass
 script dialer dial-c2509rj
 login local
 modem InOut
 modem autoconfigure discovery
 transport input all
 stopbits 1
 rxspeed 38400
 txspeed 38400
 flowcontrol hardware
line vty 0 4
 login
!
end


Debug

c2501#ping 10.1.1.7

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 10.1.1.7, timeout is 2 seconds:

Async1: Dialing cause ip (s=10.1.1.8, d=10.1.1.7)
Async1: Attempting to dial 101
CHAT1: Attempting async line dialer script
CHAT1: Dialing using Modem script: dial-c2509rj   System script: none
CHAT1: process started
CHAT1: Asserting DTR
CHAT1: Chat script dial-c2509rj started
CHAT1: Sending string: AT Z
CHAT1: Expecting string: OK
CHAT1: Completed match for expect: OK
CHAT1: Sending string: ATDT \T
CHAT1: Expecting string: CONNECT.
Success rate is 0 percent (0/5)
c2501#
CHAT1: Completed match for expect: CONNECT
CHAT1: Sending string: \c
CHAT1: Chat script dial-c2509rj finished, status = Success
%LINK-3-UPDOWN: Interface Async1, changed state to up
As1 PPP: Treating connection as a callout
%LINK-3-UPDOWN: Interface Async2, changed state to up
Async2: Dialer received incoming call from unknown
Async2:Callback server starting to c2501 102
Async2: disconnecting call
As1 PPP: Phase is AUTHENTICATING, by both
As1 CHAP: O CHALLENGE id 9 len 26 from "c2501"
As1 CHAP: I CHALLENGE id 9 len 28 from "c2509rj"
As1 CHAP: O RESPONSE id 9 len 26 from "c2501"
As1 CHAP: I SUCCESS id 9 len 4
As1 CHAP: I RESPONSE id 9 len 28 from "c2509rj"
As1 CHAP: O SUCCESS id 9 len 4
Async1: Callback negotiated - waiting for server disconnect
%LINK-5-CHANGED: Interface Async2, changed state to reset
%LINK-5-CHANGED: Interface Async1, changed state to reset
Callback client for c2509rj 101 created
%LINK-3-UPDOWN: Interface Async2, changed state to down
%LINK-3-UPDOWN: Interface Async1, changed state to down
Async2: re-enable timeout
callback triggered by dialer_timers
Async2:beginning callback to c2501 102
Async2: Attempting to dial 102
CHAT2: Attempting async line dialer script
CHAT2: no matching chat script found for 102
Async2: Unable to dial 102.
: Dialing failed, 0 packets unqueued and discarded
: unable to dial callback return call
Freeing callback to c2501 102
Async1: re-enable timeout
Async2: re-enable timeout
No callback received from c2509rj 101
Freeing callback to 

callback

2000-11-22 Thread Frank

when i dial in a 3640 ,before i setup the callback ,the user "frank"works,
after i setup callback ,and added the user "tom",tom works,the callback
succeeded,
but "frank" failed,so i guess the router must think "frank" is also a
callback user.Actually ,it's not .
I want to make some users be callback users,others not ,how can make such
config on the router ?

thanks.

frank

the following is cut from the running config:
username frank password 0 dd
username tom callback-dialstring 1001 password 0 ee
!

interface Group-Async1
 ip unnumbered Serial1/0
 no ip directed-broadcast
 encapsulation ppp
 dialer in-band
 dialer callback-secure
 async default routing
 async mode interactive
 peer default ip address pool default
 ppp callback initiate
 ppp authentication chap
 group-range 65 72
!




_
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: callback

2000-11-22 Thread Evan Francen

Router(config-if)#no dialer callback-secure   

This command ensures that the initial call is always disconnected at the
receiving end and the return call is made only if the username is configured
for callback. If the username (hostname in the dialer map command) is not
configured for callback, the initial call stays up and no return call is
made.

So if you want to accept callback clients as well as non-callback clients,
you will need to disable callback security

Hope this helps



-Original Message-
From: Frank [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 22, 2000 7:47 AM
To: [EMAIL PROTECTED]
Subject: callback


when i dial in a 3640 ,before i setup the callback ,the user "frank"works,
after i setup callback ,and added the user "tom",tom works,the callback
succeeded,
but "frank" failed,so i guess the router must think "frank" is also a
callback user.Actually ,it's not .
I want to make some users be callback users,others not ,how can make such
config on the router ?

thanks.

frank

the following is cut from the running config:
username frank password 0 dd
username tom callback-dialstring 1001 password 0 ee
!

interface Group-Async1
 ip unnumbered Serial1/0
 no ip directed-broadcast
 encapsulation ppp
 dialer in-band
 dialer callback-secure
 async default routing
 async mode interactive
 peer default ip address pool default
 ppp callback initiate
 ppp authentication chap
 group-range 65 72
!




_
FAQ, list archives, and subscription info:
http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

_
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: How to configure Callback in AS5800

2000-10-24 Thread qaiser
Title: RE: How to configure Callback in AS5800





If you have Windows NT 4.0 with RAS installed, you can configure the callback.


-Original Message-
From: Rocky Joe [mailto:[EMAIL PROTECTED]]
Sent: Tue, October 24, 2000 7:27 AM
To: [EMAIL PROTECTED]
Subject: Re: How to configure Callback in AS5800



Thanks.
But I need to access AS5800 by Microsoft Windows Client. So I will
configure MS Callback in 5800. Where will I find it? or Sample?


--
Rocky Joe


AISI-North
AsiaInfo Technologies (China),Inc.
Tel: (8610)62501658 Ext 5317
Email:[EMAIL PROTECTED]
Sam LI [EMAIL PROTECTED] wrote in message
006801c03cdf$7839c780$[EMAIL PROTECTED]" TARGET="_blank">news:006801c03cdf$7839c780$[EMAIL PROTECTED]...

 try

http://www.cisco.com/univercd/cc/td/doc/product/access/acs_serv/5300/53swcf2
 /5300bas2.htm
 or try to search the topic ppp callback
 - Original Message -
 From: cisco [EMAIL PROTECTED]
 Newsgroups: groupstudy.cisco
 To: [EMAIL PROTECTED]
 Sent: Monday, October 23, 2000 12:15 PM
 Subject: How to configure Callback in AS5800


  Hi,
 
  Who can tell me how to configure callback in AS5800?
  I hope to restrict this callback by username. What can I do?
  Thanks.
 
  --
  Rocky Joe
 
  AISI-North
  AsiaInfo Technologies (China),Inc.
  Tel: (8610)62501658 Ext 5317
  Email:[EMAIL PROTECTED]
 
 
  _
  FAQ, list archives, and subscription info:
 http://www.groupstudy.com/list/cisco.html
  Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

 _
 FAQ, list archives, and subscription info:
http://www.groupstudy.com/list/cisco.html
 Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]




_
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]




***
* The information transmitted  in this e-Mail,  and any files transmitted *
* with it,  is  confidential  and  intended  solely  for  the  use of the *
* individual(s)  to whom  it is addressed.   Any review,  retransmission, *
* dissemination  or other use of  or taking action  in reliance upon this *
* information by persons or entities other than the intended recipient(s) *
* is prohibited.   Any views  or opinions  expressed  are solely those of *
* the author,  and do not necessarily  represent those of Riyad Bank.  If *
* you have received  this message in error,  please notify the sender and *
* the system manager at [EMAIL PROTECTED] and delete the material *
* from your computer. *
* *
* This footnote confirms that this message and any associated attachments *
* have been scanned by MIMESweeper for content security  and the presence *
* of computer viruses.*
***



Re: How to configure Callback in AS5800

2000-10-24 Thread Sam LI

http://www.cisco.com/warp/customer/793/access_dial/async_ppp.html


- Original Message -
From: Rocky Joe [EMAIL PROTECTED]
Newsgroups: groupstudy.cisco
To: [EMAIL PROTECTED]
Sent: Tuesday, October 24, 2000 12:27 PM
Subject: Re: How to configure Callback in AS5800


 Thanks.
 But I need to access AS5800 by Microsoft Windows Client. So I will
 configure MS Callback in 5800.  Where will I find it?  or Sample?

 --
 Rocky Joe

 AISI-North
 AsiaInfo Technologies (China),Inc.
 Tel: (8610)62501658 Ext 5317
 Email:[EMAIL PROTECTED]
 "Sam LI" [EMAIL PROTECTED] wrote in message
 006801c03cdf$7839c780$[EMAIL PROTECTED]">news:006801c03cdf$7839c780$[EMAIL PROTECTED]...
 
  try
 

http://www.cisco.com/univercd/cc/td/doc/product/access/acs_serv/5300/53swcf2
  /5300bas2.htm
  or try to search the topic "ppp callback"
  - Original Message -
  From: cisco [EMAIL PROTECTED]
  Newsgroups: groupstudy.cisco
  To: [EMAIL PROTECTED]
  Sent: Monday, October 23, 2000 12:15 PM
  Subject: How to configure Callback in AS5800
 
 
   Hi,
  
   Who can tell me how to configure callback in AS5800?
   I hope to restrict this callback by username. What can I do?
   Thanks.
  
   --
   Rocky Joe
  
   AISI-North
   AsiaInfo Technologies (China),Inc.
   Tel: (8610)62501658 Ext 5317
   Email:[EMAIL PROTECTED]
  
  
   _
   FAQ, list archives, and subscription info:
  http://www.groupstudy.com/list/cisco.html
   Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
 
  _
  FAQ, list archives, and subscription info:
 http://www.groupstudy.com/list/cisco.html
  Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
 


 _
 FAQ, list archives, and subscription info:
http://www.groupstudy.com/list/cisco.html
 Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

_
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: How to configure Callback in AS5800

2000-10-23 Thread Sam LI


try
http://www.cisco.com/univercd/cc/td/doc/product/access/acs_serv/5300/53swcf2
/5300bas2.htm
or try to search the topic "ppp callback"
- Original Message -
From: cisco [EMAIL PROTECTED]
Newsgroups: groupstudy.cisco
To: [EMAIL PROTECTED]
Sent: Monday, October 23, 2000 12:15 PM
Subject: How to configure Callback in AS5800


 Hi,

 Who can tell me how to configure callback in AS5800?
 I hope to restrict this callback by username. What can I do?
 Thanks.

 --
 Rocky Joe

 AISI-North
 AsiaInfo Technologies (China),Inc.
 Tel: (8610)62501658 Ext 5317
 Email:[EMAIL PROTECTED]


 _
 FAQ, list archives, and subscription info:
http://www.groupstudy.com/list/cisco.html
 Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

_
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: How to configure Callback in AS5800

2000-10-23 Thread Rocky Joe

Thanks.
But I need to access AS5800 by Microsoft Windows Client. So I will
configure MS Callback in 5800.  Where will I find it?  or Sample?

--
Rocky Joe

AISI-North
AsiaInfo Technologies (China),Inc.
Tel: (8610)62501658 Ext 5317
Email:[EMAIL PROTECTED]
"Sam LI" [EMAIL PROTECTED] wrote in message
006801c03cdf$7839c780$[EMAIL PROTECTED]">news:006801c03cdf$7839c780$[EMAIL PROTECTED]...

 try

http://www.cisco.com/univercd/cc/td/doc/product/access/acs_serv/5300/53swcf2
 /5300bas2.htm
 or try to search the topic "ppp callback"
 - Original Message -
 From: cisco [EMAIL PROTECTED]
 Newsgroups: groupstudy.cisco
 To: [EMAIL PROTECTED]
 Sent: Monday, October 23, 2000 12:15 PM
 Subject: How to configure Callback in AS5800


  Hi,
 
  Who can tell me how to configure callback in AS5800?
  I hope to restrict this callback by username. What can I do?
  Thanks.
 
  --
  Rocky Joe
 
  AISI-North
  AsiaInfo Technologies (China),Inc.
  Tel: (8610)62501658 Ext 5317
  Email:[EMAIL PROTECTED]
 
 
  _
  FAQ, list archives, and subscription info:
 http://www.groupstudy.com/list/cisco.html
  Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

 _
 FAQ, list archives, and subscription info:
http://www.groupstudy.com/list/cisco.html
 Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



_
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



How to configure Callback in AS5800

2000-10-22 Thread cisco

Hi,

Who can tell me how to configure callback in AS5800?
I hope to restrict this callback by username. What can I do?
Thanks.

--
Rocky Joe

AISI-North
AsiaInfo Technologies (China),Inc.
Tel: (8610)62501658 Ext 5317
Email:[EMAIL PROTECTED]


_
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: 2509 -Callback

2000-10-11 Thread Antonius Kurniadi

May I see your config ?

alvarcar wrote:

 Hello, everybody
 Im trying callback with 2509 (ios 11.2) and W95/98
 remote client. The first connections works but the
 callback hangs up from the client.
 I think the configuration is right, i suspect the ios
 c2500-ds-l.112-8. Do i need to upgrade?
 Any Ideas ??



 _
 UOLMAIL - Todo Argentino tiene derecho a tener su e-mail.
 http://www.uolmail.com.ar

 **NOTE: New CCNA/CCDA List has been formed. For more information go to
 http://www.groupstudy.com/list/Associates.html
 _
 UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
 FAQ, list archives, and subscription info: http://www.groupstudy.com
 Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

**NOTE: New CCNA/CCDA List has been formed. For more information go to
http://www.groupstudy.com/list/Associates.html
_
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



2509 -Callback

2000-09-22 Thread alvarcar

Hello, everybody
Im trying callback with 2509 (ios 11.2) and W95/98 
remote client. The first connections works but the 
callback hangs up from the client.
I think the configuration is right, i suspect the ios 
c2500-ds-l.112-8. Do i need to upgrade?
Any Ideas ??

   

_
UOLMAIL - Todo Argentino tiene derecho a tener su e-mail.
http://www.uolmail.com.ar


**NOTE: New CCNA/CCDA List has been formed. For more information go to
http://www.groupstudy.com/list/Associates.html
_
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Callback feature in console server

2000-09-13 Thread mohd misba

Hi all ,
Any one can help me?
I have one co-location where am using Cisco 2611
router as console server which is connected to other
Cisco equipment. Am trying to configure call back
feature on my console server, when I dial in to router
it is giving this message,
Username: x
Password:
Callback initiated - line is disconnected.
But it is never callback to my system. Is any one know
that how to configure callback feature at console
server? 

Misba


__
Do You Yahoo!?
Yahoo! Mail - Free email you can access from anywhere!
http://mail.yahoo.com/

**NOTE: New CCNA/CCDA List has been formed. For more information go to
http://www.groupstudy.com/list/Associates.html
_
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



PPP Callback

2000-08-03 Thread Helena LOW

Hi,

I'm reading the BCRAN book at the moment and getting really confused about
PPP Callback...can someone please explain it to me?

Thanks
Helena

___
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: PPP Callback

2000-08-03 Thread Cuthbert Simalenga

It is simply a security feature for dial up accounts. The user dials into
the system and the system authenticates him, drops the connection then calls
the user back at a designated number.

So if someone else tried to dial into the system from a different location,
the system will accept the call, drop it then call the pre-configured number
-this is where security comes in,

Cuth

-Original Message-
From: Helena LOW [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 03, 2000 9:36 AM
To: [EMAIL PROTECTED]
Subject: PPP Callback


Hi,

I'm reading the BCRAN book at the moment and getting really confused about
PPP Callback...can someone please explain it to me?

Thanks
Helena

___
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

___
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: PPP Callback

2000-08-03 Thread Ian Schorr

This also puts the long-distance costs, etc. on the "main site" that the
user is calling into, if toll charges apply.

Cuthbert Simalenga wrote in message
81B5D01781C2D311AF7B00902784479210D358@PHETOGO...
It is simply a security feature for dial up accounts. The user dials into
the system and the system authenticates him, drops the connection then
calls
the user back at a designated number.

So if someone else tried to dial into the system from a different location,
the system will accept the call, drop it then call the pre-configured
number
-this is where security comes in,

Cuth

-Original Message-
From: Helena LOW [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 03, 2000 9:36 AM
To: [EMAIL PROTECTED]
Subject: PPP Callback


Hi,

I'm reading the BCRAN book at the moment and getting really confused about
PPP Callback...can someone please explain it to me?

Thanks
Helena

___
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

___
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
---


___
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Nt Callback

2000-08-02 Thread Bruce H

I am trying to get an NT workstation client to get a callback from an access
server (5200).
Is there any specific configurations of the Dial Up Networking I need to
setup?
I have tried many things unchecked/checked the LCP optionNo chap just
pap etc
A windows 95 laptop can obtain a callback but I need NT to work.
If anyone knows how to do this I would really appreciate it.
I have seen similar postings but no answer for NT client.
Thanks, Bruce


___
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



D-channel callback

2000-07-19 Thread Molendijk, Henk

Hello all,

I want to enable D-channel callback (Euro-ISDN = NET2) from a 1600 series to
a 2600 series for using Batched SMTP.
How is Cisco deals with this ?
Does such a config needs additional settings ?

Regards,

Henk Molendijk

___
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: D-channel callback

2000-07-19 Thread Tapani Heinonen

Here is one good document about ISDN callback feature.

http://www.cisco.com/univercd/cc/td/doc/product/software/ios113ed/113ed_cr/dial_c/dcprt8/dccallid.htm

-Tapani-

"Molendijk, Henk" wrote:

 Hello all,

 I want to enable D-channel callback (Euro-ISDN = NET2) from a 1600 series to
 a 2600 series for using Batched SMTP.
 How is Cisco deals with this ?
 Does such a config needs additional settings ?

 Regards,

 Henk Molendijk


___
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Explanation for PAT and ISDN Callback

2000-06-28 Thread David.Singh

Hi

PAT
Can someone pls explain how PAT works. I read Cisco's NAT doc but I am still
confused.

ISDN Call-Back - When does one use this and why

Rgds
DS


___
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Explanation for PAT and ISDN Callback

2000-06-28 Thread Raymond Everson (Rainman)

PAT=Port Address Translation
To enable, end NAT IG statement w/ "overload"
"Port" refers to TCP port ... so, on the inbound port, the IOS keeps track of
the actual packet, because he assigns a unique tcp port to that data
conversation...
 and recognizes the packet outbound (if it ever happens).and strips the
arbitrary tcp port tag he put on there..

... but basically, that's it.  Lemme know if you want or need any more 
R/
Rainman

"David.Singh" wrote:

 Hi

 PAT
 Can someone pls explain how PAT works. I read Cisco's NAT doc but I am still
 confused.

 ISDN Call-Back - When does one use this and why

 Rgds
 DS

 ___
 UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
 FAQ, list archives, and subscription info: http://www.groupstudy.com
 Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

___
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



ppp callback confusion

2000-05-27 Thread adrian smith

I'm a little confused about ppp callback, given several key sources of 
information.  Fatkid.com includes a username and callback dial-string global 
command, however, Cisco docs do not.  As well, I have configured dial 
callback without this global command and it seemed to work fine.  Any ideas?

TIA.

Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com

___
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]