Cabletron Systems SmartSwitch Router 9032578-02 User Manual
Page 135

SmartSwitch Router User Reference Manual
135
Chapter 7: Routing Policy Configuration Guide
4.
Create a Direct export source since we would like to export direct/interface routes.
5.
Create the export-policy redistributing the statically created default route, and all
(RIP, Direct) routes into RIP.
Exporting a Given Static Route to a Specific RIP Interface
In this case, router R1 would export/redistribute the default route over its interface
140.1.1.1 only.
1.
Create a RIP export destination for interface with address 140.1.1.1, since we intend to
change the rip export policy only for interface 140.1.1.1.
2.
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 since we would like to export direct/interface routes.
5.
Create the Export-Policy redistributing the statically created default route, and all
(RIP, Direct) routes into RIP.
ip-router policy create direct-export-source directExpSrc
ip-router policy export destination ripExpDst source statExpSrc
network default
ip-router policy export destination ripExpDst source ripExpSrc
network all
ip-router policy export destination ripExpDst source directExpSrc
network all
ip-router policy create rip-export-destination ripExpDst141
interface 140.1.1.1
ip-router policy create static-export-source statExpSrc
ip-router policy create rip-export-source ripExpSrc
ip-router policy create direct-export-source directExpSrc
ip-router policy export destination ripExpDst141 source statExpSrc
network default
ip-router policy export destination ripExpDst141 source ripExpSrc
network all
ip-router policy export destination ripExpDst141 source directExpSrc
network all