I have got the scenario below :
R1
router ospf 1
redistribute bgp 200 subnets route-map BGP2IGRP
------
-----
--------
ip prefix-list BGP2IGRP seq 5---(I omitted the rest)
-----
---------
-----------
route-map BGP2IGRP permit 10
----I omitted the rest
Is it mandotary that the name companied with "ip prefix-list" to be same (exact) as with route-map ?