Reference Guide

Rapid Spanning Tree Protocol (RSTP) | 761
Configuring Interfaces for Layer 2 Mode
All interfaces on all bridges that will participate in Rapid Spanning Tree must be in Layer 2 and enabled.
Figure 43-1. Configuring Interfaces for Layer 2 Mode
To configure the interfaces for Layer 2 and then enable them:
Verify that an interface is in Layer 2 mode and enabled using the
show config command from INTERFACE
mode.
Figure 43-2. Verifying Layer 2 Configuration
Enabling Rapid Spanning Tree Protocol Globally
Rapid Spanning Tree Protocol must be enabled globally on all participating bridges; it is not enabled by
default.
Step Task Command Syntax Command Mode
1 If the interface has been assigned an IP address,
remove it.
no ip address
INTERFACE
2 Place the interface in Layer 2 mode.
switchport
INTERFACE
3 Enable the interface.
no shutdown
INTERFACE
R1
R2
R3
1/3
3/1
3/2
3/4
3/3
1/4
1/1 1/2
2/1
2/2
2/3
2/4
R1(conf)# int range te 1/1 - 4
R1(conf-if-te-1/1-4)# switchport
R1(conf-if-te-1/1-4)# no shutdown
R1(conf-if-te-1/1-4)#show config
!
interface TenGigabitEthernet 1/1
no ip address
switchport
no shutdown
!
interface TenGigabitEthernet 1/2
no ip address
switchport
no shutdown
!
interface TenGigabitEthernet 1/3
no ip address
switchport
no shutdown
!
interface TenGigabitEthernet 1/4
no ip address
switchport
no shutdown
Dell(conf-if-te-1/1)#show config
!
interface TenGigabitEthernet 1/1
no ip address
switchport
no shutdown
Dell(conf-if-te-1/1)#
Indicates that the interface is in Layer 2 mode