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?