Chapter 6: Routing Policy Configuration Guide6 - 28SSR User Reference Manual!+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++! Configure default routes to the 135.3.0.0 subnets reachable through! R3.!+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ip add route 135.3.1.0/24 gateway 130.1.1.3ip add route 135.3.2.0/24 gateway 130.1.1.3ip add route 135.3.3.0/24 gateway 130.1.1.3!+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++! Configure default routes to the other subnets reachable through R2.!+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ip add route 202.1.0.0/16 gateway 120.190.1.2ip add route 160.1.5.0/24 gateway 120.190.1.2!++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++! RIP Box Level Configuration!++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++rip startrip set default-metric 2!++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++! RIP Interface Configuration. Create a RIP interfaces, and set! their type to (version II, multicast).!++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++rip add interface to-r41rip add interface to-r42rip add interface to-r6rip set interface to-r41 version 2 type multicastrip set interface to-r42 version 2 type multicastrip set interface to-r6 version 2 type multicastExporting a given static route to all RIP interfacesRouter R1 has several static routes, of which one is the default route. We would exportthis default route over all RIP interfaces.1. Create a RIP export destination since we would like to export routes into RIP.ip-router policy create rip-export-destination ripExpDst2. Create a Static export source since we would like to export static routes.ip-router policy create static-export-source statExpSrcAs mentioned above, if no export policy is specified, RIP and interface routes areexported into RIP. If any policy is specified, the defaults are overridden; it isnecessary to explicitly specify everything that should be exported.Since we would also like to export/redistribute RIP and direct routes into RIP, wewould also create export-sources for those protocols.