Chapter 13: Routing Policy Configuration Guide194 SmartSwitch Router User Reference Manual4. Create a Direct export source since we would like to export interface/direct routes.5. Create the Export-Policy for redistributing all interface routes and static routes intoOSPF.Exporting All RIP, Interface & Static Routes to OSPFNote: Also export interface, static, RIP, OSPF, and OSPF-ASE routes into RIP.In the configuration shown in Figure 19 on page 185, suppose we decide to run RIPVersion 2 on network 120.190.0.0/16, connecting routers R1 and R2.We would like to redistribute these RIP routes as OSPF type-2 routes, and associate the tag100 with them. Router R1 would also like to redistribute its static routes as type 2 OSPFroutes. The interface routes would redistributed as type 1 OSPF routes.Router R1 would like to redistribute its OSPF, OSPF-ASE, RIP, Static and Interface/Directroutes into RIP.1. Enable RIP on interface 120.190.1.1/16.2. Create a OSPF export destination for type-1 routes.3. Create a OSPF export destination for type-2 routes.4. Create a OSPF export destination for type-2 routes with a tag of 100.ip-router policy create direct-export-source directExpSrcip-router policy export destination ospfExpDstType1 sourcedirectExpSrc network allip-router policy export destination ospfExpDstType2 sourcestatExpSrc network allrip add interface 120.190.1.1rip set interface 120.190.1.1 version 2 type multicastip-router policy create ospf-export-destination ospfExpDstType1type 1 metric 1ip-router policy create ospf-export-destination ospfExpDstType2type 2 metric 4ip-router policy create ospf-export-destination ospfExpDstType2t100type 2 tag 100 metric 4