Table of Contents
In the previous articles, we have seen Epipe Configuration Examples, Local Epipe and Distributed Epipe Configurations. Here, we will focus on another VPWS types, Fpipe, Apipe and Cpipe.
VPWS Fpipe Configuration is similar to Epipe Configuration with some differences. These differences are given below:
• Configured Service Type is “Fpipe”
• SAP encapsulation is SONET for “Frame Relay”
• SAP configuration form is like port:DLCI (1/1/1 : 30)
DLCI is a specific Frame-Relay term that refer to the Frame-Relay virtual circuit.
As an example, for a Distributed configuration topology, VPWS Fpipe Configuration will be like below:
Router # configure service
Router>config>service # fpipe 1 customer 6 createRouter>config>service>fpipe # description “fpipe service”Router>config>service>fpipe # sap 1/1/1:30 createRouter>config>service>fpipe>sap # no shutdownRouter>config>service>fpipe>sap # exitRouter>config>service>fpipe # spoke-sdp 10:111Router>config>service>fpipe>spoke-sdp # exit
VPWS Apipe Configuration is also similar to Epipe Configuration with some differences. These differences are given below:
VP/VC is a specific ATM term that refer to the ATM virtual circuit.
As an example, for a Distributed configuration topology, VPWS Apipe Configuration will be like below:
Router # configure service
Router>config>service # apipe 5 customer 7 createRouter>config>service>apipe # description “apipe service”Router>config>service>apipe # sap 1/1/1:0/100 createRouter>config>service>apipe>sap # no shutdownRouter>config>service>apipe>sap # exitRouter>config>service>apipe # spoke-sdp 20:222Router>config>service>apipe>spoke-sdp # exit
VPWS Cpipe Configuration is also similar to Epipe Configuration with some differences. These differences are given below:
One more type is Ipipe. This is the interworking of diferent types each other. One node is one type and the other is another. This type will be discussed in a different article.
This article series are the overview of the configuration of VPWS services. I hope this artciles will be helpful for you.
Leave a Reply