mtu (PW)

Configures the maximum transmission unit (MTU) for a pseudowire (PW) profile.

Syntax

mtu mtu-value
no mtu

Command Default

The MTU value is set to 1500.

Parameters

mtu-value
Specifies the maximum transmission unit (MTU) for the PW profile. Values range from 64 through 15966.

Modes

Pseudowire-profile configuration mode.

Usage Guidelines

The no form of the command restores the default configuration.

Examples

The following example shows how to set the MTU value to 2000 for a PW profile named test.

device# configure terminal
device(config)# pw-profile test
device(config-pw-profile-test)# mtu 2000