Our customer has a recording server that he's monitoring RTP with. We've setup port mirroring so the customer can capture the traffic coming out of 20. But each and every time the Adtran reboots, the port 20 adds "spanning-tree edgeport" back onto itself even though spanning tree was disabled. Spanning tree has to be turned off again before monitoring can be enabled so it's kicking the monitoring off as a result of the reboot.
How can I stop this from happening??. I want the config to remain untouched during each reboot. This seems to ignore write mem.
interface eth 0/19
spanning-tree edgeport
no shutdown
switchport voice vlan 20
!
!
interface eth 0/20
description Destination Call Recorder
no shutdown
switchport voice vlan 20
!
!
interface eth 0/21
spanning-tree edgeport
no shutdown
switchport voice vlan 20
monitor session 1 destination interface ethernet 0/20
monitor session 1 source interface ethernet 0/2 both
monitor session 1 source interface ethernet 0/14 both
monitor session 1 source interface gigabit-ethernet 0/1 both
monitor session 1 source interface gigabit-ethernet 0/2 both