0% found this document useful (0 votes)
48 views7 pages

VPWS (Virtual Private Wire Service) - Part 2 (Epipe Configuration)

Uploaded by

citemurto
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
48 views7 pages

VPWS (Virtual Private Wire Service) - Part 2 (Epipe Configuration)

Uploaded by

citemurto
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 7

VPWS (Virtual Private Wire Service) – Part 2 (Epipe Configuration) :... http://ipcisco.

com/vpws-configuration-part-2-epipe-configuration/

www.ipcisco.com
Challenge IP Networking
IPCisco
About
Network Tools
Technology Forecasts
Contact Us

VPWS (Virtual Private Wire Service) – Part 2 (Epipe


Configuration)
Category: Alcatel-Lucent, Services, VPWS
Author: gokhankosem, on 16 Apr 15 - 5 Comments
Like 0

Epipe Configuration

In the previous part we have talked about the VPWS service of Alcatel-Lucent. In this article we will
focus on the configuration of the VPWS Service on Alcatel-Lucent devices.

As you know, there are types of VPWS. Epipe, Fpipe, Apipe, Cpipe and Ipipe are these types. The most
important and widely used is Epipe service. So, here, we will start with Epipe service configuration.

Epipe service is the point-to-point Ethernet service between two Ethernet nodes as we have talked
before. Ethernet is a widely used technology, so with ethernet, VPWS Epipe service become widely used
beside other types.

Let’s see how this configuration can be done now.

1 di 7 25/09/2015 15:56
VPWS (Virtual Private Wire Service) – Part 2 (Epipe Configuration) :... http://ipcisco.com/vpws-configuration-part-2-epipe-configuration/

Alcatel-Lucent VPWS Service Logic

Related Alcatel-Lucent Service POSTS...


Alcatel-Lucent Services - Part 1 (Service Terms and Service Creation Steps)
Alcatel-Lucent Services - Part 2 (Service Types)
Alcatel-Lucent Services - Part 3 (Network Preparation)
Alcatel-Lucent Services - Part 4 (Tunnel Structure)
VPWS - Part 1
VPWS - Part 2 (Epipe Configuration)
VPWS - Part 3 (Fpipe, Apipe and Cpipe Configuration)

1. Configure an epipe service with a “Service-ID” and a “Customer ID”

RouterA # configure service


RouterA>config>service # epipe 1 customer 5 create
RouterA>config>service>epipe # description "epipe service"
RouterA>config>service>epipe # no shutdown

2. Define SAP, the interface to the customer

RouterA>config>service>epipe # sap 1/1/2 create


RouterA>config>service>epipe>sap # no shutdown
RouterA>config>service>epipe>sap # exit

3. Associate an SDP

RouterA>config>service # epipe 1 customer 5


RouterA>config>service>epipe # spoke-sdp 2:1
RouterA>config>service>epipe>spoke-sdp # exit
RouterA>config>service>epipe # no shutdown

SDP is defined unidirectional. So I will give the remote point’s configuration to emphasize some points. In
the “spoke-sdp 2:1″ command, the first 2 is the “SDP-ID” and the 1 is the “VC-ID”. SDP-ID can be
different at the remote node but VC-ID must be the same for both nodes. Check the remote node SDP
association below to understand this point.

RouterB>config>service # epipe 2 customer 5

2 di 7 25/09/2015 15:56
VPWS (Virtual Private Wire Service) – Part 2 (Epipe Configuration) :... http://ipcisco.com/vpws-configuration-part-2-epipe-configuration/

RouterB>config>service>epipe # spoke-sdp 3:1


RouterB>config>service>epipe>spoke-sdp # exit

4. Enable the Service

RouterB>config>service # epipe 2 customer 5


RouterB>config>service>epipe # no shutdown

5. Verification

There are some verification commands that you can use after service configuration. For our configuration,
we can use these commands like below:

show service customer


show service id 2 base
show service id 2 all
show service id 2 labels
show service service-using epipe
show service sap-using sap 1/1/3
show service sdp
show service sdp 50 detail
show service id 2 sdp 50 detail
show service sdp-using 50

Generally the epipe creation is like this. In the next article we will see the Fpipe, Apipe and Cpipe
configurations.

You can also define egress and igress filters to interfaces or you can do QoS on interfaces in epipe service.
All these, are the lesson of another article ;) In the following articles you can find these specific
configuration too. Until that time, keep on ;)

Alcatel-Lucent Services – Part 1 (Service Terms and Service Creation Steps)


Alcatel-Lucent Services – Part 2 (Network Preparation)
Alcatel-Lucent Services, Tunnel Structure

Alcatel-Lucent L2 VPN and L3 VPN Services – Part 1 (Service Terms and Service Creation Steps)
Alcatel-Lucent L2 VPN and L3 VPN Services – Part 2 (Service Types)
Alcatel-Lucent L2 VPN and L3 VPN Services – Part 3 (Network Preparation)
Alcatel-Lucent L2 VPN and L3 VPN Services – Part 4 (Tunnel Structure)

VPWS – Part 1
VPWS – Part 2 (Epipe Configuration)
VPWS – Part 3 (Fpipe, Apipe and Cpipe Configuration)

Youn can join OUR Facebook Group with the below link!!!

3 di 7 25/09/2015 15:56
VPWS (Virtual Private Wire Service) – Part 2 (Epipe Configuration) :... http://ipcisco.com/vpws-configuration-part-2-epipe-configuration/

About the Author


Gokhan Kosem is a telecommunation and network engineer. His ambition
to IP networks and end-to-end system installation made him to prepare
this web-site. By sharing his experiences about various networking
protocols beside different system installation experiences and Cisco,
Juniper, Alcatel-Lucent devices configurations, he is aimed to be helpful for
his collegues in all over the world. He is currently lives in Istanbul, Turkey.

5 comments for “VPWS (Virtual Private Wire Service) – Part 2 (Epipe


Configuration)”

1
Kevin Staggs

Gokhan,
Thanks for the example. It make sense to me. I recently joined a new company which has a number of cell
backhaul sites. When looking at the configs of the equipment I noticed that our folks do this a little
different than you. We use Alcatel-Lucent gear. They create a customer facing SAP and link it via an epipe
to the local uplink port. Another SAP on that port connect to and SDP to the PE router. My question is
why create the internal epipe? Your opinion please?

December 7th, 2012 at 02:26


2
chunfu

thank you very much for providing this files.

June 4th, 2014 at 11:33


3
Rajbeer singh

please share some more detailed information regarding epipe…

August 26th, 2014 at 13:23


4
Ty

hello,

Have you got a way of setting up a GRE tunnel between a 7750 and a Cisco router? If so,is it possible to
paste your configs of both vendor’s routers?

July 20th, 2015 at 16:02


5
Alexander

Hi Gokhan,

My question is like from Ty

Is it possible to set up a GRE tunnel between a 7750 and a Cisco router or between 7750 and 7750 on

4 di 7 25/09/2015 15:56
VPWS (Virtual Private Wire Service) – Part 2 (Epipe Configuration) :... http://ipcisco.com/vpws-configuration-part-2-epipe-configuration/

network interface without service? For example the network in PE1(7750)-P(7750)-PE2(7750). How to
set up gre tunnel between PE1 and PE2? Is it possible?

August 20th, 2015 at 21:00

Leave a Reply

Name (required)

E-Mail(required)

Url

Search

Recent Articles
Alcatel-Lucent 5620 SAM (Service Avare Manager)
BGP – Part 4 (BGP Administrative Distance and BGP Path Attributes)
BGP – Part 2 (BGP Peers, BGP Sessions, BGP Messages)
BGP – Part 1
BGP – Part 3 (IBGP, IBGP Topologies and EBGP)

5 di 7 25/09/2015 15:56
VPWS (Virtual Private Wire Service) – Part 2 (Epipe Configuration) :... http://ipcisco.com/vpws-configuration-part-2-epipe-configuration/

MPLS Label Distribution Protocol, LDP – Part 4 (ECMP)


MPLS Label Distribution Protocol, LDP – Part 3 (Configuration on Alcatel-Lucent Routers)
MPLS Label Distribution Protocol, LDP – Part 2
MPLS Label Distribution Protocol, LDP – Part 1
LTE Advanced (LTE-A) Features

Categories
2.5G GPRS (1)
2G GSM (1)
4G LTE (2)
Alcatel-Lucent (28)
Alcatel-Lucent (3)
Alcatel-Lucent (6)
Basic (19)
BGP (6)
Cisco (48)
DHCP (1)
ECMP (1)
EDGE (1)
EtherChannel (1)
Ethernet (1)
Fast Reroute (9)
Forecasts (1)
Frame Relay (3)
General (1)
GLBP (2)
HSRP (3)
IES (4)
IES (3)
IES (3)
IPTV (2)
IPv4 (1)
IPv6 (9)
Juniper (20)
LACP (4)
LDP (8)
Link Aggregation (4)
Mobile (1)
MPLS (24)
NAT (5)
Network Management (5)
Network Monitoring (1)
OSPF (12)
Packet Tracer (10)
Packets (1)
PAgP (1)
Redundancy (5)
Routing (24)
RSVP-TE (2)
SAM (1)

6 di 7 25/09/2015 15:56
VPWS (Virtual Private Wire Service) – Part 2 (Epipe Configuration) :... http://ipcisco.com/vpws-configuration-part-2-epipe-configuration/

Secondary Paths (9)


Services (12)
Services (3)
Services (6)
SNMP (5)
Static Routing (5)
STP (1)
switch security (2)
Switching (15)
TCP/IP (5)
Technology Forecasts (1)
Troubleshooting (1)
VLAN (8)
VPLS (6)
VPLS (3)
VPLS (3)
VPRN (6)
VPRN (3)
VPRN (3)
VPWS (7)
VPWS (3)
VPWS (6)
VRRP (2)
VTP (2)
Wireless (5)

Copy Protected by Chetans WP-Copyprotect.

7 di 7 25/09/2015 15:56

You might also like