summaryrefslogtreecommitdiff
path: root/doc/ospfd.texi
diff options
context:
space:
mode:
authorpaul <paul>2003-01-22 19:26:00 +0000
committerpaul <paul>2003-01-22 19:26:00 +0000
commitd4f5031c5c2ca3953d071cfce0a3faa34f9b073d (patch)
treeceb1b9fe0a7fcbfbf63a98b21681bf29c50fef39 /doc/ospfd.texi
parentae936aee9967d48a60986624f5b52fe77ad6fd34 (diff)
Update for ospfd docs for 'compatible rfc1583' and 'abr-type'.
Christian Hammers <ch@westend.com> zebra 17336 and 17335
Diffstat (limited to 'doc/ospfd.texi')
-rw-r--r--doc/ospfd.texi16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/ospfd.texi b/doc/ospfd.texi
index 5952c051..6163ea98 100644
--- a/doc/ospfd.texi
+++ b/doc/ospfd.texi
@@ -52,10 +52,26 @@ number.
@deffn {OSPF Command} {ospf abr-type @var{type}} {}
@deffnx {OSPF Command} {no ospf abr-type @var{type}} {}
@var{type} can be cisco|ibm|shortcut|standard
+More information regarding the behaviour controlled by this command can
+be found in draft-ietf-ospf-abr-alt-05.txt and
+draft-ietf-ospf-shortcut-abr-02.txt
+Quote: "Though the definition of the Area Border Router (ABR)
+in the OSPF specification does not require a router with multiple
+attached areas to have a backbone connection, it is actually
+necessary to provide successful routing to the inter-area and
+external destinations. If this requirement is not met, all traffic
+destined for the areas not connected to such an ABR or out of the
+OSPF domain, is dropped. This document describes alternative ABR
+behaviors implemented in Cisco and IBM routers."
@end deffn
@deffn {OSPF Command} {ospf rfc1583compatibility} {}
@deffnx {OSPF Command} {no ospf rfc1583compatibility} {}
+This rfc2328, the sucessor to rfc1583, suggests according to section G.2
+(changes) in section 16.4 a change to the path preference algorithm that
+prevents possible routing loops that were possible in the old version of
+OSPFv2. More specificly it demands that inter-area paths and intra-area path
+are now of equal preference but still both preferred to external paths.
@end deffn
@deffn {OSPF Command} {passive interface @var{interface}} {}