cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
42947
Views
13
Helpful
21
Replies

Cisco 887VA PPPoA BT ADSL setup?

almailing
Level 1
Level 1

Hi,

Sorry to bother you all.

Im new to Cisco equipment and weve just upgraded to a all singing 8000 series (887VA) to be precise.

i'm having difficultys in setting the router to connect to our BT ADSL2 business broadband, we have a static IP but on normal cheaper routers you just input a Chap username and password. and the router sorts the rest.

i've followed the tech support from cisco website inputted the configure commands to create the ATM0 and a Dialer0 but still having no joy.

this is the link to what i followed http://bit.ly/xLN3iB

when you log into the gui it only shows you a enable PPPoE tick box. no signs of PPPoA?

i can supply config file if you can help?

Regards

Kevin

21 Replies 21

Hi there Alejandro,

This post is pretty old now, but I will say my 867VAE(-K9) does connect to BT ADSL2+ just fine.

And for ADSL2+, BT use PPoA (ppp over atm) - not PPoE. PPoE (ppp over ethernet) IS however used if

you are going to connect (without their little white BT-branded Huawei FTTC (VDSL) modem) to the later

VDSL service, and plug it straight into the back of your VDSL/ADSL port on the 887VA.

I cannot comment on VDSL setup, or wireless lan, but there are many out there if you search for them.

Here's the basics for a ADSL2+ connection. You're best issuing a "write erase" at the enable prompt to

start fresh, then "reload" and enter basic config to plop an ip address of your internal network on one

of the device's VLAN's.. this way device-specific unknowns can be bypassed initially. (perhaps the

887 has real interfaces as opposed to the 867VAE's switch ports?) If you have a working config by now,

DON'T issue a write erase... It clears the config, and after reload, asks if you wish to enter initial config.

This assumes you are using the internal private network 192.168.1.0 255.255.255.0 on your local lan.

Adjust the config bits below if this is not the same, to match desired address.

The interface needs to be in the right mode firstly:

!

controller VDSL 0

operating mode adsl2+

modem ukfeature  (this may not take.. doesn't seem to matter on mine)

!

(Then the basics... )

!

interface ATM0

no ip address

no atm ilmi-keepalive

!

interface ATM0.1 point-to-point

pvc 0/38

  encapsulation aal5mux ppp dialer

  dialer pool-member 1

!       

!

!        

interface Dialer0

ip address negotiated

no ip redirects

no ip unreachables

ip nat outside

ip virtual-reassembly in

encapsulation ppp

dialer pool 1

dialer-group 1

ppp chap hostname [YOUR USERID]@[something]   <-- as you obtain from BT

ppp chap password [YOUR BROADBAND PASSWORD]     <-- as you obtain from BT

no cdp enable

!

!

ip nat inside source list 100 interface Dialer0 overload

!

ip route 0.0.0.0 0.0.0.0 Dialer0

!

access-list 100 permit ip 192.168.1.0 0.0.0.255 any

!

dialer-list 1 protocol ip permit

-Then, ensure you add:  "ip nat inside" to the LAN interface you use.. eg if it's a FastEthernet port:

interface fastethernet 0

ip address 192.168.1.1 255.255.255.0

ip nat inside

-If you get an error that you can't apply an ip address to a Layer 2 interface, try:

interface vlan 1

ip address 192.168.1.1 255.255.255.0

ip nat inside

-Then if no errors spew forth, you might do a:

interface dialer 0

shut

no shut

-to get the dialer to initiate a ppp session and acquire an ip address.

-If you do a:

show controller vdsl 0

-you should hopefully see something like:

Controller VDSL 0 is UP

Daemon Status:           NA

                       XTU-R (DS)              XTU-C (US)

Chip Vendor ID:         'BDCM'                   'IFTN'

Chip Vendor Specific:   0x0000                   0x71C8

Chip Vendor Country:    0xB500                   0xB500

Modem Vendor ID:        'CSCO'                   'IFTN'

Modem Vendor Specific:  0x4602                   0x71C8

Modem Vendor Country:   0xB500                   0xB500

Serial Number Near:    GMK000000FK 887VA (your IOS version) 

Serial Number Far:    

Modem Version Near:    15.1(4)M

Modem Version Far:     0x71C8

.....stuff

Modem Status:            TC Sync (Showtime!)

DSL Config Mode:         ADSL2+

Trained Mode:            G.992.5 (ADSL2+) Annex A

TC Mode:                 ATM

.....stuff

and in there:

Noise Margin:             3.1 dB                  6.3 dB

Attainable Rate:        23272 kbits/s            1264 kbits/s

...etc. meaning you're synched up to the MSAN/DSLAM whatever.

-I hope some of this is of help. these are taken directly from my 867VAE on BT Business broadband,

as of this moment.

good luck, Jason

Hi:

Just to let you know that the configuration posterd by Ambuj Mahendra published on

Mar 5, 2012 6:46 PM (in response to Kevin RookIs the key to get working the DSL (Very useful and accurate), just as a complementary information to troubleshoot I found useful as well ( Cisci DSL router configuration and troubleshooting Guide...

http://www.cisco.com/en/US/tech/tk175/tk15/technologies_configuration_example09186a008071a69d.shtm). The other hand to configure the wifi, is not much information in this discussion does not include anything on the wifi side, but I found the below forum, which found very useful as well.

http://ramtech.net.au/2011/08/02/cisco-867w-wireless-configuration/

If anyone has got any question, please post it in this forum otherwise e-mail me to acastro12@hotmail.com

Kind Regards, Alejandro Castro

Richard Swain
Level 1
Level 1

Hi Alejandro,

I also managed to get my 887VA working on a BT circuit in the end.

I'm out and about today but I'll try and dump the working config from my router to the post later if that helps, but it looks very similar to the one just posted above so you may have all you require.

Sent from Cisco Technical Support iPhone App

Hi Richard:

Thank you very much, please post your config, otherwise, send it to my personal e-mail address acastro12@yahoo.com. By the way, I am also purchasing the wireless PORS 802.11n, so if by any chance you have this config, it will be really appreciatted Richard.

Again, thank you very much.

almailing
Level 1
Level 1

Sorry for not replying sooner. I have been away with recently having a baby daughter.

I was unable to get my 887va to work with BT but then the project did fall to the lesser todo pile.

But it has risen back to the top so i would also be very interested in the working config.

Kevin

Sent from Cisco Technical Support iPhone App

Well to add my 2 pennies worth it seems to me that for some reason you have 2 dialers both with default ip routes

first remove the routes

conf term

no ip route 0.0.0.0 0.0.0.0 dialer0

no ip route 0.0.0.0 0.0.0.0 dialer1

do wri

the remove bot dialers

conf term

int

no atm 0.1

no atm 0.2

the reboot the device

reload

no recreate the dialer0 ( atm0.0) and add a single static route

ip route 0.0.0.0 0.0.0.0 dialer0

you also need to ensure that the new atm0.1 interface belongs to the Outside zone of the firewall

else it will not route traffic properly

thanks

 
Review Cisco Networking products for a $25 gift card