подскажите, незнаю уже что смотреть...
филиал связан с центр.оффисом тунелем, переодически канал падает от 10 до 30 секунд, потом поднимается, и так повторяется всевремя, по времени никаких закономерностей нет, нагрузки на канал нет (падает даже ночью), провайдер смотрит int S0 и говорит что все нормально...
может дело именно в настройках рутеров? я уже незнаю....
рутер филиала cisco805
crypto isakmp policy 100
hash md5
authentication pre-share
crypto isakmp key RAUDTEE address 217.217.217.6
crypto ipsec transform-set msk2cisco esp-3des esp-md5-hmac
crypto map msk2cisco 100 ipsec-isakmp
set peer 217.217.217.6
set transform-set msk2cisco
match address 101
interface Tunnel0
ip address 192.168.1.2 255.255.255.252
no keepalive
tunnel source Serial0
tunnel destination 217.217.217.6
tunnel mode ipip
crypto map msk2cisco
ip route 10.10.0.0 255.255.0.0 Tunnel0
access-list 101 permit ip 10.10.224.0 0.0.0.255 10.10.221.0 0.0.0.255
-------------------------------
рутер цетнр оффиса cisco 2600
crypto isakmp policy 100
hash md5
authentication pre-share
crypto isakmp key RAUDTEE address 195.195.195.54
!
!
crypto ipsec transform-set rootcisco esp-3des es
crypto map rootcisco 101 ipsec-isakmp
set peer 195.195.195.54
set transform-set rootcisco
match address 102
interface Tunnel0
ip address 192.168.1.1 255.255.255.252
ip broadcast-address 192.168.1.3
tunnel source serial0
tunnel destination 195.195.195.54
tunnel mode ipip
crypto map rootcisco
ip route 10.10.224.0 255.255.255.192 Tunnel0
access-list 102 permit ip 10.10.221.0 0.0.0.0
помогите, незнаю уже как бороться...