648 | Open Shortest Path First (OSPFv2 and OSPFv3)w w w . d e l l . c o m | s u p p o r t . d e l l . c o m Use the following commands in CONFIGURATION-ROUTER OSPF mode to apply prefix lists toincoming or outgoing OSPF routes.Redistribute routesYou can add routes from other routing instances or protocols to the OSPF process. With the redistributecommand syntax, you can include RIP, static, or directly connected routes in the OSPF process.Use the following command in CONFIGURATION- ROUTER-OSPF mode to redistribute routes:To view the current OSPF configuration, use the show running-config ospf command in the EXEC modeor the show config command in the ROUTER OSPF mode.Figure 29-18. Command Example: show configCommand Syntax Command Mode Usagedistribute-list prefix-list-name in [interface] CONFIG-ROUTER-OSPF-idApply a configured prefix list to incomingOSPF routes.distribute-list prefix-list-name out [connected |isis | rip | static]CONFIG-ROUTER-OSPF-idAssign a configured prefix list to outgoingOSPF routes.Note: Do not route iBGP routes to OSPF unless there are route-maps associated with the OSPFredistribution.Command Syntax Command Mode Usageredistribute {bgp | connected | isis |rip | static} [metric metric-value |metric-type type-value] [route-mapmap-name] [tag tag-value]CONFIG-ROUTER-OSPF-idSpecify which routes will be redistributed into OSPFprocess. Configure the following required andoptional parameters:• bgp, connected, isis, rip, or static: enter oneof the keyword to redistribute those routes. rip issupported only on E-Series.• metric metric-value range: 0 to 4294967295.• metric-type metric-type: 1 for OSPF externalroute type 1 or 2 for OSPF external route type 2.• route-map map-name: enter a name of aconfigured route map.• tag tag-value range: 0 to 4294967295.FTOS(conf-router_ospf)#show config!router ospf 34network 10.1.2.32 0.0.0.255 area 2.2.2.2network 10.1.3.24 0.0.0.255 area 3.3.3.3distribute-list dilling inFTOS(conf-router_ospf)#