Jump to content
Калькуляторы

Cisco 3750 2 WAN

День добрый, подскажите может кто решал подобную штуку... Есть cisco 3750 (стоит в ядре) + 2851 гейтвей к основному провайдеру, сейчас появился второй резервный канал+ ещё одна 2811.

Оба провайдера завёл в 3750.

IP cisco 2851 (local) 192.168.23.1 - основной

IP cisco 2811 (local) 192.168.24.1 - резервный

на 3750 ip default-gateway 192.168.23.1

как сделать чтоб если падает основной работает резервный?

Share this post


Link to post
Share on other sites

Сделал следующее:

ip route 0.0.0.0 0.0.0.0 192.168.23.1 50 track 23
ip route 0.0.0.0 0.0.0.0 192.168.24.1 100 track 24

и

ip sla 23
icmp-echo 192.168.23.1 source-ip 192.168.23.49
timeout 500
frequency 3
ip sla schedule 23 life forever start-time now
ip sla 24
icmp-echo [b]192.168.24.1[/b] source-ip 192.168.24.49
timeout 500
frequency 3
ip sla schedule 24 life forever start-time now

 

работает, но если ставлю вместо 192.168.24.1 инет адрес 8.8.8.8 track становится is Down.

поправьте где затык?

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.