ADSL settings for Cisco 837

klaarnou

New Member
Joined
Oct 10, 2008
Messages
9
Reaction score
0
Can someone please give me a complete working config for a Cisco 837 router for Telkom ADSL line.

After 2 days of trying to figure it out I give up.
 
NOTE: This product is no longer being sold and might not be supported. View the End-of-Life Notice to learn:cisco

Which DSL modem did you connect to it?
 
The Cisco 837 ADSL Broadband Router has an integrated ADSL WAN port with a four-port 10/100 Ethernet LAN switch for connecting multiple PCs or network devices in a small-office network.
 
Can someone please give me a complete working config for a Cisco 837 router for Telkom ADSL line.

Here's a pretty simple one that should have most of the bases covered ...

clock timezone SAST 2

ip dhcp excluded-address 192.168.1.1 192.168.1.99

ip dhcp pool LAN
network 192.168.1.0 255.255.255.0
default-router 192.168.1.1
dns-server 192.168.1.1

ip inspect name in-to-out tcp
ip inspect name in-to-out udp
ip inspect name in-to-out icmp

username admin privilege 15 password <some password>

interface Ethernet0
ip address 192.168.1.1 255.255.255.0
ip nat inside
ip virtual-reassembly

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

interface ATM0.1 point-to-point
pvc 8/35
pppoe-client dial-pool-number 1

interface Dialer1
ip address negotiated
ip access-group 100 in
ip mtu 1492
ip nat outside
ip inspect in-to-out out
ip virtual-reassembly
encapsulation ppp
ip tcp adjust-mss 1452
dialer pool 1
no cdp enable
ppp authentication chap callin
ppp chap hostname <your-adsl-username>
ppp chap password <your-adsl-password>
ppp ipcp dns request

ip route 0.0.0.0 0.0.0.0 Dialer1

ip dns server

ip nat inside source list 1 interface Dialer1 overload

access-list 1 permit 192.168.1.0 0.0.0.255
access-list 100 deny ip any any

sntp server 196.25.1.1

 
Tx Roman will try that one and let you know.

I do have the Cisco Device manager but:
- It cannot auto detect the pvc
- Setup created does not work

Thanks for all the help.
 
Top
Sign up to the MyBroadband newsletter
X