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 887va + Vodafone

Options
  • 12-01-2016 11:15am
    #1
    Registered Users Posts: 6,309 ✭✭✭


    Hi guys,

    I am struggling with a configuration for a Cisco 887va with Vodafone. Any ideas and or suggestions ? Config attached. Thanks


    Config:

    ip dhcp pool lan-pool
    network 192.168.1.0 255.255.255.0
    default-router 192.168.1.10
    dns-server 89.19.64.164 89.19.64.36
    !
    !
    !
    ip cef
    no ipv6 cef
    !
    !
    !
    !
    !
    multilink bundle-name authenticated
    !
    !
    !
    !
    !
    !
    !
    license udi pid C887VA-K9 sn FCZ194594SJ
    !
    !
    !
    !
    !
    !
    !
    controller VDSL 0
    !
    !
    !
    !
    !
    !
    !
    !
    !
    !
    !
    interface ATM0
    no ip address
    no atm ilmi-keepalive
    pvc 8/35
    encapsulation aal5mux ppp dialer
    dialer pool-member 1
    !
    !
    interface Ethernet0
    no ip address
    shutdown
    !
    interface FastEthernet0
    no ip address
    !
    interface FastEthernet1
    no ip address
    !
    interface FastEthernet2
    no ip address
    !
    interface FastEthernet3
    no ip address
    !
    interface Vlan1
    ip address 192.168.1.10 255.255.255.0
    !
    interface Dialer0
    ip address negotiated
    ip mtu 1492
    ip nat outside
    ip virtual-reassembly in
    encapsulation ppp
    dialer pool 1
    dialer-group 1
    ppp authentication chap callin
    ppp chap hostname vodafone@vodafone.ie
    ppp chap password 0 broadband
    no cdp enable
    !
    ip forward-protocol nd
    ip http server
    no ip http secure-server
    !
    !
    ip nat inside source list 101 interface Dialer0 overload
    ip route 0.0.0.0 0.0.0.0 Dialer0
    !
    !
    access-list 101 permit ip 192.168.1.0 0.0.0.255 any
    !
    control-plane
    !
    !
    !
    mgcp behavior rsip-range tgcp-only
    mgcp behavior comedia-role none
    mgcp behavior comedia-check-media-src disable
    mgcp behavior comedia-sdp-force disable
    !
    mgcp profile default
    !
    !
    !
    !
    !
    line con 0
    no modem enable
    line aux 0
    line vty 0 4
    password *******
    login
    transport input all


Comments

  • Closed Accounts Posts: 2,039 ✭✭✭rmacm


    Hi

    What's the problem first of all? I'm guessing the WAN interface not coming up?

    no shutdown on the ATM0 interface (do this under the if-atm-vc config mode) and in global config mode try adding dialer-list 1 protocol ip permit (you can also give an access list here instead of just permit or deny on an entire protocol).


  • Closed Accounts Posts: 2,039 ✭✭✭rmacm


    You're also missing ip nat inside for interface Vlan1


  • Closed Accounts Posts: 129 ✭✭trompele


    Is it ADSL or VDSL ?


  • Registered Users Posts: 6,309 ✭✭✭T-K-O


    Thank you for the suggestions, ill try both. It's ADSL


  • Closed Accounts Posts: 129 ✭✭trompele


    interface ATM0
    no ip address
    no ip redirects
    no ip unreachables
    no ip proxy-arp
    ip flow ingress
    ip virtual-reassembly in
    no shutdown
    no atm ilmi-keepalive
    pvc 8/35
    oam-pvc 0
    pppoe-client dial-pool-number 1

    !
    !
    dialer-list 1 protocol ip permit


  • Advertisement
  • Registered Users Posts: 6,309 ✭✭✭T-K-O


    Thanks guys, turns out there is a fault on the line.

    Another question if I may, what is the difference in configuration between VDSL and ADSL. I've read online that VDSL will work over ATM or Ethernet. Would the above config work on both ADSL and VDSL ?


  • Closed Accounts Posts: 129 ✭✭trompele


    Interface atm 0
    shutdown
    !
    interface Ethernet0
    no ip address
    no shut
    !
    interface Ethernet0.10
    encapsulation dot1Q 10
    pppoe enable group global
    pppoe-client dial-pool-number 1


  • Closed Accounts Posts: 129 ✭✭trompele


    Interface atm 0
    shutdown
    !
    interface Ethernet0
    no ip address
    no shut
    !
    interface Ethernet0.10
    encapsulation dot1Q 10
    pppoe enable group global
    pppoe-client dial-pool-number 1


Advertisement