For dial-up networks, we have used most of them now. Of course, this is mainly for common users. So how to set the PPPoE protocol? This article will introduce this part in detail. Hope to help you.
Configuration command:
◆ Config t enter vro Configuration Mode
◆ Vpdn enable VPDN
◆ No vpdn logging because the PPPoE protocol set for ADSL dialing is implemented through virtual dialing, you need to use the VPDN function in the router.
◆ Vpdn-group pppoe: Start the vpdn process for PPPoE
◆ Request-dialin
◆ Protocol pppoe
Set the dialing protocol to PPPoE.
◆ Interface FastEthernet0
◆ Ip address 192.168.0.1 255.255.255.0
Set the company's internal network address
◆ Enable nat translation for ip NAT inside, set port Fa0 to internal network, and convert the source address that receives data from internal network to public network address
◆ Interface ATM0 set ADSL interface
◆ No ip address because the IP address is automatically obtained, do not set the ip address.
◆ No atm ilmi-keepalive
◆ Bundle-enable
◆ Dsl operating-mode auto
◆ Hold-queue 224 in
◆ Interface ATM 0.1 point-to-point
Because the communication set by ADSL dialing relies on VC, point-to-point VC must be set.
◆ Pvc 8/35 sets the related parameters of PVC, that is, the values of VCI and VPI. If you are not clear, you can ask the local telecom.