PurposeCommand or Action
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.
xconnect peer-router-id vcid pw-class name
Example:
Router(config-if-cem)# xconnect 10.30.30.1
12 pw-class PS1
Step 18
When creating IP routes for a pseudowire configuration,
we recommend that you build a route from the
cross-connect address (LDP router-ID or loopback
address) to the next hop IP address, such as ip route
10.30.30.2 255.255.255.255 1.2.3.4.
Note
Specifies a local and remote UDP port for the connection.
udp port local local-udp-port remote
remote-udp-port
Step 19
Example:
Router(config-if-cem)# udp port local 49154
remote 50201
Exits the CEM interface.exit
Example:
Router(config-if-cem)# exit
Step 20
Configuration Examples for Circuit Emulation Service over UDP
Example Configuring Circuit Emulation Service over UDP
Router> enable
Router# configure terminal
Router(config)# interface loopback 0
Router(config-if)# ip address 10.2.2.8 255.255.255.255
Router(config-if)# cemoudp reserve bay 2
Router(config)# pseudowire-class udpClass
Router(config-pw-class)# encapsulation udp
Router(config-pw-class)# ip local interface loopback 0
Router(config-pw-class)# ip tos value 100
Router(config-pw-class)# ip ttl 100
Router(config-pw-class)# exit
Router(config)# controller T1 0/2/8
Router(config-controller)# clock source internal
Router(config-controller)# cem-group 5 timeslots 1-24
Router(config-controller)# exit
Router(config)# interface cem 2/0/0
Router(config-if)# cem 5
Router(config-if-cem)# xconnect 10.30.30.2 305 pw-class udpClass
Router(config-if-cem)# udp port local 50000 remote 55000
Router(config-if-cem)# exit
Example Verifying the Configuration of Circuit Emulation Service over UDP
Router# show xconnect all
Legend: XC ST=Xconnect State S1=Segment1 State S2=Segment2 State
UP=Up DN=Down AD=Admin Down IA=Inactive
MPLS Basic Configuration Guide, Cisco IOS XE Everest 16.5.1 (Cisco ASR 900 Series)
131
Circuit Emulation Service over UDP
Circuit Emulation Services over Packet Switched Network over UDP