Chapter 6: Routing Policy Configuration Guide
6 - 14
SSR User Reference Manual
ospf create area 140.1.0.0
ospf create area backbone
ospf set ase-defaults cost 4
!++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
! OSPF Interface Configuration
!++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
ospf add interface 140.1.1.1 to-area 140.1.0.0
ospf add interface 140.1.2.1 to-area 140.1.0.0
ospf add interface 140.1.3.1 to-area 140.1.0.0
ospf add interface 130.1.1.1 to-area backbone
Exporting all interface and static routes to OSPF.
Router R1 has several static routes. We would like to export all these static routes and
direct-routes (routes to connected networks) into OSPF.
ip-router policy redistribute from-proto static to-proto ospf
ip-router policy redistribute from-proto direct to-proto ospf
Note:
The network parameter specifying the network-filter is optional. The
default value for this parameter is all, indicating all networks. Since in the
above example, we would like to export all static and direct routes into
OSPF, we have not specified this parameter.
Export all RIP, interface, and static routes to OSPF.
Note:
Also export interface, static, RIP, OSPF, and OSPF-ASE routes into RIP.
In the configuration shown in Figure 3 on page 6 - 25, suppose if we decide to run RIP
Version 2 on network 120.190.0.0/16, connecting routers R1 and R2.
Router R1 would like to export all RIP, interface, and static routes to OSPF.
ip-router policy redistribute from-proto rip to-proto ospf
ip-router policy redistribute from-proto direct to-proto ospf
ip-router policy redistribute from-proto static to-proto ospf
Router R1 would also like to export interface, static, RIP, OSPF, and OSPF-ASE routes
into RIP.
ip-router policy redistribute from-proto direct to-proto rip
ip-router policy redistribute from-proto static to-proto rip
ip-router policy redistribute from-proto rip to-proto rip
ip-router policy redistribute from-proto ospf to-proto rip
ip-router policy redistribute from-proto ospf-ase to-proto rip
Содержание 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...