0% found this document useful (0 votes)
43 views3 pages

Conf Ospf

This document contains the OSPF configurations of 6 routers: - R1 connects to 3 networks and defines OSPF areas and routing. - R2 connects to 2 networks and has a virtual link to R1. - R3 connects internally with 7 loopbacks and defines a stub area. - R4 and R5 connect to the same network and define OSPF area 0. - R6 connects to a network and defines OSPF area 60.

Uploaded by

Misael Silveira
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
43 views3 pages

Conf Ospf

This document contains the OSPF configurations of 6 routers: - R1 connects to 3 networks and defines OSPF areas and routing. - R2 connects to 2 networks and has a virtual link to R1. - R3 connects internally with 7 loopbacks and defines a stub area. - R4 and R5 connect to the same network and define OSPF area 0. - R6 connects to a network and defines OSPF area 60.

Uploaded by

Misael Silveira
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 3

R1

interface Serial 0/1/0


description REDE CINZA
ip address 10.13.0.1 255.255.255.252
ip ospf 10 area 30
!
interface Serial 0/1/1
description REDE VERMELHA
ip address 10.12.0.1 255.255.255.252
ip ospf 10 area 20
!
interface FastEthernet0/0
description REDE BRANCA
ip address 10.145.0.1 255.255.255.0
ip ospf 10 area 0
end
!
interface Loopback0
ip address 10.0.0.1 255.255.255.0
ip ospf 10 area 0
ip ospf network point-to-point
end
!
router ospf 10
router-id 10.0.0.1
area 20 virtual-link 20.0.0.1
area 30 stub no-summary
area 30 range 30.0.0.0 255.255.248.0

R2

interface Serial 0/1/0


description REDE verde
ip address 10.26.0.1 255.255.255.252
ip ospf 20 area 60
!
interface Serial 0/1/1
description AREA VERMELHA
ip address 10.12.0.2 255.255.255.252
ip ospf 20 area 20
!
interface Loopback0
ip address 20.0.0.1 255.255.255.0
ip ospf 20 area 20
ip ospf network point-to-point
end
!
router ospf 20
area 20 virtual-link 10.0.0.1

R3

interface Loopback0
ip address 30.0.0.1 255.255.255.0
ip ospf network point-to-point
ip ospf 30 area 30
!
interface Loopback1
ip address 30.0.1.1 255.255.255.0
ip ospf network point-to-point
ip ospf 30 area 30
!
interface Loopback2
ip address 30.0.2.1 255.255.255.0
ip ospf network point-to-point
ip ospf 30 area 30
!
interface Loopback3
ip address 30.0.3.1 255.255.255.0
!
interface Loopback4
ip address 30.0.4.1 255.255.255.0
ip ospf network point-to-point
ip ospf 30 area 30
!
interface Loopback5
ip address 30.0.5.1 255.255.255.0
ip ospf network point-to-point
ip ospf 30 area 30
!
interface Loopback6
ip address 30.0.6.1 255.255.255.0
ip ospf network point-to-point
ip ospf 30 area 30
!
interface Loopback7
ip address 30.0.7.1 255.255.255.0
ip ospf network point-to-point
ip ospf 30 area 30
!
interface Serial 0/1/0
description REDE CINZA
ip address 10.13.0.2 255.255.255.252
ip ospf 30 area 30

router ospf 30
area 30 stub no-summary

R4

interface Loopback0
ip address 40.0.0.1 255.255.255.0
ip ospf network point-to-point
ip ospf 40 area 0
!
interface FastEthernet0/0
description REDE BRANCA
ip address 10.145.0.4 255.255.255.0
ip ospf 40 area 0

R5

interface Loopback0
ip address 50.0.0.1 255.255.255.0
ip ospf network point-to-point
ip ospf 50 area 0
!
interface FastEthernet0/0
description REDE BRANCA
ip address 10.145.0.5 255.255.255.0
ip ospf 50 area 0

R6

interface Loopback0
ip address 60.0.0.1 255.255.255.0
ip ospf network point-to-point
ip ospf 60 area 60
!
interface Serial 0/1/0
description REDE AMARELA
ip address 10.26.0.2 255.255.255.252
ip ospf 60 area 60

You might also like