112 | Access Control Lists (ACLs)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 a prefix list for route redistributionTo pass traffic through a configured prefix list, you must use the prefix list in a route redistributioncommand. The prefix list is applied to all traffic redistributed into the routing process and the traffic iseither forwarded or dropped depending on the criteria and actions specified in the prefix list.To apply a filter to routes in RIP (RIP is supported on C and E-Series), use either of the followingcommands in the ROUTER RIP mode:To view the configuration, use the show config command in the ROUTER RIP mode (Figure 6-17) or theshow running-config rip command in the EXEC mode.Figure 6-17. Command Example: show config in the ROUTER RIP ModeTo apply a filter to routes in OSPF, use either of the following commands in the ROUTER OSPF mode:Command Syntax Command Mode Purposerouter rip CONFIGURATION Enter RIP modedistribute-list prefix-list-name in[interface]CONFIG-ROUTER-RIP Apply a configured prefix list to incomingroutes. You can specify an interface.If you enter the name of a nonexistent prefixlist, all routes are forwarded.distribute-list prefix-list-name out[interface | connected | static | ospf]CONFIG-ROUTER-RIP Apply a configured prefix list to outgoingroutes. You can specify an interface or typeof route.If you enter the name of a non-existent prefixlist, all routes are forwarded.Command Syntax Command Mode Purposerouter ospf CONFIGURATION Enter OSPF modedistribute-list prefix-list-name in[interface]CONFIG-ROUTER-OSPF Apply a configured prefix list to incomingroutes. You can specify an interface.If you enter the name of a non-existent prefixlist, all routes are forwarded.distribute-list prefix-list-name out[connected | rip | static]CONFIG-ROUTER-OSPF Apply a configured prefix list to incomingroutes. You can specify which type of routes areaffected.If you enter the name of a non-existent prefixlist, all routes are forwarded.FTOS(conf-router_rip)#show config!router ripdistribute-list prefix juba outnetwork 10.0.0.0FTOS(conf-router_rip)#router ospf 34