09-07-2020 10:24 PM
Hi, Im new in networking. I am getting below information while checking routing entries. Could you please help me what does it mean exactly of below line.
Redistributing by eigrp <p.number>, rip
adverterised by bgp <ANS>.
Waiting to get the reply.
Thanks Sounak
Solved! Go to Solution.
09-07-2020 11:05 PM
Hello @kousikdutta ,
the ouptut is that of
show ip route <prefix>
redistributing by EIGRP <EIGRP AS NUMBER, rip
advertised by BGP <BGP-ASN>
Advertised by BGP <BGP-ASN> means that the prefix is announced in BGP to one or more BGP peers by the effect of a network command in BGP or it has been received by an eBGP peer.
>> redistributing by EIGRP <EIGRP AS NUMBER, rip
This means that prefix is injected in the EIGRP database and in the RIP database as a result of a redistribution likely from BGP into EIGRP and from BGP into RIP.
Hope to help
Giuseppe
09-07-2020 11:05 PM
Hello @kousikdutta ,
the ouptut is that of
show ip route <prefix>
redistributing by EIGRP <EIGRP AS NUMBER, rip
advertised by BGP <BGP-ASN>
Advertised by BGP <BGP-ASN> means that the prefix is announced in BGP to one or more BGP peers by the effect of a network command in BGP or it has been received by an eBGP peer.
>> redistributing by EIGRP <EIGRP AS NUMBER, rip
This means that prefix is injected in the EIGRP database and in the RIP database as a result of a redistribution likely from BGP into EIGRP and from BGP into RIP.
Hope to help
Giuseppe
09-07-2020 11:46 PM
thanks
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