Which router will become the OSPF BDR if all routers are powered on at the same time?

JNCIS

Quiz
•
Computers
•
Professional Development
•
Hard
Teguh ipnet
Used 4+ times
FREE Resource
65 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
R4
R1
R3
R2
Answer explanation
The management IP address of a device is the IP address that is used to access the device for
configuration and monitoring purposes. It is usually assigned to a dedicated management interface that is separate from the data interfaces. The management interface can be accessed via SSH, Telnet, HTTP, or other protocols.
In the exhibit, the list of interfaces and their statuses shows that the management interface is me0.
This interface has an admin status of up, a protocol status of inet, a local address of
172.23.12.100, and a remote address of unspecified. This means that the me0 interface is active, has an IPv4 address assigned, and is not connected to another device.
Therefore, the management IP address of the device shown in the exhibit is 172.23.12.100.
Reference:
: [Management Interfaces Overview] : [Displaying Interface Status Information]
2.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
What is the management IP address of the device shown in the exhibit?
10.210.20.233
172.23.12.100
128.0.0.1
172.23.11.10
Answer explanation
OSPF DR/BDR election is a process that occurs on multi-access data links. It is intended to select two OSPF nodes: one to be acting as the Designated Router (DR), and another to be acting as the Backup Designated Router (BDR). The DR and BDR are responsible for generating network LSAs for the multiaccess network and synchronizing the LSDB with other routers on the same network1.
The DR/BDR election is based on two criteria: the OSPF priority and the router ID. The OSPF priority is a value between 0 and 255 that can be configured on each interface participating in OSPF. The default priority is 1. A priority of 0 means that the router will not participate in the election and will never become a DR or BDR. The router with the highest priority will become the DR, and the router with the second highest priority will become the BDR. If there is a tie in priority, then the router ID is used as a tie-breaker. The router ID is a 32-bit number that uniquely identifies each router in an OSPF domain. It can be manually configured or automatically derived from the highest IP address on a loopback interface or any active interface2.
In this scenario, all routers have the same priority of 1, so the router ID will determine the outcome of the election. The router IDs are shown in the exhibit as RID values. The highest RID belongs to R4 (10.10.10.4), so R4 will become the DR. The second highest RID belongs to R3 (10.10.10.3), so R3 will become the BDR.
Reference:
1: OSPF DR/BDR Election: Process, Configuration, and Tuning 2: OSPF Designated Router (DR) and Backup Designated Router (BDR)
3.
MULTIPLE SELECT QUESTION
2 mins • 2 pts
Which three protocols support BFD? (Choose three.)
RSTP
BGP
OSPF
LACP
FTP
Answer explanation
BFD is a protocol that can be used to quickly detect failures in the forwarding path between two adjacent routers or switches. BFD can be integrated with various routing protocols and link aggregation protocols to provide faster convergence and fault recovery.
According to the Juniper Networks documentation, the following protocols support BFD on Junos OS devices1:
BGP: BFD can be used to monitor the connectivity between BGP peers and trigger a session reset if a failure is detected. BFD can be configured for both internal and external BGP sessions, as well as for IPv4 and IPv6 address families2.
OSPF: BFD can be used to monitor the connectivity between OSPF neighbors and trigger a state change if a failure is detected. BFD can be configured for both OSPFv2 and OSPFv3 protocols, as well as for point-to-point and broadcast network types3.
LACP: BFD can be used to monitor the connectivity between LACP members and trigger a link state change if a failure is detected. BFD can be configured for both active and passive LACP modes, as well as for static and dynamic LAGs4. Other protocols that support BFD on Junos OS devices are:
IS-IS: BFD can be used to monitor the connectivity between IS-IS neighbors and trigger a state change if a failure is detected. BFD can be configured for both level 1 and level 2 IS-IS adjacencies, as well as for point-to-point and broadcast network types.
RIP: BFD can be used to monitor the connectivity between RIP neighbors and trigger a route update if a failure is detected. BFD can be configured for both RIP version 1 and version 2 protocols, as well as for IPv4 and IPv6 address families.
VRRP: BFD can be used to monitor the connectivity between VRRP routers and trigger a priority change if a failure is detected. BFD can be configured for both VRRP version 2 and version 3 protocols, as well as for IPv4 and IPv6 address families.
The protocols that do not support BFD on Junos OS devices are:
RSTP: RSTP is a spanning tree protocol that provides loop prevention and rapid convergence in layer 2 networks. RSTP does not use BFD to detect link failures, but relies on its own hello mechanism that sends BPDU packets every 2 seconds by default.
FTP: FTP is an application layer protocol that is used to transfer files between hosts over a TCP
connection. FTP does not use BFD to detect connection failures, but relies on TCPs own
retransmission and timeout mechanisms.
Reference:
1: [Configuring Bidirectional Forwarding Detection] 2: [Configuring Bidirectional Forwarding
Detection for BGP] 3: [Configuring Bidirectional Forwarding Detection for OSPF] 4: [Configuring
Bidirectional Forwarding Detection for Link Aggregation Control Protocol] : [Configuring Bidirectional
Forwarding Detection for IS-IS] : [Configuring Bidirectional Forwarding Detection for RIP] :
[Configuring Bidirectional Forwarding Detection for VRRP] : [Understanding Rapid Spanning Tree
Protocol] : [Understanding FTP]
4.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
The ispi _ inet. 0 route table has currently no routes in it.
What will happen when you commit the configuration shown on the exhibit?
The inet. 0 route table will be completely overwritten by the ispi . inet. 0 route table.
The inet. 0 route table will be imported into the ispi . inet. 0 route table.
The ISPI . inet. 0 route table will be completely overwritten by the inet. o route table.
The ISPI . inet. 0 route table will be imported into the inet. 0 route table.
Answer explanation
The configuration shown in the exhibit is an example of a routing instance of type virtual-router. A routing instance is a collection of routing tables, interfaces, and routing protocol parameters that create a separate routing domain on a Juniper device1. A virtual-router routing instance allows
administrators to divide a device into multiple independent virtual routers, each with its own routing table2.
The configuration also includes a rib-group statement, which is used to import routes from one routing table to another. A rib-group consists of an import-rib statement, which specifies the source routing table, and an export-rib statement, which specifies the destination routing table.
In this case, the rib-group name is inet-to-ispi, and the import-rib statement specifies inet.0 as thesource routing table. The export-rib statement specifies ispi.inet.0 as the destination routing table.
This means that the routes from inet.0 will be imported into ispi.inet.0.
Therefore, the correct answer is B. The inet.0 route table will be imported into the ispi.inet.0 route table.
Reference:
1: Routing Instances Overview 2: Virtual Routing Instances : [rib-group (Routing Options)]
5.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
Which statement is correct about graceful Routing Engine switchover (GRES)?
The PFE restarts and the kernel and interface information is lost.
GRES has a helper mode and a restarting mode.
When combined with NSR, routing is preserved and the new master CK does not restart rpd.
With no other high availability features enabled, routing is preserved and the new master CK does
not restart rpd.
Answer explanation
The Graceful Routing Engine Switchover (GRES) feature in Junos OS enables a router with redundant Routing Engines to continue forwarding packets, even if one Routing Engine fails1. GRES preserves interface and kernel information, ensuring that traffic is not interrupted1. However, GRES does not preserve the control plane1.
To preserve routing during a switchover, GRES must be combined with either Graceful Restart
protocol extensions or Nonstop Active Routing (NSR)1. When GRES is combined with NSR, nearly 75 percent of line rate worth of traffic per Packet Forwarding Engine remains uninterrupted during GRES1. Any updates to the primary Routing Engine are replicated to the backup Routing Engine as soon as they occur1.
Therefore, when GRES is combined with NSR, routing is preserved and the new master CK does not restart rpd1.
6.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
Which statement is correct about controlling the routes installed by a RIB group?
An import policy is applied to the RIB group.
Only routes in the last table are installed.
A firewall filter must be configured to install routes in the RIB groups.
An export policy is applied to the RIB group.
Answer explanation
A RIB group is a configuration that allows a routing protocol to install routes into multiple routing tables in Junos OS. A RIB group consists of an import-rib statement, which specifies the source routing table, and an export-rib statement, which specifies the destination routing table or group. A RIB group can also include an import-policy statement, which specifies one or more policies to control which routes are imported into the destination routing table or group1.
An import policy is a policy statement that defines the criteria for accepting or rejecting routes from the source routing table. An import policy can also modify the attributes of the imported routes, such as preference, metric, or community. An import policy can be applied to a RIB group by using the import-policy statement under the [edit routing-options rib-groups] hierarchy level1.
Therefore, option A is correct, because an import policy is applied to the RIB group to control which routes are installed in the destination routing table or group. Option B is incorrect, because all routes in the source routing table are imported into the destination routing table or group, unless filtered by an import policy. Option C is incorrect, because a firewall filter is not used to install routes in the RIB groups; a firewall filter is used to filter packets based on various criteria. Option D is incorrect, because an export policy is not applied to the RIB group; an export policy is applied to a routing protocol to control which routes are advertised to other devices.
Reference:
1: rib-groups | Junos OS | Juniper Networks
7.
MULTIPLE SELECT QUESTION
2 mins • 1 pt
You are using OSPF to advertise the subnets that are used by the Denver and Dallas offices. The routers that are directly connected to the Dallas and Denver subnets are not advertising the connected subnets.
Referring to the exhibit, which two statements are correct? (Choose two.)
Create static routes on the switches using the local vMX router's loopback interface for the next
hop.
Configure and apply a routing policy that redistributes the Dallas and Denver subnets using Type 5
LSAs.
Configure and apply a routing policy that redistributes the connected Dallas and Denver subnets.
Enable the passive option on the OSPF interfaces that are connected to the Dallas and Denver
subnets.
Answer explanation
The routers that are directly connected to the Dallas and Denver subnets are not advertising the connected subnets. This can be resolved by redistributing the connected subnets into OSPF1.
Option C suggests to configure and apply a routing policy that redistributes the connected Dallas and Denver subnets. This is correct because redistribution allows routes from one routing protocol to be communicated to another, and in this case, it allows the connected subnets to be advertised through OSPF1.
Option D suggests enabling the passive option on the OSPF interfaces that are connected to the Dallas and Denver subnets. This is also correct because in OSPF, a passive interface is an interface that belongs to the OSPF router, but does not send OSPF Hello packets1. Its typically used on an interface that you dont want to use for OSPF adjacencies, but you still want to advertise its IP address1. Therefore, enabling passive interface can help in advertising the Dallas and Denver subnets.
Create a free account and access millions of resources
Similar Resources on Quizizz
60 questions
CLF-C01 - Quiz 3

Quiz
•
Professional Development
64 questions
CCNA 1 v7.0 Final Exam Answers Full – Introduction to Networks 2

Quiz
•
Professional Development
60 questions
ccna 3 F3

Quiz
•
Professional Development
60 questions
M07 - UF3

Quiz
•
Professional Development
60 questions
CCNA 2 v7 Practice Test (Pt. 2)

Quiz
•
Professional Development
60 questions
KFIN_Tech_Screening_Test_Python_103_Jan'24

Quiz
•
Professional Development
65 questions
Test-dump65

Quiz
•
Professional Development
63 questions
FC0-U61(758) Quiz 9

Quiz
•
Professional Development
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade