Project

General

Profile

Actions

Bug #11039

closed

route-map not working if Address Family is enabled.

Added by Alhusein Zawi over 3 years ago. Updated about 3 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
FRR
Target version:
-
Start date:
11/06/2020
Due date:
% Done:

0%

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

Description

enabling Address Family (Allow neighbor to advertise and receive routes for both IPv4 and IPv6) under BGP Neighbors will not make route-map to work

when I enable Address Family option
I get:
address-family ipv4 unicast
neighbor 172.17.99.10 activate
address-family ipv6 unicast
neighbor 172.17.99.10 activate
no neighbor 172.17.99.10 send-community
neighbor 172.17.99.10 route-map test in
exit-address-family

not applied:
Network Next Hop Metric LocPrf Weight Path
*> 50.50.50.0/24 172.17.99.10 0 0 63000 i
----------------------------------------------------------------------------
when I disable it , I get:
address-family ipv4 unicast
neighbor 172.17.99.10 activate
no neighbor 172.17.99.10 send-community
neighbor 172.17.99.10 route-map test in
exit-address-family

applied:
Network Next Hop Metric LocPrf Weight Path
*> 50.50.50.0/24 172.17.99.10 50 0 63000 i

route map is:

  1. Route Maps
    route-map test permit 1
    match ip address prefix-list allow all
    set metric 50

2.4.5-RELEASE-p1 , FRR 0.6.7_6

Actions #1

Updated by Jim Pingle over 3 years ago

  • Project changed from pfSense to pfSense Packages
  • Category changed from Routing to FRR
Actions #2

Updated by Viktor Gurov over 3 years ago

no such issue on 2.5 branch (frr 0.6.8_8),
fixed in #10789

Actions #3

Updated by Viktor Gurov about 3 years ago

  • Status changed from New to Resolved
Actions

Also available in: Atom PDF