7 redistributing routes into ospf – CANOGA PERKINS 9175 Configuration Guide User Manual

Page 105

Advertising
background image

CanogaOS Configuration Guide

17-6

DUT# configure terminal

Enter the Configure mode

DUT (config)# router ospf 200

Configure the Routing process and specify the Process ID
(200). The Process ID should be a unique positive integer
identifying the routing process.

DUT (config-router)# network 10.10.10.0/24 area 0

Define the interface (10.10.10.0/24) on which OSPF runs
and associate the area ID (0) with the interface.

DUT (config-router)# network 10.10.11.0/24 area 1

Define the interface (10.10.11.0/24) on which OSPF
runsand associate the area ID (1) with the interface.

DUT(config-router)# area 1 stub no-summary

(Optional) Define an area as a stub area. The no-summary
keyword prevents an ABR from sending summary link
advertisements into the stub area.


Validation Commands
show ip ospf, show ip ospf interface

17.7 Redistributing Routes into OSPF

In this example the configuration causes BGP routes to be imported into the OSPF
routing table and advertised as Type 5 External LSAs into Area 0.
Topology

Figure 17-4: OSPF Routes Redistributing

Configurations
R1

Advertising