Chapter 5: OSPF Configuration Guide
5 - 10
SSR User Reference Manual
In the configuration shown in Figure 1 on page 5 - 12, suppose if we decide to run RIP
Version 2 on network 120.190.0.0/16, connecting routers R1 and R2.
We would like to redistribute these RIP routes as OSPF type-2 routes, and associate the
tag 100 with them. Router R1 would also like to redistribute its static routes as type 2
OSPF routes. The interface routes would redistributed as type 1 OSPF routes.
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
9.
Create a RIP export destination.
Содержание SmartSwitch 8-slot
Страница 1: ...SmartSwitch Router User Reference Manual 9032578...
Страница 2: ......
Страница 6: ...Notice vi...
Страница 10: ...About This Manual x SSR User Reference Manual...
Страница 36: ...Chapter 1 SmartSwitch Router Product Overview 1 18 SSR User Reference Manual...
Страница 60: ...Chapter 4 RIP Configuration Guide 4 6 SSR User Reference Manual...
Страница 115: ...Chapter 7 Multicast Routing Configuration Guide SSR User Reference Manual 7 9...
Страница 116: ...Chapter 7 Multicast Routing Configuration Guide 7 10 SSR User Reference Manual...
Страница 142: ...Chapter 9 Security Configuration Guide 9 18 SSR User Reference Manual...