A router is a commonly used network device, but how do we configure it? How can we achieve ADSL and PPPOE dial-up connections? This document provides detailed configuration commands.
Implement ADSL and DHCP on Cisco 2600 Series Router
The following settings are exported on the vro that has been successfully set. The Ethernet port is used for dialing and NAT.
!
Version 12.3:
Service timestamps debug datetime msec
Service timestamps log datetime msec
No service password-encryption
!
Hostname externalrp01
!
Boot-start-marker
Boot-end-marker
!
!
No network-clock-participant ipate slot 1
No network-clock-participant ipate wic 0
No aaa new-model
Ip subnet-zero
Ip cef
!
!
Ip dhcp excluded-address 192.168.2.1 192.168.2.99
!
Ip dhcp pool Pool1
Network 192.168.2.0 255.255.255.0
Dns-server 202.96.128.166
Default-router 192.168.2.1
!
Ip name-server 202.96.134.20.
Ip name-server 202.96.128.166
Vpdn enable
!
Vpdn-group pppoe
Request-dialin
Protocol pppoe
!
No ftp-server write-enable
!
!
!
!