Which command configures the redistribution of static VRF routes between PE-routers?
A.
router (config)# redistribute static
B.
router (config-if)# redistribute static
C.
router (config-router)# redistribute static
D.
router (config-router-af)# redistribute static
Explanation:
– The answer depends on what you want to achieve. If the static route should be redistributed into a VRF you need to specify the vrf by typing the correct address-family which makes D the right answer. The question states "redistribution of static VRF routes" which leads us to believe that D it the correct answer
– If however your not running MPLS and only have normal BGP routing, then C would be correct.