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

config cisco877 for Eircom Broadband

  • 21-02-2010 1:44am
    #1
    Registered Users Posts: 2


    Hi Folks,
    Im totally new to cisco but recently aquired a c877 and am pulling my hair out trying to configure it to connect to eircom home broadband! This is my current running-config:-
    !
    version 12.4
    no service pad
    service timestamps debug datetime msec
    service timestamps log datetime msec
    service password-encryption
    !
    hostname (myself)
    !
    boot-start-marker
    boot-end-marker
    !
    logging buffered 51200 warnings
    enable secret 5 xxxxxxxxxxxxxxxxxxxxxx
    enable password 7 xxxxxxxxxxxxxxxxxxxxxxx
    !
    no aaa new-model
    clock timezone PCTime 0
    clock summer-time PCTime date Mar 30 2003 1:00 Oct 26 2003 2:00
    !
    crypto pki trustpoint TP-self-signed-4209108064
    enrollment selfsigned
    subject-name cn=IOS-Self-Signed-Certificate-4209108064
    revocation-check none
    rsakeypair TP-self-signed-4209108064
    !
    !
    crypto pki certificate chain TP-self-signed-4209108064
    certificate self-signed 02
    30820243 308201AC A0030201 02020102 300D0609 2A864886 F70D0101 04050030
    31312F30 2D060355 04031326 494F532D 53656C66 2D536967 6E65642D 43657274
    69666963 6174652D 34323039 31303830 3634301E 170D3032 30333031 31363037
    33305A17 0D323030 31303130 30303030 305A3031 312F302D 06035504 03132649
    4F532D53 656C662D 5369676E 65642D43 65727469 66696361 74652D34 32303931
    30383036 3430819F 300D0609 2A864886 F70D0101 01050003 818D0030 81890281
    8100A44A DC9FC29F AC6C7169 058435AE 7B6D1157 008F09CB E28CB4EA E1171FBA
    AE67C9BB 87F57D41 A9F5A82D 22D99427 C70D7BF1 BFB4D206 F2FEACBF FE42CD1E
    541737E2 32D8D66E 299DCDE8 EA08C460 E96A5CBC F2031D80 84274FB5 566CF475
    FAED8B1A 3CDCD6C3 785605BC 79A2857F 73403DE6 133DE619 AA7E54C6 D6DA46E2
    42770203 010001A3 6B306930 0F060355 1D130101 FF040530 030101FF 30160603
    551D1104 0F300D82 0B636F6C 6D6D6367 7569726B 301F0603 551D2304 18301680
    143A880F 4034355E E1E93441 36B4B65A 5572EB26 69301D06 03551D0E 04160414
    3A880F40 34355EE1 E9344136 B4B65A55 72EB2669 300D0609 2A864886 F70D0101
    04050003 81810050 791CA33E 6E0881E5 DCF32D86 319BDE06 0EF7F89E 857FBAA3
    6A150557 F790FCC9 1BF3A105 8689DD89 86AD388C 768E3BC3 F78D5045 57337C52
    3BFB09CD AB8C9789 484C8C06 FCA1998D 51CDCD30 7D77AF3C 54030E36 B3B350F9
    38596391 99238979 DA2BCC12 DEC9C7CA 7D7433C4 5FE9F96E FEFCEB27 85DA99DB
    8E97C7E4 9AE1A7
    quit
    dot11 syslog
    ip cef
    !
    !
    !
    !
    ip name-server 213.94.190.194
    ip name-server 213.94.190.236
    ip name-server 10.10.10.1
    !
    multilink bundle-name authenticated
    vpdn enable
    !
    vpdn-group 1
    request-dialin
    protocol pppoe
    !
    !
    !
    username (myself) privilege 15 password 7 xxxxxxxxxxxxxxxxxxxxx
    !
    !
    archive
    log config
    hidekeys
    !
    !
    !
    !
    !
    interface ATM0
    no ip address
    atm ilmi-keepalive
    dsl operating-mode auto
    !
    interface ATM0.1 point-to-point
    pvc 8/35
    encapsulation aal5snap
    pppoe-client dial-pool-number 1
    !
    !
    interface FastEthernet0
    !
    interface FastEthernet1
    !
    interface FastEthernet2
    !
    interface FastEthernet3
    hold-queue 100 out
    !
    interface Vlan1
    ip address 10.10.10.1 255.255.255.0
    ip nat inside
    ip virtual-reassembly
    ip tcp adjust-mss 1412
    !
    interface Dialer0
    no ip address
    !
    interface Dialer1
    ip unnumbered FastEthernet0
    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 xxxxxxxxxxxxxxxxxxxxxx
    !
    ip forward-protocol nd
    ip route 0.0.0.0 0.0.0.0 Dialer1
    !
    !
    ip http server
    ip http authentication local
    ip http secure-server
    ip nat inside source list 1 interface Dialer0 overload
    !
    access-list 1 remark INSIDE_IF=Vlan1
    access-list 1 remark SDM_ACL Category=2
    access-list 1 permit 10.10.10.0 0.0.0.255
    access-list 140 permit ip 159.134.222.0 0.0.1.255 any
    dialer-list 1 protocol ip permit
    snmp-server community n RO
    !
    !
    !
    !
    control-plane
    !
    !
    line con 0
    exec-timeout 50 0
    login
    no modem enable
    stopbits 1
    line aux 0
    stopbits 1
    line vty 0 4
    privilege level 15
    password 7 xxxxxxxxxxxxxxxxxxxxxx
    login
    length 0
    transport input telnet ssh
    !
    scheduler max-task-time 5000
    end
    _____________________

    I have a cd light but no internet connection,I guess Im missing something, any help here please?:confused:


Comments

  • Registered Users, Registered Users 2 Posts: 1,096 ✭✭✭anoble66


    hi - your config isnt right.

    change this:-

    ip nat inside source list 1 interface Dialer0 overload

    to:-

    ip nat inside source list 1 interface Dialer1 overload

    And on inteface dialer1

    Add:

    Ip nat outside

    Think that should be it but if not you could debug ppp to see whats going on




    coldsl wrote: »
    Hi Folks,
    Im totally new to cisco but recently aquired a c877 and am pulling my hair out trying to configure it to connect to eircom home broadband! This is my current running-config:-
    !
    version 12.4
    no service pad
    service timestamps debug datetime msec
    service timestamps log datetime msec
    service password-encryption
    !
    hostname (myself)
    !
    boot-start-marker
    boot-end-marker
    !
    logging buffered 51200 warnings
    enable secret 5 xxxxxxxxxxxxxxxxxxxxxx
    enable password 7 xxxxxxxxxxxxxxxxxxxxxxx
    !
    no aaa new-model
    clock timezone PCTime 0
    clock summer-time PCTime date Mar 30 2003 1:00 Oct 26 2003 2:00
    !
    crypto pki trustpoint TP-self-signed-4209108064
    enrollment selfsigned
    subject-name cn=IOS-Self-Signed-Certificate-4209108064
    revocation-check none
    rsakeypair TP-self-signed-4209108064
    !
    !
    crypto pki certificate chain TP-self-signed-4209108064
    certificate self-signed 02
    30820243 308201AC A0030201 02020102 300D0609 2A864886 F70D0101 04050030
    31312F30 2D060355 04031326 494F532D 53656C66 2D536967 6E65642D 43657274
    69666963 6174652D 34323039 31303830 3634301E 170D3032 30333031 31363037
    33305A17 0D323030 31303130 30303030 305A3031 312F302D 06035504 03132649
    4F532D53 656C662D 5369676E 65642D43 65727469 66696361 74652D34 32303931
    30383036 3430819F 300D0609 2A864886 F70D0101 01050003 818D0030 81890281
    8100A44A DC9FC29F AC6C7169 058435AE 7B6D1157 008F09CB E28CB4EA E1171FBA
    AE67C9BB 87F57D41 A9F5A82D 22D99427 C70D7BF1 BFB4D206 F2FEACBF FE42CD1E
    541737E2 32D8D66E 299DCDE8 EA08C460 E96A5CBC F2031D80 84274FB5 566CF475
    FAED8B1A 3CDCD6C3 785605BC 79A2857F 73403DE6 133DE619 AA7E54C6 D6DA46E2
    42770203 010001A3 6B306930 0F060355 1D130101 FF040530 030101FF 30160603
    551D1104 0F300D82 0B636F6C 6D6D6367 7569726B 301F0603 551D2304 18301680
    143A880F 4034355E E1E93441 36B4B65A 5572EB26 69301D06 03551D0E 04160414
    3A880F40 34355EE1 E9344136 B4B65A55 72EB2669 300D0609 2A864886 F70D0101
    04050003 81810050 791CA33E 6E0881E5 DCF32D86 319BDE06 0EF7F89E 857FBAA3
    6A150557 F790FCC9 1BF3A105 8689DD89 86AD388C 768E3BC3 F78D5045 57337C52
    3BFB09CD AB8C9789 484C8C06 FCA1998D 51CDCD30 7D77AF3C 54030E36 B3B350F9
    38596391 99238979 DA2BCC12 DEC9C7CA 7D7433C4 5FE9F96E FEFCEB27 85DA99DB
    8E97C7E4 9AE1A7
    quit
    dot11 syslog
    ip cef
    !
    !
    !
    !
    ip name-server 213.94.190.194
    ip name-server 213.94.190.236
    ip name-server 10.10.10.1
    !
    multilink bundle-name authenticated
    vpdn enable
    !
    vpdn-group 1
    request-dialin
    protocol pppoe
    !
    !
    !
    username (myself) privilege 15 password 7 xxxxxxxxxxxxxxxxxxxxx
    !
    !
    archive
    log config
    hidekeys
    !
    !
    !
    !
    !
    interface ATM0
    no ip address
    atm ilmi-keepalive
    dsl operating-mode auto
    !
    interface ATM0.1 point-to-point
    pvc 8/35
    encapsulation aal5snap
    pppoe-client dial-pool-number 1
    !
    !
    interface FastEthernet0
    !
    interface FastEthernet1
    !
    interface FastEthernet2
    !
    interface FastEthernet3
    hold-queue 100 out
    !
    interface Vlan1
    ip address 10.10.10.1 255.255.255.0
    ip nat inside
    ip virtual-reassembly
    ip tcp adjust-mss 1412
    !
    interface Dialer0
    no ip address
    !
    interface Dialer1
    ip unnumbered FastEthernet0
    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 xxxxxxxxxxxxxxxxxxxxxx
    !
    ip forward-protocol nd
    ip route 0.0.0.0 0.0.0.0 Dialer1
    !
    !
    ip http server
    ip http authentication local
    ip http secure-server
    ip nat inside source list 1 interface Dialer0 overload
    !
    access-list 1 remark INSIDE_IF=Vlan1
    access-list 1 remark SDM_ACL Category=2
    access-list 1 permit 10.10.10.0 0.0.0.255
    access-list 140 permit ip 159.134.222.0 0.0.1.255 any
    dialer-list 1 protocol ip permit
    snmp-server community n RO
    !
    !
    !
    !
    control-plane
    !
    !
    line con 0
    exec-timeout 50 0
    login
    no modem enable
    stopbits 1
    line aux 0
    stopbits 1
    line vty 0 4
    privilege level 15
    password 7 xxxxxxxxxxxxxxxxxxxxxx
    login
    length 0
    transport input telnet ssh
    !
    scheduler max-task-time 5000
    end
    _____________________

    I have a cd light but no internet connection,I guess Im missing something, any help here please?:confused:


  • Registered Users Posts: 5 Droimeanach


    I am looking to replace an existing netgear adsl router with a cisco 877

    My config is

    interface ATM0
    no ip address
    no atm ilmi-keepalive
    dsl operating-mode auto
    !
    interface ATM0.1 point-to-point
    pvc 8/35
    pppoe-client dial-pool-number 1
    !
    !
    interface FastEthernet0
    !
    interface FastEthernet1
    !
    --More-- interface FastEthernet2
    !
    interface FastEthernet3
    !
    interface Vlan1
    description Internallink
    ip address 10.252.90.3 255.255.255.0
    ip tcp adjust-mss 1452
    !
    interface Dialer0
    ip address negotiated
    no ip redirects
    ip mtu 1492
    ip flow ingress
    ip nat outside
    ip virtual-reassembly
    encapsulation ppp
    ip tcp adjust-mss 1452
    dialer pool 1
    dialer-group 1
    ppp authentication chap callin
    ppp chap hostname eircom
    ppp chap password 7 15101903052E292526376462
    --More-- !
    ip forward-protocol nd
    ip http server
    ip http access-class 23
    ip http authentication local
    ip http secure-server
    ip http timeout-policy idle 60 life 86400 requests 10000

    results of debug

    *Mar 8 17:56:34.709: %LINK-3-UPDOWN: Interface ATM0, changed state to up
    *Mar 8 17:56:35.709: %LINEPROTO-5-UPDOWN: Line protocol on Interface ATM0, changed state to up
    *Mar 8 17:56:39.942: %DIALER-6-BIND: Interface Vi1 bound to profile Di0
    *Mar 8 17:56:39.942: Vi1 PPP: Using dialer call direction
    *Mar 8 17:56:39.942: Vi1 PPP: Treating connection as a callout
    *Mar 8 17:56:39.942: Vi1 PPP: Session handle[61000011] Session id[0]
    *Mar 8 17:56:39.942: Vi1 PPP: Authorization required
    *Mar 8 17:56:39.942: Vi1 PPP: No remote authentication for call-out
    *Mar 8 17:56:39.946: %LINK-3-UPDOWN: Interface Virtual-Access1, changed state to up
    *Mar 8 17:56:40.422: Vi1 PPP: No authorization without authentication
    *Mar 8 17:56:40.470: Vi1 CHAP: I CHALLENGE id 255 len 30 from "srl2.bras"
    *Mar 8 17:56:40.470: Vi1 CHAP: Using hostname from interface CHAP
    *Mar 8 17:56:40.474: Vi1 CHAP: Using password from interface CHAP
    *Mar 8 17:56:40.474: Vi1 CHAP: O RESPONSE id 255 len 27 from "eircom"
    *Mar 8 17:56:40.734: Vi1 CHAP: I SUCCESS id 255 len 4
    *Mar 8 17:56:41.734: %LINEPROTO-5-UPDOWN: Line protocol on Interface Virtual-Access1, changed state to up
    % Incomplete command.


    *Mar 8 17:57:03.353: %LINEPROTO-5-UPDOWN: Line protocol on Interface Vlan1, changed state to up
    *Mar 8 17:57:04.341: %LINK-3-UPDOWN: Interface FastEthernet3, changed state to up
    *Mar 8 17:57:05.341: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet3, changed state to up

    I connected a laptop to fa3 but i still can't get on to the internet. Any ideas how to resolve this.


Advertisement