JIR - Chapter 2: Protocol-Independent Routing Flashcards
What hierarchy level does the configuration for static routes occur?
(V1-2-5)
[edit routing-options]
What does a basic static route consist of?
V1-2-5
A destination prefix and its associated next hop.
What happens when you specify “reject” as the next-hop value in a static route?
(V1-2-5)
The system sends an ICMP message (the network unreachable message) back to the source of the IP packet.
What happens when you specify “discard” as the next-hop value in a static route?
(V1-2-5)
The system does not send back an ICMP message; the system drops the packet silently.
What is a way a static route can become inactive?
V1-2-5
When the next hop becomes unreachable.
Ture or False: By default, the next-hop IP address of static routes doesn’t have to be reachable using a direct route.
(V1-2-5)
False
When is the “resolve” option on a static route used?
If the specified next hop is not directly connected.
What is the default route preference for a static route?
V1-2-6
The default route preference for a static route is 5
What is a “qualified-next-hop” on a static route used for?
V1-2-6
- This allows an independent route preference for static routes to the same destination.
- In this way, you can specify a second static route to the same destination that can be used in case the original static route fails.
When defining static routes, what does the “next-table” option do?
(V1-2-6)
It directs the matching traffic to the specified table where a second route lookup is performed.
When defining static routes, what does the “no-readvertise” option do?
(V1-2-7)
Prohibits the referenced route from being redistributed through routing policy into a dynamic routing protocol such as OSPF.
It is suggested that you use “no-readvertise” on what type of traffic?
(V1-2-7)
It is suggested to use “no-readvertise” on static routes that direct traffic out the management interface.
In a static route, where can you configure options that will be applied to all static routes on that device (unless there is an explicit value set for a particular route)?
(V1-2-7)
[edit routing-options static defaults]
List 4 options that can be assigned to static routes:
V1-2-7
- as-path
- community
- metric
- preference
What are Aggregate routes?
V1-2-11
Aggregate routes allow you to combine groups of routes with a common address into a single entry.
What hierarchy level are aggregate routes configured in?
V1-2-13
[edit routing-policy]
What is the default route preference of an Aggregate route?
V1-2-13
130
What is the default next-hop value of an Aggregate route?
V1-2-13
reject
In an aggregate route, where can you configure options that will be applied to all static routes on that device (unless there is an explicit value set for a particular route)?
(V1-2-14)
[edit routing-options aggregate defaults]
True or False: You can only configure one aggregate route per prefix?
(V1-2-14)
True