set protocols ospf area virtual-link
The set protocols ospf area virtual-link command creates an OSPF virtual link with a remote ABR and enters the vlink context.
The delete protocols ospf area virtual-link command deletes an OSPF virtual link with the specified router ID of the remote ABR. If no <ROUTER-ID> is specified, the command sets the virtual link to the default settings.
Command Syntax
set protocols ospf [vrf <vrf-name>] area {<ipv4>|<area-id>} virtual-link <ROUTER-ID>
Parameters
Parameter | Description |
vrf <vrf-name> | Optional. Specifies the name of the VRF for the OSPF instance. |
area {<ipv4>|<area-id>} | Specifies the OSPF area ID. The value could be in IPv4 dotted decimal format or an integer that ranges from 0 to 4294967295. |
virtual-link <ROUTER-ID> | Configures a virtual link with the specified router ID of the remote ABR. |
Example
- Configuring OSPF virtual links:
admin@Xorplus# set protocols ospf area 1 virtual-link 100.0.1.1 admin@Xorplus# commit
Copyright © 2024 Pica8 Inc. All Rights Reserved.