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 area

Assigns an OSPFv3 area to a IPv6 Ethernet link bonding interface.

set interfaces bonding dpFbondx ipv6 ospfv3 area area-id
delete interfaces bonding dpFbondx ipv6 ospfv3 area
show interfaces bonding dpFbondx ipv6 ospfv3 area
dpFbondx
The identifier for the bond group. Supported values are dp0bond0 through dp0bond99.
area-id
Specifies an OSPFv3 area as an IP address or decimal value.

Configuration mode


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

Use this command to assign an OSPFv3 area to a bonding interface.

Use the set form of this command to assign an OSPFv3 area to a bonding interface.

Use the delete form of this command to delete an OSPFv3 area from a bonding interface.

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