Configuring virtual links – LevelOne GTL-2690 User Manual

Page 370

Advertising
background image

Configuring the Open Shortest Path First Protocol

20-29

20

CLI - This example configures the interface parameters for VLAN 1.

Configuring Virtual Links

All OSPF areas must connect to the
backbone. If an area does not have a
direct physical connection to the
backbone, you can configure a
virtual link that provides a logical
path to the backbone. To connect an
isolated area to the backbone, the
logical path can cross a single
non-backbone area (i.e., transit area)
to reach the backbone. To define this
path, you must configure an ABR
that serves as an endpoint
connecting the isolated area to the
common transit area, and specify a
neighboring ABR as the other
endpoint connecting the common transit area to the backbone itself. (Note that you
cannot configure a virtual link that runs through a stub or NSSA area.)

Virtual links can also be used to create a redundant link between any area and the
backbone to help prevent partitioning, or to connect two existing backbone areas
into a common backbone.

Any area disconnected from the backbone must include the transit area ID and the
router ID for a virtual link neighbor that is adjacent to the backbone.

Command Attributes
Area ID – Identifies the transit area for the virtual link.

(The area ID must be in the form of an IPv4 address.)

Neighbor Router ID – Router ID of the virtual link neighbor. This specifies the Area

Border Router (ABR) at the other end of the virtual link. To create a virtual link, it
must be configured for an ABR at both ends of the link. One of the ABRs must be
next to the isolated area and the transit area at one end of the link, while the other
ABR must be next to the transit area and backbone at the other end of the link.
(Default: None)

The other items are described under “Configuring OSPF Interfaces,” page 20-25.

Console(config)#interface vlan 1
Console(config-if)#ip ospf priority 5

42-37

Console(config-if)#ip ospf transmit-delay 6

42-38

Console(config-if)#ip ospf retransmit-interval 7

42-38

Console(config-if)#ip ospf hello-interval 5

42-36

Console(config-if)#ip ospf dead-interval 50

42-36

Console(config-if)#ip ospf cost 10

42-35

Console(config-if)#ip ospf authentication message-digest

42-32

Console(config-if)#ip ospf message-digest-key 1 md5 aiebel

42-34

Console#

backbone

normal
area

isolated
area

ABR

ABR

virtual
link

Advertising