cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
353
Views
5
Helpful
2
Replies

OSPF Routing question

ranga2002
Level 1
Level 1

Hi team,

Can anyone confirm the answer for this question?

My answers are below but need to be verified by someone.

 

Router4#conf t

router ospf 0.0.0.2 

area 0.0.0.1 virtual-link 10.1.2.1 255.255.255.0

end 

 

Router3#conf t

router ospf 0.0.0.1

area 0.0.0.1 virtual-link 10.1.2.1 255.255.255.0

end 

 

 

OSPF.png

 

 

1 Accepted Solution

Accepted Solutions

Giuseppe Larosa
Hall of Fame
Hall of Fame

Hello @ranga2002 ,

to build a virtual link the two routers need to have a standard area in common, one of them must be connected to area 0 and the other one must be connecte to the area that is missing a link to area 0.

The virtual link is built using OSPF RID each side must configure the transit area and the RID of the  remote router.

 

So it should be:

a) configured on R2, R3

 

R2

router ospf 2

area 0.0.0.1 virtual-link 10.4.1.1

 

R3

router ospf 2

area 0.0.0.1 virtual-link 10.1.2.1

 

note: the OSPF RID is the highest IP address on router each router R2, R3 points to the remote OSPF RID in configuring the virtual link.

No mask is required the virtual-link is a logical point-to-point link that extends area 0 via transit area .

 

Hope to help

Giuseppe

 

 

View solution in original post

2 Replies 2

Giuseppe Larosa
Hall of Fame
Hall of Fame

Hello @ranga2002 ,

to build a virtual link the two routers need to have a standard area in common, one of them must be connected to area 0 and the other one must be connecte to the area that is missing a link to area 0.

The virtual link is built using OSPF RID each side must configure the transit area and the RID of the  remote router.

 

So it should be:

a) configured on R2, R3

 

R2

router ospf 2

area 0.0.0.1 virtual-link 10.4.1.1

 

R3

router ospf 2

area 0.0.0.1 virtual-link 10.1.2.1

 

note: the OSPF RID is the highest IP address on router each router R2, R3 points to the remote OSPF RID in configuring the virtual link.

No mask is required the virtual-link is a logical point-to-point link that extends area 0 via transit area .

 

Hope to help

Giuseppe

 

 

Thank you Giuseppe !

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card