home

Supported platforms

Vyatta documentation

Learn how to install, configure, and operate the Vyatta Network Operating System (Vyatta NOS) and Orchestrator, which help drive our virtual networking and physical platforms portfolio.

interfaces bonding dpFbondx ipv6 ospfv3 process process-id instance-id instance-id

Defines an OSPFv3 area for an Ethernet bonding interface.

set interfaces bonding dpFbondx ipv6 ospfv3 process process-id instance-id instance-id
delete interfaces bonding dpFbondx ipv6 ospfv3
show interfaces bonding dpFbondx ipv6 ospfv3
area-id
The ID of an OSPFv3 area being configured, expressed as an IP address or a decimal value. The decimal value ranges from 0 to 4294967.
process-id
The OSPFv3 process ID. Enter alphanumeric characters.

Configuration mode

interfaces {
    bonding dp0bondx {
        ipv6 {
            ospfv3 {
                 process process-id { 
                   									area area-id
                 }
            }
								}
				}
}

Use this command to define an area within an OSPFv3 AS.

Use the set form of this command to create an OSPFv3 area or define the parameters for a specified OSPFv3 area.

Use the delete form of this command to remove an OSPFv3 area.

Use the show form of this command to display the OSPFv3 area configuration.