cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
17309
Views
0
Helpful
14
Replies

Cisco 887VA can't connect to DSL

dmorenolop
Level 1
Level 1

Hello, I'm trying to get an internet connection through my cisco 877va but I can't get access. I cant apply show cotroller vdsl 0 command and I can see DSL up, however, the dialer0 interface can't get access to internet. If I apply "show int dialer0 account" coomand, I get the next message: "No traffic sent or received on this interface".Here is my configuration:

controller VDSL 0
!
ip tcp synwait-time 10
ip ssh time-out 60
!
!
!
!
!
!
!
interface Ethernet0
no ip address
shutdown
no fair-queue
!
interface ATM0
no ip address
no ip redirects
no ip unreachables
no ip proxy-arp
ip flow ingress
no atm ilmi-keepalive
!
interface ATM0.1 point-to-point
ip flow ingress
ip nat outside
ip virtual-reassembly in
pvc 0/35
  oam-pvc manage
  pppoe-client dial-pool-number 1
!
!
interface FastEthernet0
!
interface FastEthernet1
!
interface FastEthernet2
!
interface FastEthernet3
!
interface Vlan1
ip address 10.10.10.254 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 tcp adjust-mss 1412
!
interface Dialer0
ip address negotiated
no ip redirects
no ip unreachables
no ip proxy-arp
ip mtu 1452
ip flow ingress
ip nat outside
ip inspect DEFAULT100 out
ip virtual-reassembly in
encapsulation ppp
dialer pool 1
dialer-group 1
ppp authentication chap pap callin
ppp chap hostname dmorenol
ppp chap password 7 08324D420B181718
ppp pap sent-username dmorenol password 7 0017120A065A1909
no cdp enable
!

Thanks.

Regards

14 Replies 14

Reza Sharifi
Hall of Fame
Hall of Fame

Hi,

You also need a NAT statment and a default route

ip nat inside source list 105 interface dialer0 overload

access-list 105 permit ip 10.10.10.0 0 0.0.0.255 any

ip route 0.0.0.0 0.0.0.0 interface dialer0

HTH

Reza

Hi Reza, of course I've done that: Here it is:

ip forward-protocol nd
ip http server
no ip http secure-server
!
!
ip nat inside source static udp 10.10.10.0 80 interface Dialer0 80
ip nat inside source route-map SDM_RMAP_1 interface Dialer0 overload
ip route 0.0.0.0 0.0.0.0 Dialer0
ip route 10.10.10.0 255.255.255.0 Dialer0 permanent
!
logging esm config
access-list 1 permit 10.10.10.0 0.0.0.255
access-list 141 permit ip any any
dialer-list 1 protocol ip permit

The problem is DSL interface, it seems ATM0.1 never shows itself up. This interface always be down, do you know why?

Thank you

Regards

Hi there,

Would it be possible for you to please post the following outputs from the router when it is connected to the DSL line:

- show dsl int atm 0
- show atm vc
- show pppoe sessison

Thank you.

Cheers,

Yanil

Hi yzeledon.

Due the version and model's router I think the "show dsl int atm 0" doesn't work. This model (887VA) has a controller called VDSL so I'm sending the following output "show controller VDSL 0":

Mynekman#show controller vdsl 0
Controller VDSL 0 is UP

Daemon Status:           Up

                        XTU-R (DS)              XTU-C (US)
Chip Vendor ID:         'BDCM'                   'BDCM'
Chip Vendor Specific:   0x0000                   0x93D3
Chip Vendor Country:    0xB500                   0xB500
Modem Vendor ID:        'CSCO'                   'BDCM'
Modem Vendor Specific:  0x4602                   0x93D3
Modem Vendor Country:   0xB500                   0xB500
Serial Number Near:    FTX151000KU 887VA-SE 15.1(2)T
Serial Number Far:
Modem Version Near:    15.1(2)T
Modem Version Far:     0x93d3

Modem Status:            TC Sync (Showtime!)
DSL Config Mode:         AUTO
Trained Mode:            G.992.5 (ADSL2+) Annex A
TC Mode:                 ATM
Selftest Result:         0x00
DELT configuration:      disabled
DELT state:              not running
Trellis:                 ON                       ON
Line Attenuation:        40.0 dB                 22.8 dB
Signal Attenuation:      40.0 dB                 22.4 dB
Noise Margin:            29.9 dB                 29.6 dB
Attainable Rate:        10636 kbits/s            1263 kbits/s
Actual Power:            16.2 dBm                12.4 dBm
Total FECS:             0                        0
Total ES:               0                        0
Total SES:              0                        0
Total LOSS:             0                        0
Total UAS:              0                        0
Total LPRS:             0                        0
Total LOFS:             0                        0
Total LOLS:             0                        0
Bit swap:               0                        0

Full inits:             7
Failed full inits:      0
Short inits:            0
Failed short inits:     0

Firmware        Source          File Name (version)
--------        ------          -------------------
VDSL            embedded        VDSL_LINUX_DEV_01212008 (1)

Modem FW  Version:      100608_1515-4.02L.03.A2pv6C030h.d22k
Modem PHY Version:      A2pv6C030h.d22k


                  DS Channel1     DS Channel0   US Channel1       US Channel0
Speed (kbps):             0             2048             0               383
Previous Speed:           0             2048             0               383
Total Cells:              0           731536             0            135183
User Cells:               0               22             0                19
Reed-Solomon EC:          0                0             0                 0
CRC Errors:               0                0             0                 0
Header Errors:            0                0             0                 0
Interleave (ms):       0.00             0.25          0.00              0.24
Actual INP:            0.00             0.00          0.00              0.00

Training Log :  Stopped
Training Log Filename : flash:vdsllog.bin

Now here we go with "show atm vc":

Mynekman#show atm vc
Codes: DN - DOWN, IN - INACTIVE

           VCD /                                            Peak Av/Min Burst
Interface  Name         VPI   VCI Type    Encaps     SC     Kbps   Kbps Cells St

0.1          3                   0    35 PVC      SNAP       UBR     383                   DN

Now: "show pppoe session":

Mynekman#show pppoe session
     1 client session

Uniq ID  PPPoE  RemMAC          Port                    VT  VA         State
             SID       LocMAC                                            VA-st      Type
    N/A      0        0000.0000.0000  ATM0.1              Di0  N/A        PADISNT
                         0000.0000.0000  VC:  0/35

Regards.

Hi,

No show dsl int atm0, what IOS version are you running? Although I did see something that capture my attention under "show pppoe session" (mac address information displays only 0’s):

Uniq ID  PPPoE  RemMAC          Port                    VT  VA         State

             SID       LocMAC                                            VA-st      Type

    N/A      0        0000.0000.0000  ATM0.1              Di0  N/A        PADISNT

                         0000.0000.0000  VC:  0/35

So we are not getting anything from that PVC, if you don’t mind forwarding me a few more outputs:

debug atm events

debug atm errors

show ip int brief

show int atm 0

show atm int atm 0

Thank you for your time.

Cheers,

Yanil

Hi again yzeledon, the IOS version is 15.1 It's the newest (I think)

You're right, the pppoe shows 0 on MAC address, it is strange, is'nt it?

So here it's the debugging messages:

Mynekman#
000218: *Apr  4 21:25:45.756: %CONTROLLER-5-UPDOWN: Controller VDSL 0, changed s
tate to up
000219: *Apr  4 21:25:45.760: ATM0 atmsar_update_us_bandwidth(): upstream bw =38
3 Kbps
000220: *Apr  4 21:25:46.136: (atm_vc_is_bridged_dot1q)ATM: VC with handle 0x0 n
ot found
000221: *Apr  4 21:25:46.136: VC micro block get: Invalid vc handle
000222: *Apr  4 21:25:51.508: ATM0: atmsar_vc_dlcx
000223: *Apr  4 21:25:51.508: (ATM0)1a_enable: delay activation of vcd=3, vc=0x8
689B86C
000224: *Apr  4 21:25:51.508: atmsar enable ATM0

000225: *Apr  4 21:25:51.508: ATM0: atmsar_bringup_interface: Interface and atm_
db flags are UP
000226: *Apr  4 21:25:52.600: (ATM0): VPI/VCI: 0/35, peak 383, Avg 0, mbs 0
000227: *Apr  4 21:25:52.600: atm_vc_is_c3pl_info_attached(ATM0): No QoS context
found for VC 0 / 35
000228: *Apr  4 21:25:52.600: atm_vc_is_c3pl_info_attached(ATM0): No QoS context
found for VC 0 / 35
000229: *Apr  4 21:25:52.600:  Reserved bw for 0/35 Available bw = 383
000230: *Apr  4 21:25:52.600: ATM0: atmsar_1a_setup_vc, atm_vc_handle = 0x8689B8
6C
000231: *Apr  4 21:25:52.600: ATM0 atmsar_vc_setup: vcd 3
000232: *Apr  4 21:25:52.600:  Fill up paramaters for PVC 0/35[3] - Request for
CoS 0 PCR 383 SCR 0 MCR 0 Available 383
000233: *Apr  4 21:25:52.600:  Scheduler parameters for 0/35. Type UBR. PCR 383
000234: *Apr  4 21:25:52.600:  Total scheduled bandwidth after configuringPVC 0/
35 will be 0
000235: *Apr  4 21:25:52.680: ATM: vci 35, vpi 0, index 3 is incorrect
000236: *Apr  4 21:25:52.760: atmsar_setup_cos(ATM0): vc:3 wred_name: max_q:40
000237: *Apr  4 21:25:52.760: ATM0: VC setup successful (vcd = 3)
000238: *Apr  4 21:25:52.760: ATM0.1 Current Active VC count 1

000239: *Apr  4 21:25:52.760: ATM: PVC activated, ATM0.1 VCD 3 (0/35)
000240: *Apr  4 21:25:52.760: ATM: Repapulate, ATM0.1
000241: *Apr  4 21:25:52.760: ATM: PVC activated, ATM0.1 VCD 3 (0/35)
000242: *Apr  4 21:25:53.508: %LINK-3-UPDOWN: Interface ATM0, changed state to u
p
000243: *Apr  4 21:25:53.508:  atmsar_atm_lineaction(ATM0): state=4
000244: *Apr  4 21:25:53.508: ATM: Repapulate, ATM0
000245: *Apr  4 21:25:54.508: %LINEPROTO-5-UPDOWN: Line protocol on Interface AT
M0, changed state to up
000246: *Apr  4 21:25:58.748: ATM(): IP multicast cache invalidated for ATM0.1
000247: *Apr  4 21:25:58.748: ATM: PVC removed, ATM0.1 VCD 3 (0/35)
000248: *Apr  4 21:25:58.748: ATM(ATM0.1): VCD#3 VC 0/35 failed to echo OAM. 6 t
ries
000249: *Apr  4 21:26:08.744: ATM(ATM0.1): VCD#3 VC 0/35 failed to echo OAM. 7 t
ries
000250: *Apr  4 21:26:18.392: (atm_vc_is_bridged_dot1q)ATM: VC with handle 0x0 n
ot found
000251: *Apr  4 21:26:18.392: VC micro block get: Invalid vc handle
000252: *Apr  4 21:26:18.712: ATM(ATM0.1): VCD#3 VC 0/35 failed to echo OAM. 8 t
ries
000253: *Apr  4 21:26:28.648: ATM(ATM0.1): VCD#3 VC 0/35 failed to echo OAM. 9 t
ries
000254: *Apr  4 21:26:38.568: ATM(ATM0.1): VCD#3 VC 0/35 failed to echo OAM. 10
tries
000255: *Apr  4 21:26:48.472: ATM(ATM0.1): VCD#3 VC 0/35 failed to echo OAM. 11
tries
000256: *Apr  4 21:26:50.648: (atm_vc_is_bridged_dot1q)ATM: VC with handle 0x0 n
ot found
000257: *Apr  4 21:26:50.648: VC micro block get: Invalid vc handle
000258: *Apr  4 21:26:58.456: ATM(ATM0.1): VCD#3 VC 0/35 failed to echo OAM. 12
tries
000259: *Apr  4 21:27:08.380: ATM(ATM0.1): VCD#3 VC 0/35 failed to echo OAM. 13
tries
000260: *Apr  4 21:27:18.344: ATM(ATM0.1): VCD#3 VC 0/35 failed to echo OAM. 14
tries
000261: *Apr  4 21:27:22.912: (atm_vc_is_bridged_dot1q)ATM: VC with handle 0x0 n
ot found

Now we have the "show ip int brief":

ynekman#show ip int brief
Any interface listed with OK? value "NO" does not have a valid configuration

Interface                  IP-Address      OK? Method Status                Prot
ocol
ATM0                       unassigned      YES manual up                    up

ATM0.1                     unassigned      YES manual down                  down

Dialer0                    unassigned      YES manual up                    up

Ethernet0                  unassigned      YES manual administratively down down

FastEthernet0              unassigned      YES unset  up                    down

FastEthernet1              unassigned      YES unset  up                    down

FastEthernet2              unassigned      YES unset  down                  down

FastEthernet3              unassigned      YES unset  down                  down

NVI0                       unassigned      NO  unset  up                    up

Virtual-Access1            unassigned      YES unset  up

"Show int atm 0"

show int atm 0
ATM0 is up, line protocol is up
  Hardware is MPC ATMSAR, address is e05f.b9f5.c136 (bia e05f.b9f5.c136)
  MTU 1520 bytes, sub MTU 1520, BW 383 Kbit/sec, DLY 960 usec,
     reliability 255/255, txload 1/255, rxload 1/255
  Encapsulation ATM, loopback not set
  Keepalive not supported
  Encapsulation(s): AAL5
  4 maximum active VCs, 1024 VCs per VP, 1 current VCCs
  VC Auto Creation Disabled.
  VC idle disconnect time: 300 seconds
  Last input never, output 00:00:06, output hang never
  Last clearing of "show interface" counters never
  Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
  Queueing strategy: Per VC Queueing
  5 minute input rate 0 bits/sec, 0 packets/sec
  5 minute output rate 0 bits/sec, 0 packets/sec
     0 packets input, 0 bytes, 0 no buffer
     Received 0 broadcasts (0 IP multicasts)
     0 runts, 0 giants, 0 throttles
     0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort
     941 packets output, 49058 bytes, 0 underruns
     0 output errors, 0 collisions, 1106 interface resets
     0 unknown protocol drops
     0 output buffer failures, 0 output buffers swapped out

"Show atm int atm 0"

Interface ATM0:
AAL enabled:  AAL5,, Maximum VCs: 4, Current VCCs: 1

VCIs per VPI: 1024,
Max. Datagram Size: 1578
PLIM Type: ADSL - 383Kbps Upstream, DMT, TX clocking: LINE
0 input, 948 output, 0 IN fast, 0 OUT fast
Avail bw = 383
Config. is ACTIVE

Thank you!!

Regards

Hi,

Look at the following:

000235: *Apr 4 21:25:52.680: ATM: vci 35, vpi 0, index 3 is incorrect

Nice!

Although I got a question for you, Are you configuring this router for VDSL (on which you don't need the ATM interface) or for ADSL2? Please confirm.

Cheers,

Yanil

Hi!!, I am configuring the router for ADSL2, trough pppoe

Regards

Hi,

For some reason I’m kind of thinking the line is configure for VDSL and not ADSL2/2+ as the ATM int is not coming up, plus the errors on the debugs… Can we remove the configuration out of the ATM interface and configure VDLS to test if it trains up?

You can use the following configuration:

!

interface Ethernet0

description $ES_WAN$$FW_OUTSIDE$

no ip address

no ip route-cache cef

no ip route-cache

pppoe-client dial-pool-number 1

no fair-queue

!

interface Dialer0

ip address negotiated

no ip redirects

no ip unreachables

no ip proxy-arp

ip mtu 1452

ip flow ingress

ip nat outside

ip inspect DEFAULT100 out

ip virtual-reassembly in

encapsulation ppp

dialer pool 1

dialer-group 1

ppp authentication chap pap callin

ppp chap hostname dmorenol

ppp chap password 7 08324D420B181718

ppp pap sent-username dmorenol password 7 0017120A065A1909

no cdp enable

!

Let me know how things work.

Cheers,

Yanil

Hi,

I'm facing exactly the same problem. I've tried all the solutions posted in this forum but nothing!

Can anybody help me please?

Regards,

Hello, i have a small question. Since 887VA model is a multimode dsl/router, how to identify the mode configured on the dslam side? When you configure this device to "auto" mode, it trains up automatically to the mode configured on the dslam side -- either adsl2/2+ or vdsl2.

I'm reading the datasheet and it says that,

ATM WAN Interface - ADSL 1/2/2+ mode

Ethernet WAN Interface - VDSL2 mode

Is this something we need to know (on the CPE side) so we would know which WAN interface (ATM or Ethernet) to configure to connect to the internet?

Thanks a bunch.

ebarticel
Level 4
Level 4

"000250: *Apr  4 21:26:18.392: (atm_vc_is_bridged_dot1q)ATM: VC with handle 0x0 n

ot found

000251: *Apr  4 21:26:18.392: VC micro block get: Invalid vc handle"

Have you checked the encapsulation on both ends?

Eugen

colinmcallister
Level 1
Level 1

I'm running VDSL2 on an 887VA with BT Infinity, the config is here on my blog :

http://www.null0.co.uk/2012/05/fttc-cisco-vdsl-router/

Let me know if that helps, or if you have any questions reply here or post a comment.

Hi,

http://www.cisco.com/en/US/docs/ios/11_3/feature/guide/vcinteg.html

take away oam-pvc manage and check again the PVC. it looks like a mismatch between the two ends.

Alessio

Review Cisco Networking products for a $25 gift card