OSPFv3 Commands
ExtremeWare XOS 11.5 supports only the Summit X450 family of switches and the BlackDiamond 8800 series switch.
ExtremeWare XOS 11.5 Command Reference Guide
1630
configure ospfv3 interface cost
configure ospfv3 {domain <domainName>} [vlan <vlan-name> | tunnel <tunnel-
name> | [vlan | tunnel] all]] cost [automatic | <cost>]
Description
Configures the cost of one or all interface(s).
Syntax Description
Default
The default cost is automatic.
Usage Guidelines
Use this command to set the cost of an interface (a VLAN or tunnel) manually, if the default cost needs
to be overwritten. The interface cost is advertised as the link cost in router-LSA.
Example
The following command configures the cost metric of the VLAN
accounting
:
configure ospfv3 vlan accounting cost 10
History
This command was first available in ExtremeWare XOS 11.2.
Platform Availability
This command is available on platforms with a Core or an Advanced Core license.
domainName
Specifies an OSPFv3 domain. OSPF-Default is the only one currently
supported.
vlan-name
Specifies an IPv6 configured VLAN.
tunnel-name
Specifies an IPv6 tunnel.
all
Specifies all IPv6 configured VLANs or all IPv6 tunnels.
automatic
Determine the advertised cost from the OSPFv3 metric table.
cost
Specifies the cost metric. Range is 1 to 65535.