Skip to main content
Internode
  • Internet
    • NBN™
      • NBN Fibre Plans
      • NBN Wireless Plans
      • Coverage
    • Other Internet Products
      • Home Wireless Broadband
      • 5G Home Broadband
    • Need assistance? Call sales and support on 13 66 33
  • Mobile
  • TV
  • Business
    • Internet
      • NBN™
      • Fibre
      • Option packs
      • Hardware
    • Phone
      • NodeLine
      • NodeMobile
      • NodePhone VoIP
    • Connecting Offices
      • Case studies
      • Data centres
      • Internode Business Connect
      • Managed equipment
    • Need assistance? Call sales and support on 13 66 33
  • Support

    • Online guides

    • Online tools

    • Network status

    • Accounts and billing

    • Order status

    • FAQ
    •  
      Technical support
      1300 788 233
      Mon to Fri: 7am-12am
      Sat - Sun: 7am-12am
      Central Time (Adelaide)
      Accounts and billing
      1300 889 188
      Mon to Fri: 7am-8pm
      Sat - Sun: 7am-7pm
      Central Time (Adelaide)
      Provisioning
      1300 300 509
      Mon to Fri: 8am-7:30pm
      Sat - Sun: Closed
      Central Time (Adelaide)
  • Moving?
  • Contact
Need assistance? Call sales and support on 13 66 33

  Login to My Internode

Log into:
Forgotten your password?
Support
  • Guides
    • General Settings
    • Internet Access
      • NBN
      • TurboFibre FTTB
      • Broadband ADSL
        • Optimising ADSL2+
        • Internode ADSL2+ Profiles
        • Interleaving
        • AVM FRITZBox Routers
        • NetComm Routers
        • Billion Routers
        • OPEN Routers
        • Cisco Routers
        • TG-1
        • TG-789
      • Home Wireless Broadband
      • 5G Home Broadband
      • Fibre Estates FTTP
      • OPENetworks FTTN
      • IPv6
      • NodeMobile Data
      • Improving WiFi Signal
      • Quota & Shaping information
    • Mobile
    • NodePhone
    • NBN Phone
    • Wireless Guides
    • Fetch TV
  • Tools
  • Network Status
  • Security
  • Accounts and Billing
  • FAQ
  • Contact Support
  • Historical Product Info
  • How to check for NBN outages
  • How to run a ping and traceroute using PingPlotter
Arrow Up Broadband ADSL


Home - Support - Guides - Internet Access - Broadband ADSL - Cisco Routers

Online Guides

ADSL Configuration for Cisco 877/877W/887 Routers

The configurations supplied on this page are generic: they may not perfectly suit your network or configuration.

Important Note:
Using these configurations is your own responsibility. Assistance from Internode regarding these configurations may be limited.

Not what you're looking for? Try the Cisco configuration guide (IPv6) instead.

  • Cisco 877
  • Cisco 877W
  • Cisco 887

For correct connection settings, please see the Cisco Systems website:

  • Applying Correct Terminal Emulator Settings for Console Connections [Asynchronous Connections]

Cisco 877

version 12.4
no service pad
service timestamps debug datetime msec localtime
service timestamps log datetime msec localtime
service password-encryption
!
hostname 
!
boot-start-marker
boot-end-marker
!
logging buffered 65535
logging console informational
enable secret 
!
no aaa new-model
clock timezone ACST 9 30
clock summer-time ACST recurring first Sun Oct 2:00 first Sun Apr 2:00
!
!
dot11 syslog
no ip source-route
ip cef
!
!
no ip dhcp use vrf connected
ip dhcp excluded-address 192.168.0.0 192.168.0.10
!
ip dhcp pool lan
   network 192.168.0.0 255.255.255.0
   default-router 192.168.0.1 
   dns-server 192.231.203.132 192.231.203.3 
   lease infinite
!
!
no ip bootp server
ip domain name internode.on.net
ip name-server 192.231.203.132
ip name-server 192.231.203.3
!
multilink bundle-name authenticated
!
!
username admin secret 
! 
!
archive
 log config
  hidekeys
!
!
ip ssh time-out 90
ip ssh authentication-retries 2
!
!
!
interface ATM0
 description --- Internode ADSL ---
 no ip address
 no atm ilmi-keepalive
 no shutdown
 pvc 8/35 
  tx-ring-limit 3
  encapsulation aal5snap
  pppoe-client dial-pool-number 1
 !
 dsl operating-mode auto 
!
interface FastEthernet0
!
interface FastEthernet1
!
interface FastEthernet2
!
interface FastEthernet3
!
interface Vlan1
 description --- Ethernet LAN ---
 ip address 192.168.0.1 255.255.255.0
 ip nat inside
 ip virtual-reassembly
 ip tcp adjust-mss 1420
!
interface Dialer0
 description --- Internode ADSL ---
 ip address negotiated
 ip mtu 1460
 ip nat outside
 ip virtual-reassembly
 encapsulation ppp
 ip tcp adjust-mss 1420
 dialer pool 1
 dialer-group 1
 ppp chap hostname @internode.on.net
 ppp chap password 
!
ip forward-protocol nd
ip route 0.0.0.0 0.0.0.0 Dialer0
!
!
no ip http server
no ip http secure-server
no ip nat service sip udp port 5060
ip nat inside source list NAT interface Dialer0 overload
!
ip access-list extended MGMT-IN
 permit ip 203.26.95.0 0.0.0.255 any
 permit ip 192.168.0.0 0.0.0.255 any
ip access-list extended NAT
 permit ip 192.168.0.0 0.0.0.255 any
!         
no cdp run
!
!
!
!
control-plane
!
!
line con 0
 login local
 no modem enable
line aux 0
line vty 0 4
 access-class MGMT-IN in
 login local
!
scheduler max-task-time 5000
sntp server 192.231.203.132
crypto key generate rsa mod 1024
end
  

Cisco 877W

version 12.4
no service pad
service timestamps debug datetime msec localtime
service timestamps log datetime msec localtime
service password-encryption
!
hostname 
!
boot-start-marker
boot-end-marker
!
logging message-counter syslog
logging buffered 65535
logging console informational
enable secret 
!
no aaa new-model
clock timezone ACST 9 30
clock summer-time ACST recurring first Sun Oct 2:00 first Sun Apr 2:00
!
!
dot11 syslog
!
dot11 ssid 
 vlan 1
 authentication open 
 authentication key-management wpa
 guest-mode
 wpa-psk ascii 
!
no ip source-route
!
!
no ip dhcp use vrf connected
ip dhcp excluded-address 192.168.0.0 192.168.0.10
!
ip dhcp pool lan
   network 192.168.0.0 255.255.255.0
   default-router 192.168.0.1 
   dns-server 192.231.203.132 192.231.203.3 
   lease infinite
!
!
ip cef
no ip bootp server
ip domain name internode.on.net
ip name-server 192.231.203.132
ip name-server 192.231.203.3
no ipv6 cef
!
multilink bundle-name authenticated
!
!
!
username admin secret 
! 
!
!
archive
 log config
  hidekeys
!
!
ip ssh time-out 90
ip ssh authentication-retries 2
!
bridge irb
!
!
interface ATM0
 description --- Internode ADSL ---
 no ip address
 no atm ilmi-keepalive
 no shutdown
 pvc 8/35 
  tx-ring-limit 3
  encapsulation aal5snap
  pppoe-client dial-pool-number 1
 !
!
interface FastEthernet0
!
interface FastEthernet1
!
interface FastEthernet2
!
interface FastEthernet3
!         
interface Dot11Radio0
 description --- Wireless ---
 no ip address
 no shutdown
 no dot11 extension aironet
 !
 encryption vlan 1 mode ciphers tkip 
 !
 ssid 
 !
 speed basic-1.0 basic-2.0 basic-5.5 6.0 9.0 basic-11.0 12.0 18.0 24.0 36.0 48.0 54.0
 station-role root
 world-mode dot11d country AU both
!
interface Dot11Radio0.1
 description --- Wireless SSID: Vlan:1 ---
 encapsulation dot1Q 1 native
 ip virtual-reassembly
 no cdp enable
 bridge-group 1
 bridge-group 1 subscriber-loop-control
 bridge-group 1 spanning-disabled
 bridge-group 1 block-unknown-source
 no bridge-group 1 source-learning
 no bridge-group 1 unicast-flooding
!
interface Vlan1
 description --- Customer LAN ---
 no ip address
 bridge-group 1
!
interface Dialer0
 description --- Internode ADSL ---
 ip address negotiated
 ip mtu 1460
 ip nat outside
 ip virtual-reassembly
 encapsulation ppp
 ip tcp adjust-mss 1420
 dialer pool 1
 dialer-group 1
 ppp chap hostname @internode.on.net
 ppp chap password 
!
interface BVI1
 description --- Wireless and Customer LAN Bridge ---
 ip address 192.168.0.1 255.255.255.0
 ip nat inside
 ip virtual-reassembly
 ip tcp adjust-mss 1420
!
ip forward-protocol nd
ip route 0.0.0.0 0.0.0.0 Dialer0
no ip http server
no ip http secure-server
!
!
no ip nat service sip udp port 5060
ip nat inside source list NAT interface Dialer0 overload
!
ip access-list extended MGMT-IN
 permit ip 203.26.95.0 0.0.0.255 any
 permit ip 192.168.0.0 0.0.0.255 any
ip access-list extended NAT
 permit ip 192.168.0.0 0.0.0.255 any
!
no cdp run

!         
!
!
!
!
control-plane
!
bridge 1 protocol ieee
bridge 1 route ip
!
line con 0
 login local
 no modem enable
line aux 0
line vty 0 4
 access-class MGMT-IN in
 login local
!
scheduler max-task-time 5000
sntp server 192.231.203.132
crypto key generate rsa mod 1024
end
  

Cisco 887

version 15.0
no service pad
service timestamps debug datetime msec localtime
service timestamps log datetime msec localtime
service password-encryption
!
hostname 
!
boot-start-marker
boot-end-marker
!
logging buffered 65535
logging console informational
enable secret 
!
no aaa new-model
memory-size iomem 10
clock timezone ACST 9 30
clock summer-time ACST recurring first Sun Oct 2:00 first Sun Apr 2:00
!
!
no ip source-route
!
!
ip dhcp excluded-address 192.168.0.0 192.168.0.10
!
ip dhcp pool lan
   network 192.168.0.0 255.255.255.0
   default-router 192.168.0.1 
   dns-server 192.231.203.132 192.231.203.3 
   lease infinite
!
!
ip cef
no ip bootp server
ip domain name internode.on.net
ip name-server 192.231.203.132
ip name-server 192.231.203.3
!
!
!
!
archive
 log config
  hidekeys
username admin secret 
!
!
ip ssh time-out 90
ip ssh authentication-retries 2
! 
!
!
!
!
!
!      
interface ATM0
 description --- Internode ADSL ---
 no ip address
 no shutdown
 no atm ilmi-keepalive
 pvc 8/35 
  tx-ring-limit 3
  encapsulation aal5snap
  pppoe-client dial-pool-number 1
 !
!
interface FastEthernet0
!
interface FastEthernet1
!
interface FastEthernet2
!
interface FastEthernet3
!
interface Vlan1
 description --- Ethernet LAN ---
 ip address 192.168.0.1 255.255.255.0
 ip nat inside
 ip virtual-reassembly
 ip tcp adjust-mss 1420
!
interface Dialer0
 description --- Internode ADSL ---
 ip address negotiated
 ip mtu 1460
 ip nat outside
 ip virtual-reassembly
 encapsulation ppp
 ip tcp adjust-mss 1420
 dialer pool 1
 dialer-group 1
 ppp chap hostname @internode.on.net
 ppp chap password 
!
ip forward-protocol nd
no ip http server
no ip http secure-server
!
no ip nat service sip udp port 5060
ip nat inside source list NAT interface Dialer0 overload
ip route 0.0.0.0 0.0.0.0 Dialer0
!         
ip access-list extended MGMT-IN
 permit ip 203.26.95.0 0.0.0.255 any
 permit ip 192.168.0.0 0.0.0.255 any
ip access-list extended NAT
 permit ip 192.168.0.0 0.0.0.255 any
!
no cdp run

!
!
!
!
!
control-plane
!
!
line con 0
 login local
 no modem enable
line aux 0
line vty 0 4
 access-class MGMT-IN in
 login local
!
scheduler max-task-time 5000
sntp server 192.231.203.132
crypto key generate rsa mod 1024
end
  
  • Internode
  • About Us
  • Privacy Statement
  • Make a Complaint
  • Legal Information
  • Authorised Representatives
  • © 2025 Internode Pty Ltd
We acknowledge the Traditional Custodians of Country throughout Australia and the lands on which we, and our communities live, work and connect. We pay our respects to their Elders, past, present, and emerging.