Configuration Examples For Circuit Emulation Service Over Udp; Example Configuring Circuit Emulation Service Over Udp; Example Verifying The Configuration Of Circuit Emulation Service Over Udp - Cisco ASR 900 Series Manual

Mpls basic configuration guide, cisco ios xe everest 16.5.1
Hide thumbs Also See for ASR 900 Series:
Table of Contents

Advertisement

Circuit Emulation Service over UDP
Command or Action
Step 18
xconnect peer-router-id vcid pw-class name
Example:
Router(config-if-cem)# xconnect 10.30.30.1
12 pw-class PS1
Step 19
udp port local local-udp-port remote
remote-udp-port
Example:
Router(config-if-cem)# udp port local 49154
remote 50201
Step 20
exit
Example:
Router(config-if-cem)# exit

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:
UP=Up
XC ST=Xconnect State
S1=Segment1 State
DN=Down
AD=Admin Down
MPLS Basic Configuration Guide, Cisco IOS XE Everest 16.5.1 (Cisco ASR 900 Series)
Circuit Emulation Services over Packet Switched Network over UDP
Purpose
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.
When creating IP routes for a pseudowire configuration,
Note
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.
Specifies a local and remote UDP port for the connection.
Exits the CEM interface.
S2=Segment2 State
IA=Inactive
131

Advertisement

Table of Contents
loading

Table of Contents