Specifications
23-15
Cisco MWR 2941 Mobile Wireless Edge Router Release 3.5 Software Configuration Guide, Cisco IOS Release 15.1(3)MR
OL-26895-01
Chapter 23 Configuring Pseudowire
Configuring Pseudowire
Configuring a Port Mode Pseudowire
A port mode pseudowire allows you to map an entire ATM interface to a single pseudowire connection.
Follow these steps to configure a port mode pseudowire:
Step 4
Router(config-if)# pvc 0/12
l2transport
Router(cfg-if-atm-l2trans-pvc)#
Configures a PVC and specify a VCI/VPI.
Step 5
Router(cfg-if-atm-l2trans-pvc)#
encapsulation aal5
Sets the PVC encapsulation type to AAL5.
Note You must use AAL5 encapsulation for this transport type.
Step 6
Router(cfg-if-atm-l2trans-pvc)#
xconnect 25.25.25.25 125
encapsulation mpls
Binds an attachment circuit to the ATM IMA interface to create a
pseudowire. This example creates a pseudowire by binding the ATM
circuit 125 to the remote peer 25.25.25.25.
Step 7
exit
Example:
Router(config)# exit
Router#
Exits configuration mode.
Command Purpose
Command Purpose
Step 1
enable
Example:
Router> enable
Enables privileged EXEC mode.
• Enter your password if prompted.
Step 2
configure terminal
Example:
Router# configure terminal
Enters global configuration mode.
Step 3
Router(config)# interface atm
0/ima0
Configures the ATM interface.
Step 4
Router(cfg-if)# xconnect
25.25.25.25 2000 encapsulation mpls
Binds an attachment circuit to the ATM IMA interface to create a
pseudowire. This example creates a pseudowire by binding the ATM
circuit 200 to the remote peer 25.25.25.25.
Step 5
exit
Example:
Router(config)# exit
Router#
Exits configuration mode.