vrouter-ospf6-add
This command adds Open Shortest Path First (OSPF6) routing protocol to a virtual router (vRouter) service for a fabric, cluster, virtual network (VNET), or standalone switch.
Syntax vrouter-ospf6-add
vrouter-name name-string |
Specify the name of the vRouter. |
Specify the following OSPF arguments: |
|
nic vrouter- interface-nic |
Specify the OSPF6 control for this interface. |
ospf6-area ospf-area-number |
Specify the OSPF6 area number in dotted decimal format. |
Defaults None.
Access CLI.
History Command introduced in Version 2.3.1.
Usage Each fabric, cluster, standalone switch, or virtual network (VNET) can provide its tenants with a virtual router (vRouter) service that forwards traffic between networks and implements Layer 3 protocols. This command adds OSPF for an existing Router service.
Examples To add OSPF6 to vRouter, MyvService, with the NIC eth1.0, and OSPF6 area 1.0.0.0, use the following command:
CLI network-admin@switch > vrouter-ospf-add vrouter-name MyvService nic eth1.0 ospf6-area 1.0.0.0