JMF-Ch4: LSPs and Routing Table Integration Flashcards

1
Q

What are the default Junos OS Routing Tables?

A
  • inet.0: Primary IP Unicast routing table
  • inet.3: Table of LSP egress points
  • mpls.0: MPLS label-switching table
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How does BGP next-hop resolution work by default?

A
  • Next hops are resolved by looking in both inet.0, and inet.3
  • Protocols populating inet.3 have a better preference
  • If inet.3 has the next-hop, BGP will use the LSP as a forwarding next-hop
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are the default rules for the BGP next-hop attribute during Route Resolution?

A
  • eBGP Sessions: Next-hop value is changed to be the advertising router
  • iBGP Sessions: next-hop value is not changed, instead propagated as is
    • results in hidden routes due to unusable next-hop
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What command will show hidden routes?

A

‘show route hidden’

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

What command will show routes hidden due to next-hop resolution failure?

A

‘show route resolution unresolved’

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

What is the recommended solution to hidden routes due to unresolved next-hops?

A

Apply a policy on iBGP sessions so that the next-hop is changed to be the loopback address of the advertising router. This can then be resolved using the iGP.

‘next-hop self toward IBGP neighbors’

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

What is another solution for dealing with routes hidden due to unresolved next-hop, though not recommended?

A

Distribute the inter-AS link in the IGP, leaving the next-hop unchanged.

May contribute to instability.

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

How can you identify if a BGP next-hop is being resolved via an LSP?

A

‘show route protocol bgp’

Look for ‘label-switched-path ‘

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

Why would you add additional prefixes to the inet.3 table?

A

Communicates that given prefix is accessible via the egress of an LSP

LDP requires the additional prefixes to be in the IGP

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

What is the functional difference between the displayed configurations?

A

‘install active’ will utilize either the RSVP or static which influences redistribution

The preference. A static route will by default take priority over an active RSVP route

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

T/F: BGP is the only application that makes use of the inet.3 table

A

False; Several other functionalities make use by default of the inet.3 table.

Among them, several types of VPNs and Layer-2 Circuits.

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

How can you bind different prefixes to an LSP and install them in the inet.3 table?

A

For RSVP-signaled LSP you can use the ‘install ’ statement within the LSP definition

for LDP-signaled LSPs you can use an egress policy. In this case, the prefixes you want to distribute MUST be in the IGP

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

What is the difference between the two traffic engineering configuration statements bgp-igp and bgp-igp-both-ribs?

A

The difference is that with bgp-igp, the inet.3 table is not used and is left empty, preventing several MPLs applications from working correctly.

With bgp-igp-both-ribs, the LSP egress points are copied in both inet.0 and inet.3

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