dslreports logo
 
    All Forums Hot Topics Gallery
spc
Search similar:


uniqs
2316

netgus
@bell.ca

netgus

Anon

[Internet] I want to configure my cisco 887VA with Bell

Hi,

I try to configure my Cisco 887 VA with the Bell VDSL connection.

I configure my Cisco like this:

interface ATM0
no ip address
no atm ilmi-keepalive
!
interface ATM0.835 point-to-point
pvc 0/35
pppoe-client dial-pool-number 1
!
!
interface Vlan1
ip address xxx.xxx.xxx.xxx 255.255.255.0
ip nat inside
ip virtual-reassembly in
!
interface Dialer0
ip address negotiated
ip mtu 1492
ip nat outside
ip virtual-reassembly in
encapsulation ppp
dialer pool 1
ppp authentication chap callin
ppp chap hostname xxxxxx@bell.ca
ppp chap password 7 xxxxxxxxxxxx
!
ip forward-protocol nd
no 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 xxx.xxx.xxx.xxx 0.0.0.255 any

But I not sure the Bell parameter is good.

if anyone knows the parameter to configure my cisco, I'm interested.

Thank you
netgus

netgus

Anon

I try this another configuration..
but someone tell me if this setting "interface Ethernet0.35" is correct.

Thank you in advance

else trying this in Canada, this is my working VDSL2 running config :

controller VDSL 0
!
bba-group pppoe global
!
interface Ethernet0
no ip address
!
interface Ethernet0.35
encapsulation dot1Q 35
pppoe-client dial-pool-number 1
!
interface ATM0
no ip address
shutdown
no atm ilmi-keepalive
!
interface FastEthernet0
shutdown
!
interface FastEthernet1
shutdown
!
interface FastEthernet2
shutdown
!
interface FastEthernet3
switchport access vlan 100
!
interface Vlan1
no ip address
!
interface Vlan100
ip address 10.0.0.5 255.255.255.0
ip flow ingress
ip nat inside
no ip virtual-reassembly in
ip route-cache policy
ip tcp adjust-mss 1452
!
interface Dialer1
description VDSL teksavvy
mtu 1492
ip address negotiated
no ip redirects
no ip proxy-arp
ip flow ingress
ip nat outside
no ip virtual-reassembly in
encapsulation ppp
ip route-cache policy
dialer pool 1
dialer-group 1
ppp authentication pap callin
ppp pap sent-username password 0
ppp ipcp dns request accept
ppp ipcp route default
ppp ipcp address accept
no cdp enable
!
ip forward-protocol nd
ip http server
no ip http secure-server
!
ip nat inside source list 100 interface Dialer1 overload
!
logging esm config
access-list 1 permit any
access-list 100 permit ip 10.0.0.0 0.0.0.255 any
dialer-list 1 protocol ip permit
!
kovy7
join:2009-03-26

kovy7

Member

ppp authentication pap callin
ppp chap refuse
ppp pap sent-username {yourID} password 7 {your password}
ppp multilink

Buu what port do you actually plug the modem RJ45 ?

netgus
@bell.ca

netgus

Anon

Thank you for your helping.

I put your settings in my configuration with Ethernet connection and it's not working.

Could you guide me. I must use an ATM connection or an Ethernet connection like ethernet0.35
netgus

netgus

Anon

I did not notice your question...

Initially, I use a RJ11 connection with Sagemcom and I did the same thing with Cisco. At the beginning, I think configure cisco on ATM, but I saw that VDSL is configured on the ethernet and I confess to being a bit lost.
kovy7
join:2009-03-26

kovy7

Member

said by netgus :

I did not notice your question...

Initially, I use a RJ11 connection with Sagemcom and I did the same thing with Cisco. At the beginning, I think configure cisco on ATM, but I saw that VDSL is configured on the ethernet and I confess to being a bit lost.

But from the Sagemcom to your router, should be a RJ45 connected on some port.

netgus
@bell.ca

netgus

Anon

No, I don't want to use the sagemcom. I want to replace it.
kovy7
join:2009-03-26

kovy7

Member

said by netgus :

No, I don't want to use the sagemcom. I want to replace it.

Ok, sorry... I had in my mind you wanted to bridge mode this thing.

Hmmm, I'm not really sure how then... I know someone in the teksavvy forum who actually suceeded. Maybe you can go there.

netgus
@bell.ca

netgus

Anon

Ok

Thank you Kovy
sgtux
join:2012-07-14

sgtux

Member

Hi netgus,

I'm a Teksavvy customer and I'm using Cisco 1921 router with two EHWIC-VA-DSL-A multi-mode DSL modems (ADSL/ADSL2/ADSL2+/VDSL2) in MLPPP mode. Your Cisco 887VA has the same built-in module (modem). Unfortunately after upgrading my service from 16/1 (ADSL2+) to 25/7 (VDSL2) I had to replace my modems with one 2-port Ethernet module (HWIC-2FE) and connect Bell's modems in bridge mode. The problem is that my phone lines are connected to an old IKNS remote that doesn't fully support VDSL2 protocol and Cisco modems just cannot sync up with it. They would work without any problems with newer Alcatel 7330 remote that Bell deploys as well. So, before trying Cisco equipment to work with Bell you have to know what kind of remote you are connected to.

If your Bell Internet service is not VDSL2 based then your are OK with any remote but you should configure ATM interface of your modem instead of Ethernet.

Hope it helps.