cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1637
Views
0
Helpful
3
Replies

Can not access internet with Cisco 887VA on BT infinity

millionmedhane
Level 1
Level 1

Hi i'm replacing the BT hub with a Cisco 887 router. i have configured it and followed BT's config however i'm unable to get access to the internet. Could someone please help me out with this issue. any help is appreciated thanks.

 

Here is my config:

Last configuration change at 05:34:52 UTC Wed Mar 4 2015
version 15.2
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Router
!
boot-start-marker
boot-end-marker
!
!
!
no aaa new-model
memory-size iomem 10
!
!
!
!
!
ip dhcp excluded-address 192.168.1.1 192.168.1.10
!
ip dhcp pool lan
network 192.168.1.0 255.255.255.0
dns-server 4.2.2.2 4.2.2.3 8.8.8.8
default-router 192.168.1.1
!
!
!
no ip domain lookup
ip cef
no ipv6 cef
!
!
license udi pid CI**** sn FC*****
!
!
!
!
!
!
!
controller VDSL 0
!
!
!
!
!
!
!
!
!
!
interface Ethernet0
description BT_INFINITY_VDSL0
no ip address
no ip route-cache
shutdown
!
interface Ethernet0.101
description 802.1Q_TAGGING_FOR_PPPOE_VDSL0
encapsulation dot1Q 101
ip nat outside
ip virtual-reassembly in
no ip route-cache
pppoe enable group global
pppoe-client dial-pool-number 1
!
interface ATM0
no ip address
shutdown
no atm ilmi-keepalive
!
interface FastEthernet0
switchport access vlan 101
no ip address
no cdp enable
!
interface FastEthernet1
no ip address
shutdown
no cdp enable
!
interface FastEthernet2
no ip address
shutdown
no cdp enable
!
interface FastEthernet3
no ip address
shutdown
no cdp enable
!
interface Vlan1
no ip address
!
interface Vlan101
description FA_0_0
ip address 192.168.1.1 255.255.255.0
no ip redirects
no ip unreachables
no ip proxy-arp
ip flow ingress
ip nat inside
ip virtual-reassembly in
ip route-cache policy
!
interface Dialer1
description 020*****
mtu 1492
ip address negotiated
no ip redirects
no ip unreachables
no ip proxy-arp
ip nbar protocol-discovery
ip nat outside
ip virtual-reassembly in
encapsulation ppp
ip tcp adjust-mss 1452
dialer pool 1
dialer idle-timeout 0
dialer-group 1
keepalive 30
ppp authentication chap
ppp chap hostname firstname.lastname@btbroadband.com
ppp chap password 0 *bt-password* (i have also tried it without any username and password and just username(bthub@btbroadband.com) and no password)
no cdp enable
!
ip forward-protocol nd
no ip http server
no ip http secure-server
!
ip nat inside source list 1 interface Dialer1 overload
ip route 0.0.0.0 0.0.0.0 Dialer1
!
access-list 1 permit any
dialer-list 1 protocol ip permit
no cdp run
!
!
!
line con 0
exec-timeout 0 0
logging synchronous
no modem enable
line aux 0
line vty 0 4
login
transport input all
!
!
end

1 Accepted Solution

Accepted Solutions

robway999
Level 1
Level 1

Hi

Your Ethernet 0 interface is shutdown it needs to be up.

I use the below in my Dialer 1 for my infinity

ppp authentication chap pap callin
ppp chap hostname bthomehub@btbroadband.com
ppp chap password 0 route
ppp pap sent-username bthomehub@btbroadband.com password 0 route

Rob

 

View solution in original post

3 Replies 3

robway999
Level 1
Level 1

Hi

Your Ethernet 0 interface is shutdown it needs to be up.

I use the below in my Dialer 1 for my infinity

ppp authentication chap pap callin
ppp chap hostname bthomehub@btbroadband.com
ppp chap password 0 route
ppp pap sent-username bthomehub@btbroadband.com password 0 route

Rob

 

Thanks mate it's working now :)

hi millionmedhane

I am trying to configure mine but i am not getting any ip from ISP

I am also a beginner so if you don't mind please send me your working config plz

thanks

Review Cisco Networking for a $25 gift card