Cat5 wrote: » I'm curious why.
fredrikjj wrote: » Alternatively, because in the grand scheme of things, legacy Cisco enhancements to a STP version that no one should be using anymore aren't super important.
fredrikjj wrote: » I didn't see portfast in your post, but yeah, that's an important feature. Technically, I think that portfast is an "edge port" in 802.1w but Cisco maintains the terminology from the old version. Don't quote me on that though.
SW02#sh spanning | i rstp Spanning tree enabled protocol rstp SW02#sh run int fa0/20 Building configuration... Current configuration : 85 bytes ! interface FastEthernet0/20 switchport access vlan 50 switchport mode access end SW02#sh spanning vlan 50 | i Fa0/20 Fa0/20 Desg FWD 3019 128.22 P2p
SW02#sh spanning vlan 50 | i Fa0/20 Fa0/20 Desg FWD 3019 128.22 P2p Edge SW02#sh run int fa0/20 | i portfast spanning-tree portfast
Danielh22185 wrote: » Correct me if I am wrong but when using RPVST an edge port already behaves as if it was configured with port fast from traditional spanning tree. So long as the port is configured as switchport mode access within RPVST mode.
Edge Ports The edge port concept is already well known to Cisco spanning tree users, as it basically corresponds to the PortFast feature. All ports directly connected to end stations cannot create bridging loops in the network. Therefore, the edge port directly transitions to the forwarding state, and skips the listening and learning stages. Neither edge ports or PortFast enabled ports generate topology changes when the link toggles. An edge port that receives a BPDU immediately loses edge port status and becomes a normal spanning tree port. At this point, there is a user-configured value and an operational value for the edge port state. The Cisco implementation maintains that the PortFast keyword be used for edge port configuration. This makes the transition to RSTP simpler.
SW02#sh run | i spanning-tree mode spanning-tree mode rapid-pvst SW02#sh run int fa0/12 Building configuration... Current configuration : 58 bytes ! interface FastEthernet0/12 switchport mode access end
SW02(config)#int fa0/12 SW02(config-if)#spanning portfast
SW02#sh spanning int fa0/12 Vlan Role Sts Cost Prio.Nbr Type ------------------- ---- --- --------- -------- -------------------------------- VLAN0001 Desg FWD 19 128.14 P2p Edge