cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
594
Views
0
Helpful
2
Replies

STP Topology Change - Alert Spamming

brianhill88
Level 1
Level 1

Hello,

We recently setup CiscoWorks and we are constantly (about every 10 minutes, sometimes more frequently) getting notifications of "STP Topology Change". I checked the logs on the switches as well as HSRP and CPU utilization and port utilization. I don't see any evidence or possible causes of Topology changes. We do use VOIP phones. I'm wondering if the fact that all the access ports are actually trunk ports (VOIP and client PC) could be causing these alerts when machines are unplugged or turned off. Has anyone experienced this?

Thanks

1 Accepted Solution

Accepted Solutions

Joe Clarke
Cisco Employee
Cisco Employee

This is coming from DFM based on the reception of the topologyChange trap from the switch.

Typically, voice ports are not trunks, but rather one access port which can support two vlans (a primary and a voice). In this case, portfast should be enabled, and topology changes will not occur. For example:

interface FastEthernet0/1

switchport access vlan 30

switchport mode access

switchport voice vlan 20

spanning-tree portfast

spanning-tree bpduguard enable

end

View solution in original post

2 Replies 2

Joe Clarke
Cisco Employee
Cisco Employee

This is coming from DFM based on the reception of the topologyChange trap from the switch.

Typically, voice ports are not trunks, but rather one access port which can support two vlans (a primary and a voice). In this case, portfast should be enabled, and topology changes will not occur. For example:

interface FastEthernet0/1

switchport access vlan 30

switchport mode access

switchport voice vlan 20

spanning-tree portfast

spanning-tree bpduguard enable

end

Thank you. Adding portfast and bpduguard is on the list of things to do in our next maintenance. = )

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: