Hi All,
I though this is the best place to share some information on Cisco, if you own a Cisco 800 series routers you will be able to used it for SLT ADSL,
Below is a sample Config for the Cisco 837 routers:
-----------------------------------------------------------------------
no service pad
service timestamps debug datetime msec localtime show-timezone
service timestamps log datetime msec localtime show-timezone
service password-encryption
service sequence-numbers
!
hostname ******TYPE YOUR HOSTNAME HERE******
!
logging queue-limit 100
logging buffered informational
enable secret ******TYPE YOUR PASSWORD HERE******
!
ip subnet-zero
no ip source-route
!
ip dhcp pool Home
network 192.168.1.0 255.255.255.224
default-router 192.168.1.1
netbios-node-type h-node
dns-server 203.115.0.46 203.115.0.47
lease infinite
!
!
no ip bootp server
ip cef
ip audit notify log
ip audit po max-events 100
vpdn enable
!
no ftp-server write-enable
!
!
!
!
!
!
!
!
interface Ethernet0
description $FW_INSIDE$
ip address 192.168.1.1 255.255.255.224
no ip redirects
no ip unreachables
no ip proxy-arp
ip nat inside
no keepalive
no cdp enable
hold-queue 100 in
hold-queue 100 out
!
interface ATM0
no ip address
no ip redirects
no ip unreachables
no ip proxy-arp
no atm ilmi-keepalive
dsl operating-mode auto
dsl power-cutback 30
!
interface ATM0.3 point-to-point
description Layer2 connectivity
no ip redirects
no ip unreachables
no ip proxy-arp
pvc 8/35
pppoe-client dial-pool-number 3
!
!
interface Dialer3
description $FW_OUTSIDE$
ip address negotiated
no ip redirects
no ip unreachables
no ip proxy-arp
ip mtu 1452
ip nat outside
encapsulation ppp
ip tcp adjust-mss 1432
dialer pool 3
dialer-group 1
no keepalive
no cdp enable
ppp authentication pap callin
ppp pap sent-username ******TYPE YOUR SLT USERNAME HERE****** password ******TYPE YOUR SLT PASSWORD HERE******
!
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer3
no ip http server
no ip http secure-server
!
access-list 10 permit 192.168.1.0 0.0.0.31
access-list 10 permit 192.168.1.0 0.0.0.255
no cdp run
snmp-server enable traps tty
!
line con 0
exec-timeout 2 0
transport input none
stopbits 1
line vty 0 4
exec-timeout 2 0
!
scheduler max-task-time 5000
----------------------------------------------------------------------
end
I though this is the best place to share some information on Cisco, if you own a Cisco 800 series routers you will be able to used it for SLT ADSL,
Below is a sample Config for the Cisco 837 routers:
-----------------------------------------------------------------------
no service pad
service timestamps debug datetime msec localtime show-timezone
service timestamps log datetime msec localtime show-timezone
service password-encryption
service sequence-numbers
!
hostname ******TYPE YOUR HOSTNAME HERE******
!
logging queue-limit 100
logging buffered informational
enable secret ******TYPE YOUR PASSWORD HERE******
!
ip subnet-zero
no ip source-route
!
ip dhcp pool Home
network 192.168.1.0 255.255.255.224
default-router 192.168.1.1
netbios-node-type h-node
dns-server 203.115.0.46 203.115.0.47
lease infinite
!
!
no ip bootp server
ip cef
ip audit notify log
ip audit po max-events 100
vpdn enable
!
no ftp-server write-enable
!
!
!
!
!
!
!
!
interface Ethernet0
description $FW_INSIDE$
ip address 192.168.1.1 255.255.255.224
no ip redirects
no ip unreachables
no ip proxy-arp
ip nat inside
no keepalive
no cdp enable
hold-queue 100 in
hold-queue 100 out
!
interface ATM0
no ip address
no ip redirects
no ip unreachables
no ip proxy-arp
no atm ilmi-keepalive
dsl operating-mode auto
dsl power-cutback 30
!
interface ATM0.3 point-to-point
description Layer2 connectivity
no ip redirects
no ip unreachables
no ip proxy-arp
pvc 8/35
pppoe-client dial-pool-number 3
!
!
interface Dialer3
description $FW_OUTSIDE$
ip address negotiated
no ip redirects
no ip unreachables
no ip proxy-arp
ip mtu 1452
ip nat outside
encapsulation ppp
ip tcp adjust-mss 1432
dialer pool 3
dialer-group 1
no keepalive
no cdp enable
ppp authentication pap callin
ppp pap sent-username ******TYPE YOUR SLT USERNAME HERE****** password ******TYPE YOUR SLT PASSWORD HERE******
!
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer3
no ip http server
no ip http secure-server
!
access-list 10 permit 192.168.1.0 0.0.0.31
access-list 10 permit 192.168.1.0 0.0.0.255
no cdp run
snmp-server enable traps tty
!
line con 0
exec-timeout 2 0
transport input none
stopbits 1
line vty 0 4
exec-timeout 2 0
!
scheduler max-task-time 5000
----------------------------------------------------------------------
end