- First of all verify that the STP Mode is RSTP (as I understand you need):
4524GT(config-if)#show spanning-tree rstp config
The output should be "Stp Version: Rstp Mode"
- Second, verify the operational edge status of one port:
4524GT(config-if)#show spanning-tree rstp port config 1
The output should look like this:
Port Admin Edge Status: True
Port Oper Edge Status: True
The above commands were ran on this system: sysDescr:
Ethernet Routing Switch 4524GT
HW:08 FW:5.3.0.3 SW:v5.6.2.026
Later edit: yes, the command to enable the edge ports looks right (at interface level - interf fast 1-10, enter spanning-tree rstp edge-port true)