hostname Edge-Router ! boot-start-marker boot-end-marker ! ! no aaa new-model ! resource policy ! memory-size iomem 25 ip cef ! ! ! ! ip name-server 8.8.8.8 vpdn enable ! vpdn-group 1 ! ! ! ! ! ! track 1 rtr 123 reachability delay down 10 up 60 ! ! ! ! ! interface FastEthernet0/0 description PPPoE To VDSL Modem no ip address no ip redirects no ip proxy-arp no ip mroute-cache duplex auto speed auto pppoe enable group global pppoe-client dial-pool-number 1 no cdp enable ! interface FastEthernet0/1 ip address *REDACTED* 255.255.255.224 duplex auto speed auto ! interface ATM0/1/0 no ip address no ip mroute-cache shutdown no atm ilmi-keepalive dsl operating-mode auto pvc 0/38 encapsulation aal5mux ppp dialer dialer pool-member 2 ! ! interface Dialer0 mtu 1492 ip address negotiated encapsulation ppp dialer pool 1 dialer-group 1 ppp authentication chap callin ppp chap hostname *REDACTED* ppp chap password 0 *REDACTED* ! interface Dialer1 ip address negotiated encapsulation ppp dialer pool 2 ppp chap hostname *REDACTED* ppp chap password 0 *REDACTED* ! ip route 0.0.0.0 0.0.0.0 Dialer0 track 1 ip route 0.0.0.0 0.0.0.0 Dialer1 254 ! ! no ip http server no ip http secure-server ! ip sla 123 icmp-echo 83.218.143.225 source-interface Dialer0 timeout 2000 frequency 4 ip sla schedule 123 life forever start-time now dialer-list 1 protocol ip permit dialer-list 2 protocol ip permit ! ! ! ! ! ! control-plane ! ! ! line con 0 line aux 0 line vty 0 4 login transport input none ! scheduler allocate 20000 1000 ntp clock-period 17178526 ntp server 131.251.0.10 event manager applet TRACK-1-TIMEOUT event track 1 state down action 1.0 cli command "enable" action 2.0 cli command "config terminal" action 3.0 cli command "interface atm0/1/0" action 4.0 cli command "no shutdown" action 5.0 mail server "55.33.44.22" to "to@mail.com" from "from@mail.com" subject "IP SLA 123 Timeout" body "Timeout on primary line" event manager applet TRACK-1-OK event track 1 state up action 1.0 cli command "enable" action 2.0 cli command "config terminal" action 3.0 cli command "interface atm0/1/0" action 4.0 cli command "shutdown" action 5.0 mail server "55.33.44.22" to "to@mail.com" from "from@mail.com" subject "IP SLA 123 Restored" body "Primary line restored" ! end