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

Народ помогите настроить Bird красиво. 

у меня есть 2 as. Я могу с одного bgp построить до аплинка 2 сессии? 

Вот пример конфига. 

protocol bgp RS1_LL_IX_v4 {
# disabled;
  local as           64501;
  connect delay time 40;
  neighbor           101.0.0.2 as 64500;
  source address     101.0.0.1;
  ipv4 {
    next hop self;
    export filter export_AS64501_v4;
    import filter import_AS64501_v4;
  };
}




protocol bgp RS1_LL_IX_1_v4 {
  local as           64502;
  connect delay time 40;
  neighbor           101.0.0.2 as 64500;
  source address     101.0.0.4;
  ipv4 {
    next hop self;
    export filter export_AS64502_v4;
    import filter import_AS64502_v4;
  };
router id 101.0.0.4;

}

Мне нужно чтобы обе сессии поднялись. Вроде бы в второй версии встречал спец опции для того чтобы такая конфигурация взлетела. Сейчас что-то найти не могу... 

 

Share this post


Link to post
Share on other sites

Вроде бы это опция strict bind switch , включил, все равно не поднимает. И не пытается даже. То есть од поднять одну сессию и все. Вторая idle висит. 

RS1_LL_IX_v4 BGP        ---        start  16:08:52.588  Idle
RS1_LL_IX_1_v4 BGP        ---        up     16:08:32.064  Established

 

Share this post


Link to post
Share on other sites

В 15.03.2022 в 16:12, wed сказал:

Вроде бы это опция strict bind switch , включил, все равно не поднимает. И не пытается даже. То есть од поднять одну сессию и все. Вторая idle висит. 

RS1_LL_IX_v4 BGP        ---        start  16:08:52.588  Idle
RS1_LL_IX_1_v4 BGP        ---        up     16:08:32.064  Established

 

А со стороны аплинка что?

Share this post


Link to post
Share on other sites

В 17.03.2022 в 05:38, wed сказал:

cisco 7200p

router bgp 64500
 bgp log-neighbor-changes
 network 100.0.0.0 mask 255.255.254.0
 neighbor 101.0.0.1 remote-as 64501
 neighbor 101.0.0.4 remote-as 64502

 

Тогда смотри tcpdump'ом на linux роутере, а также покажи логи bird.

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.