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 dataplane <interface-name> vif <vif-id> ipv6 ospfv3

Enables OSPFv3 on a specified interface.

set interfaces dataplane interface-name vif vif-id ipv6 ospfv3 [ process process-id [ instance-id instance-id ] ]
delete interfaces dataplane interface-name vif vif-id ipv6 ospfv3 [ [ process process-id instance-id instance-id ] ]
show interfaces dataplane interface-name vif vif-id ipv6 ospfv3 [ process process-id [ instance-id instance-id ] ]
interface-name
The name of a data plane interface. For more information about the supported interface name formats, refer to Data Plane Interface.
vif-id
The ID of a vif. The ID ranges from 1 through 4094.
process-id
The OSPFv3 process ID. Enter alphanumeric characters.
instance-id
The OSPFv3 instance ID. The range is from 0 to 255.

Configuration mode


interfaces {    
   dataplane interface-name {
      vif vif-id {
         ipv6 {
            ospfv3 [process process-id [instance-id instance-id]]
            }
        }
    }
}

Use this command to enable the OSPFv3 routing protocol on a vif.

Use the set form of this command to enable OSPFv3 on a vif.

Use the delete form of this command to remove all OSPFv3 configuration and disable OSPFv3 on a vif.

Use the show form of this command to display OSPFv3 configuration for a vif.