Hi Doods,
thanks for the pointer on the book and page reference. However on page 271 am I misreading that its a direct route conributing to the generated route on this:
[edit]
lab@Yeast# show routing-options generate
route 0.0.0.0/0 policy gen_default;
[edit]
lab@Yeast# show policy-options policy-statement gen_default
term 1 {
from {
protocol direct;
route-filter 84.10.113.0/31 exact;
}
then accept;
}
term 2 {
then reject;
}
The configuration results in the generation of a 0/0 route that, when matched, will
forward over the next hop assigned to the preferred contributing route. Here, the set
of possible contributors is constrained by the policy named gen_default, which matches
only on the 84.10.113.0/31 route assigned to the t1-2/0/2 interface. The policy’s second term guarantees that no other route can contribute by rejecting all remaining routes
and sources. Operation of the generated route is verified:
[edit]
lab@Yeast# run show route protocol aggregate detail
inet.0: 17 destinations, 17 routes (17 active, 0 holddown, 0 hidden)
0.0.0.0/0 (1 entry, 1 announced)
*Aggregate Preference: 130
Next-hop reference count: 2
Next hop: via t1-2/0/2.0, selected
State: <Active Int Ext>
Age: 10:07
Task: Aggregate
Announcement bits (1): 0-KRT
AS path: I
Flags: Generate Depth: 0 Active
Contributing Routes (1):
84.10.113.0/31 proto Direct