Your task is to configure the following:

SIMULATION
OSPF is configured on routers Amani and Lynaic. Amani’s S0/0 interface and Lynaic’s S0/1
interface are in Area 0. Lynaic’s Loopback0 interface is in Area 2.
Your task is to configure the following:
• Portland’s S0/0 interface in Area 1
• Amani’s S0/1 interface in Area 1
• Use the appropriate mask such that ONLY Portland’s S0/0 and Amnani’s S0/1 could
be in Area 1.
Area 1 should not receive any external or inter-area routes (except the default route).

SIMULATION
OSPF is configured on routers Amani and Lynaic. Amani’s S0/0 interface and Lynaic’s S0/1
interface are in Area 0. Lynaic’s Loopback0 interface is in Area 2.
Your task is to configure the following:
• Portland’s S0/0 interface in Area 1
• Amani’s S0/1 interface in Area 1
• Use the appropriate mask such that ONLY Portland’s S0/0 and Amnani’s S0/1 could
be in Area 1.
Area 1 should not receive any external or inter-area routes (except the default route).

Answer: See the explanation

Explanation:
First, we configure Portland’s S0/0 interface so that it belongs to Area 1. So, we have to find
out which sub-network the IP address 192.168.4.5/30 (the IP of interface S0/0 of Portland)
belongs to.
This address belongs to a subnetwork which has:
Increment: 4 (/30 = 255.255.255.252 or 1111 1111.1111 1111.1111 1111.1111 1100)
Network address: 192.168.4.4 (because 4 = 4 * 1 and 4 < 5)
Broadcast address: 192.168.4.7 (because 7 = 4 + 4 – 1) (It is not necessary to find out the
broadcast address but we should know it)
The question requires that only Portland’s S0/0 and Amani’s S0/1 could be in Area 1,
therefore we must use a wildcard of 0.0.0.3 (this wildcard is equivalent with a subnet mask of
/30) so that there are only 2 IP addresses can participate in area 1 (they are 192.168.4.5 &
192.168.4.6).
The full command we use here is network 192.168.4.4 0.0.0.3 area 1
The question also requires that “Area 1 should not receive any external or inter-area routes
(except the default route)”. Recall that if we don’t want the router to receive external routes,
we have to stop LSA Type 5. And if we don’t want to receive inter-area routes, we have to
stop LSA Type 3 and Type 4. Therefore we have to configure area 1 as a totally stubby are
A)
For your information, here is the definition of a totally stubby area:

“Totally stubb area – This area does not accept summary LSAs from other areas (types 3 or
4)
or external summary LSAs (Type 5). Types 3,4 and 5 LSAs are replaced by the Area Border
Router(ABR) with a default router. Totally stubby areas protect internal routers by minimizing
the routing table and summarizing everything outside the area with a default route.” (CCNP
BSCI Official Exam Certification Guide, Fourth Edition)
In conclusion, we have to configure area 1 as a totally stubby areA. We do that by
configuring
Portland as stub and configuring Amani (ABR router) as a stub + “no-summary”suffix.
+ Configure Portland router as a stub:
Portland#configure terminal
Portland(config)#router ospf 1
Allow network 192.168.4.4/30 to join Area 1, notice that you have to convert subnet mask
into wildcard mask:
Portland(config-router)#network 192.168.4.4 0.0.0.3 area 1
Configure Portland as a stub:
Portland(config-router)#area 1 stub
Portland(config-router)#end
Portland#copy running-config startup-config
+ Configure Amani router as a “totally stub”:
Amani#configure terminal
Amani(config)#router ospf 1
Amani(config-router)#network 192.168.4.4 0.0.0.3 area 1
Make area 1 become a totally stubby area, notice that we can only use this command on
ABR router:
Amani(config-router)#area 1 stub no-summary
Amani(config-router)#end
Amani#copy running-config startup-config



Leave a Reply 6

Your email address will not be published. Required fields are marked *


Matthieu

Matthieu

I think all routers in an area must have the same stub flag setting, so both routers need to be configured with “area 1 stub no-summary”

JP

JP

All routers in Area one needs to have the stub flag, if not the adjacency will not come up. that will prevent LSA type 5 from entering Area 1. However, to prevent LSA 3 (Inter-Area), only the ABR (in this case Amani) needs to be configured with no-summary for Area 1

Thomas Brosnan

Thomas Brosnan

New 300-101 Exam Questions Updated Recently (4/July/2017):

NEW QUESTION 379
What show command is used here?
TCB Local Address Foreign Address (state)
6523A4FC 10.1.25.3.11000 10.1.25.3.23 ESTAB
65239A84 10.1.25.3.23 10.1.25.3.11000 ESTAB
653FCBBC *.1723 *.* LISTEN

C. show tcp brief numeric

NEW QUESTION 380
You need the IP address of the devices with which the router has established an adjacency. Also, the retransmit interval and the queue counts for the adjacent routers need to be checked. What command will display the required information?

A. show ip eigrp adjacency
B. show ip eigrp topology
C. show ip eigrp interfaces
D. show ip eigrp neighbor

Answer: D

NEW QUESTION 381
You get a call from a network administrator who tells you that he typed the following into his router:
Router(config)#router ospf 1
Router(config-router)#network 10.0.0.0 255.0.0.0 area 0
He tells you he still can’t see any routes in the routing table. What configuration error did the administrator make?

A. The wildcard mask is incorrect
B. The OSPF area is wrong
C. The OSPF process ID is incorrect
D. The AS configuration is wrong

Answer: A

NEW QUESTION 382
If routers in a single area are configured with the same priority value, what value does a router use for the OSPF Router ID in the absence of a loopback interface?

B. The highest IP address of any physical interface

NEW QUESTION 383
Where are EIGRP successor routes stored?

D. In the routing table and the topology table

NEW QUESTION 384
Which location is traffic from IP SLAs?

C. WAN edge

NEW QUESTION 385
Which option is invalid redistribute from EIGRP into OSPF?

A. ACL
B. tag
C. metric
D. route map

Answer: A

NEW QUESTION 386
……

P.S. These New 300-101 Exam Questions Were Just Updated From The Real 300-101 Exam, You Can Get The Newest 300-101 Dumps In PDF And VCE From — http://www.passleader.com/300-101.html (403q VCE and PDF)

Good Luck!

Raphael Lienard

Raphael Lienard

New 300-101 Exam Questions and Answers Updated Recently (2/Nov/2017):

NEW QUESTION 465
Which two protocols can cause TCP starvation? (Choose two.)

A. TFTP
B. SNMP
C. SMTP
D. HTTPS
E. FTP

Answer: AB

NEW QUESTION 466
Refer to the exhibit. How can you configure a second export destination for IP address 192.168.10.1?
configure terminal
ip flow-export destination 192.168.10.1 9991
ip flow-export version 9

A. specify a different TCP port
B. specify a different UDP port
C. specify a VRF
D. configure a version 5 flow-export to the same destination
E. specify a different flow ID

Answer: C

NEW QUESTION 467
Which value does Frame Relay use to identify a connection between a DTE and DCE?

A. DLCI
B. IP address
C. MAC address
D. VLAN ID

Answer: A

NEW QUESTION 468
Which two options are limitations of Stateful NAT64? (Choose two.)

A. it is unable to route VRF traffic
B. it is unable to route multicast traffic
C. it supports FTP traffic only with an ALG
D. it supports DNS64 only
E. layer 4 supports TCP only

Answer: AB

NEW QUESTION 469
If you want to migrate an IS-IS network to another routing protocol with ……? (Choose two.)

A. UDP
B. Internal BGP
C. TCP/IP
D. EIGRP
E. OSPF
F. RIP

Answer: DE

NEW QUESTION 470
IP CEF load-sharing options ……? (Choose three.)

A. Tunnel
B. Universal
C. Include-ports
D. Source
E. Destination

Answer: ABC

NEW QUESTION 471
What is the minimum privilege level to enter all commands in usermode?

A. Level14
B. Level0
C. Level1
D. Level15

Answer: C

NEW QUESTION 472
Which two statements about password-protecting device access are true? (Choose two)

A. The more system:running-config command displays encrypted passwords in clear text.
B. The service password-encryption command forces a remote device to encrypt the password.
C. A network administrator can recover an encrypted password.
D. The privilege level command controls the commands a specific user can execute.
E. The password can be encrypted in the running configuration.

Answer: DE

NEW QUESTION 473
Frame Relay LMI autosense. Which statements are true? (Choose two.)

A. Line should be up and protocol should be down.
B. Protocol must be up.
C. It only works on DTEs.
D. It only works on DCEs.

Answer: AC

NEW QUESTION 474
……

P.S. These New 300-101 Exam Questions Were Just Updated From The Real 300-101 Exam, You Can Get The Newest 300-101 Dumps In PDF And VCE From — https://www.passleader.com/300-101.html (489q VCE and PDF)

Good Luck!