jump to navigation

Cisco CCIE Project Part 3 – Configure EoMPLS Pseudowire September 11, 2008

Posted by timsteiner in Information Security, Projects, Tutorials.
Tags: , , , , , , , , , , ,
trackback

Cisco EoMPLS Pseudowire configuration

This document provides step-by-step instructions for setting up MPLS forwarding on an IP network.

Prerequisites

See Cisco CCIE Project Part 1- Configure the ATM Switched Virtual Circuit (SVC)

See Cisco CCIE Project Part 2 – Configure OSPF over ATM

See Cisco CCIE Project Part 3 – Configure MPLS Forwarding

Procedure

  1. Complete all tasks in Cisco ATM lab configuration
  2. Complete all tasks in Cisco routing OSPF over ATM configuration
  3. Complete all tasks in Cisco MPLS Forwarding

  1. Power on devices

  1. Connect to Cisco 7200A via console cable

7200A#

conf t

pseudowire-class atom

encap mpls

7200B#

conf t

pseudowire-class atom

encap mpls

7200A#

conf t

int fa 2/0.1

encap dot1q 100

xconnect 10.10.10.101 123 pw-class atom

7200B#

conf t

int fa 2/0.1

encap dot1q 200

xconnect 10.10.10.102 123 pw-class atom

Verify

Issue command “show mpls l2transport vc” on both routers to ensure the layer 2 tunnel exists and make sure the status is up.

Comments»

No comments yet — be the first.