area virtual-link
Syntax
area virtual-link no area virtual-link
Description
Creates an OSPF virtual link with remote ABR (if not created already) and enters the vlink context.
Theno
form of this command deletes an OSPF virtual link with the specified router ID of the remote ABR. If no
is specified, theno
form of the command sets the virtual link to the default settings.
Command context
config-ospfv3-
Parameters
-
-
Specifies the area ID is one of the following formats.
OSPF area identifier in IPv4 format (
x.x.x.x
), wherex
is a decimal number from 0 to 255.OSPF区域标识符以十进制格式。范围: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 ospfv3 1switch(config-ospfv3-1)#area 100 virtual-link 100.0.1.1
Deleting OSPF virtual links:
switch(config)#router ospfv3 1switch(config-ospfv3-1)#no area 100 virtual-link 100.0.1.1