Routing Tables Flashcards

1
Q

What is a routing table in Junos OS?

A

A routing table is a data structure that stores routes used to forward traffic across the network based on destination addresses.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How do you view the routing table in Junos OS?

A

You can view the routing table using the command show route.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the difference between the “main routing table” and the “inet.0” table in Junos OS?

A

The “inet.0” table is the default IPv4 routing table, while the “main routing table” is where all routing information, including dynamic and static routes, is stored.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What command is used to display routes for a specific protocol, such as OSPF or BGP?

A

To display routes for a specific protocol, use the command: show route protocol <protocol> (e.g., show route protocol ospf).</protocol>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

How can you add a static route to the routing table in Junos OS?

A

You add a static route with the command: set routing-options static route <destination> next-hop <next-hop>.</next-hop></destination>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

How do you delete a route from the routing table in Junos OS?

A

You delete a route using the command: delete routing-options static route <destination>.</destination>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is the purpose of the show route detail command?

A

The show route detail command provides detailed information about the routes in the routing table, including next-hop information, metric, and more.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is the difference between a “primary route” and a “backup route” in the routing table?

A

A primary route is the preferred route to reach a destination, while a backup route is used if the primary route becomes unavailable.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

How does Junos OS handle route redistribution between different routing protocols?

A

Route redistribution between protocols like OSPF and BGP can be configured under the respective protocol configuration, enabling the sharing of routes between different routing domains.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

How do you filter the routes displayed in the routing table?

A

You can filter routes by using commands such as show route | match <criteria> or show route | grep <criteria> to focus on specific routes.</criteria></criteria>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly