Right, with this config of yours, your modem should be connected to AUX 
interface. Is this what you are after? If you still unsure which 
interface/line you are using, turn on debug dialer/ppp to see where your 
connection lands and how PPP comes up.
Better test it with both LAN and Null-modem connection from your PC to 
the router, you would be able to observe the whole process in real-time.
HTH,
A.
karim jamali wrote:
> Dear guys,
>
> I really would like to thank you for your help and support guys.
>
> Pasted below is the full config & show line output
>
> username test password
>
> interface Async1
>  ip unnumbered GigabitEthernet0/0
>  encapsulation ppp
>  dialer in-band
>  dialer string 6060676
>  dialer-group 1
>  async mode interactive
>  peer default ip address
> !
> interface Async0/2/0
>  no ip address
>
>
>
>
> interface GigabitEthernet0/0
>  ip address
>  duplex auto
>  speed auto
> !
> interface GigabitEthernet0/1
>  no ip address
>  shutdown
>  duplex auto
>  speed auto
>
>
>
> line con 0
> line aux 0
>  password
>  login local
>  modem InOut
>  transport input all
>  autoselect ppp
> line 0/2/0
>  modem InOut
>  stopbits 1
>  speed 115200
>  flowcontrol hardware
> line vty 0 4
>  password
>  login local
> !
> scheduler allocate 20000 1000
> !
> end
>
> !
> interface Async1
>  ip unnumbered GigabitEthernet0/0
>  encapsulation ppp
>  dialer in-band
>  dialer string 6060676
>  dialer-group 1
>  async mode interactive
>  peer default ip address
> !
> interface Async0/2/0
>  no ip address
> !
> ip classless
> ip route 0.0.0.0 0.0.0.0
>
>
> show line
>    Tty Line Typ     Tx/Rx    A Modem  Roty AccO AccI  Uses  Noise 
> Overruns  Int
> *    0    0 CTY              -    -      -    -    -     0      0    
> 0/0      -
> I    1    1 AUX   9600/9600  - inout     -    -    -     0      0    
> 0/0      -
>  0/2/0   34 TTY 115200/115200- inout     -    -    -     0      0    
> 0/0      -
>    322  322 VTY              -    -      -    -    -     0      0    
> 0/0      -
>    323  323 VTY              -    -      -    -    -     0      0    
> 0/0      -
>    324  324 VTY              -    -      -    -    -     0      0    
> 0/0      -
>    325  325 VTY              -    -      -    -    -     0      0    
> 0/0      -
>    326  326 VTY              -    -      -    -    -     0      0    
> 0/0      -
>
> Line(s) not in async mode -or- with no hardware support:
> 2-33, 35-321
>  
> !
>
>
>
>
>
> On Wed, Jul 1, 2009 at 3:26 PM, Gavin Schokman 
> <Gavin.Schokman_at_nscglobal.com <mailto:Gavin.Schokman_at_nscglobal.com>> 
> wrote:
>
>
>     Karim,
>
>     Agree with Alexei here. Can you post the full config please?
>     Also, the output from "show line" would be helpful.
>
>     Kind regards,
>     Gavin
>
>
>
>     -----Original Message-----
>     From: Alexei Monastyrnyi [mailto:alexeim73_at_gmail.com
>     <mailto:alexeim73_at_gmail.com>]
>     Sent: 01 July 2009 12:28
>     To: karim jamali
>     Cc: Gavin Schokman
>     Subject: Re: WIC-1AM-V2
>
>     "The line may not run PPP" ... I think you have an issue with aaa
>     authorization somewhere in the config.... you'd better post the whole
>     config, omit some password details if you wish,
>
>     Secondly (most probably NOT related to your issue), I'd recommend to
>     upgrade to the latest version of 12.4, the one you run is no good.
>
>     I vaguely recall also that you might have to have enterprise
>     feature-set
>     for dial to work but I may be wrong here.
>
>     A.
>
>     karim jamali wrote:
>     > Hi,
>     >
>     > Thanks a lot for your response!
>     >
>     >
>     > ROUTER#ppp
>     > This line may not run PPP.
>     > ROUTER#
>     >
>     > The version of the router is
>     > Cisco IOS Software, 2800 Software (C2800NM-SPSERVICESK9-M), Version
>     > 12.4(3i), RE LEASE SOFTWARE (fc2)
>     >
>     > I hope you can help me with this.
>     >
>     >
>     >
>     > On Wed, Jul 1, 2009 at 10:17 AM, Alexei Monastyrnyi
>     > <alexeim73_at_gmail.com <mailto:alexeim73_at_gmail.com>
>     <mailto:alexeim73_at_gmail.com <mailto:alexeim73_at_gmail.com>>> wrote:
>     >
>     >     Hi.
>     >
>     >     What version of IOS and router do you use?
>     >     Could you copy-paste exactly the message you get after entering
>     >     ppp command?
>     >
>     >     Cheers,
>     >     A.
>     >
>     >     karim jamali wrote:
>     >
>     >         Dear all,
>     >
>     >         Thank You for your help.The situation is that I when I log
>     >         into the router, I type ppp or ppp negotiated, i get the
>     error
>     >         the line is not running ppp. The goal is to get an ip
>     address.
>     >         Below is the pasted configuration:
>     >
>     >          My configuration
>     >
>     >               interface Async1
>     >                ip unnumbered GigabitEthernet0/0
>     >                encapsulation ppp
>     >                dialer in-band
>     >                dialer string <phone number>
>     >                dialer-group 1
>     >                async mode interactive
>     >                peer default ip address <ip address>
>     >               end
>     >
>     >               line 1
>     >               modem inout
>     >               autoselect ppp
>     >               transport input all
>     >               interface GigabitEthernet0/0
>     >                ip address <> <>
>     >                duplex auto
>     >                speed auto
>     >               end
>     >
>     >              Please advice.
>     >
>     >         On Tue, Jun 30, 2009 at 4:43 PM, Alexei Monastyrnyi
>     >         <alexeim73_at_gmail.com <mailto:alexeim73_at_gmail.com>
>     <mailto:alexeim73_at_gmail.com <mailto:alexeim73_at_gmail.com>>
>     >         <mailto:alexeim73_at_gmail.com <mailto:alexeim73_at_gmail.com>
>     <mailto:alexeim73_at_gmail.com <mailto:alexeim73_at_gmail.com>>>>
>     wrote:
>     >
>     >            Once you get to your router via that terminal window and
>     type
>     >            "ppp" in EXEC mode, what happens? If nothing happens then
>     your
>     >            Windows client does not know how to start a PPP session.
>     >
>     >            A.
>     >
>     >            karim jamali wrote:
>     >
>     >                Hello,
>     >                 Thank you guys for your response, I really
>     appreciate
>     >         it. The
>     >                thing that I have noticed which I don't understand is
>     that
>     >                when I remove the checkbox related to opening the
>     terminal
>     >                window, the connection hangs up in verifying username
>     and
>     >                password and gives me some suggestions one of
>     which is
>     that
>     >                the terminal window needs to be checked.When I check
>     >         in, I can
>     >                log on to the router but still I don't have any ip
>     >         address on
>     >                my laptop and the dial up connection stays in
>     >         connecting mode
>     >                eventhough i am inside the router.
>     >                 The problem is that I need an IP address on my
>     system
>     >         to be
>     >                able to access call manager (http) as well as other
>     >         applications.
>     >                 regards,
>     >
>     >                On Tue, Jun 30, 2009 at 3:59 PM, Alexei Monastyrnyi
>     >                <alexeim73_at_gmail.com <mailto:alexeim73_at_gmail.com>
>     <mailto:alexeim73_at_gmail.com <mailto:alexeim73_at_gmail.com>>
>     >         <mailto:alexeim73_at_gmail.com <mailto:alexeim73_at_gmail.com>
>     <mailto:alexeim73_at_gmail.com <mailto:alexeim73_at_gmail.com>>>
>     >                <mailto:alexeim73_at_gmail.com
>     <mailto:alexeim73_at_gmail.com>
>     >         <mailto:alexeim73_at_gmail.com
>     <mailto:alexeim73_at_gmail.com>> <mailto:alexeim73_at_gmail.com
>     <mailto:alexeim73_at_gmail.com>
>     >         <mailto:alexeim73_at_gmail.com
>     <mailto:alexeim73_at_gmail.com>>>>> wrote:
>     >
>     >                   Yeah, it's been a while since I saw a dial-up
>     >         access. :-)
>     >
>     >                   You can check this link from Dial config guide
>     >
>     >
>     >
>     http://www.cisco.com/en/US/docs/ios/dial/configuration/guide/dia_async
>     >
>     _slip_ppp_ps6350_TSD_Products_Configuration_Guide_Chapter.html#wp10017
>     > 11
>     >
>     >                   You config look good, as mentioned by Gavin.
>     You may
>     >         need
>     >                to check
>     >                   a PC configuration to make sure you start a PPP
>     session.
>     >                You can
>     >                   also try to enter "ppp" EXEC command once you get
>     >         connected to
>     >                   initiate a PPP session.
>     >
>     >                   This URL (though for Null-modem) can give you some
>     >                references for
>     >                   Windows Dial-up client configuration.
>     >
>     >
>     >
>     >
>     http://www.cisco.com/en/US/customer/tech/tk801/tk36/technologies_confi
>     > guration_example09186a008017acac.shtml
>     >
>     >                   It can be found under Dial and Access config
>     >         examples (requires
>     >                   CCO account)
>     >
>     >
>     >
>     *http://www.cisco.com/en/US/customer/tech/tk801/tk36/tech_configuratio
>     > n_examples_list.html
>     >
>     >                   HTH
>     >                   A.
>     >                   *
>     >
>     >                   Gavin Schokman wrote:
>     >
>     >                       Hi Karim,
>     >
>     >                       I think your config looks correct (though I
>     >         haven't done
>     >                       dial-up in a
>     >                       long while).
>     >
>     >                       I vaguely recall that the terminal window is
>     >         optional and
>     >                       driven by the
>     >                       dial-up client.
>     >                       If you're using a Windows box as the client,
>     >         open the
>     >                dial-up
>     >                       connection
>     >                       properties and ensure the option for "Show
>     terminal
>     >                window" is not
>     >                       ticked.
>     >                       If my memory serves me correctly, then your
>     >         session should
>     >                       start PPP
>     >                       automatically now.
>     >
>     >                       Cheers,
>     >                       Gavin
>     >
>     >                       -----Original Message-----
>     >                       From: nobody_at_groupstudy.com
>     <mailto:nobody_at_groupstudy.com>
>     >         <mailto:nobody_at_groupstudy.com
>     <mailto:nobody_at_groupstudy.com>>
>     >                <mailto:nobody_at_groupstudy.com
>     <mailto:nobody_at_groupstudy.com>
>     >         <mailto:nobody_at_groupstudy.com
>     <mailto:nobody_at_groupstudy.com>>> <mailto:nobody_at_groupstudy.com
>     <mailto:nobody_at_groupstudy.com>
>     >         <mailto:nobody_at_groupstudy.com
>     <mailto:nobody_at_groupstudy.com>>
>     >                <mailto:nobody_at_groupstudy.com
>     <mailto:nobody_at_groupstudy.com>
>     >         <mailto:nobody_at_groupstudy.com
>     <mailto:nobody_at_groupstudy.com>>>>
>     >                       [mailto:nobody_at_groupstudy.com
>     <mailto:nobody_at_groupstudy.com>
>     >         <mailto:nobody_at_groupstudy.com
>     <mailto:nobody_at_groupstudy.com>>
>     >                <mailto:nobody_at_groupstudy.com
>     <mailto:nobody_at_groupstudy.com>
>     >         <mailto:nobody_at_groupstudy.com
>     <mailto:nobody_at_groupstudy.com>>> <mailto:nobody_at_groupstudy.com
>     <mailto:nobody_at_groupstudy.com>
>     >         <mailto:nobody_at_groupstudy.com
>     <mailto:nobody_at_groupstudy.com>>
>     >                <mailto:nobody_at_groupstudy.com
>     <mailto:nobody_at_groupstudy.com>
>     >         <mailto:nobody_at_groupstudy.com
>     <mailto:nobody_at_groupstudy.com>>>>]
>     >                       On Behalf Of
>     >                       karim jamali
>     >                       Sent: 30 June 2009 11:35
>     >                       To: Cisco certification
>     >                       Subject: WIC-1AM-V2
>     >
>     >                       Dear Experts,
>     >
>     >                       I am new to settting up PPP.
>     >
>     >                       I have a WIC-1AM-V2 module on my router, which
>     >         is used
>     >                for remote
>     >                       management.
>     >
>     >                       I have used its configuration guide to set it
>     up.
>     >
>     >                       My configuration
>     >
>     >                       interface Async1
>     >                        ip unnumbered GigabitEthernet0/0
>     >                        encapsulation ppp
>     >                        dialer in-band
>     >                        dialer string <phone number>
>     >                        dialer-group 1
>     >                        async mode interactive
>     >                        peer default ip address <ip address>
>     >                       end
>     >
>     >                       line 1
>     >                       modem inout
>     >                       autoselect ppp
>     >                       transport input all
>     >                       interface GigabitEthernet0/0
>     >                        ip address <> <>
>     >                        duplex auto
>     >                        speed auto
>     >                       end
>     >
>     >                       The problem now is that  whenever I dial the
>     >         number, I
>     >                get a
>     >                       terminal
>     >                       window from which I can manage the router with
>     >         command
>     >                       line,however my
>     >                       goal was to get an ip address  peer default ip
>     >         address <ip
>     >                       address> to
>     >                       be able to access the call manager.
>     >
>     >                       Your help is much appreciated!
>     >
>     >
>     >                       --
>     >                       KJ
>     >
>     >
>     >                       Blogs and organic groups at
>     http://www.ccie.net
>     >                       <http://www.ccie.net/>
>     >
>     >
>     >
>     _______________________________________________________________________
>     >                       Subscription information may be found at:
>     >                       http://www.groupstudy.com/list/CCIELab.html
>     >
>     >
>     >
>     >
>     >
>     >
>     >
>     >
>     >
>     >
>     _____________________________________________________________________
>     >                       This e-mail has been scanned for viruses
>     >
>     >
>     >                       Blogs and organic groups at
>     http://www.ccie.net
>     >                       <http://www.ccie.net/>
>     >
>     >
>     >
>     _______________________________________________________________________
>     >                       Subscription information may be found at:
>     >                       http://www.groupstudy.com/list/CCIELab.html
>     >
>     >
>     >
>     >
>     >
>     >
>     >
>     >
>     >
>     >
>     >                --        KJ
>     >
>     >
>     >
>     >
>     >         --
>     >         KJ
>     >
>     >
>     >
>     >
>     > --
>     > KJ
>
>     _____________________________________________________________________
>     This e-mail has been scanned for viruses
>
>
>
>
> -- 
> KJ
Blogs and organic groups at http://www.ccie.net
Received on Fri Jul 03 2009 - 14:11:45 ART
This archive was generated by hypermail 2.2.0 : Sat Aug 01 2009 - 13:10:21 ART