Juniper Networks Routing Protocols and Configuration

Test your knowledge of Juniper Networks router configuration, routing protocols (BGP, OSPF, IS-IS), MPLS, and CLI commands for network administration.

19 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

How many firewall filters can be placed on a single interface?

  1. One per physical interface
  2. multiple per physical interface
  3. one per logical unit in each direction (input and output)
  4. multiple per logical unit in each direction (input and output)
Question 2 Multiple Choice (Single Answer)

Router A has a priority of 64, Router B has a priority of 0, and Router C has a priority of 70. Router D now comes online with a priority of 100. Which router is the DIS?

  1. Router A
  2. Router B
  3. Router C
  4. Router D
Question 3 Multiple Choice (Single Answer)

A network administrator would like to verify the active alarms on the interface so-0/0/0.0. Which command displays this information?

  1. show alarms
  2. show interfaces terse
  3. show alarms extensive
  4. show interfaces extensive
Question 4 Multiple Choice (Single Answer)

Which command ensures that a configuration file on a backup Routing Engine is identical to the file on the primary Routing Engine?

  1. commit check
  2. commit and-quit
  3. commit confirmed
  4. commit synchronize
Question 5 Multiple Choice (Single Answer)

If there is a BGP next hop with equal preference in inet.0 and inet.3, which version of the route will BGP use?

  1. the route in inet.3
  2. the route in inet.0
  3. the route with the lower metric
  4. It will randomly choose between inet.0 and inet.3.
Question 6 Multiple Choice (Single Answer)

If all OSPF routers on a broadcast network have the same OSPF priority, what parameter is used to determine the new BDR at the same time of a DR failure?

  1. area ID
  2. router ID
  3. loopback address
  4. IP address of interface on broadcast network
Question 7 Multiple Choice (Single Answer)

How can you identify all routes that are more specific than 10.0/16, excluding the exact match?

  1. route-filter 10.0/16 longer
  2. route-filter 10.0.0/17 longer
  3. route-filter 10.0/16 orlonger
  4. route-filter 10.0.0/17 upto /32
Question 8 Multiple Choice (Single Answer)

From within the [edit] portion of the configuration, which command restores the number 2 rollback file?

  1. rollback 2
  2. run rollback 2
  3. request system rollback 2
  4. run request system rollback 2
Question 9 Multiple Choice (Single Answer)

What type of OSPF router is responsible for redistributing routes into OSPF?

  1. ABR
  2. ASBR
  3. internal router
  4. backbone router
Question 10 Multiple Choice (Single Answer)

Which CLI command is used to see the current OSPF link-state database?

  1. show ospf database
  2. show ospf neighbor
  3. show protocols ospf
  4. show ospf link-state
Question 11 Multiple Choice (Single Answer)

Which CLI command displays routes received from an EBGP peer?

  1. show bgp received routes x.x.x.x
  2. show bgp advertised routes x.x.x.x
  3. show route receive-protocol bgp x.x.x.x
  4. show route advertising-protocol bgp x.x.x.x
Question 12 Multiple Choice (Single Answer)

By default, which routing table is used to store unicast IPv4 routes?

  1. inet.0
  2. inet.1
  3. inet.2
  4. inet.3
Question 13 Multiple Choice (Single Answer)

A network administrator would like to verify the active alarm on interface so-0/0/0/0.0. Which command displays this information?

  1. show alarms
  2. show interfaces terse
  3. ahow alarms extensive
  4. show interfaces extensive
Question 14 Multiple Choice (Single Answer)

What command is issued to verify IS-IS is configured on an interface?

  1. show isis neighbor
  2. show isis interface
  3. show interface route
  4. show interface protocols
Question 15 Multiple Choice (Single Answer)

Route preference is used to differentiate between________

  1. internal and external BGP routes
  2. two routes received from the same AS
  3. two routes received from the same routing protocol
  4. two routes received from different routing protocol
Question 16 Multiple Choice (Single Answer)

When a router receives a label of zero it will ____

  1. perform a label pop
  2. perform a label swap
  3. perform a label push
  4. send an error message toward the ingress router
Question 17 Multiple Choice (Single Answer)

In normal operation, what is the job of the penultimate router?

  1. It pops the label and sends the remaining data packet to the egress router.
  2. It pushes an additional label on a packet and sends it to the egress router.
  3. It swaps an incoming label with a label of 3 and sends it to the egress router.
  4. It examines the IP packet and forwards the packet based on the destination IP address.
Question 18 Multiple Choice (Single Answer)

How do you get a juniper Networks router to advertise OSPF routes to all BGP neighbors?

  1. apply an import policy under [edit protocols ospf] that matches OSPF routes and accepts them
  2. apply an export policy under [edit protocols ospf] that matches OSPF routes and accepts them
  3. apply an export policy under [edit protocols bgp] that matches OSPF routes and accepts them
  4. apply an import policy under [edit protocols bgp] that matches OSPF routes and accepts them
Question 19 Multiple Choice (Single Answer)

Given the following policy: policy-statement limit-cust ( From ( route-filter 10.0.0.0/8 or longer reject; route-filter 10.0.55.0/24 or longer; route-filter 10.0.0.0/16 or longer accept; route-filter 0.0.0.0/0 through 0.0.0.0/32 { Metric 5; Accept; } } then { metric 10; accept; } } What happens to the route 10.0.56.0/24?

  1. The route is rejected.
  2. The route is accepted
  3. The metric is set to 5 and the route is accepted.
  4. The metric is set to 10 and the route is accepted.