SlideShare ist ein Scribd-Unternehmen logo
1 von 8
1
Configuring the Device as a PPPoE Client on Huawei AR1200
PPPoE is a PPP protocol running on the Ethernet and widely used on campus networks.
Carriers want to connect multiple hosts at a site to the same remote access device. The
access device is expected to provide access control and accounting for these hosts in a
manner similar to dial-up access using PPP. Using PPPoE, carriers can achieve this goal
at lower cost because Ethernet is the most cost-effective among all access technologies
and PPP implements access control and accounting.
PPPoE allows a large number of hosts on an Ethernet to connect to the Internet using a
remote access device and controls each host using PPP. PPPoE features a large
application scale, high security, and convenient accounting.
The PPPoE technology implements practical applications such as Internet access
accounting and is widely used by broadband access carriers.
How to configure the device as a PPPoE client on Huawei AR1200
When the device functions as a PPPoE client, all hosts in a LAN use one ADSL account to
dial up to the Internet.
1 Configuring a Dialer Interface
Context
Before configuring the PPPoE client, you need to configure a dialer interface and a dialer
bundle for the dialer interface.
NOTE:
The device functioning as a PPPoE client supports only resource-shared DCC (RS-DCC).
Procedure
1. Run:
system-view
The system view is displayed.
2. Run:
dialer-rule
The dialer rule view is displayed.
2
3. Run:
dialer-rule dialer-rule-number { acl { acl-number | name acl-name } | ip { deny
| permit } | ipv6 { deny | permit } }
A dialer ACL is configured.
4. Run:
quit
Return to the system view.
5. Run:
interface dialer number
A dialer interface is created and the dialer interface view is displayed.
1.
Run:
dialer user user-name
A dialer user name is created.
2. Run:
dialer-group group-number
A dialup group that the dialer interface belongs to is configured.
The value of group-number must be the same as the value of dialer-rule-number set
in step 3.
3. Run:
dialer bundle number
RS-DCC is enabled and a dialer bundle is configured for the dialer interface.
4. Configure an IP address for the dialer interface.
 Configure an IPv4 address for the dialer interface.
 Directly configure the IP address.
Run:
ip address ip-address { mask | mask-length }
An IP address is configured for the dialer interface.
 Configure the dialer interface to obtain an IP address from the
PPPoE server.
Run:
3
ip address ppp-negotiate
The dialer interface is configured to obtain an IP address from the PPPoE
server through PPP negotiation.
 Configure an IPv6 address for the dialer interface.
Run:
ipv6 address { ipv6-address prefix-length | ipv6-address/prefix-length }
An IPv6 address is configured for the dialer interface.
NOTE:
Before configuring an IPv6 address for a dialer interface, run the ipv6 command in
the system view to enable IPv6 packet forwarding and run the ipv6
enable command on the interface to enable IPv6.
2 Enabling the PPPoE Client Function on the Interface
Context
The PPPoE session works in permanent online mode or packet triggered mode.
 In permanent online mode, the device initiates a PPPoE session immediately after
the physical link becomes Up. The PPPoE session persists until you delete it.
 In triggered online mode, the device does not initiate a PPPoE session
immediately after the physical link becomes Up. Instead, the device initiates a PPPoE
session only when data needs to be transmitted on the link. If no data is transmitted on
the PPPoE link within the specified period, the device terminates the PPPoE session.
Ethernet interfaces, PON interfaces, and ATM interfaces support PPPoE sessions.
 When the device uses an Ethernet interface or a PON interface to connect to an
ADSL modem, create a PPPoE session on the Ethernet interface or the PON interface.
 When the device uses an ATM interface to connect to the Internet directly, create
a PPPoE session on the virtual Ethernet interface bound to the ADSL interface.
Procedure
1. Run:
system-view
The system view is displayed.
2. Run:
interface interface-type interface-number
The interface view is displayed.
4
3. Run:
pppoe-client dial-bundle-number number [ on-demand ] [ no-hostuniq ]
[ ppp-max-payload value ]
A dialer bundle is specified for a PPPoE session.
If no-hostuniq is not specified, the PPPoE session initiated by the PPPoE client
contains the Host-Uniq field. The PPPoE client uses this field to associate an access
server response with a particular host request, which ensures strict check.
If on-demand is specified, run the dialer timer idle seconds command to set the link
idle time on the dialer interface.
NOTE:
Multiple PPPoE sessions can be established on an Ethernet interface or a PON
interface. That is, an Ethernet interface or a PON interface can belong to multiple
dialer bundles. A dialer bundle can contain only one Ethernet interface or one PON
interface. One dialer bundle maps one PPPoE session. If the dialer bundle of a dialer
interface already has an Ethernet interface or a PON interface used for PPPoE, no
interface can be added to the dialer bundle. If the dialer bundle contains other
interfaces, no Ethernet interface or PON interface can be added to the dialer bundle
to establish PPPoE sessions on the PPPoE client.
3 (Optional) Configuring NAT
Context
When local area network (LAN) users connect to the device functioning as a PPPoE client
on an IPv4 network, LAN users use private IP addresses. Network Address Translation
(NAT) needs to be configured on the device to translate private IP addresses into public
addresses so that LAN users can access the Internet.
Procedure
 Configure NAT on a dialer interface. For details, see NAT Configuration in the IP
service configuration.
NOTE:
When the IP address of the PPPoE client assigned by the PPPoE server is used as the
NAT server IP address, configure the dynamic DNS (DDNS) client. DNS refers to
domain name system. For details about DDNS client configuration, see Configuring the
DDNS Client.
4 Checking the Configuration
5
Pre-configuration Tasks
The device has been configured as the PPPoE client so that hosts on the LAN connected
to the device can dial up to the Internet. A PPPoE session has been established, and you
can view the PPPoE session status.
Procedure
 Run the display pppoe-client session { packet | summary }
[ dial-bundle-number number ] command to check the PPPoE session status and
statistics.
Example for Configuring the PPPoE Client
Networking Requirements
As shown in Figure, the device functioning as the PPPoE client connects to hosts in the
LAN using GE1/0/0 and connects to the PPPoE server using GE2/0/0.
Users want the hosts to share an account. If the account is authenticated successfully on
the PPPoE server, a PPPoE session is established. Service requirements are as follows:
 The device establishes a PPPoE session with the PPPoE server using PPP
authentication.
 When no data needs to be transmitted within the specified period, the PPPoE
client terminates the PPPoE session. When data needs to be transmitted, the PPPoE
client establishes a PPPoE session with the PPPoE server again.
Figure Networking diagram of the device functioning as the PPPoE client
Configuration Roadmap
The configuration roadmap is as follows:
6
1. Configure Challenge Handshake Authentication Protocol (CHAP) authentication
on the dialer interface so that the device can establish a PPPoE session with the
PPPoE server using PPP authentication.
2. Set the packet triggered mode so that the PPPoE client terminates the PPPoE
session when no data is transmitted within the specified period and establishes the
PPPoE session again when data needs to be transmitted.
Procedure
1. Configure the PPPoE server.
Configure the authentication mode, IP address allocation mode, and IP address or IP
address pool for the PPPoE client. For details about the configuration procedure, see
the documentation of the PPPoE server. If the device functions as the PPPoE server.
2. Configure a dialer interface.
3. <Huawei> system-view
4. [Huawei] sysname Router
5. [Router] dialer-rule
6. [Router-dialer-rule] dialer-rule 1 ip permit
7. [Router-dialer-rule] quit
8. [Router] interface dialer 1
9. [Router-Dialer1] dialer user user2
10. [Router-Dialer1] dialer-group 1
11. [Router-Dialer1] dialer bundle 1
12. [Router-Dialer1] ppp chap user user1@system
13. [Router-Dialer1] ppp chap password cipher huawei
14. [Router-Dialer1] dialer timer idle 300
15. INFO: The configuration will become effective after link reset.
16. [Router-Dialer1] dialer queue-length 8
17. [Router-Dialer1] ip address ppp-negotiate
[Router-Dialer1] quit
18. Create a PPPoE session.
19. [Router] interface gigabitethernet 2/0/0
20. [Router-GigabitEthernet2/0/0] pppoe-client dial-bundle-number 1
on-demand
[Router-GigabitEthernet2/0/0] quit
21. Configure a static route from the local host to the PPPoE server.
Assume that the IP address of the PPPoE server is 10.10.10.3.
[Router] ip route-static 0.0.0.0 0 dialer 1
7
22. Verify the configurations.
Run the display pppoe-client session summary command to check the PPPoE
session status and configuration. The following command output shows that the
PPPoE session status is Up and the session configuration is correct.
[Router] display pppoe-client session summary
PPPoE Client Session:
ID Bundle Dialer Intf Client-MAC Server-MAC State
1 1 1 GE2/0/0 00e0fc030201 0819a6cd0680 UP
Configuration Files
 Configuration file of the PPPoE client
 #
 dialer-rule
 dialer-rule 1 ip permit
 #
 interface Dialer1
 link-protocol ppp
 ip address ppp-negotiate
 dialer user user2
 ppp chap user user1@system
 ppp chap password cipher huawei
 dialer bundle 1
 dialer queue-length 8
 dialer timer idle 300
 dialer-group 1
 #
 interface GigabitEthernet2/0/0
 pppoe-client dial-bundle-number 1 on-demand
 #
 ip route-static 0.0.0.0 0.0.0.0 Dialer1
 #
return
More related:
AR G3: THIRD-GENERATION ROUTERS
HOW TO CONNECT HUAWEI ROUTER USE VPN
HUAWEI AR1200 SERIES ROUTER ORDERING INFORMATION
8
More Huawei products and Reviews you can visit: http://www.huanetwork.com/blog
Huanetwork.com is a world leading Huawei networking products distributor, we wholesale
original new Huawei networking equipments, including Huawei switches, Huawei routers,
Huaweisymantec security products, Huawei IAD, Huawei SFP and other Huawei
networking products. Our customers include telecom operators, Huawei resellers, ISP and
system integrators. Right now most of our sales are contributed by regular customers
Our website: http://www.huanetwork.com
Telephone: +852-30501940
Email: sales@huanetwork.com
Address: 23/F Lucky Plaza, 315-321 Lockhart Road, Wanchai, Hongkong

Weitere ähnliche Inhalte

Was ist angesagt?

Huawei cisco command conversion
Huawei cisco command conversionHuawei cisco command conversion
Huawei cisco command conversionjames Omara
 
Kamailio with Docker and Kubernetes
Kamailio with Docker and KubernetesKamailio with Docker and Kubernetes
Kamailio with Docker and KubernetesPaolo Visintin
 
Cisco vs. huawei CLI Commands
Cisco vs. huawei CLI CommandsCisco vs. huawei CLI Commands
Cisco vs. huawei CLI CommandsBootcamp SCL
 
Tutorial WiFi driver code - Opening Nuts and Bolts of Linux WiFi Subsystem
Tutorial WiFi driver code - Opening Nuts and Bolts of Linux WiFi SubsystemTutorial WiFi driver code - Opening Nuts and Bolts of Linux WiFi Subsystem
Tutorial WiFi driver code - Opening Nuts and Bolts of Linux WiFi SubsystemDheryta Jaisinghani
 
Routed Provider Networks on OpenStack
Routed Provider Networks on OpenStack Routed Provider Networks on OpenStack
Routed Provider Networks on OpenStack Romana Project
 
Cisco router-commands
Cisco router-commandsCisco router-commands
Cisco router-commandsRobin Rohit
 
IP Virtual Server(IPVS) 101
IP Virtual Server(IPVS) 101IP Virtual Server(IPVS) 101
IP Virtual Server(IPVS) 101HungWei Chiu
 
Linux Networking Explained
Linux Networking ExplainedLinux Networking Explained
Linux Networking ExplainedThomas Graf
 
DPDK IPSec Security Gateway Application
DPDK IPSec Security Gateway ApplicationDPDK IPSec Security Gateway Application
DPDK IPSec Security Gateway ApplicationMichelle Holley
 
Ansible Introduction
Ansible Introduction Ansible Introduction
Ansible Introduction Robert Reiz
 
Kernel Recipes 2015: Representing device-tree peripherals in ACPI
Kernel Recipes 2015: Representing device-tree peripherals in ACPIKernel Recipes 2015: Representing device-tree peripherals in ACPI
Kernel Recipes 2015: Representing device-tree peripherals in ACPIAnne Nicolas
 
Demystifying Networking Webinar Series- Routing on the Host
Demystifying Networking Webinar Series- Routing on the HostDemystifying Networking Webinar Series- Routing on the Host
Demystifying Networking Webinar Series- Routing on the HostCumulus Networks
 
Alphorm.com Support de la formation Vmware Esxi 6.0
Alphorm.com Support de la formation Vmware Esxi 6.0Alphorm.com Support de la formation Vmware Esxi 6.0
Alphorm.com Support de la formation Vmware Esxi 6.0Alphorm
 
Best practices for ansible
Best practices for ansibleBest practices for ansible
Best practices for ansibleGeorge Shuklin
 
Tutorial: Using GoBGP as an IXP connecting router
Tutorial: Using GoBGP as an IXP connecting routerTutorial: Using GoBGP as an IXP connecting router
Tutorial: Using GoBGP as an IXP connecting routerShu Sugimoto
 
Cisco-Press-CCNP-and-CCIE-Enterprise-Core-ENCOR-350-401-Official-Cert-Guide.pdf
Cisco-Press-CCNP-and-CCIE-Enterprise-Core-ENCOR-350-401-Official-Cert-Guide.pdfCisco-Press-CCNP-and-CCIE-Enterprise-Core-ENCOR-350-401-Official-Cert-Guide.pdf
Cisco-Press-CCNP-and-CCIE-Enterprise-Core-ENCOR-350-401-Official-Cert-Guide.pdfLeeRonald2
 
Kamailio - SIP Firewall for Carrier Grade Traffic
Kamailio - SIP Firewall for Carrier Grade TrafficKamailio - SIP Firewall for Carrier Grade Traffic
Kamailio - SIP Firewall for Carrier Grade TrafficDaniel-Constantin Mierla
 

Was ist angesagt? (20)

Huawei cisco command conversion
Huawei cisco command conversionHuawei cisco command conversion
Huawei cisco command conversion
 
Kamailio with Docker and Kubernetes
Kamailio with Docker and KubernetesKamailio with Docker and Kubernetes
Kamailio with Docker and Kubernetes
 
Cisco vs. huawei CLI Commands
Cisco vs. huawei CLI CommandsCisco vs. huawei CLI Commands
Cisco vs. huawei CLI Commands
 
Tutorial WiFi driver code - Opening Nuts and Bolts of Linux WiFi Subsystem
Tutorial WiFi driver code - Opening Nuts and Bolts of Linux WiFi SubsystemTutorial WiFi driver code - Opening Nuts and Bolts of Linux WiFi Subsystem
Tutorial WiFi driver code - Opening Nuts and Bolts of Linux WiFi Subsystem
 
Aruba instant iap setup rev3
Aruba instant iap setup rev3Aruba instant iap setup rev3
Aruba instant iap setup rev3
 
Routed Provider Networks on OpenStack
Routed Provider Networks on OpenStack Routed Provider Networks on OpenStack
Routed Provider Networks on OpenStack
 
Cisco router-commands
Cisco router-commandsCisco router-commands
Cisco router-commands
 
IP Virtual Server(IPVS) 101
IP Virtual Server(IPVS) 101IP Virtual Server(IPVS) 101
IP Virtual Server(IPVS) 101
 
Linux Networking Explained
Linux Networking ExplainedLinux Networking Explained
Linux Networking Explained
 
DPDK IPSec Security Gateway Application
DPDK IPSec Security Gateway ApplicationDPDK IPSec Security Gateway Application
DPDK IPSec Security Gateway Application
 
Ansible Introduction
Ansible Introduction Ansible Introduction
Ansible Introduction
 
Kernel Recipes 2015: Representing device-tree peripherals in ACPI
Kernel Recipes 2015: Representing device-tree peripherals in ACPIKernel Recipes 2015: Representing device-tree peripherals in ACPI
Kernel Recipes 2015: Representing device-tree peripherals in ACPI
 
EMEA Airheads- LACP and distributed LACP – ArubaOS Switch
EMEA Airheads- LACP and distributed LACP – ArubaOS SwitchEMEA Airheads- LACP and distributed LACP – ArubaOS Switch
EMEA Airheads- LACP and distributed LACP – ArubaOS Switch
 
Demystifying Networking Webinar Series- Routing on the Host
Demystifying Networking Webinar Series- Routing on the HostDemystifying Networking Webinar Series- Routing on the Host
Demystifying Networking Webinar Series- Routing on the Host
 
Alphorm.com Support de la formation Vmware Esxi 6.0
Alphorm.com Support de la formation Vmware Esxi 6.0Alphorm.com Support de la formation Vmware Esxi 6.0
Alphorm.com Support de la formation Vmware Esxi 6.0
 
SSH
SSHSSH
SSH
 
Best practices for ansible
Best practices for ansibleBest practices for ansible
Best practices for ansible
 
Tutorial: Using GoBGP as an IXP connecting router
Tutorial: Using GoBGP as an IXP connecting routerTutorial: Using GoBGP as an IXP connecting router
Tutorial: Using GoBGP as an IXP connecting router
 
Cisco-Press-CCNP-and-CCIE-Enterprise-Core-ENCOR-350-401-Official-Cert-Guide.pdf
Cisco-Press-CCNP-and-CCIE-Enterprise-Core-ENCOR-350-401-Official-Cert-Guide.pdfCisco-Press-CCNP-and-CCIE-Enterprise-Core-ENCOR-350-401-Official-Cert-Guide.pdf
Cisco-Press-CCNP-and-CCIE-Enterprise-Core-ENCOR-350-401-Official-Cert-Guide.pdf
 
Kamailio - SIP Firewall for Carrier Grade Traffic
Kamailio - SIP Firewall for Carrier Grade TrafficKamailio - SIP Firewall for Carrier Grade Traffic
Kamailio - SIP Firewall for Carrier Grade Traffic
 

Andere mochten auch

Huawei Router Basic Configuration Command
Huawei Router Basic Configuration CommandHuawei Router Basic Configuration Command
Huawei Router Basic Configuration CommandHuanetwork
 
What’s the Difference Between GPON and EPON
What’s the Difference Between GPON and EPONWhat’s the Difference Between GPON and EPON
What’s the Difference Between GPON and EPONHuanetwork
 
How to configure the logical distance of gpon
How to configure the logical distance of gponHow to configure the logical distance of gpon
How to configure the logical distance of gponHuanetwork
 
How to configure eo c services for huawei ol ts
How to configure eo c services for huawei ol tsHow to configure eo c services for huawei ol ts
How to configure eo c services for huawei ol tsHuanetwork
 
How to add and delete ont on the olt device
How to add and delete ont on the olt deviceHow to add and delete ont on the olt device
How to add and delete ont on the olt deviceHuanetwork
 
The Review of Huawei OLT
The Review of Huawei OLTThe Review of Huawei OLT
The Review of Huawei OLTHuanetwork
 
Ont, olt and mdu in gpon technology
Ont, olt and mdu in gpon technologyOnt, olt and mdu in gpon technology
Ont, olt and mdu in gpon technologyHuanetwork
 
Huawei s5710-ei-power-module-test-report
Huawei s5710-ei-power-module-test-reportHuawei s5710-ei-power-module-test-report
Huawei s5710-ei-power-module-test-reportHuanetwork
 
OptiX OSN 8800 Slot Description
OptiX OSN 8800 Slot DescriptionOptiX OSN 8800 Slot Description
OptiX OSN 8800 Slot DescriptionHuanetwork
 
How to Configure QinQ?
How to Configure QinQ?How to Configure QinQ?
How to Configure QinQ?Huanetwork
 
dBm : a mathematical interpretation
dBm : a mathematical interpretationdBm : a mathematical interpretation
dBm : a mathematical interpretationMapYourTech
 
Example for configuring local attack defense
Example for configuring local attack defenseExample for configuring local attack defense
Example for configuring local attack defenseHuanetwork
 
Huawei s9300 terabit routing switch
Huawei s9300 terabit routing switchHuawei s9300 terabit routing switch
Huawei s9300 terabit routing switchHuanetwork
 
Huawei net engine5000e core router chassis and features
Huawei net engine5000e core router chassis and featuresHuawei net engine5000e core router chassis and features
Huawei net engine5000e core router chassis and featuresHuanetwork
 
Optical module
Optical moduleOptical module
Optical moduleHuanetwork
 
Huawei s3700 cables
Huawei s3700 cablesHuawei s3700 cables
Huawei s3700 cablesHuanetwork
 
Version support for huawei s7700 components (1)
Version support for huawei s7700 components (1)Version support for huawei s7700 components (1)
Version support for huawei s7700 components (1)Huanetwork
 

Andere mochten auch (19)

Huawei Router Basic Configuration Command
Huawei Router Basic Configuration CommandHuawei Router Basic Configuration Command
Huawei Router Basic Configuration Command
 
What is gpon
What is gponWhat is gpon
What is gpon
 
What’s the Difference Between GPON and EPON
What’s the Difference Between GPON and EPONWhat’s the Difference Between GPON and EPON
What’s the Difference Between GPON and EPON
 
How to configure the logical distance of gpon
How to configure the logical distance of gponHow to configure the logical distance of gpon
How to configure the logical distance of gpon
 
How to configure eo c services for huawei ol ts
How to configure eo c services for huawei ol tsHow to configure eo c services for huawei ol ts
How to configure eo c services for huawei ol ts
 
How to add and delete ont on the olt device
How to add and delete ont on the olt deviceHow to add and delete ont on the olt device
How to add and delete ont on the olt device
 
The Review of Huawei OLT
The Review of Huawei OLTThe Review of Huawei OLT
The Review of Huawei OLT
 
Ont, olt and mdu in gpon technology
Ont, olt and mdu in gpon technologyOnt, olt and mdu in gpon technology
Ont, olt and mdu in gpon technology
 
Huawei ac6005
Huawei ac6005Huawei ac6005
Huawei ac6005
 
Huawei s5710-ei-power-module-test-report
Huawei s5710-ei-power-module-test-reportHuawei s5710-ei-power-module-test-report
Huawei s5710-ei-power-module-test-report
 
OptiX OSN 8800 Slot Description
OptiX OSN 8800 Slot DescriptionOptiX OSN 8800 Slot Description
OptiX OSN 8800 Slot Description
 
How to Configure QinQ?
How to Configure QinQ?How to Configure QinQ?
How to Configure QinQ?
 
dBm : a mathematical interpretation
dBm : a mathematical interpretationdBm : a mathematical interpretation
dBm : a mathematical interpretation
 
Example for configuring local attack defense
Example for configuring local attack defenseExample for configuring local attack defense
Example for configuring local attack defense
 
Huawei s9300 terabit routing switch
Huawei s9300 terabit routing switchHuawei s9300 terabit routing switch
Huawei s9300 terabit routing switch
 
Huawei net engine5000e core router chassis and features
Huawei net engine5000e core router chassis and featuresHuawei net engine5000e core router chassis and features
Huawei net engine5000e core router chassis and features
 
Optical module
Optical moduleOptical module
Optical module
 
Huawei s3700 cables
Huawei s3700 cablesHuawei s3700 cables
Huawei s3700 cables
 
Version support for huawei s7700 components (1)
Version support for huawei s7700 components (1)Version support for huawei s7700 components (1)
Version support for huawei s7700 components (1)
 

Ähnlich wie Configuring the Device as a PPPoE Client on Huawei AR1200

Cognex In-Sight - Network Settings.pdf
Cognex In-Sight - Network Settings.pdfCognex In-Sight - Network Settings.pdf
Cognex In-Sight - Network Settings.pdfDiogoCampezatto
 
versa router teletronics
versa router teletronicsversa router teletronics
versa router teletronicsguestd33e17a
 
Eyeball AnyConnect™ Gateway Administration Guide
Eyeball AnyConnect™ Gateway Administration GuideEyeball AnyConnect™ Gateway Administration Guide
Eyeball AnyConnect™ Gateway Administration GuideEyeball Networks
 
MikroTik Basic Training Class - Online Moduls - English
 MikroTik Basic Training Class - Online Moduls - English MikroTik Basic Training Class - Online Moduls - English
MikroTik Basic Training Class - Online Moduls - EnglishAdhie Lesmana
 
Configuring a Cisco Router as a PPPoE Client for DSL Connectivity
 Configuring a Cisco Router as a PPPoE Client for DSL Connectivity Configuring a Cisco Router as a PPPoE Client for DSL Connectivity
Configuring a Cisco Router as a PPPoE Client for DSL Connectivity3Anetwork com
 
Point to-point-protocol
Point to-point-protocolPoint to-point-protocol
Point to-point-protocolamigurumi21
 
Mikro tik vpn configuration with site converted
Mikro tik vpn configuration with site convertedMikro tik vpn configuration with site converted
Mikro tik vpn configuration with site convertedUttam Ds
 
IRJET- Overview of Hole Punching: ICMP Hole Punching, TCP Hole Punching, UDP ...
IRJET- Overview of Hole Punching: ICMP Hole Punching, TCP Hole Punching, UDP ...IRJET- Overview of Hole Punching: ICMP Hole Punching, TCP Hole Punching, UDP ...
IRJET- Overview of Hole Punching: ICMP Hole Punching, TCP Hole Punching, UDP ...IRJET Journal
 
IRJET - Overview of Hole Punching: ICMP Hole Punching, TCP Hole Punching, UDP...
IRJET - Overview of Hole Punching: ICMP Hole Punching, TCP Hole Punching, UDP...IRJET - Overview of Hole Punching: ICMP Hole Punching, TCP Hole Punching, UDP...
IRJET - Overview of Hole Punching: ICMP Hole Punching, TCP Hole Punching, UDP...IRJET Journal
 
CCNAv5 - S2: Chapter4 Routing Concepts
CCNAv5 - S2: Chapter4 Routing ConceptsCCNAv5 - S2: Chapter4 Routing Concepts
CCNAv5 - S2: Chapter4 Routing ConceptsVuz Dở Hơi
 
KPUCC-Rs instructor ppt_chapter4_final
KPUCC-Rs instructor ppt_chapter4_finalKPUCC-Rs instructor ppt_chapter4_final
KPUCC-Rs instructor ppt_chapter4_finalFisal Anwari
 
Chapter 04 - Routing Concepts
Chapter 04 - Routing ConceptsChapter 04 - Routing Concepts
Chapter 04 - Routing ConceptsYaser Rahmati
 

Ähnlich wie Configuring the Device as a PPPoE Client on Huawei AR1200 (20)

PPPOE.pptx
PPPOE.pptxPPPOE.pptx
PPPOE.pptx
 
Cognex In-Sight - Network Settings.pdf
Cognex In-Sight - Network Settings.pdfCognex In-Sight - Network Settings.pdf
Cognex In-Sight - Network Settings.pdf
 
versa router teletronics
versa router teletronicsversa router teletronics
versa router teletronics
 
Eyeball AnyConnect™ Gateway Administration Guide
Eyeball AnyConnect™ Gateway Administration GuideEyeball AnyConnect™ Gateway Administration Guide
Eyeball AnyConnect™ Gateway Administration Guide
 
MikroTik Basic Training Class - Online Moduls - English
 MikroTik Basic Training Class - Online Moduls - English MikroTik Basic Training Class - Online Moduls - English
MikroTik Basic Training Class - Online Moduls - English
 
Configuring a Cisco Router as a PPPoE Client for DSL Connectivity
 Configuring a Cisco Router as a PPPoE Client for DSL Connectivity Configuring a Cisco Router as a PPPoE Client for DSL Connectivity
Configuring a Cisco Router as a PPPoE Client for DSL Connectivity
 
Point to-point-protocol
Point to-point-protocolPoint to-point-protocol
Point to-point-protocol
 
IP and VoIP Fundamentals
IP and VoIP FundamentalsIP and VoIP Fundamentals
IP and VoIP Fundamentals
 
Mikro tik vpn configuration with site converted
Mikro tik vpn configuration with site convertedMikro tik vpn configuration with site converted
Mikro tik vpn configuration with site converted
 
IP Layer.pptx
IP Layer.pptxIP Layer.pptx
IP Layer.pptx
 
IRJET- Overview of Hole Punching: ICMP Hole Punching, TCP Hole Punching, UDP ...
IRJET- Overview of Hole Punching: ICMP Hole Punching, TCP Hole Punching, UDP ...IRJET- Overview of Hole Punching: ICMP Hole Punching, TCP Hole Punching, UDP ...
IRJET- Overview of Hole Punching: ICMP Hole Punching, TCP Hole Punching, UDP ...
 
Tunnel & vpn1
Tunnel & vpn1Tunnel & vpn1
Tunnel & vpn1
 
MTCNA Show.pptx
MTCNA Show.pptxMTCNA Show.pptx
MTCNA Show.pptx
 
Assigning ip addresses
Assigning ip addressesAssigning ip addresses
Assigning ip addresses
 
Eternity NE VoIP
Eternity NE VoIPEternity NE VoIP
Eternity NE VoIP
 
IRJET - Overview of Hole Punching: ICMP Hole Punching, TCP Hole Punching, UDP...
IRJET - Overview of Hole Punching: ICMP Hole Punching, TCP Hole Punching, UDP...IRJET - Overview of Hole Punching: ICMP Hole Punching, TCP Hole Punching, UDP...
IRJET - Overview of Hole Punching: ICMP Hole Punching, TCP Hole Punching, UDP...
 
CCNA 1 Final v5.0 2014
CCNA 1 Final  v5.0 2014CCNA 1 Final  v5.0 2014
CCNA 1 Final v5.0 2014
 
CCNAv5 - S2: Chapter4 Routing Concepts
CCNAv5 - S2: Chapter4 Routing ConceptsCCNAv5 - S2: Chapter4 Routing Concepts
CCNAv5 - S2: Chapter4 Routing Concepts
 
KPUCC-Rs instructor ppt_chapter4_final
KPUCC-Rs instructor ppt_chapter4_finalKPUCC-Rs instructor ppt_chapter4_final
KPUCC-Rs instructor ppt_chapter4_final
 
Chapter 04 - Routing Concepts
Chapter 04 - Routing ConceptsChapter 04 - Routing Concepts
Chapter 04 - Routing Concepts
 

Mehr von Huanetwork

Huanetwork x dsl solution - huawei adsl2+ and vdsl2 solution)
Huanetwork x dsl solution - huawei adsl2+ and vdsl2 solution)Huanetwork x dsl solution - huawei adsl2+ and vdsl2 solution)
Huanetwork x dsl solution - huawei adsl2+ and vdsl2 solution)Huanetwork
 
Wiki and solution in ftth technology
Wiki and solution in ftth technologyWiki and solution in ftth technology
Wiki and solution in ftth technologyHuanetwork
 
What are the differences between huawei and cisco wlan products
What are the differences between huawei and cisco wlan productsWhat are the differences between huawei and cisco wlan products
What are the differences between huawei and cisco wlan productsHuanetwork
 
How to configure inband management for huawei ma5616
How to configure inband management for huawei ma5616How to configure inband management for huawei ma5616
How to configure inband management for huawei ma5616Huanetwork
 
What is huawei quidway s5300 gigabit switches
What is huawei quidway s5300 gigabit switchesWhat is huawei quidway s5300 gigabit switches
What is huawei quidway s5300 gigabit switchesHuanetwork
 
Huawei osn3500 typical networking in packet mode
Huawei osn3500 typical networking in packet modeHuawei osn3500 typical networking in packet mode
Huawei osn3500 typical networking in packet modeHuanetwork
 
Huawei opti x osn 1500 boards
Huawei opti x osn 1500 boardsHuawei opti x osn 1500 boards
Huawei opti x osn 1500 boardsHuanetwork
 
Huawei ftth c b e2 e solution
Huawei ftth c b e2 e solutionHuawei ftth c b e2 e solution
Huawei ftth c b e2 e solutionHuanetwork
 
Huawei osn3500 typical networking in packet mode
Huawei osn3500 typical networking in packet modeHuawei osn3500 typical networking in packet mode
Huawei osn3500 typical networking in packet modeHuanetwork
 
Differences of Huawei S5700 Series LI, SI, EI and HI
Differences of Huawei S5700 Series LI, SI, EI and HIDifferences of Huawei S5700 Series LI, SI, EI and HI
Differences of Huawei S5700 Series LI, SI, EI and HIHuanetwork
 
Huanetwork Design the Network Solution Free for You
Huanetwork Design the Network Solution Free for YouHuanetwork Design the Network Solution Free for You
Huanetwork Design the Network Solution Free for YouHuanetwork
 
Configuration difference between ipv6 and ipv4
Configuration difference between ipv6 and ipv4Configuration difference between ipv6 and ipv4
Configuration difference between ipv6 and ipv4Huanetwork
 
How to configure the gpon ftth layer 2 internet access service on the nms
How to configure the gpon ftth layer 2 internet access service on the nmsHow to configure the gpon ftth layer 2 internet access service on the nms
How to configure the gpon ftth layer 2 internet access service on the nmsHuanetwork
 
How to configure i pv6 services in the fttb c (no hgws) scenario
How to configure i pv6 services in the fttb c (no hgws) scenarioHow to configure i pv6 services in the fttb c (no hgws) scenario
How to configure i pv6 services in the fttb c (no hgws) scenarioHuanetwork
 
Huawei router component selection guide – purchase list
Huawei router component selection guide – purchase listHuawei router component selection guide – purchase list
Huawei router component selection guide – purchase listHuanetwork
 
Naming conventions of huawei parts
Naming conventions of huawei partsNaming conventions of huawei parts
Naming conventions of huawei partsHuanetwork
 
Huawei AR Series Routers Application Comparison and Overview
Huawei AR Series Routers Application Comparison and OverviewHuawei AR Series Routers Application Comparison and Overview
Huawei AR Series Routers Application Comparison and OverviewHuanetwork
 
The feature of huawei ma5600
The feature of huawei ma5600The feature of huawei ma5600
The feature of huawei ma5600Huanetwork
 

Mehr von Huanetwork (18)

Huanetwork x dsl solution - huawei adsl2+ and vdsl2 solution)
Huanetwork x dsl solution - huawei adsl2+ and vdsl2 solution)Huanetwork x dsl solution - huawei adsl2+ and vdsl2 solution)
Huanetwork x dsl solution - huawei adsl2+ and vdsl2 solution)
 
Wiki and solution in ftth technology
Wiki and solution in ftth technologyWiki and solution in ftth technology
Wiki and solution in ftth technology
 
What are the differences between huawei and cisco wlan products
What are the differences between huawei and cisco wlan productsWhat are the differences between huawei and cisco wlan products
What are the differences between huawei and cisco wlan products
 
How to configure inband management for huawei ma5616
How to configure inband management for huawei ma5616How to configure inband management for huawei ma5616
How to configure inband management for huawei ma5616
 
What is huawei quidway s5300 gigabit switches
What is huawei quidway s5300 gigabit switchesWhat is huawei quidway s5300 gigabit switches
What is huawei quidway s5300 gigabit switches
 
Huawei osn3500 typical networking in packet mode
Huawei osn3500 typical networking in packet modeHuawei osn3500 typical networking in packet mode
Huawei osn3500 typical networking in packet mode
 
Huawei opti x osn 1500 boards
Huawei opti x osn 1500 boardsHuawei opti x osn 1500 boards
Huawei opti x osn 1500 boards
 
Huawei ftth c b e2 e solution
Huawei ftth c b e2 e solutionHuawei ftth c b e2 e solution
Huawei ftth c b e2 e solution
 
Huawei osn3500 typical networking in packet mode
Huawei osn3500 typical networking in packet modeHuawei osn3500 typical networking in packet mode
Huawei osn3500 typical networking in packet mode
 
Differences of Huawei S5700 Series LI, SI, EI and HI
Differences of Huawei S5700 Series LI, SI, EI and HIDifferences of Huawei S5700 Series LI, SI, EI and HI
Differences of Huawei S5700 Series LI, SI, EI and HI
 
Huanetwork Design the Network Solution Free for You
Huanetwork Design the Network Solution Free for YouHuanetwork Design the Network Solution Free for You
Huanetwork Design the Network Solution Free for You
 
Configuration difference between ipv6 and ipv4
Configuration difference between ipv6 and ipv4Configuration difference between ipv6 and ipv4
Configuration difference between ipv6 and ipv4
 
How to configure the gpon ftth layer 2 internet access service on the nms
How to configure the gpon ftth layer 2 internet access service on the nmsHow to configure the gpon ftth layer 2 internet access service on the nms
How to configure the gpon ftth layer 2 internet access service on the nms
 
How to configure i pv6 services in the fttb c (no hgws) scenario
How to configure i pv6 services in the fttb c (no hgws) scenarioHow to configure i pv6 services in the fttb c (no hgws) scenario
How to configure i pv6 services in the fttb c (no hgws) scenario
 
Huawei router component selection guide – purchase list
Huawei router component selection guide – purchase listHuawei router component selection guide – purchase list
Huawei router component selection guide – purchase list
 
Naming conventions of huawei parts
Naming conventions of huawei partsNaming conventions of huawei parts
Naming conventions of huawei parts
 
Huawei AR Series Routers Application Comparison and Overview
Huawei AR Series Routers Application Comparison and OverviewHuawei AR Series Routers Application Comparison and Overview
Huawei AR Series Routers Application Comparison and Overview
 
The feature of huawei ma5600
The feature of huawei ma5600The feature of huawei ma5600
The feature of huawei ma5600
 

Kürzlich hochgeladen

Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...HostedbyConfluent
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphNeo4j
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Alan Dix
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 

Kürzlich hochgeladen (20)

Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping Elbows
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 

Configuring the Device as a PPPoE Client on Huawei AR1200

  • 1. 1 Configuring the Device as a PPPoE Client on Huawei AR1200 PPPoE is a PPP protocol running on the Ethernet and widely used on campus networks. Carriers want to connect multiple hosts at a site to the same remote access device. The access device is expected to provide access control and accounting for these hosts in a manner similar to dial-up access using PPP. Using PPPoE, carriers can achieve this goal at lower cost because Ethernet is the most cost-effective among all access technologies and PPP implements access control and accounting. PPPoE allows a large number of hosts on an Ethernet to connect to the Internet using a remote access device and controls each host using PPP. PPPoE features a large application scale, high security, and convenient accounting. The PPPoE technology implements practical applications such as Internet access accounting and is widely used by broadband access carriers. How to configure the device as a PPPoE client on Huawei AR1200 When the device functions as a PPPoE client, all hosts in a LAN use one ADSL account to dial up to the Internet. 1 Configuring a Dialer Interface Context Before configuring the PPPoE client, you need to configure a dialer interface and a dialer bundle for the dialer interface. NOTE: The device functioning as a PPPoE client supports only resource-shared DCC (RS-DCC). Procedure 1. Run: system-view The system view is displayed. 2. Run: dialer-rule The dialer rule view is displayed.
  • 2. 2 3. Run: dialer-rule dialer-rule-number { acl { acl-number | name acl-name } | ip { deny | permit } | ipv6 { deny | permit } } A dialer ACL is configured. 4. Run: quit Return to the system view. 5. Run: interface dialer number A dialer interface is created and the dialer interface view is displayed. 1. Run: dialer user user-name A dialer user name is created. 2. Run: dialer-group group-number A dialup group that the dialer interface belongs to is configured. The value of group-number must be the same as the value of dialer-rule-number set in step 3. 3. Run: dialer bundle number RS-DCC is enabled and a dialer bundle is configured for the dialer interface. 4. Configure an IP address for the dialer interface.  Configure an IPv4 address for the dialer interface.  Directly configure the IP address. Run: ip address ip-address { mask | mask-length } An IP address is configured for the dialer interface.  Configure the dialer interface to obtain an IP address from the PPPoE server. Run:
  • 3. 3 ip address ppp-negotiate The dialer interface is configured to obtain an IP address from the PPPoE server through PPP negotiation.  Configure an IPv6 address for the dialer interface. Run: ipv6 address { ipv6-address prefix-length | ipv6-address/prefix-length } An IPv6 address is configured for the dialer interface. NOTE: Before configuring an IPv6 address for a dialer interface, run the ipv6 command in the system view to enable IPv6 packet forwarding and run the ipv6 enable command on the interface to enable IPv6. 2 Enabling the PPPoE Client Function on the Interface Context The PPPoE session works in permanent online mode or packet triggered mode.  In permanent online mode, the device initiates a PPPoE session immediately after the physical link becomes Up. The PPPoE session persists until you delete it.  In triggered online mode, the device does not initiate a PPPoE session immediately after the physical link becomes Up. Instead, the device initiates a PPPoE session only when data needs to be transmitted on the link. If no data is transmitted on the PPPoE link within the specified period, the device terminates the PPPoE session. Ethernet interfaces, PON interfaces, and ATM interfaces support PPPoE sessions.  When the device uses an Ethernet interface or a PON interface to connect to an ADSL modem, create a PPPoE session on the Ethernet interface or the PON interface.  When the device uses an ATM interface to connect to the Internet directly, create a PPPoE session on the virtual Ethernet interface bound to the ADSL interface. Procedure 1. Run: system-view The system view is displayed. 2. Run: interface interface-type interface-number The interface view is displayed.
  • 4. 4 3. Run: pppoe-client dial-bundle-number number [ on-demand ] [ no-hostuniq ] [ ppp-max-payload value ] A dialer bundle is specified for a PPPoE session. If no-hostuniq is not specified, the PPPoE session initiated by the PPPoE client contains the Host-Uniq field. The PPPoE client uses this field to associate an access server response with a particular host request, which ensures strict check. If on-demand is specified, run the dialer timer idle seconds command to set the link idle time on the dialer interface. NOTE: Multiple PPPoE sessions can be established on an Ethernet interface or a PON interface. That is, an Ethernet interface or a PON interface can belong to multiple dialer bundles. A dialer bundle can contain only one Ethernet interface or one PON interface. One dialer bundle maps one PPPoE session. If the dialer bundle of a dialer interface already has an Ethernet interface or a PON interface used for PPPoE, no interface can be added to the dialer bundle. If the dialer bundle contains other interfaces, no Ethernet interface or PON interface can be added to the dialer bundle to establish PPPoE sessions on the PPPoE client. 3 (Optional) Configuring NAT Context When local area network (LAN) users connect to the device functioning as a PPPoE client on an IPv4 network, LAN users use private IP addresses. Network Address Translation (NAT) needs to be configured on the device to translate private IP addresses into public addresses so that LAN users can access the Internet. Procedure  Configure NAT on a dialer interface. For details, see NAT Configuration in the IP service configuration. NOTE: When the IP address of the PPPoE client assigned by the PPPoE server is used as the NAT server IP address, configure the dynamic DNS (DDNS) client. DNS refers to domain name system. For details about DDNS client configuration, see Configuring the DDNS Client. 4 Checking the Configuration
  • 5. 5 Pre-configuration Tasks The device has been configured as the PPPoE client so that hosts on the LAN connected to the device can dial up to the Internet. A PPPoE session has been established, and you can view the PPPoE session status. Procedure  Run the display pppoe-client session { packet | summary } [ dial-bundle-number number ] command to check the PPPoE session status and statistics. Example for Configuring the PPPoE Client Networking Requirements As shown in Figure, the device functioning as the PPPoE client connects to hosts in the LAN using GE1/0/0 and connects to the PPPoE server using GE2/0/0. Users want the hosts to share an account. If the account is authenticated successfully on the PPPoE server, a PPPoE session is established. Service requirements are as follows:  The device establishes a PPPoE session with the PPPoE server using PPP authentication.  When no data needs to be transmitted within the specified period, the PPPoE client terminates the PPPoE session. When data needs to be transmitted, the PPPoE client establishes a PPPoE session with the PPPoE server again. Figure Networking diagram of the device functioning as the PPPoE client Configuration Roadmap The configuration roadmap is as follows:
  • 6. 6 1. Configure Challenge Handshake Authentication Protocol (CHAP) authentication on the dialer interface so that the device can establish a PPPoE session with the PPPoE server using PPP authentication. 2. Set the packet triggered mode so that the PPPoE client terminates the PPPoE session when no data is transmitted within the specified period and establishes the PPPoE session again when data needs to be transmitted. Procedure 1. Configure the PPPoE server. Configure the authentication mode, IP address allocation mode, and IP address or IP address pool for the PPPoE client. For details about the configuration procedure, see the documentation of the PPPoE server. If the device functions as the PPPoE server. 2. Configure a dialer interface. 3. <Huawei> system-view 4. [Huawei] sysname Router 5. [Router] dialer-rule 6. [Router-dialer-rule] dialer-rule 1 ip permit 7. [Router-dialer-rule] quit 8. [Router] interface dialer 1 9. [Router-Dialer1] dialer user user2 10. [Router-Dialer1] dialer-group 1 11. [Router-Dialer1] dialer bundle 1 12. [Router-Dialer1] ppp chap user user1@system 13. [Router-Dialer1] ppp chap password cipher huawei 14. [Router-Dialer1] dialer timer idle 300 15. INFO: The configuration will become effective after link reset. 16. [Router-Dialer1] dialer queue-length 8 17. [Router-Dialer1] ip address ppp-negotiate [Router-Dialer1] quit 18. Create a PPPoE session. 19. [Router] interface gigabitethernet 2/0/0 20. [Router-GigabitEthernet2/0/0] pppoe-client dial-bundle-number 1 on-demand [Router-GigabitEthernet2/0/0] quit 21. Configure a static route from the local host to the PPPoE server. Assume that the IP address of the PPPoE server is 10.10.10.3. [Router] ip route-static 0.0.0.0 0 dialer 1
  • 7. 7 22. Verify the configurations. Run the display pppoe-client session summary command to check the PPPoE session status and configuration. The following command output shows that the PPPoE session status is Up and the session configuration is correct. [Router] display pppoe-client session summary PPPoE Client Session: ID Bundle Dialer Intf Client-MAC Server-MAC State 1 1 1 GE2/0/0 00e0fc030201 0819a6cd0680 UP Configuration Files  Configuration file of the PPPoE client  #  dialer-rule  dialer-rule 1 ip permit  #  interface Dialer1  link-protocol ppp  ip address ppp-negotiate  dialer user user2  ppp chap user user1@system  ppp chap password cipher huawei  dialer bundle 1  dialer queue-length 8  dialer timer idle 300  dialer-group 1  #  interface GigabitEthernet2/0/0  pppoe-client dial-bundle-number 1 on-demand  #  ip route-static 0.0.0.0 0.0.0.0 Dialer1  # return More related: AR G3: THIRD-GENERATION ROUTERS HOW TO CONNECT HUAWEI ROUTER USE VPN HUAWEI AR1200 SERIES ROUTER ORDERING INFORMATION
  • 8. 8 More Huawei products and Reviews you can visit: http://www.huanetwork.com/blog Huanetwork.com is a world leading Huawei networking products distributor, we wholesale original new Huawei networking equipments, including Huawei switches, Huawei routers, Huaweisymantec security products, Huawei IAD, Huawei SFP and other Huawei networking products. Our customers include telecom operators, Huawei resellers, ISP and system integrators. Right now most of our sales are contributed by regular customers Our website: http://www.huanetwork.com Telephone: +852-30501940 Email: sales@huanetwork.com Address: 23/F Lucky Plaza, 315-321 Lockhart Road, Wanchai, Hongkong