Enterasys Networks XSR CLI Router User Manual


 
OSPF Commands
5-86 Configuring the Internet Protocol
Default
NoNSSAdefined
Example
Thefollowingexampleconfiguresarea10asaNSSAarea:
XSR(config)#interface fastethernet 1
XSR(config-if<F1>)#ip address 172.16.10.5 255.255.255.252
XSR(config)#router ospf 1
XSR(config-router)#network 172.16.10.5 0.0.0.0 area 10
XSR(config-router)#area 10 nssa default-information-originate
area range
ThiscommanddefinestherangeofaddressestobeusedbyAreaBoundaryRouters(ABRs)when
theycommunicateroutestootherareas.ABRssummarizeanarea’sintraarearoutesintointer
arearouteswhicharetheninjectedintootherareas.Themetricusedisthehighestmetricofthe
includedintra
arearoutes.Theforwardingaddressis0.
Otheractionsimplementedbythiscommandinclude:
•Asummaryrangebecomesactiveifitincludesatleastoneintraarearoutebeingleakedinto
thearea.
•Adiscardrouteisinstalledforanactivesummaryrange.Conversely,whenitbecomes
inactive,thediscardrouteis
removed.
•Thecostofthesummaryrangeisthehighestcostamongallleakedintraarearoutes.
•SNMPsupportsarearangeviaMIBobjectospfAreaRangeTableasdefinedinRFC1850.
Syntax
area area-id range ip-address mask [advertise][not-advertise]
Syntax of the “no” Form
Thenoformofthiscommandbarsroutesfrombeingsummarized:
no area area-id range address mask
Note: You should avoid needless reorigination of Type-3 Link-State Advertisements (LSAs). For
example, leaking intra-area routes which do not change the cost of a summary will re-origination the
summary LSA.
area-id
Areaattheboundaryofwhichrouteswillbesummarized.Validvalues
aredecimalsorIPaddresses.
ip-address
Commonprefixofsummarizednetworks.
mask
Lengthofthecommonprefix.
advertise
BroadcastsasingleType3LSAforallintraarearoutesleakedintothis
areaandincludedinthesummaryrange.
not-advertise
SuppressesType3LSA generationforallroutesinthesummaryrange.