Adsl analog dialing

Source: Internet
Author: User

Adsl analog dialing
Simulate ADSL and Modem dialing environment: Windows PacketTracert5.3 ....... objective: To learn about dial-up Internet access and master the basic configuration steps: Create the topology as follows: Configure ISP: Configure AAA: Configure "MODEM"
Configure wireless modem-home: Configure ISP Router: Router> enRouter # conf tRouter (config) # host ISPISP (config) # int fa1/0ISP (config-if) # ip add 100.100.100.254 255.255.255.0ISP (config-if) # pppoe enable // enable the PPPOE dialing function of the fa1/0 interface ISP (config-if) # no shISP (config-if) # exitISP (config) # int fa0/0ISP (config-if) # ip add 1.1.1.254 255.255.255.0ISP (config-if) # no shISP (config-if) # int fa0/1ISP (config-if) # ip add 2.2.2.254 255.255.255.0ISP (config-if) # no shISP (config-if) # exitISP (config) # username modemhome password kkfloat // create a modem dialing user ISP (config) # aaa new-model // enable AAA Server ISP (config) # aaa authentication login internet group radius // enable AAA as the authentication server ISP (config) of the ADSL dial-up user) # radius-server host 1.1.1.1 auth-port 1645 key kkfloat // specify the IP address and port number of the AAA server and the Internet shared key ISP (config) # ip dhcp excluded-address 200.200.200.254 // configure the DHCP exclusion address ISP (config) of the modem user # ip dhcp pool modempool // create the dhcp address pool ISP (dhcp-config) of the modem user) # network 200.200.200.0 255.255.255.0 // specify the dhcp network range ISP (dhcp-config) # default-router 200.200.200.254 // specify the default ISP (dhcp-config) of the modem user) # exit // exit ISP (config) # ip local pool adslpool 100.100.100.1 100.100.100.250 // create an ISP (config) for the ADSL user # vpdn enable // enable the vpdn function ISP (config) # vpdn-group adsl // create a vpdn group ISP (config-vpdn-acc-in) # protocol pppoe // configure vpdn as PPPOEISP (config-vpdn-acc-in) # virtual-template 1 // specify the virtual dialing template 1ISP (config-vpdn-acc-in) # exit // exit ISP (config-vpdn) # exit // exit ISP (config) # int virtual-Template 1 // enter the virtual dialing Template 1ISP (config-if) # ip unnumbered fa1/0 // configure no ip address number, use the fa1/0 address to indicate ISP (config-if) # peer default ip address pool adslpool // configure the ADSL dialing user to use the adslpool address pool ISP (config-if) # exit // exit test cable-home: test the wireless router and wireless-home: test the modem-home:
 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.