21-16
Cisco ASR 901 Series Aggregation Services Router Software Configuration Guide
OL-23826-09
Chapter 21 Configuring Pseudowire
Configuring Pseudowire
14. cem group-number
15. xconnect peer-router-id vcid {pseudowire-class name}
16. udp port local local_udp_port remote remote_udp_port
17. end
DETAILED STEPS
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
pseudowire-class
pseudowire-class-name
Example:
Router(config)# pseudowire-class
udpClass
Creates a new pseudowire class.
Step 4
encapsulation udp
Example:
Router(config-pw-class)#
encapsulation udp
Specifies the UDP transport protocol.
Step 5
ip local interface loopback
interface-number
Example:
Router(config-pw-class)# ip local
interface loopback1
Configures the IP address of the provider edge (PE) router interface as the
source IP address for sending tunneled packets.
Step 6
ip tos value
value-number
Example:
Router(config-pw-class)# ip tos
value 100
Specifies the type of service (ToS) level for IP traffic in the pseudowire.
Step 7
ip ttl
number
Example:
Router(config-pw-class)# ip ttl 100
Specifies a value for the time-to-live (TTL) byte in the IP headers of Layer
2 tunneled packets.
Step 8
exit
Example:
Router(config-pw-class)# exit
Exits pseudowire-class configuration mode.