Cabletron Systems SmartSwitch manual Create a Ospf export destination for type-1 routes

Models: SmartSwitch

1 338
Download 338 pages 45.77 Kb
Page 124
Image 124

Chapter 9: OSPF Configuration Guide

Router R1 would like to redistribute its OSPF, OSPF-ASE, RIP, Static and Interface/Direct routes into RIP.

1.Enable RIP on interface 120.190.1.1/16.

rip add interface 120.190.1.1

rip set interface 120.190.1.1 version 2 type multicast

2.Create a OSPF export destination for type-1 routes.

ip-router policy create ospf-export-destination ospfExpDstType1 type 1 metric 1

3.Create a OSPF export destination for type-2 routes.

ip-router policy create ospf-export-destination ospfExpDstType2 type 2 metric 4

4.Create a OSPF export destination for type-2 routes with a tag of 100.

ip-router policy create ospf-export-destination ospfExpDstType2t100 type 2 tag 100 metric 4

5.Create a RIP export source.

ip-router policy export destination ripExpDst source ripExpSrc network all

6.Create a Static export source.

ip-router policy create static-export-source statExpSrc

7.Create a Direct export source.

ip-router policy create direct-export-source directExpSrc

8.Create the Export-Policy for redistributing all interface, RIP and static routes into OSPF.

ip-router policy export destination ospfExpDstType1 source directExpSrc network all

ip-router policy export destination ospfExpDstType2 source statExpSrc network all

ip-router policy export destination ospfExpDstType2t100 source ripExpSrc network all

124

SmartSwitch Router User Reference Manual

Page 124
Image 124
Cabletron Systems SmartSwitch manual Create a Ospf export destination for type-1 routes, Create a RIP export source