Static Routing Flashcards

1
Q

What is static routing in Junos OS?

A

Static routing is the process of manually configuring routes in the routing table by specifying destination networks and next-hop addresses.

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

How do you add a static route in Junos OS?

A

You can add a static route using 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
3
Q

What is the default preference value for static routes in Junos OS?

A

The default preference value for static routes is 5 in Junos OS.

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

How do you remove a static route in Junos OS?

A

You can remove a static 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
5
Q

How can you configure a static default route in Junos OS?

A

A static default route is configured with the command: set routing-options static route 0.0.0.0/0 next-hop <next-hop>.</next-hop>

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

What are the advantages of static routing?

A

Advantages include simplicity, predictable routing behavior, and lower resource usage as it does not require the overhead of dynamic protocols.

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

What is a disadvantage of static routing?

A

A disadvantage is that static routes do not automatically adapt to network changes, requiring manual updates in case of network topology changes.

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

How can you configure a route with a specific metric in Junos OS?

A

You can configure a route with a specific metric using: set routing-options static route <destination> next-hop <next-hop> metric <metric-value>.</metric-value></next-hop></destination>

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

How do you verify the configured static routes in Junos OS?

A

Use the command show route or show route static to verify the configured static routes in the routing table.

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

Can static routes coexist with dynamic routes in Junos OS?

A

Yes, static routes can coexist with dynamic routes. The router will prefer static routes over dynamic routes if both exist for the same destination.

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