464
Function:
This command sets the way in which OSPF calculate the default metric value.
The “
no auto-cost reference-bandwidth
” command only configures the cost to the
interface by types.
Parameter: <bandwith>
reference bandwidth in Mbps, ranging between 1~
4294967
Default:
Default bandwidth is 100Mbps
Command Mode:
OSPF protocol mode
Usage Guide:
The interface metric value is acquired by divide the interface bandwith
with reference bandwidth. This command is mainly for differentiate high bandwidth links.
If several high bandwidth links exist, their cost can be assorted by configuring a larger
reference bandwidth value.
Example:
Switch#config terminal
Switch(config)#router ospf 100
Switch(config-router)#auto-cost reference-bandwidth 50
14.6.3.10 capability opaque
Command: [no] capability opaque
Function:
This command enables opaque-LSA. The “
[no] capability opaque
” command
closes this function.
Default:
Opaque-LSAs enabled
Command Mode:
OSPF protocol mode
Usage Guide:
Opaque-LSAs is type 9,10,11 LSA which is used for transmitting
information for the externals.
Example:
Switch#config terminal
Switch(config)#router ospf 100
Switch(config-router)#no capability opaque
14.6.3.11 compatible rfc1583
Command: [no] compatible rfc1583
Function:
This command configures to rfc1583 compatible. The “
[no] compatible
rfc1583
” command close the compatibility.
Default:
Rfc 2328 compatible by default
Command Mode:
OSPF protocol mode
Example:
Switch#config terminal
Switch(config)#router ospf 100
Switch(config-router)#compatible rfc1583