1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277
|
<pre>Network Working Group A. Retana
Request for Comments: 3137 L. Nguyen
Category: Informational R. White
Cisco Systems
A. Zinin
Nexsi Systems
D. McPherson
Amber Networks
June 2001
<span class="h1">OSPF Stub Router Advertisement</span>
Status of this Memo
This memo provides information for the Internet community. It does
not specify an Internet standard of any kind. Distribution of this
memo is unlimited.
Copyright Notice
Copyright (C) The Internet Society (2001). All Rights Reserved.
Abstract
This memo describes a backward-compatible technique that may be used
by OSPF (Open Shortest Path First) implementations to advertise
unavailability to forward transit traffic or to lower the preference
level for the paths through such a router. In some cases, it is
desirable not to route transit traffic via a specific OSPF router.
However, OSPF does not specify a standard way to accomplish this.
<span class="h2"><a class="selflink" id="section-1" href="#section-1">1</a>. Motivation</span>
In some situations, it may be advantageous to inform routers in a
network not to use a specific router as a transit point, but still
route to it. Possible situations include the following.
o The router is in a critical condition (for example, has very
high CPU load or does not have enough memory to store all LSAs
or build the routing table).
o Graceful introduction and removal of the router to/from the
network.
o Other (administrative or traffic engineering) reasons.
<span class="grey">Retana, et al. Informational [Page 1]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-2" ></span>
<span class="grey"><a href="./rfc3137">RFC 3137</a> OSPF Stub Router Advertisement June 2001</span>
Note that the proposed solution does not remove the router from the
topology view of the network (as could be done by just flushing that
router's router-LSA), but prevents other routers from using it for
transit routing, while still routing packets to router's own IP
addresses, i.e., the router is announced as stub.
It must be emphasized that the proposed solution provides real
benefits in networks designed with at least some level of redundancy
so that traffic can be routed around the stub router. Otherwise,
traffic destined for the networks reachable through such a stub
router will be still routed through it.
<span class="h2"><a class="selflink" id="section-2" href="#section-2">2</a>. Proposed Solution</span>
The solution described in this document solves two challenges
associated with the outlined problem. In the description below,
router X is the router announcing itself as a stub.
1) Making other routers prefer routes around router X while
performing the Dijkstra calculation.
2) Allowing other routers to reach IP prefixes directly connected
to router X.
Note that it would be easy to address issue 1) alone by just flushing
router X's router-LSA from the domain. However, it does not solve
problem 2), since other routers will not be able to use links to
router X in Dijkstra (no back link), and because router X will not
have links to its neighbors.
To address both problems, router X announces its router-LSA to the
neighbors as follows.
o costs of all non-stub links (links of the types other than 3)
are set to LSInfinity (16-bit value 0xFFFF, rather than 24-bit
value 0xFFFFFF used in summary and AS-external LSAs).
o costs of stub links (type 3) are set to the interface output
cost.
This addresses issues 1) and 2).
<span class="grey">Retana, et al. Informational [Page 2]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-3" ></span>
<span class="grey"><a href="./rfc3137">RFC 3137</a> OSPF Stub Router Advertisement June 2001</span>
<span class="h2"><a class="selflink" id="section-3" href="#section-3">3</a>. Compatibility issues</span>
Some inconsistency may be seen when the network is constructed of the
routers that perform intra-area Dijkstra calculation as specified in
[<a href="./rfc1247" title=""OSPF Version 2"">RFC1247</a>] (discarding link records in router-LSAs that have
LSInfinity cost value) and routers that perform it as specified in
[<a href="./rfc1583" title=""OSPF Version 2"">RFC1583</a>] and higher (do not treat links with LSInfinity cost as
unreachable). Note that this inconsistency will not lead to routing
loops, because if there are some alternate paths in the network, both
types of routers will agree on using them rather than the path
through the stub router. If the path through the stub router is the
only one, the routers of the first type will not use the stub router
for transit (which is the desired behavior), while the routers of the
second type will still use this path.
<span class="h2"><a class="selflink" id="section-4" href="#section-4">4</a>. Acknowledgements</span>
The authors of this document do not make any claims on the
originality of the ideas described. Among other people, we would
like to acknowledge Henk Smit for being part of one of the initial
discussions around this topic.
<span class="h2"><a class="selflink" id="section-5" href="#section-5">5</a>. Security Considerations</span>
The technique described in this document does not introduce any new
security issues into OSPF protocol.
<span class="h2"><a class="selflink" id="section-6" href="#section-6">6</a>. References</span>
[<a id="ref-RFC2328">RFC2328</a>] Moy, J., "OSPF Version 2", STD 54, <a href="./rfc2328">RFC 2328</a>, April 1998.
[<a id="ref-RFC1247">RFC1247</a>] Moy, J., "OSPF Version 2", <a href="./rfc1247">RFC 1247</a>, July 1991.
[<a id="ref-RFC1583">RFC1583</a>] Moy, J., "OSPF Version 2", <a href="./rfc1583">RFC 1583</a>, March 1994.
<span class="grey">Retana, et al. Informational [Page 3]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-4" ></span>
<span class="grey"><a href="./rfc3137">RFC 3137</a> OSPF Stub Router Advertisement June 2001</span>
<span class="h2"><a class="selflink" id="section-7" href="#section-7">7</a>. Authors' Addresses</span>
Alvaro Retana
7025 Kit Creek Rd.
Research Triangle Park, NC 27709
USA
EMail: aretana@cisco.com
Liem Nguyen
7025 Kit Creek Rd.
Research Triangle Park, NC 27709
USA
EMail: lhnguyen@cisco.com
Russ White
Cisco Systems, Inc.
7025 Kit Creek Rd.
Research Triangle Park, NC 27709
EMail: riw@cisco.com
Alex Zinin
Nexsi Systems
1959 Concourse Drive
San Jose,CA 95131
EMail: azinin@nexsi.com
Danny McPherson
Amber Networks
48664 Milmont Drive
Fremont, CA 94538
EMail: danny@ambernetworks.com
<span class="grey">Retana, et al. Informational [Page 4]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-5" ></span>
<span class="grey"><a href="./rfc3137">RFC 3137</a> OSPF Stub Router Advertisement June 2001</span>
<span class="h2"><a class="selflink" id="section-8" href="#section-8">8</a>. Full Copyright Statement</span>
Copyright (C) The Internet Society (2001). All Rights Reserved.
This document and translations of it may be copied and furnished to
others, and derivative works that comment on or otherwise explain it
or assist in its implementation may be prepared, copied, published
and distributed, in whole or in part, without restriction of any
kind, provided that the above copyright notice and this paragraph are
included on all such copies and derivative works. However, this
document itself may not be modified in any way, such as by removing
the copyright notice or references to the Internet Society or other
Internet organizations, except as needed for the purpose of
developing Internet standards in which case the procedures for
copyrights defined in the Internet Standards process must be
followed, or as required to translate it into languages other than
English.
The limited permissions granted above are perpetual and will not be
revoked by the Internet Society or its successors or assigns.
This document and the information contained herein is provided on an
"AS IS" basis and THE INTERNET SOCIETY AND THE INTERNET ENGINEERING
TASK FORCE DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING
BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION
HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF
MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
Acknowledgement
Funding for the RFC Editor function is currently provided by the
Internet Society.
Retana, et al. Informational [Page 5]
</pre>
|