Project

General

Profile

Actions

Bug #11445

closed

bgp as-path in wrong position

Added by Viktor Gurov about 3 years ago. Updated almost 3 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Viktor Gurov
Category:
FRR
Target version:
-
Start date:
02/18/2021
Due date:
% Done:

0%

Estimated time:
Plus Target Version:
Affected Version:
Affected Plus Version:
Affected Architecture:

Description

https://forum.netgate.com/topic/160998/frr-7-5-full-bgp-table-very-slow-and-as-paths-not-working/4:

...
neighbor 2001:1:2:3::4 update-source 2001:1:2:3::3
!
bgp as-path access-list <peer> permit <peer as>
address-family ipv6 unicast
network ....

I guess the "bgp as-path..." just moved to the wrong position :(

Actions #2

Updated by Jim Pingle about 3 years ago

  • Status changed from New to Pull Request Review
Actions #3

Updated by Renato Botelho about 3 years ago

  • Status changed from Pull Request Review to Feedback
  • Assignee set to Viktor Gurov

PR has been merged. Thanks!

Actions #4

Updated by Alhusein Zawi almost 3 years ago

fixed

router bgp 61000
no bgp network import-check
neighbor 192.168.1.99 remote-as 61000
neighbor 192.168.1.99 update-source 192.168.1.77
!
address-family ipv4 unicast
network 199.115.56.0/21
neighbor 192.168.1.99 activate
no neighbor 192.168.1.99 send-community
neighbor 192.168.1.99 filter-list as_test out
exit-address-family
!
!
bgp as-path access-list as_test permit 61000

Actions #5

Updated by Viktor Gurov almost 3 years ago

  • Status changed from Feedback to Resolved
Actions

Also available in: Atom PDF