Point-to-Point (PPP) is a point to point encapsulation protocol across dedicated or circuit switching across WAN network, along with protocol such as HDLC SDLC, and ISDN. Below would be a basic configuration for PPP in Cisco configuration terminal.
-
Config
-
Interface
- Encapsulation ppp/hdlc
- Ppp authentication chap
- #Ppp authentication pap
- #Ppp pap sent-username r1 password pass1
- Hostname r1
- Username r2 password mypass
-
- Show ppp all
-
Config multilink
-
Interface multilink 1
- Encapsulation ppp
- Ppp multilink
- Ip addresss 11111 11111
- Ppp multilink group 1
-
Interface serial0/0/0
- Encapsulation ppp
- Ppp multilink
- No ip address
- Ppp multilink group 1
- Show ip route
- Show ip eigrp interface
- Show ip int br
-
Show interface multilink1
- Interface state, mutilink open
-
Show ppp multillink
- Member linnk number
- Interfaces
- Inactive member
- Keepalive feature helps a router notice when a link is no longer functioning.
-
Debug ppp authentification
-
Metro Ethernet
- PoP Point of presnese – service provicer locally proximate office.
- Carrier ethernet – ethernet WAN service provider by a carrier also called metro ether.
- IEEE Ethernet Standard useful for metro ethernet access
Name |
Speed |
Distance |
100 Base-LX10 |
100 Mbps |
10 km |
1000 Base-LX |
1 Gbps |
5 km |
1000 Base-LX10 |
1 Gbps |
10 km |
1000 base-ZX |
1 Gbps |
100 km |
10GBase-LR |
10 Gbps |
10 km |
10GBase-ER |
10 Gbps |
40km |
MEF Service Name |
MEF Short Name |
Topology Terms |
Description |
Ethernet Line Service |
E-Line / Virtual Private Wire Service (VPWS) |
Point-to-Point |
Two customer premise equipment (CPE) devices can exchange. Ethernet frames, similar in concept to a leased line. |
Ethernet LAN Service |
E-LAN / Virtual Private LAN Service (VPLS) |
Full mesh |
Acts like a LAN, in that all devices can send frames to all other devices. (N(N-1)/2) |
Ethernet Tree Service |
E-Tree |
Hub-and-spoke: partial mesh: point-to-multipoint |
A central site can communicate to a defined set of remote sites, but the remote sites cannot communicate directly. |
-
Route redistribution – taking routes from one routing protocol process and injecting them into another.
- MPLS does this between PE router using variation of Multiprotocol BGP (MPBGP)
-
EIGRP in MPLS
- A CE router does become neighbors with the PE router on the othe end of the access link.
- A CE router does not become neighbors with toher CE routers.
- The MPLS network will advertise the customer’s routes between the various PE routers, so that the CE routers can learn all customer routes through their PE-CE routing protocol neighbor relationship.
-
OSPF
- The MPLS Pes form a backbone area by the name of a super backbone..
- Each PE-CE link can be any area, a non-backbone area or the backnone area.