OPNsense Forum

English Forums => 26.7 Series => Topic started by: ednt on August 05, 2026, 06:35:28 PM

Title: os-frr: no route map for redistributed bgp in RIP possible
Post by: ednt on August 05, 2026, 06:35:28 PM
AI mentioned that I should set a route map in the section RIP for redistribution bgp:

router rip
 default-metric 5
 network x.x.x.x/24
 passive-interface vlan0.x
 passive-interface vlan0.y
 passive-interface vlan0.z
 redistribute bgp
 version 2
exit

-> redistribute bgp route-map Only_Default

Else all routes of the internet will flood the internal routers.

But I can not set a route-map in the RIP menue.

Is the AI corect?
How canI achieve this entry?