Chapter 11: Routing Policy Configuration Guide192 SmartSwitch Router User Reference ManualExporting All Static Routes Reachable Over a Given Interface to a Specific RIP-InterfaceIn this case, router R1 would export/redistribute all static routes accessible through itsinterface 130.1.1.1 to its RIP-interface 140.1.1.1 only.1. Create a RIP export destination for interface with address 140.1.1.1, since we intend tochange the rip export policy for interface 140.1.1.12. Create a Static export source since we would like to export static routes.3. Create a RIP export source since we would like to export RIP routes.4. Create a Direct export source.5. Create the Export-Policy, redistributing all static routes reachable over interface130.1.1.1 and all (RIP, Direct) routes into RIP.Exporting Aggregate-Routes into RIPIn the configuration shown in Figure 17 on page 183, suppose you decide to run RIPVersion 1 on network 130.1.0.0/16, connecting routers R1 and R3. Router R1 desires toannounce the 140.1.1.0/24 and 140.1.2.0/24 networks to router R3. RIP Version 1 does notcarry any information about subnet masks in its packets. Thus it would not be possible toannounce the subnets (140.1.1.0/24 and 140.1.2.0/24) into RIP Version 1 withoutaggregating them.ip-router policy create rip-export-destination ripExpDst141interface 140.1.1.1ip-router policy create static-export-source statExpSrc130 interface130.1.1.1ip-router policy create rip-export-source ripExpSrcip-router policy create direct-export-source directExpSrcip-router policy export destination ripExpDst141 sourcestatExpSrc130 network allip-router policy export destination ripExpDst141 source ripExpSrcnetwork allip-router policy export destination ripExpDst141 source directExpSrcnetwork all