Configuring an Ethernet over MPLS Pseudowire
SUMMARY STEPS
1. enable
2. configure terminal
3. interface interface-id
4. service instance number ethernet [name]
5. encapsulation {default | dot1q | priority-tagged | untagged}
6. xconnect peer-ip-address vc-id {encapsulation {l2tpv3 [manual] | mpls [manual]} | pw-class
pw-class-name }[pw-class pw-class-name] [sequencing {transmit | receive | both}]
7. exit
DETAILED STEPS
Command or Action
Step 1
enable
Example:
Router> enable
Step 2
configure terminal
Example:
Router# configure terminal
Step 3
interface interface-id
Example:
Router(config)# interface
gigabitethernet 0/0/4
Step 4
service instance number ethernet [name]
Example:
Router(config-if)# service instance 2
ethernet
Step 5
encapsulation {default | dot1q |
priority-tagged | untagged}
Time Division Multiplexing Configuration Guide, Cisco IOS XE Fuji 16.7.x (Cisco ASR 900 Series)
38
Purpose
Enables privileged EXEC mode.
• Enter your password if prompted.
Enters global configuration mode.
Specifies the port on which to create the pseudowire and enters interface
configuration mode. Valid interfaces are physical Ethernet ports.
Configure an EFP (service instance) and enter service instance
configuration) mode.
• The number is the EFP identifier, an integer from 1 to 4000.
• (Optional) ethernet name is the name of a previously configured
EVC. You do not need to use an EVC name in a service instance.
You can use service instance settings such as encapsulation, dot1q,
Note
and rewrite to configure tagging properties for a specific traffic
flow within a given pseudowire session. For more information,
see
http://www.cisco.com/c/en/us/td/docs/ios-xml/ios/cether/
configuration/xe-3s/asr903/ce-xe-3s-asr903-book/ce-evc.html
Configure encapsulation type for the service instance.
• default—Configure to match all unmatched packets.
Configuring Pseudowire