Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Cisco ATM config THUS Broadband

Status
Not open for further replies.

KillianK

Technical User
Oct 8, 2003
517
GB
Hi All,

Does anyone have a config for 1800 atm, dialler part. Have to setup dsl, not done it before??

This is a config that i got, would it be correct?

=======================================================

service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname host
!
!
logging buffered 4096 debugging
no logging console
enable secret cisco
!
username xxxxx password cisco
no aaa new-model
ip subnet-zero
!
!
ip dhcp excluded-address 204.54.2.1 204.54.2.50
ip dhcp excluded-address 204.54.2.101 204.54.2.254
!
ip dhcp pool eads
network 204.54.2.0 255.255.255.0
default-router 204.54.2.1
!
!
no ip cef
ip audit notify log
ip audit po max-events 100
no ftp-server write-enable
!
!
interface ATM0
no ip address
no ip redirects
no ip unreachables
no ip proxy-arp
no ip route-cache
no ip mroute-cache
no atm ilmi-keepalive
pvc 0/38
encapsulation aal5mux ppp dialer
dialer pool-member 1
!
dsl operating-mode auto
no shut
!
interface vlan1
ip address 204.54.2.1 255.255.255.0
no ip redirects
no ip unreachables
no ip proxy-arp
ip nat inside
no ip route-cache
no ip mroute-cache
no cdp enable
!
interface Dialer0
ip address negotiated
no ip redirects
no ip unreachables
no ip proxy-arp
ip nat outside
encapsulation ppp
no ip route-cache
no ip mroute-cache
dialer pool 1
no cdp enable
ppp authentication chap callin
ppp chap hostname name@host
ppp chap password XXXXXX
!
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer0
no ip http server
no ip http secure-server
!
!
access-list 99 remark
access-list 99 remark Define SNMP Managers who have access to this router
access-list 99 remark
access-list 99 permit xx.xx.xx.xx
access-list 99 permit xx.xx.xx.xx
!
no cdp run
!
!
snmp-server community xxxx-xxxx RO 99
snmp-server trap-source FastEthernet0
snmp-server enable traps snmp authentication linkdown linkup coldstart warmstart
snmp-server enable traps tty
snmp-server enable traps aaa_server
snmp-server enable traps config
snmp-server enable traps entity
snmp-server enable traps syslog
snmp-server host 81.3.92.1 nx0-c1sc0
!
banner login ^C
************************************************
* *
* Unauthorised Access Is Strictly Prohibited *
* *
************************************************
^C
!
line con 0
login local
line aux 0
login local
line vty 0 4
password cisco
login
!
!
end

E&Y#

=================================================

Thanks,

Killian
 
That config looks alright apart from the fact you don't seem to have defined your NAT correctly. Try the following:

ip nat inside source list 1 interface dialer0 overload

access-list 1 permit 204.54.2.0 0.0.0.255

 
Thanks KiscoKid,

Will give it a try,

Killian
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top