Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

cisco 837 router and BT broadband

  • 18-04-2006 11:45am
    #1
    Closed Accounts Posts: 299 ✭✭


    hi does anyone have a working config for a cisco 837 router and BT broadband?


    appreciate the help
    thanks


Comments

  • Registered Users Posts: 29 gor


    http://www.informit.com/articles/article.asp?p=31445&rl=1

    should give you all the config you need. just make sure pvs is 8/35 and username includes @iolbb


  • Closed Accounts Posts: 299 ✭✭EIN


    hi i have tried the router - cisco soho97 ( 837) on an eircom broadband line using an eircom config from their eircom.net site for a cisco router as a test of the router before trying it again on a bt broadband line.

    see config below, when i try and ping an internet address from the router i get the following error - from a running debug,,


    " cannot place call no dialer string set"

    does anyone know why i am getting this error,

    i have modified the config slightly from the eircom site, you can see the eircom config here,


    any help appreciated.
    thanks
    http://broadbandsupport.eircom.net/SRVS/CGI-BIN/WEBCGI.EXE/&/?St=30&E=0000000000017924551&K=5375&Sxi=5&Question4726=obj(4726):obj(4734)

    config :mad: :mad: :mad:
    sh runn
    Building configuration...

    Current configuration : 1359 bytes
    !
    version 12.4
    no service pad
    service timestamps debug uptime
    service timestamps log uptime
    no service password-encryption
    !
    hostname abcd
    !
    boot-start-marker
    boot-end-marker
    !
    enable secret 5
    !
    no aaa new-model
    !
    resource policy
    !
    vpdn enable
    !
    !
    !
    ip cef
    ip name-server 213.94.190.194
    !
    !
    !
    !
    !
    !
    !
    !
    interface Ethernet0
    ip address 10.10.10.1 255.255.255.0
    hold-queue 100 out
    !
    interface ATM0
    no ip address
    no atm ilmi-keepalive
    dsl operating-mode auto
    dsl enable-training-log
    pvc 8/35
    encapsulation aal5snap
    pppoe-client dial-pool-number 1
    !
    !
    interface Dialer1
    ip address negotiated
    encapsulation ppp
    dialer pool 1
    dialer remote-name redback
    dialer-group 1
    ppp authentication pap chap callin
    ppp chap hostname eircom
    ppp chap password 7 045919090E254E4F071D54
    !
    ip route 0.0.0.0 0.0.0.0 Dialer1
    no ip http server
    no ip http secure-server
    !
    !
    access-list 140 permit ip 159.134.222.0 0.0.1.255 any
    access-list 140 permit ip any any
    access-list 140 permit ip any any log
    dialer-list 1 protocol ip permit
    !
    control-plane
    !
    !
    line con 0
    exec-timeout 50 0
    password 7
    login
    no modem enable
    stopbits 1
    line aux 0
    stopbits 1
    line vty 0 4
    access-class 140 in
    exec-timeout 5 0
    password 7
    login
    length 0
    !
    scheduler max-task-time 5000
    end


  • Closed Accounts Posts: 299 ✭✭EIN


    attached sh ver of the router

    Cisco IOS Software, SOHO97 Software (SOHO97-K9OY1-M), Version 12.4(7), RELEASE SOFTWARE (fc6)
    Technical Support: http://www.cisco.com/techsupport
    Copyright (c) 1986-2006 by Cisco Systems, Inc.
    Compiled Wed 01-Mar-06 11:17 by alnguyen

    ROM: System Bootstrap, Version 12.2(11r)YV3, RELEASE SOFTWARE (fc2)
    router uptime is 12 minutes
    System returned to ROM by power-on
    System image file is "flash:soho97-k9oy1-mz.124-7.bin"


    This product contains cryptographic features and is subject to United
    States and local country laws governing import, export, transfer and
    use. Delivery of Cisco cryptographic products does not imply
    third-party authority to import, export, distribute or use encryption.
    Importers, exporters, distributors and users are responsible for
    compliance with U.S. and local country laws. By using this product you
    agree to comply with applicable laws and regulations. If you are unable
    to comply with U.S. and local laws, return this product immediately.

    A summary of U.S. laws governing Cisco cryptographic products may be found at:
    http://www.cisco.com/wwl/export/crypto/tool/stqrg.html

    If you require further assistance please contact us by sending email to
    export@cisco.com.

    Cisco SOHO97 (MPC857DSL) processor (revision 0x500) with 58983K/6553K bytes of memory.
    Processor board ID FCZ091743MF (3413764359), with hardware revision 0000
    CPU rev number 7
    1 Ethernet interface
    1 ATM interface
    128K bytes of NVRAM.
    8192K bytes of processor board System flash (Read/Write)
    2048K bytes of processor board Web flash (Read/Write)

    Configuration register is 0x2102


  • Registered Users Posts: 82 ✭✭whimsey


    The config should worked I have checked it against one of
    or 50 or 60 boxes.Looks like a bug to me dont have time to
    check it at the moment


    What you could try is

    conf t
    int dial 1
    dialer string 1
    dialer persistent

    But you should note that the config you have will not allow
    internet access as you do not have network address translation
    setup.

    Whimsey


  • Registered Users Posts: 29 gor


    EIN wrote:
    ppp chap hostname eircom
    ppp chap password 7 045919090E254E4F071D54
    end

    are you sure the username eircom is correct. It may be ignored but our config uses are broadband account name. In the case of BT these are xyz@iolbb. Are you get DSL from BT or Eircom?

    Dialer settings we used for eircom below -


    interface ATM0
    no ip address
    no ip redirects
    no ip unreachables
    no ip proxy-arp
    ip route-cache flow
    shutdown
    no atm ilmi-keepalive
    pvc 8/35
    encapsulation aal5snap
    !
    dsl operating-mode auto
    !



    interface Dialer1
    description $FW_OUTSIDE$
    ip address negotiated
    ip access-group 103 in
    no ip redirects
    no ip unreachables
    no ip proxy-arp
    ip nat outside
    encapsulation ppp
    ip route-cache flow
    dialer pool 1
    dialer remote-name redback
    dialer-group 1
    ppp authentication pap chap callin
    ppp chap hostname XXXXXXX
    ppp chap password YYYYY

    where XXX + YYY are username + password.


  • Advertisement
Advertisement