Running 12.4
I have some sla monitors configured one tracks the fe interface the other a dialer.
The dialer config gets removed after a reload
This is the config before reload
ip sla monitor 1
type echo protocol ipIcmpEcho 212.159.13.49 source-interface Dialer0
timeout 1000
threshold 40
frequency 3
ip sla monitor schedule 1 life forever start-time now
ip sla monitor 2
type echo protocol ipIcmpEcho 172.16.108.1 source-interface FastEthernet0/1
timeout 1000
threshold 40
frequency 3
ip sla monitor schedule 2 life forever start-time now
The sla 1 config gets rejected with a ^ pointing at the dialer interface.
Is this because it is not up when loading the config?
How can I get around it? I don't want to redo the config every time it reloads?
Thanks