Hi,
I have simple configuration where I conditionally generate aggregate route based on some route-policy:
router bgp 65001
vrf TEST-A
rd 172.16.10.102:103
address-family ipv4 unicast
aggregate-address 0.0.0.0/0 route-policy RP-TEST
when I display this route I see:
RP/0/0/CPU0:HOST-A#show route vrf TEST-A 0.0.0.0/0 detail
Routing entry for 0.0.0.0/0
Known via "bgp 65001", distance 200, metric 0, candidate default path, type locally generated
Installed Nov 10 10:18:17.634 for 01:32:09
Routing Descriptor Blocks
directly connected, via Null0
Route metric is 0
Label: None
Tunnel ID: None
Extended communities count: 0
NHID:0x0(Ref:0)
Route version is 0xf (15)
No local label
IP Precedence: Not Set
QoS Group ID: Not Set
Route Priority: RIB_PRIORITY_RECURSIVE (10) SVD Type RIB_SVD_TYPE_LOCAL
Download Priority 3, Download Version 9354
No advertising protos.
How can I verify, which routes are used as contributing routes to generate my aggregate route? I simply would like to verify, if my policy properly selects the routes I want.