РАЗРАБОТКИ РЭА   |    CISCO  ]



    IP SLA

!
ip sla monitor 1
 type echo protocol ipIcmpEcho 10.0.0.1 source-interface GigabitEthernet0/0.1
 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.0.0.1 source-interface GigabitEthernet0/0.2
 timeout 1000
 threshold 40
 frequency 3
!
ip sla monitor schedule 2 life forever start-time now
!
!
track 100 rtr 1 reachability
!
track 200 rtr 2 reachability  
!
!
ip route 192.168.0.0 255.255.255.0 Tunnel0 10 track 100
ip route 192.168.0.0 255.255.255.0 Tunnel1 20 track 200  
!