Specifications
23-8
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
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)# controller [e1|t1]
0/0
Router(config-controller)#
Enters configuration mode for the E1 or T1 controller.
Step 4
Router(config-controller)# mode
{atm | cas}
Sets the controller in asynchronous transfer mode (ATM) or
channel-associated signaling (CAS) mode.
Step 5
Router(config-controller)#
cem-group 5 timeslots 1-24
Assigns channels on the T1 or E1 circuit to the circuit emulation (CEM)
channel. This example uses the timeslots parameter to assign specific
timeslots to the CEM channel.
Step 6
Router(config-controller)# exit
Router(config)#
Exits controller configuration.
Step 7
Router(config)# interface CEM0/5
Router(config-if-cem)# cem 5
Router(config-if-cem)# signaling
inband-cas
Defines a CEM channel.
Step 8
Router(config-if-cem)# xconnect
30.30.30.2 305 encapsulation mpls
Binds an attachment circuit to the CEM interface to create a pseudowire.
This example creates a pseudowire by binding the CEM circuit 5 to the
remote peer 30.30.30.2.
Note When creating IP routes for a pseudowire configuration, we
recommend that you build a route from the xconnect address
(LDP router-id or loopback address) to the next hop IP address,
such as
ip route 30.30.30.2 255.255.255.255 1.2.3.4.
Step 9
Router(config-if-cem)# exit
Router(config)#
Exits the CEM interface.
Step 10
exit
Example:
Router(config)# exit
Router#
Exits configuration mode.