Skip to main content

CCNP (642-902) OSPF Simulation

OSPF is configured on routers Indianapolis and Atlanta. Indianapolis’s S0/0 Interface and Atlanta's S0/1 interface are in Area 0. Atlanta’s Loopback0 interface is in Area 2.

ospf

You task is to configure the following:

  • Portland’s S0/0 interface in Area 1
  • Indianapolis’s S0/1 interface in Area 1
  • Use the appropriate mask such that ONLY Portland’s S0/0 and Indianapolis’s S0/1 could be in Area 1.
  • Area 1 should not receive any external or inter-area routes (except the default route).



To download this lab : https://app.box.com/s/izbu1wcbjxdz32hsa1gx

Answer:

Portland Configuration:

Task 1: Portland’s S0/0 interface in Area 1
Task 3: Use the appropriate mask such that ONLY Portland’s S0/0 and Indianapolis’s S0/1 could be in Area 1.


The Portland’s S0/0 IP Address is 192.168.4.5/30. So, we need to find the network address and wildcard mask of 192.168.4.5/30 in order to configure the OSPF.

IP Address : 192.168.4.5 /30
Subnet Mask : 255.255.255.252

Here subtract 252 from 2565, 256-252 = 4, hence the subnets will 4 increment. Like 0, 4, 8, 12, ...

Lets find the 4th octet of Network Address:

Subnet Network Broadcast
0 0 3
1 4 7
2 8 11
3 12 15
4 16 19
5 ... ...


The 4th octet of IP address (192.168.4.5) belongs to subnet 1 ( 4 to 7).

Network Address : 192.168.4.4
Broadcast Address : 192.168.4.7



Lets find the wildcard mask of /30.

Subnet Mask : (Network Bits – 1’s, Host Bits – 0’s)

/30 11111111 11111111 11111111 11111100
  255 255 255 252


Wildcard Mask : (Network Bits – 0’s, Host Bits – 1’s)

/30 00000000 00000000 00000000 00000011
  0 0 0 3



First check your OSPF Process Number by using the command:

Portland>enable
Portland#show run
<output omitted>
!
router ospf 1
!


Portland>enable
Password:
Portland#
conf t
Portland(config)#router ospf 1


Portland(config-router)#network 192.168.4.4 0.0.0.3 area 1

Task 4: Area 1 should not receive any external or inter-area routes (except the default route).

Portland(config-router)#area 1 stub
Portland(config-router)#end
Portland#copy run start



Indianapolis Configuration:

Indianapolis>enable
Password: cisco
Indianapolis#conf t
Indianapolis(config)#router ospf 1

Task 2: Indianapolis’s S0/1 interface in Area 1

Indianapolis(config-router)#network 192.168.4.4 0.0.0.3 area 1

Task 4: Area 1 should not receive any external or inter-area routes (except the default route).
In order to accomplish Task 4, we must stop LSA Type 5 if we don’t want to send external routes. And if we don’t want to send inter-area routes, we have to stop LSA Type 3 and Type 4. Therefore we have to configure area 1 as a totally stubby area.

Indianapolis(config-router)#area 1 stub no-summary

Indianapolis(config-router)#end
Indianapolis#copy run start


Comments

  1. Once you have assembled your own required experience data, it is advisable to surrender your own first plan program with your required settlement. Your pmi Initiate will likely then verify you, you should make sure that all the details usually are proper in addition to concluded, and so they might also make contact with your own sources in order to confirm your own specialist experience.

    ReplyDelete
  2. for task 1, we could also configure ospf per interface ?? please advise.

    ReplyDelete

Post a Comment

Popular posts from this blog

New Questions in CCNA 200-120 (HSRP, VRRP, NetFlow, SNMP)

The below are mock questions that were about to appear in exam CCNA 200-120. Updated : 14 th October 2013 Download the Latest 200-120 dumps : Click Here This file requires Visual Cert Exam Suite: Click Here Download the latest 200-120 dumps in DOCX format : Chapter 1 , Chapter 2 , Chapter 3 , Chapter 4 , Chapter 5, Chapter 6, Chapter 7, Chapter 8 , Chapter 9, Chapter 10, Chapter 11, Chapter 12 CCNA EIGRP Simulation CCNA ACL2 Simulation Question 1 Which three are the components of SNMP? (Choose three) A. MIB B. SNMP Manager C. SysLog Server D. SNMP Agent E. Set Answer : A, B, D Question 2 What are the Popular destinations for syslog messages to be saved? A. Flash B. The logging buffer .RAM C. The console terminal D. Other terminals E. Syslog server Answer: B, C, E Question 3 Syslog was configured with a level 3 trap. Which 3 types of logs would...

Cisco Packet Tracer Multi User Connection

Multiuser communication allows multiple point-to-point (peer) connections between multiple instances of Packet Tracer. By allowing communication between Packet Tracer instances, a new door has been opened to a fun, interactive, social, collaborative, and competitive learning environment. Instructors will now be able to create a variety of activities for students to learn in groups that will facilitate greater social interaction between students. Students will benefit from this environment by working together to solve problems and share ideas. Both students and teachers should take full advantage that Multiuser will offer in their learning environment. Technical Information Communicates between instances using PTMP. PTMP is TCP based. By default, uses TCP port 38000, is customizable, and each new instances on the same PC will use the next available port. On by default. UPnP will attempt to establish port forwarding to facilitate home networks. All network co...

CCNA RIPv2 Simulation

Central Florida Widgets recently installed a new router in their Apopka office. Complete the network installation by performing the initial router configurations and configuring RIPv2 routing using the router command line interface (CLI) on the Apopka router. To configure the router (Apopka) click on the console host icon that is connected to a router by a serial console cable (shown in the diagram as a dashed black line). Each of the windows can be minimized by clicking on the [-]. You can also reposition a window by dragging it by the title bar. The “Tab” key and most commands that use the “Control” or “Esc” keys are not supported and are not necessary to complete this simulation. The help command does not display all commands of the help system. Configure the router per the following requirements: Name of the router is Apopka Enable-secret password is ish555ana The password to access user EXEC mode using the console is New2Rtr The password to allow te...