Specifications

area range
16-24 IPv4 Routing Protocol Configuration
area range
UsethiscommandtodefinetherangeofaddressestobeusedbyAreaBorderRouters(ABRs)
whentheycommunicateroutestootherareas.EachSecureStackC3stackcansupportupto 4
OSPFareas.Thenoformofthiscommandstopstheroutesfrombeingsummarized.
Syntax
area area-id range ip-address ip-mask [advertise | no-advertise]
no area area-id range ip-address ip-mask
Parameters
Defaults
Ifnotspecified,advertisemodewillbeset.
Mode
Routerconfiguration:C3(su)>router(Configrouter)#
Example
Thisexampleshowshowtodefinetheaddressrangeas172.16.0.0/16forsummarizedroutesfrom
area0.0.0.8:
C3(su)->router(Config)#router ospf 1
C3(su)->router(Config-router)#area 0.0.0.8 range 172.16.0.0 255.255.0.0
area stub
UsethiscommandtodefineanOSPFareaasastubarea.ThisisanareaintowhichAutonomous
SystemexternalASAswillnotbeflooded.Thenoformofthiscommandchangesthestubbackto
aplainarea.
Syntax
area area-id stub [no-summary]
no area area-id stub [no-summary]
Parameters
areaidSpecifiestheareafromwhichroutesaretobesummarized.Thisisa
decimalvaluefrom0to429496295.
ipaddress SpecifiestheIPaddressassociatedwiththeareaID.
ipmask SpecifiesthemaskfortheIPaddress.
advertise|no
advertise
(Optional)Entersaddressrangeinadvertisemode,ordo
notadvertise
mode.
areaid Specifiesthestubarea.Validvaluesaredecimalvaluesoripaddresses.
nosummary (Optional)PreventsanAreaBorderRouter(ABR)fromsendingLinkState
Advertisements(LSAs)intothestubarea.Whenthisparameterisused,it
meansthatalldestinationsoutsideofthestubareaarerepresentedby
means
ofadefaultroute.