While redistributing ospf into bgp , I encountered the following behaviour :
Consider the existing config like:
router bgp 100
redistribute ospf match internal metric 77
Then I configured as below :
router bgp 100
redistribute ospf match external metric 44
when I gave 'show run' , it displays as below :
router bgp 100
redistribute ospf match internal external metric 44
is the expected behaviour, will the metric change to latest value ?(here from 77 to 44 ) .
Thanks,
Vijaybabu