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.
Questions
How many firewall filters can be placed on a single interface?
- One per physical interface
- multiple per physical interface
- one per logical unit in each direction (input and output)
- multiple per logical unit in each direction (input and output)
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?
- Router A
- Router B
- Router C
- Router D
A network administrator would like to verify the active alarms on the interface so-0/0/0.0. Which command displays this information?
- show alarms
- show interfaces terse
- show alarms extensive
- show interfaces extensive
Which command ensures that a configuration file on a backup Routing Engine is identical to the file on the primary Routing Engine?
- commit check
- commit and-quit
- commit confirmed
- commit synchronize
If there is a BGP next hop with equal preference in inet.0 and inet.3, which version of the route will BGP use?
- the route in inet.3
- the route in inet.0
- the route with the lower metric
- It will randomly choose between inet.0 and inet.3.
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?
- area ID
- router ID
- loopback address
- IP address of interface on broadcast network
How can you identify all routes that are more specific than 10.0/16, excluding the exact match?
- route-filter 10.0/16 longer
- route-filter 10.0.0/17 longer
- route-filter 10.0/16 orlonger
- route-filter 10.0.0/17 upto /32
From within the [edit] portion of the configuration, which command restores the number 2 rollback file?
- rollback 2
- run rollback 2
- request system rollback 2
- run request system rollback 2
What type of OSPF router is responsible for redistributing routes into OSPF?
- ABR
- ASBR
- internal router
- backbone router
Which CLI command is used to see the current OSPF link-state database?
- show ospf database
- show ospf neighbor
- show protocols ospf
- show ospf link-state
Which CLI command displays routes received from an EBGP peer?
- show bgp received routes x.x.x.x
- show bgp advertised routes x.x.x.x
- show route receive-protocol bgp x.x.x.x
- show route advertising-protocol bgp x.x.x.x
By default, which routing table is used to store unicast IPv4 routes?
- inet.0
- inet.1
- inet.2
- inet.3
A network administrator would like to verify the active alarm on interface so-0/0/0/0.0. Which command displays this information?
- show alarms
- show interfaces terse
- ahow alarms extensive
- show interfaces extensive
What command is issued to verify IS-IS is configured on an interface?
- show isis neighbor
- show isis interface
- show interface route
- show interface protocols
Route preference is used to differentiate between________
- internal and external BGP routes
- two routes received from the same AS
- two routes received from the same routing protocol
- two routes received from different routing protocol
When a router receives a label of zero it will ____
- perform a label pop
- perform a label swap
- perform a label push
- send an error message toward the ingress router
In normal operation, what is the job of the penultimate router?
- It pops the label and sends the remaining data packet to the egress router.
- It pushes an additional label on a packet and sends it to the egress router.
- It swaps an incoming label with a label of 3 and sends it to the egress router.
- It examines the IP packet and forwards the packet based on the destination IP address.
How do you get a juniper Networks router to advertise OSPF routes to all BGP neighbors?
- apply an import policy under [edit protocols ospf] that matches OSPF routes and accepts them
- apply an export policy under [edit protocols ospf] that matches OSPF routes and accepts them
- apply an export policy under [edit protocols bgp] that matches OSPF routes and accepts them
- apply an import policy under [edit protocols bgp] that matches OSPF routes and accepts them
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?
- The route is rejected.
- The route is accepted
- The metric is set to 5 and the route is accepted.
- The metric is set to 10 and the route is accepted.