01-31-2019 06:48 AM - edited 01-31-2019 07:16 AM
IOS Router ------>> ASR9K-IOSXR ------->(( MPLS backbone
...................EIGRP .................................MPBGP.............................
!
!
IOS Router send the Default route which was redistributed from a Static route towards the ASR9K.
ASR9K installs the default in its routing table as EX*
but ASR9K is not redistributing this EX* (Default-route) into BGP.
Keep in mind, that i created a dummy route on the IOS, and ASR9K receives it and redistributes it just fine.
router bgp 65240
vrf VRF_A
rd 105:510
address-family ipv4 unicast
redistribute eigrp 252 match internal external
D*EX 0.0.0.0/0 [170/61952] via 192.168.1.14, 00:08:59, TenGigE0/3/0/30.3543
-------------------------------------------------------------
RP/0/RSP0/CPU0:PE_ROUTER#show route VRF_A 0.0.0.0
Thu Jan 31 06:42:34.189 PST
Routing entry for 0.0.0.0/0
Known via "eigrp 252", distance 170, metric 61952, candidate default path, type external
Installed Jan 31 06:00:43.136 for 00:41:51
Routing Descriptor Blocks
192.168.1.14, from 192.168.1.14, via TenGigE0/3/0/30.3543
Route metric is 61952
No advertising protos.
!
!
I have tried everything, i dont know maybe i am missing something
Solved! Go to Solution.
01-31-2019 07:52 AM
are you using default originate under bgp?
You can also try network 0.0.0.0
HTH.
01-31-2019 07:52 AM
are you using default originate under bgp?
You can also try network 0.0.0.0
HTH.
01-31-2019 08:26 AM
Rais,
Default-information originate did work.
i was missing the point that BGP is a little more restrict about advertising/redistributing default from another protocol to it.
thanks so much for the reply.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide