I'm trying to get an M-net ADSL line working with a Cisco 837 router without luck, the ATM interface on the router will not come up. Can someone confirm the PVC and encapsulation type (Mnet advised 1/32 and encap aal5snap) that I should be using, they are refusing to support me because I'm not using their modem. Config and errors below:
QUOTE
interface ATM0
no ip address
no ip mroute-cache
no atm ilmi-keepalive
dsl operating-mode auto
!
interface ATM0.1 point-to-point
ip address x.x.x.x 255.255.255.0
no snmp trap link-status
crypto map VPN
pvc 1/32
encapsulation aal5snap
no ip address
no ip mroute-cache
no atm ilmi-keepalive
dsl operating-mode auto
!
interface ATM0.1 point-to-point
ip address x.x.x.x 255.255.255.0
no snmp trap link-status
crypto map VPN
pvc 1/32
encapsulation aal5snap
QUOTE
*Mar 3 19:51:31.047: DSL: Could not establish connection
*Mar 3 19:51:34.047: DSL: Trying to bring up DSL line using Embedded firmware version : 3.9.220
*Mar 3 19:51:34.047: DSL: Send ADSL_OPEN command.
*Mar 3 19:51:34.047: DSL: Using subfunction 0x15
*Mar 3 19:51:34.047: DSL: Using subfunction 0x15
*Mar 3 19:51:34.047: LOCAL:Max noise margin for power cutoff 31
*Mar 3 19:51:34.047: DSL: Sent command 0x3
*Mar 3 19:51:34.047: DSL: Trying to bring up DSL line using Embedded firmware version : 3.9.220
*Mar 3 19:51:34.047: DSL: Send ADSL_OPEN command.
*Mar 3 19:51:34.047: DSL: Using subfunction 0x15
*Mar 3 19:51:34.047: DSL: Using subfunction 0x15
*Mar 3 19:51:34.047: LOCAL:Max noise margin for power cutoff 31
*Mar 3 19:51:34.047: DSL: Sent command 0x3
Any help appreciated!
CJ