cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
315
Views
10
Helpful
2
Replies

Cisco2901 K/9 v. 15.4(1) T3 - EHWIC-VA-DSL-A

r.schadewald
Level 1
Level 1

Hi everyone,

 

I wanted to configure a Cisco 2901 for a ADSL connection but without success. I didn´t event got a link on the atm interface.

I tried the same connection with my a Cisco 870 and there I´ve got a connection. So I guess my DSL link is ok.

Can someone help me please to find my mistake?

 

Best regards

Robert

!
controller Cellular 0/0
!
controller VDSL 0/2/0
!
interface Embedded-Service-Engine0/0
 no ip address
 shutdown
!
interface GigabitEthernet0/0
 ip address 10.11.0.1 255.255.255.128
 ip nat inside
 ip virtual-reassembly in
 duplex auto
 speed auto
!
interface GigabitEthernet0/1
 ip address dhcp
 duplex auto
 speed auto
!
interface GigabitEthernet0/1/0
 no ip address
 shutdown
 duplex auto
 speed auto
!
interface ATM0/2/0
 no ip address
 no atm ilmi-keepalive
!
interface ATM0/2/0.1 point-to-point
 pvc 1/32
  pppoe-client dial-pool-number 1
!
interface Ethernet0/2/0
 no ip address
 shutdown
!
interface Dialer1
 ip address negotiated
 ip mtu 1452
 ip nat outside
 ip virtual-reassembly in
 encapsulation ppp
 dialer pool 1
 dialer-group 1
 ppp authentication chap pap callin
 ppp chap hostname xxxx
 ppp chap password 7 xxxx
 ppp pap sent-username 0xxx
 ppp ipcp dns request
 no cdp enable
!
ip forward-protocol nd
!
ip http server
ip http access-class 23
ip http authentication local
ip http secure-server
ip http timeout-policy idle 60 life 86400 requests 10000
!
ip dns server
ip nat inside source route-map NAT_DSL interface Dialer1 overload
!
ip route 0.0.0.0 0.0.0.0 Dialer1
!
ip access-list extended DSL_ACCESSLIST
 permit ip 10.11.0.0 0.0.255.255 any
!
dialer-list 1 protocol ip permit
!
route-map NAT_DSL permit 10
 match ip address DSL_ACCESSLIST
 match interface Dialer1
!
control-plane

2 Replies 2

Martin Hruby
Level 1
Level 1

Hello

Try to configure dsl operating-mode auto (or choose the appropriate ADSL mode if you're sure) under the controller VDSL0/2/0 configuration sub-mode.
You may also want to configure the encapsulation to be used under the pvc1/32 configuration sub-mode: encapsulation aal5mux ppp dialer if using multiplexing. The default is to use AAL5+LLC/SNAP. Also please make sure that your VPI/VCI is correct.

Can you please provide the output of the following commands:

show controllers VDSL 0/2/0
show controllers atm 0/2/0
show atm interface atm 0/2/0
show atm pvc interface atm 0/2/0
show atm pvc 1/32

Best regards,
Martin

Hi Martin,

The idea with the dsl mode showed me the right way. My controller is a EHWIC-VA-DSL-A but what I need is an EHWIC-VA-DSL-B because I need EHWIC over ISDN.

Now I have to change the module. Thank you for you answer.

 

best regards,

Robert

Review Cisco Networking for a $25 gift card