Cisco nexus 5000 series Configuration Manual page 241

Nx-os layer 2
Hide thumbs Also See for nexus 5000 series:
Table of Contents

Advertisement

Configuring STP Extensions
• spanning-tree port type edge trunk—This command explicitly enables edge behavior on the trunk
• spanning-tree port type normal—This command explicitly configures the port as a normal spanning
• no spanning-tree port type—This command implicitly enables edge behavior if you define the
Before You Begin
Ensure that STP is configured.
Ensure that the interface is connected to hosts.
SUMMARY STEPS
1. switch# configure terminal
2. switch(config)# interface type slot/port
3. switch(config-if)# spanning-tree port type edge
DETAILED STEPS
Command or Action
Step 1
switch# configure terminal
Step 2
switch(config)# interface type slot/port
Step 3
switch(config-if)# spanning-tree port type
edge
This example shows how to configure the Ethernet access interface 1/4 to be a spanning tree edge port:
switch# configure terminal
switch(config)# interface ethernet 1/4
switch(config-if)# spanning-tree port type edge
OL-25842-01
port.
Note
If you enter the spanning-tree port type edge trunk command, the port is configured
as an edge port even in the access mode.
tree port and the immediate transition to the forwarding state is not enabled.
spanning-tree port type edge default command in global configuration mode. If you do not configure
the edge ports globally, the no spanning-tree port type command is equivalent to the spanning-tree
port type disable command.
Cisco Nexus 5000 Series NX-OS Layer 2 Switching Configuration Guide, Release 5.1(3)N1(1)
Purpose
Enters global configuration mode.
Specifies the interface to configure, and enters the interface configuration
mode.
Configures the specified access interfaces to be spanning edge ports.
Edge ports immediately transition to the forwarding state without passing
through the blocking or learning state at linkup. By default, spanning
tree ports are normal port types.
Configuring STP Extensions
221

Advertisement

Table of Contents
loading

Table of Contents