MS-PS (Pseudowire stitching)
Last updated
Last updated
Load ms.pw.init.cfg
ISIS, LDP, and CEs are preconfigured. There are now two separate ISIS areas, and some routers are L1-only routers. Additionally, a VPWS between R2 and R6 is configured, but is not coming up. Explain why.
Fix the VPWS between R2 and R6, which is for CE8 and CE10.
Setup a VPWS between CE1 and CE5.
Do not make any changes to the IGP to accomplish this task.
The xconnect between R2 and R6 is not coming up because R2 does not have a /32 route to 6.6.6.6. Because R2 is an L1-only router, it can reach R6 using the 0/0 route, but this is not sufficient for an LSP to R6. A /32 route is needed in the FIB to allow the router to resolve an LSP to the egress PE.
We can see the error with the VPWS:
To fix this we must either leak L2 routes into L1 (which is prohibited by the task instructions), or use pseudowire stitching. We can stitch two pseudowires together at either R3 or R4. We’ll use R3 just to demonstrate an LSP that has a longer path.
CE8 and CE10 should now have reachability with each other:
Interestingly we can use the following command to see the stiching point(s) for the end-to-end pseudowire. R2 learns of the stitching points via LDP in the mapping message from R3.
These are two separate LSPs, so the control word cannot be carried end to end. However, sequencing can be used - the stitching router will blindly forward the sequencing number in each direction.
We can use the following command on R3 to quickly see both PWs at once, including their local/remote service labels:
We also have “status proxying” enabled by default when using pseudowire stitching. If we bring down the AC on R2, notice that R3 brings down the PW with 6.6.6.6.
At the stitching point, the EXP value may or may not be passed through to the next pseudowire.
We can test this by configuring R1 to set EXP to some value, such as EXP=5, for all labeled traffic towards R3.
At R3, I see the MPLS headers outgoing on Gi2 have no EXP value. In Russo’s guide, his CSR1000v does copy the EXP marking through to the next PW.
To create a VPWS between CE1 and CE5, we need three separate LSPs. R1-R3, R3-R5, and R5-XR1.
CE1 and CE5 should have reachability:
At R1 and XR1 we see two stitching points:
If XR1 brings down Gi0/0/0/3, this causes a “chain reaction”, resulting in the PW being down on R1 as well.
The stitching routers consider each PW as an access circuit. So when one PW goes down, the fault is that a local AC has gone down:
As a result, R1 sees that the remote peer’s AC has gone down: