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

microtik bgp

встала задача заменит quagga на microtik после настройки mikrotk с одним из провайдеров сесия не поднимается

/routing bgp peer

 0   name="1" instance=default remote-address=10.11.255.1 
    remote-as=196x tcp-md5-key="" nexthop-choice=default multihop=yes 
    route-reflect=no hold-time=3m ttl=255 in-filter=map-AS19x-in 
    out-filter=map-AS19x-out address-families=ip 
    update-source=178.217.x.x default-originate=never 
    remove-private-as=no as-override=no passive=no use-bfd=no 

в логах при этом

05:21:19 route,bgp,debug Update source 
route,bgp,debug     Address=178.217.96.122 
route,bgp,debug     Connecting 
route,bgp,debug     RemoteAddress=10.11.255.1 
route,bgp,info      Failed to open TCP connection: Network is unreachable 
route,bgp,info     RemoteAddress=10.11.255.1 
route,bgp,debug,packet UPDATE Message 

в quagga бвло настроена так

 neighbor 10.11.255.1 remote-as 19x
neighbor 10.11.255.1 ebgp-multihop 3
neighbor 10.11.255.1 update-source 178.217.x.x
neighbor 10.11.255.1 weight 3000
neighbor 10.11.255.1 soft-reconfiguration inbound
neighbor 10.11.255.1 route-map map-AS19x-in in
neighbor 10.11.255.1 route-map map-AS19x-out out

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.