Layer 3 Routing Commands 1309This command is effective only if BGP is running on the router.Command HistoryIntroduced in version 6.3.0.1 firmware.ExampleThe following example shows how to configure an RD for a VRF instance inASN format:console(config)#ip vrf Customer_Aconsole(config-vrf-Customer_A)#rd 62001:10console(config-vrf-Customer_A)#exitThe following example shows how to configure an RD for a VRF instance inIPv4 address format:console(config)#ip vrf Customer_Aconsole(config-vrf-Customer_A)#rd 192.168.10.1:10console(config-vrf-Customer_A)#exitredistribute (BGP)The redistribute command configures BGP to advertise routes learned bymeans outside of BGP. BGP can redistribute local (connected), static, OSPF,and RIP routes.Syntaxredistribute { ospf [match {[internal][external 1] [external 2] [nssa-external1] [nssa-external 2]} ] | rip | connected | static} [metric metric-value][route-map map-tag]no redistribute { ospf [match {[internal][external 1] [external 2] [nssa-external 1] [nssa-external 2]} ] | rip | connected | static} [metric metric-value] [route-map map-tag]• ospf, rip, connected, static—A source of routes to redistribute.• metric metric-value—(Optional) When this option is specified, BGPadvertises the prefix with the Multi Exit Discriminator path attribute setto the configured value. If this option is not specified, but a default metricis configured for BGP (default metric command), the MED is set to thedefault metric. If both a default metric and a metric value are notconfigured, the prefix is advertised without an MED attribute.