Sales: 13 19 60    Support: 1300 786 068    Billing: 1300 855 006
Search For: 
Cisco Broadband Routers
MyHelp Home > Internet & Email > Broadband > Broadband ADSL Modem Setup > Cisco Broadband Routers

Labels: 

Added by Westnet (Brent Criddle) , last edited by Westnet (David Dembo) on Nov 06, 2007  (view change) show comment
Please Note:
  • The configurations below are provided only as examples for the purpose of getting online. Security and other features are not enabled by this configuration.
  • Westnet Support is unable to provide any additional assistance with the configuration process, or customisation/troubleshooting of the configurations below. If you are not familiar with Cisco router configuration, you should consult an IT professional for assistance.

Telnet/SSH Access

Note that you should determine your security requirements for Telnet/SSH access, and add the required information to the end of your configuration.


PPPoE Configuration

router#sh run

Building configuration...

Current configuration : 1319 bytes

!

version 12.2
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname router
!
enable secret 5 xxxxxxxxxxxxx
!
ip subnet-zero
no ip domain lookup
!
no ip bootp server
vpdn enable
!
vpdn-group pppoe
request-dialin
protocol pppoe
!
!
!
!
interface Ethernet0
ip address xxxxxxxxxxxx
no cdp enable
hold-queue 100 out
!
interface ATM0
no ip address
no atm ilmi-keepalive
dsl operating-mode auto
dsl power-cutback 0
!
interface ATM0.1 point-to-point
pvc 8/35 
pppoe-client dial-pool-number 1
!
!
interface Dialer1
ip address negotiated
no ip redirects
no ip unreachables
ip mtu 1492
encapsulation ppp
dialer pool 1
no cdp enable
ppp authentication pap callin
ppp chap refuse
ppp pap sent-username xxxx password 7 xxxxxxxxxx
!
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer1
no ip http server
!
!
access-list 10 permit xxxxxxxxxxx
access-list 10 permit xxxxxxxxxxx
no cdp run
!
!
line con 0
stopbits 1
line vty 0 4
access-class 10 in
password 7 xxxxxxxxxxxx
login
!
scheduler max-task-time 5000
end


PPPoA Configuration

Router#configure terminal
!Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#interface ethernet 0
Router(config)#no ip http server
!You may change the Lan Interface specifications to your requirements (i.e. 192.168.0.0 255.255.255.0). This must match the ACL below
Router(config-if)#ip address 10.10.10.1 255.255.255.0
Router(config-if)#ip nat inside
Router(config-if)#no shutdown
Router(config-if)#exit
Router(config)#interface dialer 0

!Westnet Static i.p. addresses are auto-assigned. Corresppondingly, We recommend that you allow your router to accept any address assigned to it
Router(config-if)#ip address negotiated

!Continue with the rest of command
Router(config-if)#ip nat outside
Router(config-if)#encapsulation ppp
Router(config-if)#dialer pool 1
Router(config-if)#ppp pap sent-username <username> password <password>
Router(config-if)#exit
Router(config)#interface atm 0
Router(config-if)#pvc <VPI/VCI>
Router(config-if-atm-vc)#en aal5mux ppp dialer
Router(config-if-atm-vc)#dialer pool-member 1
Router(config-if-atm-vc)#no shutdown
Router(config-if)#exit
Router(config)#ip nat inside source list 1 interface dialer 0 overload

Router(config)#ip route 0.0.0.0 0.0.0.0 dialer 0

!Continue with the rest of command
!You may change the ACL to your requirements (i.e. 192.168.0.0 0.0.0.255). This must match the LAN interface above
Router(config)#access-list 1 permit 10.10.10.0 0.0.0.255
Router(config)#exit
Router#Write
!Building configuration...
!\[OK]
!Router#

Powered by Atlassian Confluence 2.7.3, the Enterprise Wiki. Contact Administrators

© Westnet Pty Ltd. All Rights Reserved