Configures ports as operational edge ports.

mstp admin-edge-port { [ ethernet unit/slot/port [ to unit/slot/port ] ... ] [ lag lag-id [ to lag-id ] ... ] }
no mstp admin-edge-port { [ ethernet unit/slot/port [ to unit/slot/port ] ... ] [ lag lag-id [ to lag-id ] ... ] }

Ports are not configured as edge ports.

ethernet unit/slot/port [ to unit/slot/port ]
Configures a specified Ethernet port as an edge port, or configures a range of ports as edge ports.
lag lag-id [ to lag-id ]
Configures the specified LAG or range of LAGs as edge ports.

Global configuration mode

You can define specific ports as edge ports for the region in which they are configured to connect to devices (such as a host) that are not running STP, RSTP, or MSTP. If a port is connected to an end device such as a PC, the port can be configured as an edge port.

You can combine individual Ethernet ports, Ethernet port ranges, LAGs, and LAG ranges in the same command if you wish.

The no form of the command removes a port from being an edge port.

The following example shows how to configure an Ethernet port as an edge port.

device(config)# mstp admin-edge-port ethernet 1/3/1
Release version Command history
08.0.61 This command was modified to include the LAG ID option.