[Contents] [Prev] [Next] [Index] [Report an Error]

Example: Configuring an OSPF Virtual Link

Configure an OSPF virtual link on the local router. This router must be an area border router that is physically connected to the backbone.

[edit protocols ospf]
area 0.0.0.0 {
virtual-link neighbor-id 192.168.0.3 transit-area 1.1.1.1;
interface t3-1/0/0 {
hello-interval 1;
dead-interval 3;
}
}

You must also configure an OSPF virtual link on the remote area border router:

[edit protocols ospf]
area 0.0.0.0 {
virtual-link neighbor-id 192.168.0.5 transit-area 1.1.1.1;
}

[Contents] [Prev] [Next] [Index] [Report an Error]