Link to home
Start Free TrialLog in
Avatar of IT-Trygve
IT-Trygve

asked on

Need assistance with 8 wire SHDSL on Cisco 1841

Hello Experts

I have had a very frustrating day today and need your help.
I need to configure a new Cisco 1841 router with SHDSL support.
In slot0 there is a HWIC 4SHDSL and I need to set this up as 8 wire SHDSL.
I have only configure other Cisco Routers without SHDSL interface before and
need some tips/help please. The SDM Express does not recognized the SHDSL
HWIC Card so I need to configure this from shell I think. Do I need to configure
SHDSL to be default interface for WAN also or will it find automatically out of this self?
      
additional information
Cisco 1841
IOS:  12.4(11)XJ4
Cisco SDM Express 2.5
SHDSL: 8 wire (Norway Annex B)


Here is a copy of the config so far.
Building configuration...

Current configuration : 2935 bytes
!
! Last configuration change at 21:53:48 PCTime Wed Oct 22 2008 by hesby
! NVRAM config last updated at 21:45:01 PCTime Wed Oct 22 2008 by cisco
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname Router
!
boot-start-marker
boot-end-marker
!
logging buffered 51200 warnings
enable secret 5 $1$3QIt$jkAn8lRFCajdmcy4R/Wc8/
!
no aaa new-model
clock timezone PCTime 1
clock summer-time PCTime date Mar 30 2003 2:00 Oct 26 2003 3:00
ip cef
!
!
no ip dhcp use vrf connected
ip dhcp excluded-address 192.168.200.1 192.168.200.49
ip dhcp excluded-address 192.168.200.151 192.168.200.254
!
ip dhcp pool sdm-pool1
   import all
   network 192.168.200.0 255.255.255.0
   dns-server 81.29.32.130 81.29.32.135
   default-router 192.168.200.1
!
!
ip domain name hesby.shdsl.lan
ip name-server 81.29.32.130
ip name-server 81.29.32.135
multilink bundle-name authenticated
!
!
username hesby privilege 15 secret 5 $1$CbGA$xeccx/A00u18t7Trfli/z0
!
!
controller SHDSL 0/0/0
 termination cpe
!
!
!
interface FastEthernet0/0
 description $ETH-LAN$$ETH-SW-LAUNCH$$INTF-INFO-FE 0$$ES_LAN$$FW_INSIDE$
 ip address 192.168.200.1 255.255.255.0
 ip nat inside
 ip virtual-reassembly
 duplex auto
 speed auto
!
interface FastEthernet0/1
 description $ES_WAN$$FW_OUTSIDE$
 ip address dhcp client-id FastEthernet0/1 hostname Router
 ip nat outside
 ip virtual-reassembly
 duplex auto
 speed auto
!
!
!
ip http server
ip http authentication local
ip http timeout-policy idle 60 life 86400 requests 10000
ip nat inside source list 1 interface FastEthernet0/1 overload
!
access-list 1 remark INSIDE_IF=FastEthernet0/0
access-list 1 remark SDM_ACL Category=2
access-list 1 permit 192.168.200.0 0.0.0.255
!
!
control-plane
!
banner exec ^C
% Password expiration warning.
-----------------------------------------------------------------------
 
Cisco Router and Security Device Manager (SDM) is installed on this device and
it provides the default username "cisco" for  one-time use. If you have already
used the username "cisco" to login to the router and your IOS image supports the
"one-time" user option, then this username has already expired. You will not be
able to login to the router with this username after you exit this session.
 
It is strongly suggested that you create a new username with a privilege level
of 15 using the following command.
 
username <myuser> privilege 15 secret 0 <mypassword>
 
Replace <myuser> and <mypassword> with the username and password you want to
use.
 
-----------------------------------------------------------------------
^C
banner login ^CAuthorized access only!
 Disconnect IMMEDIATELY if you are not an authorized user!^C
!
line con 0
 login local
line aux 0
line vty 0 4
 privilege level 15
 login local
 transport input telnet
line vty 5 15
 privilege level 15
 login local
 transport input telnet
!
scheduler allocate 20000 1000
end
Avatar of kyleb84
kyleb84
Flag of Australia image

8 Wire SHDSL?

You mean 2 x 4wire SHDSL connections?

READ:
http://www.cisco.com/univercd/cc/td/doc/product/access/acs_mod/cis2600/sw_conf/shdslfm.pdf
ASKER CERTIFIED SOLUTION
Avatar of IT-Trygve
IT-Trygve

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial