User's Manual
442
An example of basic OSPF configuration
The following example illustrates a simple OSPF configuration. Activate routing process 90 , then connect the
Ethernet interface 0 to area 0.0.0.0. Meanwhile, redistribute RIP to OSPF, OSPF to RIP.
interface ethernet 1/0
ip address 130.130.1.1 255.255.255.0
ip ospf cost 1
!
interface ethernet 1/0
ip address 130.130.1.1 255.255.255.0
!
router ospf 90
network 130.130.0.0 255.255.0.0 area 0
redistribute rip
!
router rip
network 130.130.0.0
redistribute ospf 90