area virtual-link

Syntax

areavirtual-linkno areavirtual-link

Description

Creates an OSPF virtual link with a remote ABR and enters the vlink context.

Thenoform of this command deletes an OSPF virtual link with the specified router ID of the remote ABR. If nois specified, thenoform of the command sets the virtual link to the default settings.

Command context

config-ospf -

Parameters

Specifies the area ID is one of the following formats.
  • OSPF area identifier in IPv4 format (x.x.x.x), wherexis a decimal number from 0 to 255.

  • OSPF区域标识符在十进制形式t. Range: 0 to 4294967295.

virtual-link

Configures a virtual link with the specified router ID of the remote ABR.

Authority

Administrators or local user group members with execution rights for this command.

Examples

Configuring OSPF virtual links:

switch(config)#router ospf 1switch(config-ospf-1)#area 100 virtual-link 100.0.1.1switch(config-router-vlink)#

Deleting OSPF virtual links:

switch(config)#router ospf 1switch(config-ospf-1)#no area 100 virtual-link 100.0.1.1