C613-50170-01 Rev B
Command Reference for x510 Series
989
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
OSPF C
OMMANDS
COMPATIBLE
RFC
1583
compatible rfc1583
Overview
This command changes the method used to calculate summary route to the that
specified in RFC 1583. By default, OSPF uses the method specified in RFC 2328.
RFC 1583 specifies a method for calculating the metric for summary routes based
on the minimum metric of the component paths available. RFC 2328 specifies a
method for calculating metrics based on maximum cost.
It is possible that some ABRs in an area might conform to RFC 1583 and others
support RFC 2328, which could lead to incompatibility in their interoperation. This
command addresses this issue by allowing you to selectively disable compatibility
with RFC 2328.
Use the
no
variant of this command to disable RFC 1583 compatibility.
Syntax
compatible rfc1583
no compatible rfc1583
Mode
Router Configuration
Example
awplus#
configure terminal
awplus(config)#
router ospf 100
awplus(config-router)#
compatible rfc1583