Communiquez avec les autres et partagez vos connaissances professionnelles

Inscrivez-vous ou connectez-vous pour rejoindre votre communauté professionnelle.

Suivre

How to configure PPPoE in cisco?

user-image
Question ajoutée par Mahafuzur Rahman , IT officer , Sonia group
Date de publication: 2017/03/13
shiv shakti singh
par shiv shakti singh , L-2 Network Engineer , DEN Network Limited

en

conf t

int fa0/1

ppoe-client dial 1

exit

عبدالرحيم موسى العنابي
par عبدالرحيم موسى العنابي , Senior Network Engineer , Electronic Health Solutions

Configuration  for the PPP over Ethernet Client using PAP protocol 

 

Example: Configuring a PPPoE Client

 Device> enable 

Device# configure terminal

Device(config)# interface GigabitEthernet 0/0/0

Device(config-if)# no ip address

Device(config-if)# pppoe enable

Device(config-if)# pppoe-client dial-pool-number 1 

Device(config-if)# exit

Device(config)# interface dialer 1

Device(config-if)# mtu 1492 

Device(config-if)# ip address negotiated

Device(config-if)# encapsulation ppp

Device(config-if)# dialer pool 1

Device(config-if)# ppp pap sent-username username1 password pwd1

Device(config-if)# end

 

Example: Configuring PPPoE on the Server

 Device> enable

Device# configure terminal

Device(config)# bba-group pppoe bba1

Device(config-bba-group)# virtual-template 1

Device(config-bba-group)# exit

Device(config)# interface loopback 1

Device(config-if)# ip address 192.2.0.2255.255.255.0

Device(config-if)# exit

Device(config)# interface GigabitEthernet 0/0/0

Device(config-if)# no ip address

Device(config-if)# negotiation auto

Device(config-if)# pppoe enable group bba1

Device(config-if)# exit

Device(config)# interface virtual-template 1

Device(config-if)# description pppoe bba1

Device(config-if)# mtu 1492

Device(config-if)# ip unnumbered loopback 1

Device(config-if)# peer default ip address pool pool1

Device(config-if)# ppp authentication pap

Device(config-if)# exit

Device(config)# ip local pool pool1192.2.0.1192.2.0.10

Device(config)# end

Muhammad Ishfaq
par Muhammad Ishfaq , IT Assistant Manager , Islam Medical & Dental College

PPPOE stand for point-to-point -over-ethernet. a network protocol for encapsulating Point-to-Point Protocol (PPP) frames inside Ethernet frames. It is used mainly with DSL services where individual users connect to a DSL modem over Ethernet. Ethernet networks are packet-based and have no capacity for a connection or circuit. They also lack basic security features to protect against IP and MAC conflicts and rogue DHCP servers

More Questions Like This

Avez-vous besoin d'aide pour créer un CV ayant les mots-clés recherchés par les employeurs?