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

Имеется 2 подключения (оба к одной AS). По одному получаю дефолт, по другому префиксы местных провайдеров.

Если поднять сессию только с местными провайдерами, то пинги до них идут, внешки нет (так и было задумано)

Если поднять и дефолт и местную сеть, то пинги до местных провайдеров (именно с моей подсети) не идут, внешка работает.

Пинги с подсетей, которые выдал вышестоящий идут и на внешку и на местную сеть.

Конфиг (белые адреса заменены на серые):

router bgp 11111
bgp router-id 192.168.1.18
network 10.10.0.0/19
!Внешка
neighbor 192.168.1.17 remote-as 12345
neighbor 192.168.1.17 ebgp-multihop 255
neighbor 192.168.1.17 update-source 192.168.1.18
neighbor 192.168.1.17 weight 60
neighbor 192.168.1.17 distribute-list iout out
!Местная сеть
neighbor 192.168.1.69 remote-as 12345
neighbor 192.168.1.69 ebgp-multihop 255
neighbor 192.168.1.69 update-source 192.168.1.70
neighbor 192.168.1.69 weight 60
neighbor 194.143.128.29 distribute-list iout out
!
access-list iout permit 10.10.0.0/19
access-list iout deny any

Share this post


Link to post
Share on other sites

  Network          Next Hop            Metric LocPrf Weight Path
*> 0.0.0.0          192.168.1.17                        60 12345 21345 54321 i
*> 5.32.168.0/21    192.168.1.69                        60 12345 54321 15836 i
*> 5.56.64.0/18     192.168.1.69                        60 12345 54321 7548 i
*> 5.154.190.0/24   192.168.1.69                        60 12345 54321 31254 58728 i
*> 5.154.191.0/24   192.168.1.69                        60 12345 54321 31254 58728 i
*> 31.14.180.0/23   192.168.1.69                        60 12345 54321 ?
*> 31.14.182.0/24   192.168.1.69                        60 12345 54321 ?
*> 31.14.182.204/30 192.168.1.69                        60 12345 ?
...

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.