Riverstone Networks WICT1-12 User Manual

Page 232

Advertising
background image

14-16 Riverstone Networks RS Switch Router User Guide Release 8.0

OSPF Configuration Examples

OSPF Configuration Guide

3.

Create an OSPF export destination for type-2 routes.

4.

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

5.

Create a RIP export source.

6.

Create a Static export source.

7.

Create a Direct export source.

8.

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

9.

Create a RIP export destination.

10.

Create OSPF export source.

11.

Create OSPF-ASE export source.

ip-router policy create ospf-export-destination ospfExpDstType2 type

2 metric 4

ip-router policy create ospf-export-destination ospfExpDstType2t100

type 2 tag 100 metric 4

ip-router policy create rip-export-source ripExpSrc

ip-router policy create static-export-source statExpSrc

ip-router policy create direct-export-source directExpSrc

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

ip-router policy create rip-export-destination ripExpDst

ip-router policy create ospf-export-source ospfExpSrc type OSPF

ip-router policy create ospf-export-source ospfAseExpSrc type

OSPF-ASE

Advertising