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
1634
configure ospfv3 metric-table
configure ospfv3 {domain <domainName>} metric-table 10M <cost_10m> 100M
<cost_100m> 1G <cost_1g> {10G <cost_10g>}
Description
Configures the automatic interface costs for 10 Mbps, 100 Mbps, and 1 Gbps interfaces, and optionally,
the 10 Gbps interface.
Syntax Description
Default
●
10 Mbps—The default cost is 100.
●
100 Mbps—The default cost is 50.
●
1 Gbps—The default cost is 40.
●
10 Gbps—The default cost is 20.
Usage Guidelines
The value of the costs cannot be greater for higher speed interfaces. In other words, the following
condition must be true:
cost_10m >= cost_100m >= cost_1g >= cost_10g
Example
The following command configures the automatic interface costs for 10 Mbps,
100 Mbps, and 1 Gbps interfaces:
configure ospfv3 metric-table 10m 200 100m 100 1g 20
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.
cost_x
Specifies the interface cost for the indicated interfaces. Range is 1 to 65535.