https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/mp_te_path_setup/configuration/xe-3s/mp-te-path-setup-xe-3s-book/mp-te-fwd-adjacency.html
"
The MPLS Traffic Engineering Forwarding Adjacency feature allows a network administrator to handle a traffic engineering (TE) label switched path (LSP) tunnel as a link in an Interior Gateway Protocol (IGP) network based on the Shortest Path First (SPF) algorithm.
Both Intermediate System-to-Intermediate System (IS-IS) and Open Shortest Path First (OSPF) are supported.
"
You have to first enable forwarding-adjacency:
Router(config)# interface tunnel 7
Router(config-if)# tunnel mpls traffic-eng forwarding-adjacency
And then you have to adjust the IGP metrics to prefer the tunnel (lower metric on the tunnel interface):
Router(config-if)# isis metric 2 level-1
or
Router(config-if)# ip ospf cost 6
To include tunnels in the SPF calculations, use forwarding adjacencies.
Forwarding adjacency is a mechanism to allow the announcement of established tunnels via IGP:
upvoted 2 times
...
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
kirrim
1 day, 1 hour agoccie_race
2 months ago