cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
335
Views
0
Helpful
2
Replies

ehwic vdsl2-ciro

nettuno8_20111
Level 1
Level 1

hi I have a 2901 CME 12.0 router version 15.7 I have a problem with an ehwic va-dsl-m, I connected the telephone cable but it doesn't connect with the provaider                                                                                                                                                                                                                                                                                                                                                           !
!
!
controller VDSL 0/0/0
description VDSL+2-ADSL+2
!
!
!
!
!
!
!
!
!
!
!
interface Embedded-Service-Engine0/0
no ip address
shutdown
!
interface GigabitEthernet0/0
no ip address
shutdown
duplex auto
speed auto
!
interface GigabitEthernet0/1
description router-voice to router-isp
ip address 192.168.0.1 255.255.255.0
duplex auto
speed auto
!
interface GigabitEthernet0/1.15
description VOIP-SIP-SCCP
encapsulation dot1Q 15
ip address 192.168.15.1 255.255.255.0
!
interface ATM0/0/0
no ip address
shutdown
no atm ilmi-keepalive
!
interface Ethernet0/0/0
no ip address
!
interface Ethernet0/0/0.835
encapsulation dot1Q 835
ip nat inside
ip virtual-reassembly in
pppoe enable group global
pppoe-client dial-pool-number 10
!
interface Dialer1
mtu 1492
ip address negotiated
ip nat outside
ip virtual-reassembly in
encapsulation ppp
ip tcp adjust-mss 1452
dialer pool 10
ppp chap hostname aliceadsl
ppp chap password 0 aliceadsl
ppp pap sent-username aliceadsl password 0 aliceadsl
!
!
ip forward-protocol nd
!
ip http server
no ip http secure-server
!
ip dns server
ip nat inside source list 100 interface Dialer1 overload                                                                                                                                                                                                                                                                                                                              router-voice(config)#do show ip interface brie
Interface IP-Address OK? Method Status Protocol
Embedded-Service-Engine0/0 unassigned YES NVRAM administratively down down
GigabitEthernet0/0 unassigned YES NVRAM administratively down down
GigabitEthernet0/1 192.168.0.1 YES NVRAM up up
GigabitEthernet0/1.15 192.168.15.1 YES NVRAM up up
ATM0/0/0 unassigned YES NVRAM administratively down down
Ethernet0/0/0 unassigned YES NVRAM up down
Ethernet0/0/0.835 unassigned YES unset up down
Dialer1 unassigned YES NVRAM up up
NVI0 192.168.0.1 YES unset up up
Virtual-Access1 unassigned YES unset up up        

2 Accepted Solutions

Accepted Solutions

acampbell
VIP Alumni
VIP Alumni

Hi,

You are missing a basic element of the PPPoE configuration.

You need to set the "bba" group "global£ before the ethernet can use it.


!
!
!
bba-group pppoe global **** YOU NEED THIS FIRSTLY ****
!
!
interface Ethernet0/0/0.835
encapsulation dot1Q 835
ip nat inside
ip virtual-reassembly in
pppoe enable group global ***** IT TIES TO THIS *****
pppoe-client dial-pool-number 10
!

Regards, Alex. Please rate useful posts.

View solution in original post

Hi, I solved the problem: I hadn't installed the firmware for the ehwic-va-dsl-m module in the flash memory and then configured it in the ehwic-va-dsl-m module with the appropriate firmware command xxxxxxxxx

View solution in original post

2 Replies 2

acampbell
VIP Alumni
VIP Alumni

Hi,

You are missing a basic element of the PPPoE configuration.

You need to set the "bba" group "global£ before the ethernet can use it.


!
!
!
bba-group pppoe global **** YOU NEED THIS FIRSTLY ****
!
!
interface Ethernet0/0/0.835
encapsulation dot1Q 835
ip nat inside
ip virtual-reassembly in
pppoe enable group global ***** IT TIES TO THIS *****
pppoe-client dial-pool-number 10
!

Regards, Alex. Please rate useful posts.

Hi, I solved the problem: I hadn't installed the firmware for the ehwic-va-dsl-m module in the flash memory and then configured it in the ehwic-va-dsl-m module with the appropriate firmware command xxxxxxxxx