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