Cabletron Systems SmartSwitch Router 9032578-02 User Manual
Page 137

SmartSwitch Router User Reference Manual
137
Chapter 7: Routing Policy Configuration Guide
1.
Create an Aggregate-Destination which represents the aggregate/summarized route.
2.
Create an Aggregate-Source which qualifies the source of the routes contributing to 
the aggregate. Since in this case, we do not care about the source of the contributing 
routes, we would specify the protocol as all. 
3.
Create the aggregate/summarized route. This command binds the aggregated route 
with the contributing routes.
4.
Create a RIP export destination for interface with address 130.1.1.1, since we intend to 
change the rip export policy only for interface 130.1.1.1.
5.
Create a Aggregate export source since we would to export/redistribute an 
aggregate/summarized route.
6.
Create a RIP export source since we would like to export RIP routes.
7.
Create a Direct export source since we would like to export Direct routes.
ip-router policy create aggr-gen-dest aggrDst140 network
140.1.0.0/16
ip-router policy create aggr-gen-source allAggrSrc protocol all
ip-router aggr-gen destination aggrDst140 source allAggrSrc network
140.1.1.0/24
ip-router aggr-gen destination aggrDst140 source allAggrSrc network
140.1.2.0/24
ip-router policy create rip-export-destination ripExpDst130
interface 130.1.1.1
ip-router policy create aggr-export-source aggrExpSrc
ip-router policy create rip-export-source ripExpSrc
ip-router policy create direct-export-source directExpSrc
