Parameters
area-id
: ID of an area, a decimal integer (in the range of 0 to 4294967295 and changed to IPv4
address format by the system) or an IPv4 address.
Description
Use
area
to enter OSPFv3 area view.
The undo form of the command is not available. An area is removed automatically if no configuration
is made and no interface is up in the area.
Examples
# Enter OSPFv3 Area 0 view.
<Sysname> system-view
[Sysname] ospfv3 1
[Sysname-ospfv3-1] area 0
[Sysname-ospfv3-1-area-0.0.0.0]
bandwidth-reference
Syntax
bandwidth-reference value
undo bandwidth-reference
View
OSPFv3 view
Default level
2: System level
Parameters
value
: Bandwidth reference value for link cost calculation, in the range of 1 to 2147483648 Mbps.
Description
Use
bandwidth-reference
to specify a reference bandwidth value for link cost calculation.
Use
undo bandwidth-reference
to restore the default value.
The default value is 100 Mbps.
You can configure an OSPFv3 cost for an interface with one of the following methods:
•
Configure the cost value in interface view
•
Configure a bandwidth reference value, and OSPFv3 computes the cost automatically based
on the bandwidth reference value: Interface OSPFv3 cost = Bandwidth reference
value/Interface bandwidth. If the calculated cost is greater than 65535, the value of 65535 is
used.
If no cost value is configured for an interface, OSPFv3 computes the interface cost value
automatically:
Examples
# Specify the reference bandwidth value as 1000 Mbps.
<Sysname> system-view
[Sysname] ospfv3 1
[Sysname-ospfv3-1] bandwidth-reference 1000
285