Header
Home | Set as homepage | Add to favorites
  Search the Site     » Advanced Search
Sections
Syndication


Blogroll:

||||| ALL Cisco-Network ARTICLES |||||  
CCIE Journey,
The CCIE Journey,


Configuring OSPF for a Totally Stubby Area

Nov 28,2008 by alperen

image

Configuring OSPF for a Totally Stubby Area
Notice that we have to change, from the previous example, only the configuration of RouterB.
We simply add the no-summary argument to the area area-id stub command:
RouterB(config)#router ospf 10
where 10 is the Process ID.
RouterB(config-router)#network 1.0.0.0 0.255.255.255 area 0
where 1.0.0.0 0.255.255.255 is the network and wildcard mask of a network connected to
RouterB and where 0 is the area that network 1.1.1.0/24 is a member of.
RouterB(config-router)#network 10.0.0.0 0.255.255.255 area 25
where 10.0.0.0 0.255.255.255 is a summary network and wildcard mask of networks connected
to RouterB and where 25 is the area that networks 10.1.1.0/24 and 10.1.2.0/24 are members of.
RouterB(config-router)#area 25 stub no-summary
where the no-summary argument makes Area 25 totally stubby.
324 times read

Related news

» Configuring OSPF for a Stub Area
by alperen posted on Nov 28,2008
» Totally Stubby Area Configuration
by alperen posted on Nov 28,2008
» Configuring Multi-Area OSPF
by alperen posted on Nov 28,2008
» Configuring OSPF for a Not-So-Stubby Area
by alperen posted on Nov 28,2008
» Stub Area Configuration
by alperen posted on Nov 28,2008
Did you enjoy this article?
(total 0 votes)

comment Comments (0 posted) 

More Top News
CCSP-Cisco Certified Security Professional
Most Popular
Most Commented
Featured Author