BandaAncha.eu

  • 🔍 en 📰 artículos ⏎
  • 🔍 en 💬 foros ⏎
  • 🔍 en 👇 este 💬 foro ⏎
  • 🔍 en 👇 este 💬 tema ⏎
Regístrate Regístrate Identifícate Identifícate

Duda con cisco 1721

heze54

Buenas....no consigo se ninguna forma hacer que sincronice la WIC de adsl.

Esta es la configuracion que tengo dentro del 1721:

!This is the running config of the router: ip_privada_router
!----------------------------------------------------------------------------
!version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname routerweb
!
boot-start-marker
boot-end-marker
!
no logging buffered
enable secret 5 xxxxxxxxxxxxxxx
enable password 7 xxxxxxxxxxxxxxx
!
username root privilege 15 secret 5 xxxxxxxxx
mmi polling-interval 60
no mmi auto-configure
mmi pvc 8/32
mmi snmp-timeout 180
no aaa new-model
ip subnet-zero
no ip routing
!
!
!
!
no ip cef
ip ips po max-events 100
no ftp-server write-enable
!
!
!
!
!
!
!
!
interface ATM0
ip address ip_publica mascara_ip_publica
ip nat outside
ip virtual-reassembly
no ip route-cache
no atm ilmi-keepalive
dsl operating-mode auto
pvc 8/32
encapsulation aal5snap
!
!
interface FastEthernet0
description $ETH-LAN$
ip address ip_privada_router mascara_router
ip nat inside
ip virtual-reassembly
no ip route-cache
speed auto
!
ip classless
ip route 0.0.0.0 0.0.0.0 ATM0 permanent
ip http server
no ip http secure-server
ip nat inside source list 1 interface ATM0 overload
!
!
!
access-list 1 remark SDM_ACL Category=2
access-list 1 permit ip_privada_lan 0.0.0.255
!
!
control-plane
!
!
line con 0
line aux 0
line vty 0 4
password 7 xxxxxxxxxxx
login
!
end

Algo tengo que tener mal porque no me sincroniza

Un saludo y gracias

heze54

Este tema está cerrado a nuevas respuestas. Abre un nuevo tema para retomar la conversación.
JoeDalton

cualquier otro router adsl sincroniza? (para descartar problemas de línea).

y sino... prueba esto (si te funciona te voy a tener que empezar a cobrar :P)

interface ATM0
no ip address
no atm ilmi-keepalive
dsl operating-mode auto

interface ATM0.32 point-to-point
ip address ip mascara
ip nat outside
pvc 8/32
encapsulation aal5snap

🗨️ 11
heze54

Sisi... si que funciona... con otro router me refiero.

He hecho un debug de l interfaz atm y me dice esto:

#

Watch the debug messages on the screen.

If the modem state stays at "0x8" and says "Could not establish connection," it means that the Cisco ADSL WIC has not heard from the central office (CO). It does not see an incoming signal.

Router#
1d01h: DSL: 1: Modem state = 0x8
1d01h: DSL: 2: Modem state = 0x8
1d01h: DSL: 3: Modem state = 0x8
1d01h: DSL: 4: Modem state = 0x8
1d01h: DSL: 5: Modem state = 0x8
1d01h: DSL: Could not establish connection

Sacado de la pagina de cisco... por que no coge CD... te posteo la configuracion con la que da ese error....
Configuracion:

!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Router
!
boot-start-marker
boot-end-marker
!
!
mmi polling-interval 60
no mmi auto-configure
no mmi pvc
mmi snmp-timeout 180
no aaa new-model
ip subnet-zero
!
!
!
!
ip cef
ip ips po max-events 100
no ftp-server write-enable
!
!
!
!
!
!
!
!
interface ATM0
no ip address
no atm ilmi-keepalive
dsl operating-mode auto
!
interface ATM0.1 point-to-point
ip address ip_publica y mascara
ip nat outside
ip virtual-reassembly
pvc 8/32
encapsulation aal5snap
!
!
interface FastEthernet0
ip address 192.168.154.200 255.255.255.0
ip nat inside
ip virtual-reassembly
speed auto
!
ip classless
ip route 0.0.0.0 0.0.0.0 ATM0.1
no ip http server
no ip http secure-server
ip nat inside source list 100 interface ATM0.1 overload
!
!
!
access-list 100 permit ip 192.168.154.0 0.0.0.255 any
!
!
control-plane
!
!
line con 0
line aux 0
line vty 0 4
!
end

🗨️ 10
JoeDalton

¿y el 1700 en otra línea? por descartar la wic.

de todas formas la configuración no varía de lo que yo te he posteado (sólo la inicial, que tu asignabas todo al atm0), pero si no recuerdo mal, con enchufar el router debería de darte portadora (sin necesidad de configurar).

🗨️ 9
heze54

Nope...... en otra linea tampoco.

Pero me he dado cuenta, que la wic que tengo es WIC-1ADSL-I-DG.. y supuestamente es soporta adsl pero bajo rdsi...creo que de ahi puede estar el problema.

🗨️ 8
JoeDalton
🗨️ 7
heze54
🗨️ 6
JoeDalton
🗨️ 5
heze54
🗨️ 4
JoeDalton
🗨️ 3
heze54
🗨️ 2
BocaDePez
BocaDePez