1-105
Cisco ASR 901 Aggregation Services Router Command Reference Guide
OL-26031-07
Chapter 1 CLI Command Reference
pseudowire-class
pseudowire-class
To specify the name of a Layer 2 pseudowire-class and enter pseudowire-class configuration mode, use
the pseudowire-class command in global configuration mode. To remove a pseudowire class
configuration, use the no form of this command.
pseudowire-class pw-class-name
no pseudowire-class pw-class-name
Syntax Description
Defaults No pseudowire-class is defined.
Command Modes Global configuration
Command History
Usage Guidelines The pseudowire-class command configures a pseudowire-class template that consists of configuration
settings used by all attachment circuits bound to the class. A pseudowire-class includes the following
configuration settings:
• Data encapsulation type
• Control protocol
• IP address of the local Layer 2 interface
• Type of service (ToS) value in IP headers
The local interface name for each pseudowire class configured between a pair of PE routers can be the
same or different.
After entering the pseudowire-class command, the router switches to pseudowire-class configuration
mode where PW settings can be configured.
Examples The following example shows how to enter pseudowire-class configuration mode to configure a PW
configuration template named “ether-pw”:
Router# config t
Router(config)# pseudowire-class mpls
Router(config-pw-class)# encapsulation mpls
Router(config-pw-class)# exit
Router(config)# exit
pw-class-name The name of a Layer 2 pseudowire-class.If you want to configure more than
one pseudowire class, define a class name using the pw-class-name
parameter.
Release Modification
15.1(2)SNG Support for this command was introduced on the Cisco ASR 901 router.