A pseudowire (PW) emulates a point-to-point connection over a packet-switching network. PW profile configuration defines PW attributes. After configuration, a PW profile must be attached to a bridge domain.
device# configure terminal
device(config)# pw-profile pw_example
device(config-pw-pw_example)# vc-mode tag
device(config-pw-pw_example)# mtu 1300
device(config-pw-pw_example)# mtu-enforce true
The following example creates a PW profile named pw_example and configures attributes for the profile.
device# configure terminal device(config)# pw-profile pw_example device(config-pw-pw_example)# vc-mode tag device(config-pw-pw_example)# mtu 1300 device(config-pw-pw_example)# mtu-enforce true