Cisco CRS Configuration Manual page 167

Ios xr virtual private network
Hide thumbs Also See for CRS:
Table of Contents

Advertisement

Implementing Layer 2 Tunnel Protocol Version 3
Example:
RP/0/RP0/CPU0:router(config)# l2vpn
Enter L2VPN configure submode.
Step 3
pw-class class name
Example:
RP/0/RP0/CPU0:router(config-l2vpn)# pw-class wkg
Enters a pseudowire-class name.
Step 4
encapsulation { mpls | l2tpv3 }
Example:
RP/0/RP0/CPU0:router(config-l2tp-pwc)# encapsulation l2tpv3
Configures pseudowire encapsulation to the Layer 2 Tunnel Protocol.
Step 5
protocol l2tpv3 class class name
Example:
RP/0/RP0/CPU0:router(config-l2tp-pwc-encap-l2tpv3)# protocol l2tpv3 class Class_l2tp_01
Configures the L2TPv3 dynamic pseudowire signaling protocol to be used to manage the pseudowires created.
Ensure that the L2TPv3 class name begins with a letter (A to Z or a to z). The class name can contain letters (A
Note
to Z or a to z) or numbers (0 to 9) and other characters such as underscore (_), hyphen (-) or period (.). A
maximum of 31 characters can be used in the class name.
Step 6
ipv4 source ip-address
Example:
RP/0/RP0/CPU0:router (config-l2tp-pwc-encap-l2tpv3)# ipv4 source 126.10.1.55
Configures the local source IPv4 address.
Step 7
transport-mode { ethernet | vlan }
Example:
RP/0/RP0/CPU0:router (config-l2tp-pwc-encap-l2tpv3)# transport-mode ethernet
Configures the remote transport mode.
Step 8
Use the commit or end command.
commit - Saves the configuration changes and remains within the configuration session.
end - Prompts user to take one of these actions:
• Yes - Saves configuration changes and exits the configuration session.
• No - Exits the configuration session without committing the configuration changes.
Cisco IOS XR Virtual Private Network Configuration Guide for the Cisco CRS Router, Release 6.1.x
Configuring a Pseudowire Class
153

Advertisement

Table of Contents
loading

Table of Contents