Re: Help !!! [7:72096]

2003-07-10 Thread AK
the line must be n interective mode if u want the user to select the proto
or the AS to autosence the proto used based on there flags.
u just need to put the line in interactive mode b4 the autoselect command,
that's it, cause in dedicated mode the line is simply bound to the proto
defined.



H T  a icrit dans le message de
news:[EMAIL PROTECTED]
 what does it mean?
 and
 Why I am getting this message?

 TestR(config-line)#autoselect ppp
 %Autoselect w/o the interface command 'Async mode interactive' is useless


 Cheers




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


RE: Help !!! [7:72096]

2003-07-10 Thread George Murage
The cmd autoselect ppp instructs the interface to only start the ppp
protocol if it detects incoming PPP packets. So the calling device must
initiate the PPP negotiation.

However, for this to work on the router, the async. interface must be set to
allow the incoming connection to chose the type of session it wants to
start. This is done using the async mode interactive cmd. This is useful
where your asynch. interface is used to connect different types of incoming
sessions such as PPP, SLIP, ARAP etc
 
The default is async mode dedicated where the async. interface is set to
start one type of network session such as PPP for all incoming calls.

HTH
George Murage

P.S This is a pretty loose explanation but you can get the details from
Cisco documentation CD - or from somebody on this list who has used the cmds
recently :-) 

-Original Message-
From: H T [mailto:[EMAIL PROTECTED] 
Sent: Thursday, July 10, 2003 2:11 PM
To: [EMAIL PROTECTED]
Subject: Help !!! [7:72096]

what does it mean?
and
Why I am getting this message?

TestR(config-line)#autoselect ppp
%Autoselect w/o the interface command 'Async mode interactive' is useless


Cheers




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


RE: Help !!! [7:72096]

2003-07-10 Thread Michael F.
HI,

I found the following Answer somewhere on the CISCO TAC :

 If you issue the autoselect ppp line configuration command, you must first
issue the async mode interactive asynchronous interface configuration
command. The async mode interactive command enables the interface to select
a protocol type dynamically. If you do not enter the async mode interactive
command before you issue the autoselect ppp command, the following warning
message appears: %Autoselect w/o the interface command 'Async mode
interactive' is useless.

I hope that helps.

Michael



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