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

бордеры Cisco

Есть бордер Cisco ISR2 с двумя провайдерами, принимающий от каждого full view. Решил добавить второй бордер с третьим провайдером, тоже с full view.

В результате исходящий трафик идет только через первый бордер. Не получается заставить часть исходящего трафика идти через второй бордер.

Значения local preference одинаковые у обоих бордеров. В чем еще может быть причина?

 

Конфигурация такая:

Цитата

 

border1#
!
router bgp 4444
 bgp router-id 1.1.1.2
 bgp log-neighbor-changes
 neighbor 4.4.4.5 remote-as 4444
 neighbor 1.1.1.1 remote-as 1111
 neighbor 2.2.2.2 remote-as 2222
 !
 address-family ipv4
  network 4.4.4.0 mask 255.255.255.0
  neighbor 4.4.4.5 activate
  neighbor 1.1.1.1 activate
  neighbor 1.1.1.1 soft-reconfiguration inbound
  neighbor 1.1.1.1 prefix-list 4 out
  neighbor 2.2.2.2 activate
  neighbor 2.2.2.2 soft-reconfiguration inbound
  neighbor 2.2.2.2 prefix-list 4 out
 exit-address-family
!
ip prefix-list 4 seq 5 permit 4.4.4.0/24
!


 

 

Цитата

border2#
!
router bgp 4444
 bgp router-id 3.3.3.4
 bgp log-neighbor-changes
 neighbor 4.4.4.4 remote-as 4444
 neighbor 3.3.3.3 remote-as 3333
 !
 address-family ipv4
  network 4.4.4.0 mask 255.255.255.0
  neighbor 4.4.4.4 activate
  neighbor 3.3.3.3 activate
  neighbor 3.3.3.3 soft-reconfiguration inbound
  neighbor 3.3.3.3 prefix-list 4 out
 exit-address-family
!
ip prefix-list 4 seq 5 permit 4.4.4.0/24
!

 

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.